Stakeholders using the commercial handover module table can find the corresponding implementation (or N/A) here.
| Code | Template name | leekimerp focus |
|---|
| MOD-01 | User & Access | Frappe User, override/user.py, api/user.py, api/user_custom.py, Desk permissions |
| MOD-02 | Partner | ERPNext Customer/Supplier + Application and related DocTypes in lee_kim_alliance_erp |
| MOD-03 | Sales | Quotation, Sales Invoice overrides, Billing, Xero sync, Stripe in api/stripe.py |
| MOD-04 | Purchase | Standard ERPNext where used; verify custom DocTypes under doctype/ if extending |
| MOD-05 | Inventory / Items | Item, api/item.py |
| MOD-06 | Production | Use standard ERPNext unless project-specific BOM/work order customizations are added |
| MOD-07 | Accounting | Account hooks (scripts/company.py), sales flow, payroll-related accounts |
| MOD-08 | HR & Payroll | Employee, Salary Slip, Payroll Entry, Salary Component, scripts/salary_slip.py, reports |
| MOD-09 | Reports | Custom reports under lee_kim_alliance_erp/report/ |
| MOD-10 | System | Company, Mode of Payment, migrate.py, tasks.py, fixtures, schedulers |
| Domain | Path |
|---|
| Lee Kim business | lee_kim_alliance_erp/ |
| Singpass | singpass/ |
| Incorporate flows | incorporate/ |
| Time tracking | time_tracking_module/, api/time_tracking.py |
| Payroll Plus | payroll_plus/ |
| Socket.io stack | Root package.json |