mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
;doc: fix, update valuation flags in manuals -> OPTIONS
This commit is contained in:
parent
e3cae4aadc
commit
ec1a8c7296
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user