-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
100 lines (100 loc) · 1.67 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
{
"categories": [
{
"id": 1,
"title": "Mercado",
"amount": 180,
"type": 2,
"frequency": 2,
"amountType": 1
},
{
"id": 2,
"title": "Moto",
"amount": 1000,
"type": 2,
"frequency": 2,
"amountType": 1
},
{
"id": 3,
"title": "Investimentos",
"amount": 200,
"type": 2,
"frequency": 2,
"amountType": 1
},
{
"id": 4,
"title": "Reserva de Emergência",
"amount": 200,
"type": 2,
"frequency": 1,
"amountType": 1
},
{
"id": 5,
"title": "Spotify",
"amount": 35,
"type": 2,
"frequency": 3,
"amountType": 1
},
{
"id": 6,
"title": "Salário",
"amount": 1000,
"type": 1,
"frequency": 7,
"amountType": 1
},
{
"id": 7,
"title": "Notebook",
"amount": 610,
"type": 2,
"frequency": 6,
"amountType": 1
},
{
"id": 8,
"title": "Pagamento Tio André",
"amount": 15,
"type": 1,
"frequency": 5,
"amountType": 1
},
{
"id": 9,
"title": "Pagamento Tio André",
"amount": 15,
"type": 1,
"frequency": 4,
"amountType": 1
},
{
"id": 10,
"title": "Recibo 1",
"amount": 15,
"type": 1,
"frequency": 2,
"amountType": 2
},
{
"id": 11,
"title": "Despesa 2",
"amount": 20,
"type": 2,
"frequency": 2,
"amountType": 2
},
{
"id": 12,
"title": "Receita 1",
"amount": 25,
"type": 1,
"frequency": 2,
"amountType": 2
}
]
}