hledger/hledger-lib/Hledger/Reports
Simon Michael a871f274c4 fix:bal:budget: don't omit necessary parent accounts in tree mode (#2071)
Parent accounts with no actual or goal amounts would ideally be shown
elided on the same line, but the budget report in tree mode was
omitting them completely. Now --budget always shows them.
The effect is much like forcing --no-elide on, except it might not
show goal amounts that --no-elide does show.

It's not a wonderful fix, but the budget report code is twisty and I
can't afford to spend more time on this.
2024-02-25 01:23:39 -10:00
..
AccountTransactionsReport.hs dev: rename other Price helpers to Cost 2024-01-23 21:35:06 -10:00
BalanceReport.hs fix:print:style balance assertion costs; more styling api; HasAmounts class 2023-09-02 06:46:14 +01:00
BudgetReport.hs fix:bal:budget: don't omit necessary parent accounts in tree mode (#2071) 2024-02-25 01:23:39 -10:00
EntriesReport.hs imp: partial/inferred dates are flexible, full dates are not (#1982) 2023-02-17 07:24:19 -10:00
MultiBalanceReport.hs dev: rename other Price helpers to Cost 2024-01-23 21:35:06 -10:00
PostingsReport.hs dev: rename other Price helpers to Cost 2024-01-23 21:35:06 -10:00
ReportOptions.hs imp: more precision handling fixes, debug output, test updates (precisiongeddon) 2023-11-08 13:59:18 -08:00
ReportTypes.hs dev:budget report: clarify code, add debug output 2024-02-24 18:21:42 -10:00