hledger/hledger-lib/Hledger/Reports
Simon Michael a89a4e1b42 bal --budget: show end-date column headings when appropriate
bal --budget was always showing the period as column heading,
as if for a change report. With --cumulative or --historical
it should show the end date, like other balance reports. Cf
https://hledger.org/hledger.html#multicolumn-balance-report.
2020-07-09 11:49:19 -07:00
..
AccountTransactionsReport.hs valuation: implement new --infer-value flag & semantics (#1239, #1253) 2020-06-19 14:40:20 -07:00
BalanceReport.hs lib: Use last column of historical balance as total. Use totals for balanceReport. 2020-07-07 17:56:38 -07:00
BudgetReport.hs bal --budget: show end-date column headings when appropriate 2020-07-09 11:49:19 -07:00
EntriesReport.hs valuation: implement new --infer-value flag & semantics (#1239, #1253) 2020-06-19 14:40:20 -07:00
MultiBalanceReport.hs lib: Refactor BudgetReport to re-use MultiBalanceReport code. 2020-07-07 18:46:34 -07:00
PostingsReport.hs valuation: implement new --infer-value flag & semantics (#1239, #1253) 2020-06-19 14:40:20 -07:00
ReportOptions.hs lib, cli: Use --flat as the default mode for all reports. 2020-07-07 15:49:08 -07:00
ReportTypes.hs lib: Refactor BudgetReport to re-use MultiBalanceReport code. 2020-07-07 18:46:34 -07:00
TransactionsReport.hs Use nubSort instead of nub . sort. 2020-01-04 08:31:10 -08:00