hledger/hledger-lib/Hledger/Reports
Simon Michael 6319d6148f feat: bal: with --declared, include declared leaf accounts (#1765)
Together with -E, this shows a balance for both used and declared
accounts (excluding empty parent accounts, which are usually not
wanted in list-mode reports).

This is somewhat consistent with --declared in the accounts and payees
commands, except for the leaf account restriction.

The idea of this is to be able to see a useful "complete" balance
report, even when you don't have transactions in all of your declared
accounts yet. I mainly want this for hledger-ui, but there's no harm
in exposing it in the balance CLI as well.
2021-11-23 09:47:04 -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: Add single-line display with elision back in, this time 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 feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00
PostingsReport.hs ref!: postingDateOrDate2, transactionDateOrDate2, whichDateFromOpts -> whichDate (#1731) 2021-10-10 10:34:35 -10:00
ReportOptions.hs feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00
ReportTypes.hs lib!: Semigroup instance of PeriodicReportRow and PeriodicReport now 2021-11-07 07:56:08 -10:00