hledger/hledger-lib/Hledger
Simon Michael 49be1f646e balance: add -V/--value to show as market value
Initial support of market value reporting and currency conversion,
similar in spirit to Ledger's.  The balance command now has a -V/--value
flag that converts all the reported amounts using their "default market
price". That is the latest market price (P directive, formerly called
"historical prices") found in the journal for their commodity that is on
or before the report end date.

Unlike Ledger, hledger's -V only uses the market prices recorded with P
directives, ignoring transaction prices recorded as part of posting
amounts (which -B/--cost uses). Using -B and -V together is allowed.
2015-08-09 16:03:16 -07:00
..
Data balance: add -V/--value to show as market value 2015-08-09 16:03:16 -07:00
Read begin reviving journalreader unit tests 2015-06-11 10:16:46 -07:00
Reports balance: add -V/--value to show as market value 2015-08-09 16:03:16 -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