{{define "content"}} {{$d := .}} {{if eq $d.Notice "all_duplicates"}}
| {{$d.T.Get "transactions.table.col_date"}} | {{$d.T.Get "transactions.table.col_description"}} | {{$d.T.Get "transactions.table.col_account"}} | {{$d.T.Get "transactions.table.col_category"}} | {{$d.T.Get "transactions.table.col_amount"}} | |
|---|---|---|---|---|---|
| {{dateShort .Date}} | {{$name := index $d.AccountNames .AccountID}} {{if $name}}{{$name}}{{else}}—{{end}} | {{if $color}}{{end}} {{.Category}} | {{if lt .AmountCents 0}}−{{else}}+{{end}}€{{cents (centsAbs .AmountCents)}} | ||
|
🧾
No transactions yet
Transactions are the foundation of every chart, goal, and insight in this app.
1
Add an account
Go to Settings → Accounts and create your checking or savings account first.
2
Import a CSV or add manually
Export a statement from your bank and import it, or tap "+ Add Transaction" to enter one by hand.
3
Tag categories & goals
Once imported, categorise your spending. Link categories to goals so contributions are tracked automatically. |
|||||