new-site/performancewest_erpnext/README.md
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

19 lines
692 B
Markdown

# 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
```bash
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`