From a9a2b076bc962ec46e8e499f375469a038cfb8e8 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 8 Aug 2016 04:59:34 -0700 Subject: [PATCH] doc: document inacct: #390 --- hledger/doc/queries.m4.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hledger/doc/queries.m4.md b/hledger/doc/queries.m4.md index 4daf55c3e..a4553a4f7 100644 --- a/hledger/doc/queries.m4.md +++ b/hledger/doc/queries.m4.md @@ -82,6 +82,12 @@ parent transaction. **`not:`** : 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`). Generally you can mix options and query arguments, and the resulting query will be their intersection (perhaps excluding the `-p/--period` option).