financeiro-dashboard/report.json
2026-04-12 10:00:04 +00:00

37 lines
859 B
JSON

{
"hotels": [
{
"name": "Dolce Amore",
"total": 510.0,
"count": 1,
"transactions": [
{
"unidade": "Dolce Amore",
"categoria": "Amenidades",
"descricao": "SABONTES PRESERVATIVOS",
"valor": 510.0,
"data_vencimento": "2026-04-11",
"fornecedor": "Emanuel Simplicio"
}
]
},
{
"name": "1001 Express",
"total": 41.4,
"count": 1,
"transactions": [
{
"unidade": "1001 Express",
"categoria": "Supermercado / Atacarejo",
"descricao": "SABÂO EM PO/PEITO DE FRANGO",
"valor": 41.4,
"data_vencimento": "2026-04-11",
"fornecedor": "SUPERMERCADO TATICO"
}
]
}
],
"global_total": 551.4,
"global_count": 2,
"date": "2026-04-12 10:00:04"
}