A general ledger view: all postings ordered by effective date and journal.
Each entry mirrors a Logistiki.Projections.StatementLine but spans all
accounts.
Summary
Types
@type t() :: %Logistiki.Projections.GeneralLedger{ lines: [Logistiki.Projections.StatementLine.t()] }
The struct type. See the module documentation for field details and examples.