hledger/hledger-lib/Hledger/Data
Simon Michael 9e8b1612b0 journal: fix txn modifier multipliers with total-priced amounts (#928)
Transaction modifier multipliers have never multiplied total-priced amounts
correctly (and prior to hledger 1.10, this could generate unbalanced
transactions).

Now, the generated postings in this situation will have unit prices,
and an extra digit of display precision. This helps ensure that
the modified transaction will remain balanced. I'm not sure yet if
it's guaranteed.
2018-11-13 16:35:46 -08:00
..
Account.hs journal: a new account sorting mechanism, and a bunch of sorting fixes 2018-09-22 21:45:07 -10:00
AccountName.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Amount.hs journal: fix txn modifier multipliers with total-priced amounts (#928) 2018-11-13 16:35:46 -08:00
Commodity.hs tests: clear out old boilerplate 2018-08-31 18:12:17 -07:00
Dates.hs ui: accounts: fix balances when there's only periodic txns 2018-10-18 14:43:00 -07:00
Journal.hs lib: journal: Add support for exact assertions 2018-10-22 09:55:14 -07:00
Ledger.hs journal: a new account sorting mechanism, and a bunch of sorting fixes 2018-09-22 21:45:07 -10:00
MarketPrice.hs tests: clear out old boilerplate 2018-08-31 18:12:17 -07:00
Period.hs bs/bse/cf/is: fix display of abbreviated name for December 2018-01-19 12:45:51 -08:00
PeriodicTransaction.hs tests: update doctests after Transaction Show change 2018-09-04 14:02:04 -07:00
Posting.hs lib: journal: Add support for exact assertions 2018-10-22 09:55:14 -07:00
RawOptions.hs csv: merge lucamolteni's cassava/custom separators (squashed) (#829) 2018-09-07 12:34:51 -07:00
StringFormat.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Timeclock.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Transaction.hs ui: support all results of showGenericSourcePos 2018-10-26 16:32:16 -07:00
TransactionModifier.hs journal: fix txn modifier multipliers with total-priced amounts (#928) 2018-11-13 16:35:46 -08:00
Types.hs lib: TransactionModifier: clarify 2018-11-13 16:35:46 -08:00