hledger/hledger-lib/Hledger/Reports
Stephen Morgan 7e21f05a83 imp: balance: Implement multi-line display for multicommodity balance reports.
This allows more control over how multicommodity amounts are displayed.
In addition to the default single-line display, and the recent commodity
column display, we now have multi-line display. This is controlled by
the --layout option, which has possible values "wide", "tall", and
"bare". The --commodity-column option has been hidden, but is equivalent
to --layout=bare.

squash
2021-11-18 21:26:02 -10:00
..
AccountTransactionsReport.hs areg: begin respecting --date2: show txns' date2 (#1731) 2021-10-10 10:34:45 -10:00
BalanceReport.hs cln: Flatten dependency tree by removing dependencies of Hledger.Reports 2021-09-19 17:10:38 -10:00
BudgetReport.hs imp: balance: Implement multi-line display for multicommodity balance reports. 2021-11-18 21:26:02 -10:00
EntriesReport.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
MultiBalanceReport.hs imp: balance: Implement multi-line display for multicommodity balance reports. 2021-11-18 21:26:02 -10:00
PostingsReport.hs ref!: postingDateOrDate2, transactionDateOrDate2, whichDateFromOpts -> whichDate (#1731) 2021-10-10 10:34:35 -10:00
ReportOptions.hs imp: balance: Implement multi-line display for multicommodity balance reports. 2021-11-18 21:26:02 -10:00
ReportTypes.hs lib!: Semigroup instance of PeriodicReportRow and PeriodicReport now 2021-11-07 07:56:08 -10:00