TENANT_TO_BAD_DEBT
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): Cleanup post-GLI : passage en créance douteuse, mirroir de l'indemnité GLI.
Post-GLI cleanup: move tenant balance to bad debt; mirror of GLI indemnity.
At a glance
| Field | Value |
|---|---|
| Family | gli |
| Enum constant | AccountingEventType.TENANT_TO_BAD_DEBT |
| Prefix | TTBD |
| Settlement priority | 100 |
| Journal (catalog key) | GLI_INDEMNITIES |
| Journal (label) | GLI - indemnités |
| Recurrent? | no |
| Manual? | no |
| Status | Développé |
| pieceReference chrono | TTBD_<serial> |
Accounting entry
| Side | Account |
|---|---|
| Debit | 416100 — Locataires douteux |
| Credit | 800000 — Résultat (off-balance) |
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:137
Call sites in adb-accounting (6):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/TenantToBadDebtEvent.java:17
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/TenantToBadDebtEvent.java:25
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/TenantToBadDebtEvent.java:43
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/TenantToBadDebtEvent.java:48
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:118
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:263
Confluence
- Confluence: not documented
Open questions
- None recorded. If you discover a discrepancy with code, file it here so the next agent can pick it up.