GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
test-engine-strings.h
1 
2 static const gchar* sane_account_names[] =
3 {
4  "Bank CD",
5  "Brokerage Account",
6  "Bond",
7  "Stock",
8  "Market Index",
9  "Mutual Fund",
10  "Checking Account",
11  "Money Market",
12  "Retirement",
13  "Bond",
14  "Stock",
15  "Market Index",
16  "Mutual Fund",
17  "Savings Account",
18  "Spouse Retirement",
19  "Bond",
20  "Stock",
21  "Market Index",
22  "Mutual Fund",
23  "Currency Trading",
24  "Cash in Wallet",
25  "House",
26  "Other Asset",
27  "Vehicle",
28  "Credit Card",
29  "Line of Credit",
30  "Education Loan",
31  "Mortgage Loan",
32  "Other Loan",
33  "Vehicle Loan",
34  "Bonus",
35  "Dividend Income",
36  "Gifts Received",
37  "Interest Income",
38  "Bond Interest",
39  "CD Interest",
40  "Checking Interest",
41  "Money Market Interest",
42  "Other Interest",
43  "Savings Interest",
44  "Other Income",
45  "Salary",
46  "Salary (Spouse)",
47  "Adjustment",
48  "Auto",
49  "Fees",
50  "Gas",
51  "Parking",
52  "Repair and Maintenance",
53  "Bank Service Charge",
54  "Books",
55  "Cable",
56  "Charity",
57  "Childcare",
58  "Clothes",
59  "Commissions",
60  "Computer",
61  "Dining",
62  "Education",
63  "Entertainment",
64  "Music/Movies",
65  "Recreation",
66  "Travel",
67  "Gifts",
68  "Groceries",
69  "Hobbies",
70  "Home Repair",
71  "Insurance",
72  "Auto Insurance",
73  "Health Insurance",
74  "Home Insurance",
75  "Life Insurance",
76  "Rental Insurance",
77  "Interest",
78  "Education Loan Interest",
79  "Mortgage Interest",
80  "Other Interest",
81  "Vehicle Loan Interest",
82  "Laundry/Dry Cleaning",
83  "Medical Expenses",
84  "Miscellaneous",
85  "Online Services",
86  "Phone",
87  "Public Transportation",
88  "Rent",
89  "Subscriptions",
90  "Supplies",
91  "Taxes",
92  "Federal",
93  "Medicare",
94  "Other Tax",
95  "Property Tax",
96  "Social Security",
97  "State/Province",
98  "Taxes (Spouse)",
99  "Federal",
100  "Medicare",
101  "Other Tax",
102  "Social Security",
103  "State/Province",
104  "Utilities",
105  "Electric",
106  "Garbage collection",
107  "Gas",
108  "Water",
109  "Opening Balances",
110  NULL,
111 };
112 
113 static const gchar* sane_descriptions[] =
114 {
115  "401k Income",
116  "401k match 50%",
117  "Cap. gain (long)",
118  "Cap. gain (short)",
119  "Car Repair",
120  "Charity",
121  "Child Care",
122  "Credit Card Refund",
123  "Dividends",
124  "Fed Est Tax",
125  "Fed Tax Witholding",
126  "Insurance Rembersal",
127  "Interect Earned",
128  "Interest Earned",
129  "Investment Interest",
130  "IRA Contrib, non Deductable",
131  "IRA Contrib, Non work Spouse",
132  "IRA Contrib, Spouse",
133  "IRA Contribution",
134  "IRA Management Fee",
135  "Job One",
136  "Job Two",
137  "Medical, Dental",
138  "Medicare",
139  "Medicine",
140  "Mortgage Interest",
141  "Opening Balance",
142  "Pointe Paid",
143  "Real Estate Tax",
144  "Soc Sec",
145  "State and Local",
146  "test dup ",
147  "Unemployment Comp",
148  NULL,
149 };
150 
151 static const gchar* sane_actions[] =
152 {
153  "Dep",
154  "Wthdrw",
155  "Check",
156  "Int",
157  "Div",
158  "ATM",
159  "Teller",
160  "POS",
161  "Phone",
162  "Online",
163  "AutoDep",
164  "Wire",
165  "EFT",
166  "Credit",
167  "Refund",
168  "Rebate",
169  "Xfer",
170  "DDebit",
171  NULL,
172 };
173