;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) | : show items with zero amount, normally hidden (and vice-versa in hledger-ui/hledger-web) | ||||||
| 
 | 
 | ||||||
| `-B --cost` | `-B --cost` | ||||||
| : convert amounts to their cost at transaction time | : convert amounts to their cost/selling amount at transaction time | ||||||
| (using the [transaction price](journal.html#transaction-prices), if any) |  | ||||||
| 
 | 
 | ||||||
| `-V --value` | `-V --market` | ||||||
| : convert amounts to their market value on the report end date | : convert amounts to their market value in default valuation commodities | ||||||
| (using the most recent applicable [market price](journal.html#market-prices), if any) | 
 | ||||||
|  | `-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` | `--auto` | ||||||
| : apply [automated posting rules](journal.html#auto-postings) to modify transactions. | : apply [automated posting rules](journal.html#auto-postings) to modify transactions. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user