Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
25 lines
876 B
Markdown
25 lines
876 B
Markdown
# Navigation System
|
|
|
|
Route map (AccountingShell):
|
|
|
|
| Path | Module |
|
|
|------|--------|
|
|
| `/accounting` | Dashboard |
|
|
| `/accounting/chart-of-accounts` | COA |
|
|
| `/accounting/fiscal` | Fiscal years/periods |
|
|
| `/accounting/currencies` | Currencies |
|
|
| `/accounting/cost-centers` | Cost centers |
|
|
| `/accounting/projects` | Projects |
|
|
| `/accounting/vouchers` | Vouchers list |
|
|
| `/accounting/vouchers/new` | Create voucher |
|
|
| `/accounting/vouchers/[id]` | Voucher detail / posting |
|
|
| `/accounting/treasury` | Cash boxes |
|
|
| `/accounting/customers` | Customers (AR) |
|
|
| `/accounting/assets` | Fixed assets |
|
|
| `/accounting/payroll` | Employees |
|
|
| `/accounting/reports` | Financial reports |
|
|
| `/accounting/audit` | Audit records |
|
|
| `/accounting/settings` | Module settings |
|
|
|
|
Catalog entry: `apps-catalog.ts` → `available` + `href: "/accounting"`.
|