TorbatYar/docs/phases/Accounting/phase-5.3-general-ledger-fiscal-management.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

24 lines
800 B
Markdown

# Phase 5.3 — General Ledger & Fiscal Management
| Field | Value |
| --- | --- |
| Status | Complete |
| Module | accounting |
| Version | 0.5.3.0 |
## Delivered
- GeneralLedger, LedgerBalance
- TrialBalanceSnapshot, BalanceSnapshot
- OpeningEntry, ClosingEntry, AccountingCalendar
- **BalanceEngine** — running balances, trial balance, recalculation
- **FiscalManagementService** — lock/close/reopen periods, year closing
- Ledger API: balances, trial balance, recalculate
- Permissions: `accounting.ledger.*`, `accounting.fiscal.*`, `accounting.trial_balance.view`
- Events: `trial_balance.generated`, `ledger.updated`, `fiscal_period.locked`, etc.
## Related
- [Phase 5.2](phase-5.2-double-entry-posting-engine.md)
- [Phase 5.4](phase-5.4-treasury-management.md)