-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreferences.json
68 lines (68 loc) · 1.05 KB
/
preferences.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
{
"makefile":{
"2019":{
"september":{
"start":"2019-08-23",
"end":"2019-09-24"
},
"october":{
"start":"2019-09-25",
"end":"2019-10-24"
},
"november":{
"start":"2019-10-25",
"end":"2019-11-24"
},
"december":{
"start":"2019-11-25",
"end":"2019-12-24"
}
},
"2020":{
"january":{
"start":"2019-12-25",
"end":"2020-01-24"
}
}
},
"categories":{
"income":[
"salary",
"savings",
"taxes"
],
"rent":[],
"utilities":[
"rent",
"website",
"phone"
],
"groceries":[
],
"health":[
"drugstore"
],
"goods":[
"books",
"clothes",
"electronics",
"house",
"office",
"travel"
],
"transportation":[
"train",
"underground",
"uber"
],
"hobbies":[
"it"
],
"parties":[
"drink",
"meal"
],
"holidays":[]
},
"statements":"./data/statements/"
}