hledger/hledger-lib/Hledger/Data
Simon Michael e4a0bdff8d journal: default commodity (D) limits display precision too (#1187)
D directives are now fully equivalent to commodity directives for
setting a commodity's display style. (Previously it was equivalent to
a posting amount, so it couldn't limit the number of decimal places.)
When both kinds of directive exist, commodity directives take precedence.
When there are multiple D directives in the journal, only the last one
affects display style.
2020-02-11 09:47:26 -08:00
..
Account.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
AccountName.hs Use nubSort instead of nub . sort. 2020-01-04 08:31:10 -08:00
Amount.hs ;lib: Amount: export mixedAmountStripPrices 2020-01-22 11:57:42 -08:00
Commodity.hs refactor: lib: hlint cleanups 2019-02-14 05:15:49 -08:00
Dates.hs Fix documentation, make ISO date format standard in some places 2020-02-09 07:26:54 -08:00
Journal.hs journal: default commodity (D) limits display precision too (#1187) 2020-02-11 09:47:26 -08:00
Json.hs ;lib: update doctests for ISO 8601 date output 2020-02-03 08:03:44 -08:00
Ledger.hs Calculate MultiReportBalance columns more efficiently. 2020-01-03 16:11:46 -08:00
Period.hs Update "showPeriod" to use yyyy-mm-dd formatting 2020-01-07 15:58:54 -08:00
PeriodicTransaction.hs ;lib: update doctests for ISO 8601 date output 2020-02-03 08:03:44 -08:00
Posting.hs print, register: add --value=then, valuing at each posting's date 2020-02-10 08:20:39 -08:00
RawOptions.hs ;lib: clarify choiceopt doc 2019-11-23 13:03:26 -08:00
StringFormat.hs ;tests: use "test" alias for testCase everywhere 2019-11-28 15:33:33 -08:00
Timeclock.hs Fix timeclock format parsing 2020-01-12 13:17:36 -08:00
Transaction.hs Fix documentation, make ISO date format standard in some places 2020-02-09 07:26:54 -08:00
TransactionModifier.hs ;lib: update doctests for ISO 8601 date output 2020-02-03 08:03:44 -08:00
Types.hs ;lib: move PriceGraph, PriceOracle, ValuationType to Valuation.hs 2019-08-19 02:21:30 +01:00
Valuation.hs print, register: add --value=then, valuing at each posting's date 2020-02-10 08:20:39 -08:00