Logistiki.Projections.GeneralLedger (logistiki v0.1.0)

Copy Markdown View Source

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

t()

The struct type. See the module documentation for field details and examples.

Types

t()

@type t() :: %Logistiki.Projections.GeneralLedger{
  lines: [Logistiki.Projections.StatementLine.t()]
}

The struct type. See the module documentation for field details and examples.