hledger/hledger-lib/Hledger
Simon Michael b735107f43 print: show inferred unit prices with at least 2 decimal places
We don't do a good job of calculating good-looking unit prices when the
commodity display precisions are low. Eg when a journal doesn't use any
decimal places, any inferred unit prices are shown by the print command
also with no decimal places, which makes them look wrong.

Now inferred unit prices always have a minimum display precision of 2,
which helps a bit. Could do better.
2015-07-02 17:36:09 -07:00
..
Data print: show inferred unit prices with at least 2 decimal places 2015-07-02 17:36:09 -07:00
Read begin reviving journalreader unit tests 2015-06-11 10:16:46 -07:00
Reports query: drop the empty: query term 2015-05-21 16:44:11 -07:00
Utils drop regexpr dependency 2015-05-17 08:32:45 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs query: make real: equivalent to real:1 2015-06-12 06:23:34 -07:00
Read.hs begin reviving journalreader unit tests 2015-06-11 10:16:46 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs fix a Control.Monad.Error warning (#239) 2015-03-29 16:12:05 -07:00