hledger/hledger-lib/Hledger/Data
Simon Michael b3da48aaa0 identify the commodity in balance assertion errors
Now that balance assertions are checking only a single commodity, it can
be confusing. Eg say all your amounts are in dollars, an assertion like
"= 0" checked the dollar balance in hledger 0.23 but always succeeds in
hledger 0.24. When an assertion fails, we now report which commodity was
checked to help troubleshooting.
2014-07-17 15:23:03 -07:00
..
Account.hs remove out of date comment 2014-04-03 18:55:43 -07:00
AccountName.hs balance report speedup 2012-10-21 17:18:18 +00:00
Amount.hs balance: show multi-commodity amts on one line (fixes #186) 2014-07-03 07:45:55 -07:00
Commodity.hs journal: really don't parse + before an amount as part of the commodity (fixes #181 harder) 2014-04-30 11:28:47 -07:00
Dates.hs note potentially useful interval algebra link 2014-04-19 11:45:47 -07:00
Journal.hs identify the commodity in balance assertion errors 2014-07-17 15:23:03 -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 show posting dates in debug output 2014-05-06 21:35:38 -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 rename actual/effective dates to primary/secondary 2012-12-06 04:43:41 +00:00
Transaction.hs show posting dates in debug output 2014-05-06 21:35:38 -07:00
Types.hs look harder for decimal point & digit groups (fixes #196) 2014-07-02 23:26:16 -07:00