17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"budget": 200.00,
|
|
"currency": "EUR",
|
|
"spent": 3.29,
|
|
"revenue": 0.00,
|
|
"balance": 196.71,
|
|
"expenses": [
|
|
{
|
|
"date": "2026-02-14",
|
|
"item": "Hetzner CAX11 server (docfast-1, nbg1)",
|
|
"amount": 3.29,
|
|
"recurring": "monthly",
|
|
"notes": "First month prorated"
|
|
}
|
|
],
|
|
"income": []
|
|
}
|