-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
116 lines (116 loc) · 1.92 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"months": [
{
"month": "Setembro",
"year": "2024",
"id": "a638"
},
{
"month": "Outubro",
"year": "2024",
"id": "8f5e"
},
{
"month": "Novembro",
"year": "2024",
"id": "9aca"
},
{
"month": "Dezembro",
"year": "2024",
"id": "4470"
},
{
"month": "Janeiro",
"year": "2025",
"id": "6317"
}
],
"setembro2024": [
{
"id": "9243",
"description": "Ajuste",
"type": "entrada",
"value": 10000
},
{
"id": "5e50",
"description": "Financiamento Casa",
"type": "saida",
"value": 2000
},
{
"id": "3695",
"description": "Academia",
"type": "saida",
"value": 200
},
{
"id": "b782",
"description": "PetShop",
"type": "saida",
"value": 250
},
{
"id": "31b1",
"description": "Mercado",
"value": 50,
"type": "saida"
},
{
"id": "a3ec",
"description": "Teste",
"value": 100,
"type": "entrada"
}
],
"outubro2024": [
{
"id": "1",
"description": "Financiamento",
"type": "saida",
"value": "5000"
},
{
"id": "8033",
"description": "Teste",
"value": "8500",
"type": "entrada"
},
{
"id": "31b2",
"description": "Cirurgia",
"value": 4000,
"type": "saida"
}
],
"novembro2024": [
{
"id": "1",
"description": "Entrada do Carro",
"value": 10000,
"type": "saida"
},
{
"id": "2",
"description": "PLR",
"type": "entrada",
"value": "2500"
}
],
"dezembro2024": [
{
"id": "1",
"description": "Entrada do Carro",
"value": 10000,
"type": "saida"
},
{
"id": "3",
"description": "Salario",
"value": 12000,
"type": "entrada"
}
],
"janeiro2025": []
}