TorbatYar/docs/frontend/navigation-system.md
Mortezakoohjani 12c8615615 Ship enterprise Accounting FE/API with CRUD parity and production wiring.
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>
2026-07-24 15:26:43 +03:30

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"`.