hledger/hledger-lib/Hledger
Simon Michael c53732a4af balance: new multi-column reports & documentation
Two new multi-column balance report modes show ending balance per
period: `--cumulative`, starting from 0, and `--historical`, starting
from the historical starting balance.

The balance command's specification has been clarified and consolidated
in the Balance.hs haddock. Reports.hs has also had haddock updates. The
old AccountsReport type is now BalanceReport, still used by
single-column balance report. The new MultiBalanceReport type is used by
the multi-column reports.
2013-12-07 05:43:31 -08:00
..
Data balance: new multi-column reports & documentation 2013-12-07 05:43:31 -08:00
Read new debug helpers; --debug=N sets debugLevel 2013-12-06 13:35:50 -08:00
Utils also fix warnings in UTF8IOCompat 2013-04-12 16:28:29 -07:00
Data.hs query cleanups 2012-05-17 16:02:22 +00:00
Query.hs make most types instances of Data (and Typeable) 2013-12-06 13:19:43 -08:00
Read.hs parsing: read dos line endings, deprecate encoding compatibility layer 2013-04-12 16:18:20 -07:00
Reports.hs balance: new multi-column reports & documentation 2013-12-07 05:43:31 -08:00
Utils.hs new debug helpers; --debug=N sets debugLevel 2013-12-06 13:35:50 -08:00