hledger/hledger-lib/Hledger
Simon Michael c51d883162 imp: prices: clarify, fixes, improve semantics (precisiongeddon)
- The prices comand now more accurately lists the prices that hledger
  uses when calculating value reports (similar to what you'd see with
  eg `hledger bal -V --debug=2`).

- The prices command's --infer-reverse-prices flag was confusing since
  we always infer and use reverse prices; it has been renamed to --show-reverse.

- --infer-market-prices and --show-reverse combine properly.

- --show-reverse now ignores all zero prices rather than giving an error.

- Reverse prices (which can be infinite decimals) are now displayed
  with at most 8 decimal digits (rather than the internal precision of
  255 digits).

- Filtering prices by cur: or amt: now works properly.

- Price amounts are styled, but all decimal digits are shown.
2023-11-08 13:59:18 -08:00
..
Data imp: prices: clarify, fixes, improve semantics (precisiongeddon) 2023-11-08 13:59:18 -08:00
Read feat: import: interpolate regex matches in field templates (#2009) 2023-11-08 13:49:39 -08:00
Reports lib!: use styleAmounts in more places; add rounding strategies 2023-10-18 13:56:24 +01:00
Utils lib: Hledger.Utils.Debug: lbl_ helper, cleanups, notes 2023-11-08 13:50:33 -08:00
Data.hs ref: move journal checking/pretty errors down further, to Hledger.Data 2022-05-21 18:29:13 -10:00
Query.hs imp: "type:" queries now see through aliases/pivots, like acct: (fix #2018) 2023-04-06 11:12:35 -10:00
Read.hs feat: csv: rules files can be read directly; data file can be specified 2023-05-19 09:09:21 -10:00
Reports.hs cln: tests: Remove test and tests, which are just aliases for testCase 2021-08-30 16:32:19 -10:00
Utils.hs lib: Hledger.Utils: added multicol 2023-05-18 07:19:36 -10:00