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>
886 B
886 B
services/ — Backend Modules
This folder holds deployable backend services beyond Core.
| Service | Status | Docs |
|---|---|---|
identity-access/ |
Active | README, module registry |
accounting/ … others |
Scaffolded placeholders | Per-service README + module registry |
Architecture rules
- Database-per-service with
tenant_idon business tables. - Inter-service communication only via REST, Webhook, Async Event, Outbox/Inbox.
- No direct cross-database queries.
- Register modules/providers in docs when implementation starts.
Contracts: docs/reference/services-contracts.md
Boundaries: docs/architecture/module-boundaries.md