clifinance/app_data.json

17 lines
267 B
JSON
Raw Normal View History

2024-05-18 00:37:07 +03:00
[
{
"id": -1,
2024-05-20 10:26:29 +03:00
"description": "shoping",
"amount": -200.75,
"date": "2021-01-01T00:00:00",
"type": "Expense"
2024-05-18 00:37:07 +03:00
},
{
"id": -1,
2024-05-20 10:26:29 +03:00
"description": "shoping",
"amount": 200.75,
"date": "2021-01-01T00:00:00",
"type": "Income"
2024-05-18 00:37:07 +03:00
}
]