hledger/hledger-lib/Hledger/Reports
Stephen Morgan f515c5f811 fix: balance: Don't display zero rows with --no-elide (#2454)
Zero rows with --no-elide should only be displayed if either --empty is
called or they have non-zero children at some depth.
2025-09-15 15:40:32 -07:00
..
AccountTransactionsReport.hs imp: areg: do not abbrev other accts in machine-readable output (#1995) 2025-06-28 13:38:58 -07:00
BalanceReport.hs
BudgetReport.hs fix: balance: Correctly handle empty journals (#2452) 2025-09-11 07:29:27 +01:00
EntriesReport.hs
MultiBalanceReport.hs fix: balance: Don't display zero rows with --no-elide (#2454) 2025-09-15 15:40:32 -07:00
PostingsReport.hs fix: balance: Correctly handle empty journals (#2452) 2025-09-11 07:29:27 +01:00
ReportOptions.hs fix: balance: Correctly handle empty journals (#2452) 2025-09-11 07:29:27 +01:00
ReportTypes.hs