hledger/hledger-lib/Hledger
Simon Michael ebf5ed93f2 valuation: more thorough --value-at; document status (#329, #999)
This feature turns out to be quite involved, as valuation interacts
with the many report variations. Various bugs/specs have been
fixed/clarified relating to register's running total, balance totals
etc. Eg register's total should now be the sum of the posting amount
values, not the values of the original sums. Current level of support
has been documented.

When valuing at transaction date, we once again do early valuation of
all posting amounts, to get more correct results. variants. This means
--value-at=t can be slower than other valuation modes when there are
many transactions and many prices. This could be revisited for
optimisation when things are more settled.
2019-05-03 12:24:02 -07:00
..
Data valuation: more thorough --value-at; document status (#329, #999) 2019-05-03 12:24:02 -07:00
Read csv: accept a balance field assignment instead of an amount (#1000) 2019-04-03 10:46:26 -07:00
Reports valuation: more thorough --value-at; document status (#329, #999) 2019-05-03 12:24:02 -07:00
Utils lib: expectParseStateOn helper 2019-01-18 16:40:35 -08: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 tweak readJournalFiles type signature 2019-01-15 06:18:56 -08:00
Reports.hs rename easytests_* to tests_* 2018-09-06 13:13:26 -07:00
Utils.hs lib: document mapM' 2019-02-17 08:36:59 -08:00