# `Logistiki.Projections.GeneralLedger`
[🔗](https://github.com/thanos/logistiki/blob/v0.1.0/lib/logistiki/projections/general_ledger.ex#L1)

A general ledger view: all postings ordered by effective date and journal.

Each entry mirrors a `Logistiki.Projections.StatementLine` but spans all
accounts.

# `t`

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

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
