new-site/performancewest_erpnext
justin 19be48231d Fix portal orders: remove nonexistent custom_contact_email field query
The custom_contact_email field doesn't exist on Sales Order DocType,
causing the email-based fallback query to crash. Simplified to use
Customer record lookup only (email_id match works).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-04 20:43:33 -05:00
..
performancewest_erpnext Fix portal orders: remove nonexistent custom_contact_email field query 2026-05-04 20:43:33 -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