hledger/hledger-lib/Hledger/Data
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
..
Account.hs cln: Add explicit export list for Hledger.Data.Account. 2021-09-18 11:41:53 -10:00
AccountName.hs dev: Use realLength from doclayout instead of strWidth and textWidth. (#895) 2021-11-11 18:29:50 -10:00
Amount.hs imp: balance: Implement multi-line display for multicommodity balance reports. 2021-11-18 21:26:02 -10:00
Balancing.hs fix: prices: Do not include zero amounts when calculating amounts for balance assignments. (#1736) 2021-11-18 20:59:52 -10:00
Dates.hs pkg: Drop base-compat-batteries dependency. 2021-10-31 07:56:07 -10:00
Journal.hs feat: bal: with --declared, include declared leaf accounts (#1765) 2021-11-23 09:47:04 -10:00
Json.hs lib!: Remove GenericSourcePos, and replace it with either SourcePos or 2021-09-20 08:38:33 -10:00
Ledger.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Period.hs fix!: register: Tighten up spacing around the date in register reports. (#1655) 2021-08-22 08:15:22 -10:00
PeriodicTransaction.hs pkg!: Remove Hledger.Utils.UTF8IOCompat module. 2021-08-30 15:57:33 -10:00
Posting.hs pkg: Use maximumBound instead of maximumDef to avoid deprecation 2021-11-14 21:49:58 -10:00
RawOptions.hs cln: hlint: Clean up list related hlint warnings. 2021-08-27 06:13:56 -10:00
StringFormat.hs pkg: Drop base-compat-batteries dependency. 2021-10-31 07:56:07 -10:00
Timeclock.hs lib!: Remove GenericSourcePos, and replace it with either SourcePos or 2021-09-20 08:38:33 -10:00
Transaction.hs cln: Move posting rendering functions into Hledger.Data.Posting. 2021-10-31 07:50:50 -10:00
TransactionModifier.hs lib!: modifyTransactions now takes a Map of commodity styles, and will 2021-07-30 13:52:35 -10:00
Types.hs lib!: Remove GenericSourcePos, and replace it with either SourcePos or 2021-09-20 08:38:33 -10:00
Valuation.hs imp: cli: --infer-market-price renamed to --infer-market-prices 2021-09-18 12:12:31 -10:00