hledger/hledger/Hledger/Cli
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
..
Accounts.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Add.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Balance.hs balance: add -V/--value to show as market value 2015-08-09 16:03:16 -07:00
Balancesheet.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Cashflow.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Histogram.hs activity: don't exclude 0-amount postings by default 2015-05-21 16:38:17 -07:00
Incomestatement.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Main.hs read multiple files: options 2015-05-28 10:40:48 -07:00
Options.hs update journalFilePathFromOpts haddock 2015-06-04 09:43:15 -07:00
Print.hs handle pending status correctly, add --pending (#250) 2015-05-16 11:51:35 -07:00
Register.hs register: comment 2015-06-27 06:40:43 -07:00
Stats.hs stats: support -o/--outputfile, useful for benchmarks 2015-06-25 16:31:57 -07:00
Tests.hs move command-specific options to the respective command modules 2014-03-21 10:45:13 -07:00
Utils.hs read multiple files: internals 2015-05-28 10:40:48 -07:00
Version.hs cli: --version shows "dev build" when VERSION is undefined 2014-10-18 12:36:27 -07:00