Skip to main content

Module journal_entry

Module journal_entry 

Source
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§

DocumentType
Document type classification for journal entries.
JournalEntry
Complete journal entry with header and line items.
JournalEntryHeader
Header information for a journal entry document.
JournalEntryLine
Individual line item within a journal entry.

Enums§

BusinessProcess
Business process that originated the transaction.
DocumentRef
Typed reference to a source document that originated this journal entry.
TransactionSource
Source of a journal entry transaction.