Business financials: add domain cost (€15)
This commit is contained in:
parent
f027398d67
commit
d83cc81397
1 changed files with 9 additions and 2 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"budget": 200.00,
|
||||
"currency": "EUR",
|
||||
"spent": 3.29,
|
||||
"spent": 18.29,
|
||||
"revenue": 0.00,
|
||||
"balance": 196.71,
|
||||
"balance": 181.71,
|
||||
"expenses": [
|
||||
{
|
||||
"date": "2026-02-14",
|
||||
"item": "Domain docfast.dev (INWX, 1 year)",
|
||||
"amount": 15.00,
|
||||
"recurring": "yearly",
|
||||
"notes": "Renewal €20/year from year 2"
|
||||
},
|
||||
{
|
||||
"date": "2026-02-14",
|
||||
"item": "Hetzner CAX11 server (docfast-1, nbg1)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue