hledger/hledger-lib/Hledger
Simon Michael 7f6cf1f849 balance, register, register-csv: depth 0 shows summary items (#206)
Previously, a depth:0 query produced an empty report (since there are no
level zero accounts). Now, it aggregates all data into one summary item
with account name "...".

This makes it easier to see the kind of data Gwern was looking for from
register-csv (net worth over time). Eg this shows one line per month
summarising the total of assets and liabilities:

hledger register-csv -- -MHE ^assets ^liabilities depth:0

Single and multi-column balance reports behave similarly.
2014-10-19 17:53:20 -07:00
..
Data balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Read strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Reports balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Utils strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs query: report an error when date:D fails to parse 2014-08-08 07:21:02 -07:00
Read.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00