RENT_DISCOUNT
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): Je fais une remise de loyer (l'agence prend la remise à sa charge).
Grant a rent discount; the agency bears the cost.
At a glance
| Field | Value |
|---|---|
| Family | adjustments |
| Enum constant | AccountingEventType.RENT_DISCOUNT |
| Prefix | RD |
| Settlement priority | 2 |
| Journal (catalog key) | TENANT_ADJUSTMENTS |
| Journal (label) | Opérations diverses - locataires |
| Recurrent? | no |
| Manual? | yes |
| Status | Développé |
| pieceReference chrono | ME_<hash> |
Accounting entry
| Side | Account |
|---|---|
| Debit | 709600 — Remise sur loyer |
| Credit | 411100 (RC-xxxxx, tenant aux.) |
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:27
Call sites in adb (1):
Call sites in adb-accounting (3):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/function/AccountingFunctions.java:57
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/PostingRuleFactory.java:468
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/strategy/invoice/creation/impl/fees/CallForRentFeesInvoiceCreationStrategy.java:43
Confluence
Open questions
- None recorded. If you discover a discrepancy with code, file it here so the next agent can pick it up.