INCOMING_SUPPLIER_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): Je saisis une facture fournisseur entrante (PNO, MRI, GLI, copropriété, travaux, fiscal…).
Book an incoming supplier invoice; direction distinguishes invoice vs credit note.
At a glance
| Field | Value |
|---|---|
| Family | invoices |
| Enum constant | AccountingEventType.INCOMING_SUPPLIER_INVOICE |
| Prefix | IS |
| 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 | 6xxxxx (charge account) |
| Credit | 401000 — Fournisseurs |
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:91
Call sites in adb-accounting (8):
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/factory/InvoicePostingRuleFactory.java:17
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/factory/InvoicePostingRuleFactory.java:28
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/function/AccountingFunctions.java:61
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/InvoiceAccountingEvent.java:23
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/events/InvoiceAccountingEvent.java:90
- adb-accounting/src/main/java/fr/lifeconnect/adb/accounting/model/Invoice.java:212
- 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:468
Confluence
- Confluence: https://lifeconnect.atlassian.net/wiki/spaces/LCS/pages/1806368771/Outgoing+payment+to+supplier
Open questions
- None recorded. If you discover a discrepancy with code, file it here so the next agent can pick it up.