Appearance
ERP Documentation โ
Module-by-module documentation for the ERP. Pick a module to see its entities, and drill into an entity to see its operations (each with Business, Backend, and Frontend tabs).
Modules โ
| Module | Scope |
|---|---|
| Sales | Order-to-cash: customers, quotations, orders, invoices, returns. |
| Purchase | Procure-to-pay: suppliers, purchase orders, invoices, returns. |
| Inventory | Items and stock movements (in / out / transfer). |
| Accounting | Ledger: chart of accounts, journal entries, vouchers. |
Platform โ
Cross-cutting ERP platform docs.
- Technical Overview โ auth/token flow and architecture
- Business Logic โ business requirements and information
- Code Specifications โ code-level specifications
Authoring: scaffold a new entity with
node scripts/new-erp-entity.mjs <Module> "<Entity>" [--master]. It creates the folders, the operation pages (with the 3-tab template), and wires everything into the nav + sidebar automatically.