GnuCash
5.6-150-g038405b370+
engine
test-core
test-engine-strings.h
1
/********************************************************************\
2
* This program is free software; you can redistribute it and/or *
3
* modify it under the terms of the GNU General Public License as *
4
* published by the Free Software Foundation; either version 2 of *
5
* the License, or (at your option) any later version. *
6
* *
7
* This program is distributed in the hope that it will be useful, *
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
10
* GNU General Public License for more details. *
11
* *
12
* You should have received a copy of the GNU General Public License*
13
* along with this program; if not, contact: *
14
* *
15
* Free Software Foundation Voice: +1-617-542-5942 *
16
* 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
17
* Boston, MA 02110-1301, USA gnu@gnu.org *
18
* *
19
\********************************************************************/
20
21
22
static
const
gchar* sane_account_names[] =
23
{
24
"Bank CD"
,
25
"Brokerage Account"
,
26
"Bond"
,
27
"Stock"
,
28
"Market Index"
,
29
"Mutual Fund"
,
30
"Checking Account"
,
31
"Money Market"
,
32
"Retirement"
,
33
"Bond"
,
34
"Stock"
,
35
"Market Index"
,
36
"Mutual Fund"
,
37
"Savings Account"
,
38
"Spouse Retirement"
,
39
"Bond"
,
40
"Stock"
,
41
"Market Index"
,
42
"Mutual Fund"
,
43
"Currency Trading"
,
44
"Cash in Wallet"
,
45
"House"
,
46
"Other Asset"
,
47
"Vehicle"
,
48
"Credit Card"
,
49
"Line of Credit"
,
50
"Education Loan"
,
51
"Mortgage Loan"
,
52
"Other Loan"
,
53
"Vehicle Loan"
,
54
"Bonus"
,
55
"Dividend Income"
,
56
"Gifts Received"
,
57
"Interest Income"
,
58
"Bond Interest"
,
59
"CD Interest"
,
60
"Checking Interest"
,
61
"Money Market Interest"
,
62
"Other Interest"
,
63
"Savings Interest"
,
64
"Other Income"
,
65
"Salary"
,
66
"Salary (Spouse)"
,
67
"Adjustment"
,
68
"Auto"
,
69
"Fees"
,
70
"Gas"
,
71
"Parking"
,
72
"Repair and Maintenance"
,
73
"Bank Service Charge"
,
74
"Books"
,
75
"Cable"
,
76
"Charity"
,
77
"Childcare"
,
78
"Clothes"
,
79
"Commissions"
,
80
"Computer"
,
81
"Dining"
,
82
"Education"
,
83
"Entertainment"
,
84
"Music/Movies"
,
85
"Recreation"
,
86
"Travel"
,
87
"Gifts"
,
88
"Groceries"
,
89
"Hobbies"
,
90
"Home Repair"
,
91
"Insurance"
,
92
"Auto Insurance"
,
93
"Health Insurance"
,
94
"Home Insurance"
,
95
"Life Insurance"
,
96
"Rental Insurance"
,
97
"Interest"
,
98
"Education Loan Interest"
,
99
"Mortgage Interest"
,
100
"Other Interest"
,
101
"Vehicle Loan Interest"
,
102
"Laundry/Dry Cleaning"
,
103
"Medical Expenses"
,
104
"Miscellaneous"
,
105
"Online Services"
,
106
"Phone"
,
107
"Public Transportation"
,
108
"Rent"
,
109
"Subscriptions"
,
110
"Supplies"
,
111
"Taxes"
,
112
"Federal"
,
113
"Medicare"
,
114
"Other Tax"
,
115
"Property Tax"
,
116
"Social Security"
,
117
"State/Province"
,
118
"Taxes (Spouse)"
,
119
"Federal"
,
120
"Medicare"
,
121
"Other Tax"
,
122
"Social Security"
,
123
"State/Province"
,
124
"Utilities"
,
125
"Electric"
,
126
"Garbage collection"
,
127
"Gas"
,
128
"Water"
,
129
"Opening Balances"
,
130
NULL,
131
};
132
133
static
const
gchar* sane_descriptions[] =
134
{
135
"401k Income"
,
136
"401k match 50%"
,
137
"Cap. gain (long)"
,
138
"Cap. gain (short)"
,
139
"Car Repair"
,
140
"Charity"
,
141
"Child Care"
,
142
"Credit Card Refund"
,
143
"Dividends"
,
144
"Fed Est Tax"
,
145
"Fed Tax Withholding"
,
146
"Insurance Rembersal"
,
147
"Interect Earned"
,
148
"Interest Earned"
,
149
"Investment Interest"
,
150
"IRA Contrib, non Deductible"
,
151
"IRA Contrib, Non work Spouse"
,
152
"IRA Contrib, Spouse"
,
153
"IRA Contribution"
,
154
"IRA Management Fee"
,
155
"Job One"
,
156
"Job Two"
,
157
"Medical, Dental"
,
158
"Medicare"
,
159
"Medicine"
,
160
"Mortgage Interest"
,
161
"Opening Balance"
,
162
"Pointe Paid"
,
163
"Real Estate Tax"
,
164
"Soc Sec"
,
165
"State and Local"
,
166
"test dup "
,
167
"Unemployment Comp"
,
168
NULL,
169
};
170
171
static
const
gchar* sane_actions[] =
172
{
173
"Dep"
,
174
"Wthdrw"
,
175
"Check"
,
176
"Int"
,
177
"Div"
,
178
"ATM"
,
179
"Teller"
,
180
"POS"
,
181
"Phone"
,
182
"Online"
,
183
"AutoDep"
,
184
"Wire"
,
185
"EFT"
,
186
"Credit"
,
187
"Refund"
,
188
"Rebate"
,
189
"Xfer"
,
190
"DDebit"
,
191
NULL,
192
};
193
Generated by
1.8.14