demo.journal
Expenses:Home:Electricity
Keyboard shortcuts
-
h
or maybe ?
- view this help (escape or click to exit)
-
j
- go to the Journal view (home)
-
a
- add a transaction (escape to cancel)
-
s
- toggle sidebar
-
f
- focus search form ("find")
-
e
- hide empty accounts in sidebar
General
- The Journal view shows general journal entries, representing zero-sum movements of money (or other commodity) between hierarchical accounts
- The sidebar shows the resulting accounts and their final balances
- Parent account balances include subaccount balances
- Multiple currencies in balances are displayed one above the other
- Click account name links to see transactions affecting that account, with running balance
- Click date links to see journal entries on that date
Search
-
acct:REGEXP
- filter on to/from account
-
desc:REGEXP
- filter on description
-
date:PERIODEXP
, date2:PERIODEXP
- filter on date or secondary date
-
code:REGEXP
- filter on transaction's code (eg check number)
-
status:*
, status:!
, status:
- filter on transaction's cleared status (cleared, pending, uncleared)
-
amt:N
, amt:<N
, amt:>N
- filter on the unsigned amount magnitude. Or with a sign before N, filter on the signed value. (Single-commodity amounts only.)
-
cur:REGEXP
- filter on the currency/commodity symbol (must match all of it). Dollar sign must be written as \$
-
tag:NAME
, tag:NAME=REGEX
- filter on tag name, or tag name and value
-
real:BOOL
- filter on postings' real/virtual-ness
- Enclose search patterns containing spaces in single or double quotes
- Prepend
not:
to negate a search term
- Description, account, status query terms are OR'ed, others are AND'ed.