hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs fix simple aliases that match the whole account name 2015-05-28 10:40:48 -07:00
Amount.hs finish refactoring balanceTransaction 2015-07-02 16:59:43 -07:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Journal.hs Journal's Show instance reported one too many accounts 2015-06-28 14:14:56 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs hledger-lib: Update for base-compat-0.8.0 (see #245) 2015-04-23 15:41:59 +08:00
Posting.hs fix simple aliases that match the whole account name 2015-05-28 10:40:48 -07:00
RawOptions.hs cli: with a repeated flag, the last takes precedence 2014-12-04 12:41:47 -08:00
TimeLog.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Transaction.hs print: show inferred unit prices with at least 2 decimal places 2015-07-02 17:36:09 -07:00
Types.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00