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>
17 lines
373 B
Markdown
17 lines
373 B
Markdown
# Layout System
|
|
|
|
## SuperApp chrome
|
|
|
|
Root layout provides `SiteHeader` + providers. Accounting content sits below the global header.
|
|
|
|
## Accounting shell
|
|
|
|
`AccountingShell`:
|
|
|
|
- Desktop: sticky sidebar (`w-64`) with module nav
|
|
- Mobile: horizontal scroll nav
|
|
- Theme toggle in sidebar
|
|
- Back link to `/dashboard`
|
|
|
|
Page content: `max-w-7xl` centered padding.
|