From ec1a8c72963df426b5f5f6d9e8b66cebadf0a823 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 19 Jun 2020 14:36:11 -0700 Subject: [PATCH] ;doc: fix, update valuation flags in manuals -> OPTIONS --- doc/common.m4 | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/common.m4 b/doc/common.m4 index a0c4c1a4d..2d55e6442 100644 --- a/doc/common.m4 +++ b/doc/common.m4 @@ -140,12 +140,19 @@ m4_define({{_reportingoptions_}}, {{ : show items with zero amount, normally hidden (and vice-versa in hledger-ui/hledger-web) `-B --cost` -: convert amounts to their cost at transaction time -(using the [transaction price](journal.html#transaction-prices), if any) +: convert amounts to their cost/selling amount at transaction time -`-V --value` -: convert amounts to their market value on the report end date -(using the most recent applicable [market price](journal.html#market-prices), if any) +`-V --market` +: convert amounts to their market value in default valuation commodities + +`-X --exchange=COMM` +: convert amounts to their market value in commodity COMM + +`--value` +: convert amounts to cost or market value, more flexibly than -B/-V/-X + +`--infer-value` +: with -V/-X/--value, also infer market prices from transactions `--auto` : apply [automated posting rules](journal.html#auto-postings) to modify transactions.