DocFast Session 44: security audit + 8 fixes, templating refactor, Pro limit fix
This commit is contained in:
parent
0abd81f024
commit
3b7375d0a5
3 changed files with 89 additions and 16 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"budget": 200.00,
|
||||
"budget": 200.0,
|
||||
"currency": "EUR",
|
||||
"spent": 18.29,
|
||||
"revenue": 0.00,
|
||||
"balance": 181.71,
|
||||
"revenue": 9.0,
|
||||
"balance": 190.71,
|
||||
"expenses": [
|
||||
{
|
||||
"date": "2026-02-14",
|
||||
"item": "Domain docfast.dev (INWX, 1 year)",
|
||||
"amount": 15.00,
|
||||
"amount": 15.0,
|
||||
"recurring": "yearly",
|
||||
"notes": "Renewal €20/year from year 2"
|
||||
"notes": "Renewal \u20ac20/year from year 2"
|
||||
},
|
||||
{
|
||||
"date": "2026-02-14",
|
||||
|
|
@ -20,5 +20,12 @@
|
|||
"notes": "First month prorated"
|
||||
}
|
||||
],
|
||||
"income": []
|
||||
}
|
||||
"income": [
|
||||
{
|
||||
"date": "2026-02-16",
|
||||
"item": "Pro subscription (first customer)",
|
||||
"amount": 9.0,
|
||||
"recurring": "monthly"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue