Transactions
| Id | Amount | Note | Category | |
|---|---|---|---|---|
| {{ t.transaction_id }} | {{ formatAmount(t.amount) }} | {{ t.note || '—' }} | {{ categoryTitle(t.category_id) }} |
Envelops
| Name | Balance | Refill |
|---|---|---|
| {{ e.name }} | {{ formatAmount(e.balance) }} | {{ e.refill_amount == null ? '—' : formatAmount(e.refill_amount) }} |
Categories
| Title | Type | Nature | Alias |
|---|---|---|---|
| {{ c.title }} | {{ c.type }} | {{ c.nature || '—' }} | {{ c.alias || '—' }} |
Dashboard
In-app analytics placeholder (envelops, spending, scheduled, duplicates).
{{ card }}
Manage
Account
Signed in as {{ currentUser?.username || loginUser || '—' }}
Users
Admin-only create/update/delete.
{{ userError }}
{{ u.username }}
{{ u.username }}
admin
inactive
No users
Preferences
Personal settings for how Plutus shows your money.
Default home
Which screen opens after you sign in.
List density
Comfortable uses roomier rows. Compact fits more on screen.
Amount display
Full shows decimals. Whole rounds to the nearest unit.