OWNER_PAYMENT_ISSUED
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 paie des acomptes à mon propriétaire ou son solde disponible selon la périodicité du CRG.
Issue an outgoing payment to an owner.
At a glance
| Field | Value |
|---|---|
| Family | payments |
| Enum constant | AccountingEventType.OWNER_PAYMENT_ISSUED |
| Prefix | OPI |
| Settlement priority | 100 |
| Journal (catalog key) | BANK |
| Journal (label) | Banque |
| Recurrent? | no |
| Manual? | no |
| Status | Développé |
| pieceReference chrono | OPI_<chrono> |
Accounting entry
| Side | Account |
|---|---|
| Debit | 466100 (RDC-xxx, owner aux.) |
| Credit | 512101 — Banque |
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:99
Call sites in adb-accounting (5):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/helper/PaymentHelper.java:20
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:122
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:240
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/PostingRuleFactory.java:56
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/strategy/payment/processing/impl/AbstractPaymentStrategy.java:84
Confluence
Open questions
- None recorded. If you discover a discrepancy with code, file it here so the next agent can pick it up.