hledger/hledger-lib/Hledger
Simon Michael 187fcf75ed journal: clarify balance assertion/display precision interaction
Surprisingly, balance assertions were checking to maximum precision,
which meant it was possible, with a display-precision-limiting
commodity directive, to have a failing assertion with the error
message showing asserted and actual amounts that looked the same.

Now we round the calculated account balance (but not the asserted
balance) to display precision before comparing. This should ensure
assertions always behave as you would expect from visual inspection.
2019-01-06 08:30:54 +00:00
..
Data journal: clarify balance assertion/display precision interaction 2019-01-06 08:30:54 +00:00
Read lib: disallow prices in balance assertions/assignments (fix #824) 2019-01-05 07:35:54 +00:00
Reports lib: rename, reposition tprecedingcomment field 2019-01-05 07:35:54 +00:00
Utils lib: comment 2018-10-18 14:43:00 -07:00
Data.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Query.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Read.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Reports.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Utils.hs lib: fix home path expansion in includes 2018-10-09 13:35:40 -10:00