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
- Search patterns with spaces should be enclosed in quotes.
-
REGEXP - match account names
-
date:PERIODEXP - match dates
-
status:*, status:!, status: - match status
-
code:REGEXP - match transaction codes
-
desc:REGEXP - match transaction descriptions
-
amt:N, amt:<N, amt:>N - match unsigned magnitudes, or with signed N, signed amounts. For single-commodity amounts only.
-
cur:REGEXP - match currencies/commodities. Must match the whole symbol/name. To match dollar sign, write \$
-
tag:NAME, tag:NAME=REGEX - match tag names, or name and value
-
real:BOOL - match postings' realness/virtualness
-
not:QUERY - prepend not: to negate a search term
-
expr:'EXPR' - match with a boolean query expression
-
any:'EXPR' - match transactions where any posting matches
-
all:'EXPR' - match transactions where all postings match
-
depth:N - trim account names at this depth