31 lines
No EOL
660 B
JSON
31 lines
No EOL
660 B
JSON
{
|
|
"budget": 200.0,
|
|
"currency": "EUR",
|
|
"spent": 18.29,
|
|
"revenue": 9.0,
|
|
"balance": 190.71,
|
|
"expenses": [
|
|
{
|
|
"date": "2026-02-14",
|
|
"item": "Domain docfast.dev (INWX, 1 year)",
|
|
"amount": 15.0,
|
|
"recurring": "yearly",
|
|
"notes": "Renewal \u20ac20/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": [
|
|
{
|
|
"date": "2026-02-16",
|
|
"item": "Pro subscription (first customer)",
|
|
"amount": 9.0,
|
|
"recurring": "monthly"
|
|
}
|
|
]
|
|
} |