hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Amount.hs switch to Decimal for representing quantities (closes #118) 2014-10-18 12:33:31 -07:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Journal.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs rename FormatString to OutputFormat 2014-03-02 13:33:56 -08:00
Posting.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
RawOptions.hs fix an error when running an addon with an argument containing a single quote 2014-04-15 11:45:30 -07:00
TimeLog.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Transaction.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Types.hs cli: add a hidden --version+ flag showing number representation (#118) 2014-10-18 12:35:58 -07:00