entry.texi (571B)
1 @anchor{entry} 2 @chapter Ledger entry 3 4 The ledger entry represents a double-entry accounting item placed in an immutable and signed chain. 5 6 7 @section Accounting items 8 9 An entry consists of @emph{debit} and @emph{credit} items, at least one of each. 10 11 The sum of all debit and credit items must be zero. A @emph{debit} item used here to define a @emph{spend}, where the @emph{credit} item is used to define @emph{receipt}. 12 13 Please @xref{accounts,Accounts} for details on how to interpret the values for each item. 14 15 16 @anchor{entry_timing} 17 @section Timing in ledger entries 18 19