Safe Haskell | None |
---|
Creates the output Chunks for the Balance report for both multi-commodity reports.
- data Row = Row {
- indentation :: Int
- accountTxt :: Text
- balances :: [(Commodity, BottomLine)]
- rowsToChunks :: Changers -> (Amount Qty -> Text) -> [Row] -> [Chunk]
Documentation
Displays a single account in a Balance report. In a single-commodity report, this account will only be one screen line long. In a multi-commodity report, it might be multiple lines long, with one screen line for each commodity.
Row | |
|