TorbatYar/docs/phases/Accounting/phase-5.1-accounting-foundation.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

29 lines
707 B
Markdown

# Phase 5.1 — Accounting Foundation
| Field | Value |
| --- | --- |
| Status | Complete |
| Module | accounting |
| Version | 0.5.1.0 |
## Delivered
- Chart of Accounts, Account, Currency, Exchange Rate
- Fiscal Year, Fiscal Period
- Cost Center, Project, Dimension
- Accounting Settings, Document Number Sequence
- Tenant Accounting Configuration
- Repository / Service / Schema / API layers
- Events (foundation), Permissions (`accounting.*`)
- Alembic migration `0001_initial`
- Tenant isolation tests
## API Prefix
`/api/v1/accounts`, `/api/v1/fiscal`
## Related
- [Phase 5.2](phase-5.2-double-entry-posting-engine.md)
- [ADR-010](../../architecture/adr/ADR-010.md)