hledger/hledger-lib/Hledger/Reports
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
..
BalanceHistoryReport.hs fix hunit compilation warnings 2014-03-21 17:41:54 -07:00
BalanceReport.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
EntriesReport.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
MultiBalanceReports.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
PostingsReport.hs query: drop the empty: query term 2015-05-21 16:44:11 -07:00
ReportOptions.hs balance: add -V/--value to show as market value 2015-08-09 16:03:16 -07:00
TransactionsReports.hs fix a warning in TransactionsReports 2014-10-18 10:32:01 -07:00