OUTGOING_AGENCY_INVOICE
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): L'agence émet une facture sortante (honoraires divers).
Outgoing agency-issued invoice (umbrella for fee variants).
At a glance
| Field | Value |
|---|---|
| Family | invoices |
| Enum constant | AccountingEventType.OUTGOING_AGENCY_INVOICE |
| Prefix | OAI |
| Settlement priority | 100 |
| Journal (catalog key) | BUY |
| Journal (label) | Achats |
| Recurrent? | no |
| Manual? | yes |
| Status | Développé |
| pieceReference chrono | INV… |
Accounting entry
| Side | Account |
|---|---|
| Debit | varies (auxiliary or 622xxx) |
| Credit | 402100 — ADB |
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:92
Call sites in adb-accounting (9):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/factory/InvoicePostingRuleFactory.java:18
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/factory/InvoicePostingRuleFactory.java:34
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/InvoiceAccountingEvent.java:26
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/InvoiceAccountingEvent.java:91
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/Invoice.java:216
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/mapper/AbstractAccountingEventMapper.java:244
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/statemachine/InvoiceStateMachine.java:61
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/statemachine/InvoiceStateMachine.java:469
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/statemachine/InvoiceStateMachine.java:572
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.