mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-08 11:49:44 +03:00
49be1f646e
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. |
||
---|---|---|
.. | ||
BalanceHistoryReport.hs | ||
BalanceReport.hs | ||
EntriesReport.hs | ||
MultiBalanceReports.hs | ||
PostingsReport.hs | ||
ReportOptions.hs | ||
TransactionsReports.hs |