hledger/hledger-lib/Hledger
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
..
Data feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00
Read cln: hlint cleanups 2021-11-21 19:33:21 -10:00
Reports feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00
Utils imp: lib: dlog 2021-11-20 07:49:41 -10:00
Data.hs pkg!: Break functions related to balancing out into a separate module, 2021-09-19 17:10:38 -10:00
Query.hs fix: balance: Balance reports should consider date: queries when calculating 2021-11-06 08:51:53 -10:00
Read.hs dev: Move journal and text parsing utilities into more appropriate places, to reduce reliance on Hledger.Read.Common. 2021-09-19 17:10:38 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00