new-site/performancewest_erpnext
justin f8cd37ac8c Initial commit — Performance West telecom compliance platform
Includes: API (Express/TypeScript), Astro site, Python workers,
document generators, FCC compliance tools, Canada CRTC formation,
Ansible infrastructure, and deployment scripts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 06:54:22 -05:00
..
performancewest_erpnext Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -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