RENTAL_CHARGES_ADJUSTMENT
AI-generated content
This document was generated by an AI assistant from the 'Event Matrix Accounting' Google Sheet and the AccountingEventType Java enum. The "Code references" section is regenerated by adb-doc/scripts/sync-accounting-events.js. Verify accuracy before relying on the details.
Business case (verbatim from the sheet, French): J'impute le solde (débiteur ou créditeur) sur le compte du locataire lors de la régularisation annuelle de charges.
Post the annual rental-charge adjustment (debit or credit) on the tenant's ledger.
At a glance
| Field | Value |
|---|---|
| Family | adjustments |
| Enum constant | AccountingEventType.RENTAL_CHARGES_ADJUSTMENT |
| Prefix | RCA |
| Settlement priority | 3 |
| Journal (catalog key) | TENANT_ADJUSTMENTS |
| Journal (label) | Opérations diverses - locataires |
| Recurrent? | no |
| Manual? | yes |
| Status | En cours |
| pieceReference chrono | ME_<hash> |
Accounting entry
| Side | Account |
|---|---|
| Debit | 411100 / 706200 (direction depends on FE choice) |
| Credit | 706200 / 411100 |
See plan-of-accounts.md for account labels and journals.md for the full journal list.
Code references
Definition — adb/adb-model/src/main/java/fr/lifeconnect/adb/model/accounting/AccountingEventType.java:40
Call sites in adb (1):
Call sites in adb-accounting (3):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/function/AccountingFunctions.java:58
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/PostingRuleFactory.java:469
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/projections/CRGRentalContractEntriesProjection.java:176
Confluence
- Confluence: https://lifeconnect.atlassian.net/wiki/spaces/LCS/pages/1794834449/Rental+charges+adjustment
Open questions
- Status is En cours: this event is not fully shipped. Cross-check the implementation with the engineer before relying on the documented behaviour.