new-site/performancewest_erpnext
justin dae9603808 fix(erpnext): remove default 'BC' from Sales Order incorporation_province
The custom_incorporation_province field had default='BC', which stamped 'BC'
on EVERY Sales Order (US trucking, formation, compliance) — not just Canadian
CRTC orders. This leaked a meaningless 'BC' onto e.g. an SC scrap-metal carrier's
order. Removed the default and added a blank option so it's empty unless it's an
actual Canadian incorporation. Existing non-canada_crtc orders cleared in prod
via db_set (13 fixed; the 2 real canada_crtc orders keep BC).
2026-06-16 09:12:49 -05:00
..
performancewest_erpnext fix(erpnext): remove default 'BC' from Sales Order incorporation_province 2026-06-16 09:12:49 -05:00
pyproject.toml Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
README.md Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
requirements.txt Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
setup.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00

Performance West ERPNext

Custom payment gateways, surcharge hooks, and identity verification for Performance West Inc.

Features

  • PW Stripe Settings — Stripe Checkout Sessions gateway (Card+Klarna, ACH)
  • Surcharge hooks — Injects payment processing fee line items on Sales Invoices
  • Identity gate — Blocks CRTC orders without verified identity
  • Custom fields — Sales Order, Sales Invoice, Payment Request extensions

Installation

bench get-app performancewest_erpnext https://github.com/performancewest/performancewest_erpnext
bench --site your-site.com install-app performancewest_erpnext

Requires: frappe>=15, erpnext>=15, payments