hledger/hledger-lib/Hledger
Mykola Orliuk aca214b0ac lib: drop amount elision in showing last posting
This behavior is highly depends on journal. If we want to re-introduce
it we'd better re-consider how transaction entry can be "simplified".
I.e. besides dropping last amount we may drop prices that can be assumed
implicitly.
Note that there is no need to knit it into showTransaction since it
easily achievable with pre-processing (similar to implicit balances
etc).
2019-11-16 12:53:07 +01:00
..
Data lib: drop amount elision in showing last posting 2019-11-16 12:53:07 +01:00
Read lib: balance-style -> balance-type 2019-11-13 09:06:25 -08:00
Reports ;lib: journalConvertAmountsToCost -> journalToCost 2019-10-19 19:58:27 -07:00
Utils lib: more robust multi-line joining in csv parser 2019-11-05 21:16:42 +00:00
Data.hs ;lib: refactor: Data.Prices -> Data.Valuation 2019-06-14 19:04:09 -07:00
Query.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Read.hs ;lib: csv: note cause of #1087 2019-09-14 03:45:37 -07:00
Reports.hs ;lib: rename MultiBalanceReports.hs -> MultiBalanceReport.hs 2019-06-14 11:45:25 -07:00
Utils.hs lib: currying helpers 2019-08-19 02:09:27 +01:00