doc: note -V limitation in multicolumn balance reports
[ci skip]
This commit is contained in:
parent
be7702b187
commit
1a9a1796d1
@ -245,6 +245,10 @@ Balance changes in 2008:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The [`-V/--value` flag](#market-value) currently has a limitation with
|
||||||
|
multicolumn reports: it uses the market prices on the report end date
|
||||||
|
for all columns. (Instead of the prices on each column's end date.)
|
||||||
|
|
||||||
### Budgets
|
### Budgets
|
||||||
|
|
||||||
With `--budget` and a [report interval](manual.html#report-intervals),
|
With `--budget` and a [report interval](manual.html#report-intervals),
|
||||||
|
|||||||
@ -419,6 +419,11 @@ $ hledger -f t.j bal -N euros -V
|
|||||||
Currently, hledger's -V only uses market prices recorded with P directives,
|
Currently, hledger's -V only uses market prices recorded with P directives,
|
||||||
not [transaction prices](journal.html#transaction-prices) (unlike Ledger).
|
not [transaction prices](journal.html#transaction-prices) (unlike Ledger).
|
||||||
|
|
||||||
|
Currently, the -V has a limitation with in
|
||||||
|
[multicolumn balance reports](#multicolumn-balance-reports):
|
||||||
|
it uses the market prices on the report end date for all columns.
|
||||||
|
(Instead of the prices on each column's end date.)
|
||||||
|
|
||||||
## Combining -B and -V
|
## Combining -B and -V
|
||||||
|
|
||||||
Using -B/--cost and -V/--value together is currently allowed, but the
|
Using -B/--cost and -V/--value together is currently allowed, but the
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user