Files
finanzas/data/db.json

29 lines
625 B
JSON

{
"fixedDebts": [],
"variableDebts": [
{
"name": "netflix",
"amount": 5000,
"date": "2026-01-29T00:00:00.000Z",
"category": "shopping",
"isPaid": false,
"id": "f2e424ca-5f07-4f57-9386-822354e0ee1e"
},
{
"name": "youtube",
"amount": 2500,
"date": "2026-01-29T00:00:00.000Z",
"category": "shopping",
"isPaid": false,
"id": "621c3caf-529b-4c33-b46f-3d86b119dd75"
}
],
"creditCards": [],
"cardPayments": [],
"monthlyBudgets": [],
"currentMonth": 1,
"currentYear": 2026,
"alerts": [],
"serviceBills": [],
"incomes": []
}