Skip to content

Commit e6839c0

Browse files
committed
Include Sample Files
Included sample files for user reference
1 parent 0b935e0 commit e6839c0

File tree

3 files changed

+145
-1
lines changed

3 files changed

+145
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@
3535
Debug
3636
.vs
3737
Samples/sampleCode.cpp
38-
Tests
3938
x64

Tests/ktn.json

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
{
2+
"jsonType" : "Simple",
3+
4+
"presetLists":[
5+
{
6+
"type" : "Account",
7+
"catList" : [
8+
{
9+
"cat" : "Bank",
10+
"child" : [
11+
"Bank Islam Account",
12+
"RHB Bank Account",
13+
"Bank Rakyat Savings Account"
14+
]
15+
},{
16+
"cat" : "Cash",
17+
"child" : [
18+
"Wallet",
19+
"Mummy Account",
20+
"Owing Account"
21+
]
22+
},{
23+
"cat" : "Investments",
24+
"child" : [
25+
"Fixed Deposits",
26+
"Investment Funding"
27+
]
28+
},{
29+
"cat" : "Other Assets",
30+
"child" : [
31+
"Settled Debtors"
32+
]
33+
},{
34+
"cat" : "Virtual Accounts",
35+
"child" : [
36+
"DiGi Account",
37+
"RapidStudent Card",
38+
"Steam Wallet",
39+
"TnG Wallet",
40+
"XueJi TnG Card"
41+
]
42+
},{
43+
"cat" : "Loans",
44+
"child" : [
45+
"PTPTN + Interest Suspense"
46+
]
47+
},{
48+
"cat" : "Payables",
49+
"child" : [
50+
"Depreciation / Prepayment Account"
51+
]
52+
}
53+
54+
55+
]
56+
},{
57+
"type" : "Expense",
58+
"catList" : [
59+
{
60+
"cat" : "Car",
61+
"child" : [
62+
"Fuel",
63+
"Maintenance",
64+
"Parking Fees & Toll"
65+
]
66+
},{
67+
"cat" : "Computing",
68+
"child" : [
69+
"Hardware",
70+
"Software"
71+
]
72+
},{
73+
"cat" : "Education",
74+
"child" : [
75+
"Entrance Tickets / Fees",
76+
"Study Materials"
77+
]
78+
},{
79+
"cat" : "Entertainment",
80+
"child" : [
81+
"Dining Out",
82+
"Drinks",
83+
"Games",
84+
"Movies",
85+
"Shopping"
86+
]
87+
},{
88+
"cat" : "Household",
89+
"child" : [
90+
"Clothing",
91+
"Family Obligation",
92+
"Grocery",
93+
"Medicine & Dental Care",
94+
"Printing & Stationaries"
95+
]
96+
},{
97+
"cat" : "Transportation",
98+
"child" : [
99+
"Public Transportation",
100+
"Taxi"
101+
]
102+
},{
103+
"cat" : "Utilities",
104+
"child" : [
105+
"Accommodation / Rent",
106+
"Electricity",
107+
"Phone / Internet",
108+
"Postage",
109+
"Water"
110+
]
111+
},{
112+
"cat" : "Others",
113+
"child" : [
114+
"Fines & Penalties",
115+
"Others"
116+
]
117+
}
118+
119+
]
120+
},{
121+
"type" : "Income",
122+
"catList" : [
123+
{
124+
"cat" : "Employer",
125+
"child" : [
126+
"Bonus",
127+
"Salary"
128+
]
129+
},{
130+
"cat" : "Family",
131+
"child" : [
132+
"Pocket Money"
133+
]
134+
},{
135+
"cat" : "Others",
136+
"child" : [
137+
"Interests",
138+
"Refunds",
139+
"Others"
140+
]
141+
}
142+
]
143+
}
144+
]
145+
}

Tests/outputfile.csv

333 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)