doc: document inacct: #390

This commit is contained in:
Simon Michael 2016-08-08 04:59:34 -07:00
parent 4e1c997965
commit a9a2b076bc

View File

@ -82,6 +82,12 @@ parent transaction.
**`not:`** **`not:`**
: before any of the above negates the match. : before any of the above negates the match.
**`inacct:ACCTNAME`**
: a special term used automatically when you click an account name in hledger-web,
specifying the account register we are currently in
(selects the transactions of that account and how to show them, can be filtered further with `acct` etc).
Not supported elsewhere in hledger.
Some of these can also be expressed as command-line options (eg `depth:2` is equivalent to `--depth 2`). Some of these can also be expressed as command-line options (eg `depth:2` is equivalent to `--depth 2`).
Generally you can mix options and query arguments, and the resulting query will be their intersection Generally you can mix options and query arguments, and the resulting query will be their intersection
(perhaps excluding the `-p/--period` option). (perhaps excluding the `-p/--period` option).