PAYMENT_RECEIVED
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): Generic incoming-payment carrier; specialised by tenant/owner/supplier subtypes.
Generic incoming-payment carrier; specialised by tenant/owner/supplier subtypes.
At a glance
| Field | Value |
|---|---|
| Family | internal |
| Enum constant | AccountingEventType.PAYMENT_RECEIVED |
| Prefix | PR |
| Settlement priority | 50 |
| Journal (catalog key) | BANK |
| Journal (label) | Banque |
| Recurrent? | no |
| Manual? | no |
| Status | Développé |
| pieceReference chrono | PR… |
Accounting entry
| Side | Account |
|---|---|
| Debit | 512101 (Bank) |
| Credit | auxiliary account of the source |
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:66
Call sites in adb (4):
- adb/adb-model/src/main/java/fr/lifeconnect/adb/model/contract/RentalContract.java:569
- adb/adb-model/src/main/java/fr/lifeconnect/adb/model/contract/rule/RentPostingRuleFactory.java:36
- adb/adb-model/src/main/java/fr/lifeconnect/adb/model/contract/rule/RentPostingRuleFactory.java:44
- adb/adb-model/src/main/java/fr/lifeconnect/adb/model/contract/rule/RentPostingRuleFactory.java:53
Call sites in adb-accounting (1):
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.