Versions in this module Expand all Collapse all v0 v0.0.16 Sep 8, 2022 Changes in this version + type Node struct + Account *journal.Account + Amounts amounts.Amounts + func (n *Node) Children() []*Node + func (n *Node) Insert(k amounts.Key, v decimal.Decimal) + func (n *Node) Leaf(as []*journal.Account) *Node + func (n *Node) Segment() string + type Renderer struct + Dates []time.Time + Diff bool + ShowCommodities bool + SortAlphabetically bool + func (rn *Renderer) Render(r *Report) *table.Table + type Report struct + AL *Node + Context journal.Context + EIE *Node + func NewReport(jctx journal.Context) *Report + func (r *Report) ComputeWeights() + func (r *Report) Insert(k amounts.Key, v decimal.Decimal) + func (r *Report) Totals() (amounts.Amounts, amounts.Amounts)