24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"budget": 200.00,
|
|
"currency": "EUR",
|
|
"spent": 18.29,
|
|
"revenue": 0.00,
|
|
"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)",
|
|
"amount": 3.29,
|
|
"recurring": "monthly",
|
|
"notes": "First month prorated"
|
|
}
|
|
],
|
|
"income": []
|
|
}
|