;ui: doc tweaks

[ci skip]
This commit is contained in:
Simon Michael 2019-11-21 17:49:17 -08:00
parent aa051a05cf
commit 1432914081

View File

@ -171,12 +171,13 @@ commodity (like toggling the
default valuation commodity (like toggling the
[`-V/--market`](https://hledger.org/hledger.html#v-market-value) flag).
Note, "current market value" means the value on the report end date if specified, otherwise today.
To see the value on another date, such as the transaction's date, you can
temporarily set a date filter ending on the following day.
Eg to see the contemporaneous value of a transaction on july 30,
go to the accounts or register screen, press `/`, add ` date:-7/30`.
To see the value on another date, you can temporarily set that as the report end date.
Eg: to see a transaction as it was valued on july 30,
go to the accounts or register screen,
press `/`,
and add ` date:-7/30` to the query.
At most one of cost or value mode can be active at once (in hledger-ui).
At most one of cost or value mode can be active at once.
There's not yet any visual reminder when cost or value mode is active;
for now pressing `B` `B` `V` should reliably reset to normal mode.