hledger/hledger-lib/Hledger/Data
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
..
Account.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
AccountName.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Amount.hs ;lib: styleAmountExceptPrecision 2019-10-20 07:08:45 -07:00
Commodity.hs refactor: lib: hlint cleanups 2019-02-14 05:15:49 -08:00
Dates.hs lib: fix generation of periodic transactions with days/months/... repeat 2019-09-11 16:09:28 -07:00
Journal.hs prices: style price amounts; always show full precision 2019-10-20 07:09:34 -07:00
Ledger.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Period.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
PeriodicTransaction.hs ;journal: in generated-transaction:/posting: tags, add a space before the value 2019-10-07 14:54:36 -10:00
Posting.hs ;journal: in generated-transaction:/posting: tags, add a space before the value 2019-10-07 14:54:36 -10:00
RawOptions.hs ;lib: store raw opts unquoted 2019-10-19 14:44:08 -07:00
StringFormat.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Timeclock.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
Transaction.hs lib: drop amount elision in showing last posting 2019-11-16 12:53:07 +01:00
TransactionModifier.hs ;journal: in generated-transaction:/posting: tags, add a space before the value 2019-10-07 14:54:36 -10:00
Types.hs ;lib: move PriceGraph, PriceOracle, ValuationType to Valuation.hs 2019-08-19 02:21:30 +01:00
Valuation.hs valuation: -V/-X respects report end date, code/doc cleanups (#1083) 2019-09-05 13:41:36 -07:00