Enable tenant-controlled auto-post for sales/purchase/treasury via Posting Engine, block unbalanced voucher lines on FE and BE, and expose international posting controls in settings. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| accounting | ||
| ai_assistant | ||
| communication | ||
| crm | ||
| ecommerce | ||
| file_storage | ||
| hospitality | ||
| identity-access | ||
| link_shortener | ||
| live_chat | ||
| loyalty | ||
| notification | ||
| restaurant | ||
| smart_messenger | ||
| sms_panel | ||
| sports_center | ||
| website_builder | ||
| README.md | ||
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