Expand description
Journal Entry data structures for General Ledger postings.
This module defines the core journal entry structures that form the basis of double-entry bookkeeping. Each journal entry consists of a header and one or more line items that must balance (total debits = total credits).
Structs§
- Document
Type - Document type classification for journal entries.
- Journal
Entry - Complete journal entry with header and line items.
- Journal
Entry Header - Header information for a journal entry document.
- Journal
Entry Line - Individual line item within a journal entry.
Enums§
- Business
Process - Business process that originated the transaction.
- Document
Ref - Typed reference to a source document that originated this journal entry.
- Transaction
Source - Source of a journal entry transaction.