SUPPLIER_TO_OWNER
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 transfère une dette fournisseur au compte du propriétaire (settlement de paiement sortant).
Transfer a supplier debt to the owner's account upon outgoing-payment settlement.
At a glance
| Field | Value |
|---|---|
| Family | transfers |
| Enum constant | AccountingEventType.SUPPLIER_TO_OWNER |
| Prefix | STO |
| Settlement priority | 100 |
| Journal (catalog key) | SUPPLIER_TO_OWNER |
| Journal (label) | Transfert dettes fournisseurs au propriétaire |
| Recurrent? | no |
| Manual? | no |
| Status | Développé |
| pieceReference chrono | STO_<serial> |
Accounting entry
| Side | Account |
|---|---|
| Debit | 466100 (RDC-xxx, owner aux.) |
| 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:106
Call sites in adb-accounting (5):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/SupplierToOwner.java:51
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/SupplierToOwner.java:52
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/SupplierToOwner.java:72
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:113
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:258
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.