demo.journal
Cash
Date
|
Description |
To/From Account(s) |
Amount Out/In |
Period Total |
2019-02-22
|
Bought my baby |
As:Baby |
-2333333.00
|
-2334127.60
|
2019-01-05
|
Meu Teste |
Ex:Food |
243.00
|
-794.60
|
2019-01-02
|
Food |
revenus |
20.00
|
-1037.60
|
2019-01-01
|
Hello |
Personal |
-500.00
|
-1057.60
|
2019-01-01
|
Hello |
Personal |
-500.00
|
-557.60
|
2018-10-25
|
thelms test |
Ex:Food |
-50.00
|
-57.60
|
2018-07-12
|
tedt1 |
Ba:ING |
45.00
|
-7.60
|
2018-05-03
|
toilet rolls |
Ranscombe cleaning |
-3.80
|
-52.60
|
2018-05-03
|
toilet rolls |
Ranscombe cleaning |
-3.80
|
-48.80
|
2018-02-28
|
Books |
Ex:Home |
-20.00
|
-45.00
|
2018-02-07
|
Groceries |
Ex:Groceries |
-25.00
|
-25.00
|
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
- Multiple search terms on different fields are AND'ed, multiple search terms on the same field are OR'ed
- These search terms also work with command-line hledger