;doc: fix, update valuation flags in manuals -> OPTIONS

This commit is contained in:
Simon Michael 2020-06-19 14:36:11 -07:00
parent e3cae4aadc
commit ec1a8c7296

View File

@ -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.