hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance: basic multi-column balance (change) reports 2013-09-26 15:06:48 -07:00
AccountName.hs balance report speedup 2012-10-21 17:18:18 +00:00
Amount.hs debug level sets amount/journal show verbosity 2013-12-06 13:51:19 -08:00
Commodity.hs parsing: don't allow = in unquoted commodity symbols, fixes commodity-less balance assertion amounts 2013-05-30 15:15:38 -07:00
Dates.hs balance: new multi-column reports & documentation 2013-12-07 05:43:31 -08:00
FormatStrings.hs Hledger.Cli.Format -> Hledger.Data.FormatStrings 2012-03-10 19:20:15 +00:00
Journal.hs debug level sets amount/journal show verbosity 2013-12-06 13:51:19 -08:00
Ledger.hs refactor: move amount display settings out of commodity, simplify amount construction 2012-11-19 21:20:10 +00:00
Posting.hs parsing: actually parse balance assertions 2013-05-28 16:22:30 -07:00
TimeLog.hs rename actual/effective dates to primary/secondary 2012-12-06 04:43:41 +00:00
Transaction.hs print: comment positions (same line or next line) are now preserved 2013-09-10 10:32:49 -07:00
Types.hs make most types instances of Data (and Typeable) 2013-12-06 13:19:43 -08:00