@zeniai/client-epic-state 5.1.29-beta0ND → 5.1.30-beta0AY

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/lib/__testHelpers__/apiFailure.json +6 -0
  2. package/lib/entity/customer/customerPayload.js +11 -2
  3. package/lib/entity/transaction/payloadTypes/vendorTransactionPayload.js +1 -1
  4. package/lib/entity/vendor/__mocks__/vendorMock.d.ts +7 -0
  5. package/lib/entity/vendor/__mocks__/vendorMock.js +311 -0
  6. package/lib/entity/vendor/__mocks__/vendorStateMocks.d.ts +8 -0
  7. package/lib/entity/vendor/__mocks__/vendorStateMocks.js +415 -0
  8. package/lib/entity/vendor/vendorPayload.d.ts +2 -4
  9. package/lib/entity/vendor/vendorPayload.js +3 -12
  10. package/lib/entity/vendor/vendorReducer.js +0 -3
  11. package/lib/esm/__testHelpers__/apiFailure.json +6 -0
  12. package/lib/esm/entity/customer/customerPayload.js +11 -2
  13. package/lib/esm/entity/transaction/payloadTypes/vendorTransactionPayload.js +2 -2
  14. package/lib/esm/entity/vendor/__mocks__/vendorMock.js +308 -0
  15. package/lib/esm/entity/vendor/__mocks__/vendorStateMocks.js +412 -0
  16. package/lib/esm/entity/vendor/vendorPayload.js +2 -10
  17. package/lib/esm/entity/vendor/vendorReducer.js +1 -4
  18. package/lib/esm/index.js +2 -2
  19. package/lib/esm/view/accountMappingView/__mocks__/accountMappingSelectorMock.js +4650 -0
  20. package/lib/esm/view/addressView/__mocks__/addressViewMocks.js +203 -0
  21. package/lib/esm/view/addressView/__mocks__/json/createAddressResponse.json +23 -0
  22. package/lib/esm/view/addressView/__mocks__/json/createCompanyAddressSuccess.json +258 -0
  23. package/lib/esm/view/addressView/__mocks__/json/createCompanyUserAddressSuccess.json +418 -0
  24. package/lib/esm/view/addressView/__mocks__/json/fetchAddressResponse.json +24 -0
  25. package/lib/esm/view/addressView/__mocks__/json/updateAddressResponse.json +24 -0
  26. package/lib/esm/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.js +0 -2
  27. package/lib/esm/view/referralView/referralReducer.js +3 -2
  28. package/lib/esm/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.js +2 -28
  29. package/lib/esm/view/transactionDetail/epics/transactionDetailEpic.js +9 -10
  30. package/lib/index.d.ts +2 -2
  31. package/lib/index.js +7 -6
  32. package/lib/view/accountMappingView/__mocks__/accountMappingSelectorMock.d.ts +11 -0
  33. package/lib/view/accountMappingView/__mocks__/accountMappingSelectorMock.js +4659 -0
  34. package/lib/view/addressView/__mocks__/addressViewMocks.d.ts +35 -0
  35. package/lib/view/addressView/__mocks__/addressViewMocks.js +239 -0
  36. package/lib/view/addressView/__mocks__/json/createAddressResponse.json +23 -0
  37. package/lib/view/addressView/__mocks__/json/createCompanyAddressSuccess.json +258 -0
  38. package/lib/view/addressView/__mocks__/json/createCompanyUserAddressSuccess.json +418 -0
  39. package/lib/view/addressView/__mocks__/json/fetchAddressResponse.json +24 -0
  40. package/lib/view/addressView/__mocks__/json/updateAddressResponse.json +24 -0
  41. package/lib/view/commonVendorView/transactionVendorView/transactionVendorViewReducer.js +0 -2
  42. package/lib/view/referralView/referralReducer.d.ts +1 -0
  43. package/lib/view/referralView/referralReducer.js +4 -3
  44. package/lib/view/transactionDetail/epics/markTransactionAsNotMiscategorizedEpic.js +2 -28
  45. package/lib/view/transactionDetail/epics/transactionDetailEpic.js +8 -9
  46. package/package.json +70 -38
  47. package/lib/commonPayloadTypes/payloadIdentifier.d.ts +0 -6
  48. package/lib/commonPayloadTypes/payloadIdentifier.js +0 -18
  49. package/lib/esm/commonPayloadTypes/payloadIdentifier.js +0 -14
@@ -0,0 +1,4650 @@
1
+ import { initialState } from '../accountMappingReducer';
2
+ const accountMappingState = {
3
+ data: {
4
+ selectedIncomeAccountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
5
+ selectedExpenseAccountId: undefined,
6
+ isExpenseRecommendationChecked: false,
7
+ isIncomeRecommendationChecked: true,
8
+ previousExpenseAccount: undefined,
9
+ previousIncomeAccount: undefined,
10
+ selectedBillPayAccountId: undefined,
11
+ selectedReimbursementsAccountId: undefined,
12
+ selectedFixedAssetsAccountIds: [],
13
+ selectedPrepaidExpensesAccountIds: [],
14
+ selectedAccruedExpensesAccountIds: [],
15
+ selectedBankAccounts1099FilingAccountIds: [],
16
+ selectedExpenseAccounts1099FilingAccountIds: [],
17
+ isBillPayRecommendationChecked: false,
18
+ isReimbursementsRecommendationChecked: false,
19
+ previousBillPayAccount: undefined,
20
+ previousReimbursementsAccount: undefined,
21
+ previousPrepaidExpensesAccount: [],
22
+ previousFixedAssetsAccount: [],
23
+ previousAccruedExpensesAccount: [],
24
+ previousBankAccounts1099FilingAccount: [],
25
+ previousExpenseAccounts1099FilingAccount: [],
26
+ },
27
+ accountListFetchState: {
28
+ fetchState: 'Completed',
29
+ },
30
+ recommendationFetchState: {
31
+ fetchState: 'Completed',
32
+ },
33
+ updateFetchState: {
34
+ fetchState: 'Not-Started',
35
+ },
36
+ incomeAccountIdList: [
37
+ 'account_06cecff6-33b8-4677-b586-9663dcacd944',
38
+ 'account_b8e28eec-5694-4707-8354-2b04037be7d3',
39
+ 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d',
40
+ 'account_38a7fa62-3d05-480e-a4cd-4d50c52c138f',
41
+ 'account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381',
42
+ 'account_eb71b745-07c3-4927-b183-6b47df718963',
43
+ 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb',
44
+ 'account_5ff04548-d012-4487-bfa4-bd1396dfc11f',
45
+ 'account_6ec41085-0455-40bd-9d07-c10209d5c8ce',
46
+ 'account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1',
47
+ 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa',
48
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
49
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
50
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
51
+ 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce',
52
+ 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb',
53
+ 'account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a',
54
+ 'account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2',
55
+ 'account_293e8b54-55ff-4a33-8671-258f892f581a',
56
+ 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d',
57
+ 'account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b',
58
+ ],
59
+ incomeNestedAccountListHierarchy: [
60
+ {
61
+ accountId: ['account_06cecff6-33b8-4677-b586-9663dcacd944'],
62
+ accountName: 'Uncategorized Income',
63
+ qboId: '30',
64
+ children: [],
65
+ hasSiblings: true,
66
+ coaId: '49999',
67
+ },
68
+ {
69
+ accountId: ['account_b8e28eec-5694-4707-8354-2b04037be7d3'],
70
+ accountName: 'Unapplied Cash Payment Income',
71
+ qboId: '87',
72
+ children: [],
73
+ hasSiblings: true,
74
+ },
75
+ {
76
+ accountId: ['account_38a7fa62-3d05-480e-a4cd-4d50c52c138f'],
77
+ accountName: 'Services',
78
+ qboId: '1',
79
+ children: [],
80
+ hasSiblings: true,
81
+ },
82
+ {
83
+ accountId: ['account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381'],
84
+ accountName: 'Sales of Product Income',
85
+ qboId: '79',
86
+ children: [],
87
+ hasSiblings: true,
88
+ },
89
+ {
90
+ accountId: ['account_eb71b745-07c3-4927-b183-6b47df718963'],
91
+ accountName: 'Refunds-Allowances',
92
+ qboId: '6',
93
+ children: [],
94
+ hasSiblings: true,
95
+ },
96
+ {
97
+ accountId: ['account_5ff04548-d012-4487-bfa4-bd1396dfc11f'],
98
+ accountName: 'Pest Control Services',
99
+ qboId: '54',
100
+ children: [],
101
+ hasSiblings: true,
102
+ },
103
+ {
104
+ accountId: ['account_6ec41085-0455-40bd-9d07-c10209d5c8ce'],
105
+ accountName: 'Other Income',
106
+ qboId: '83',
107
+ children: [],
108
+ hasSiblings: true,
109
+ },
110
+ {
111
+ accountId: ['account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1'],
112
+ accountName: 'Non-Profit Income random',
113
+ qboId: '99',
114
+ children: [],
115
+ hasSiblings: true,
116
+ },
117
+ {
118
+ accountId: ['account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1'],
119
+ accountName: 'Landscaping Services',
120
+ qboId: '45',
121
+ children: [
122
+ {
123
+ accountId: [
124
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
125
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
126
+ ],
127
+ accountName: 'Labor',
128
+ qboId: '51',
129
+ children: [
130
+ {
131
+ accountId: [
132
+ 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa',
133
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
134
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
135
+ ],
136
+ accountName: 'Maintenance and Repair',
137
+ qboId: '53',
138
+ children: [],
139
+ hasSiblings: true,
140
+ },
141
+ {
142
+ accountId: [
143
+ 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce',
144
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
145
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
146
+ ],
147
+ accountName: 'Installation',
148
+ qboId: '52',
149
+ children: [],
150
+ hasSiblings: true,
151
+ },
152
+ ],
153
+ hasSiblings: true,
154
+ },
155
+ {
156
+ accountId: [
157
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
158
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
159
+ ],
160
+ accountName: 'Job Materials',
161
+ qboId: '46',
162
+ children: [
163
+ {
164
+ accountId: [
165
+ 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d',
166
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
167
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
168
+ ],
169
+ accountName: 'Sprinklers and Drip Systems',
170
+ qboId: '50',
171
+ children: [],
172
+ hasSiblings: true,
173
+ },
174
+ {
175
+ accountId: [
176
+ 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb',
177
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
178
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
179
+ ],
180
+ accountName: 'Plants and Soil',
181
+ qboId: '49',
182
+ children: [],
183
+ hasSiblings: true,
184
+ },
185
+ {
186
+ accountId: [
187
+ 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb',
188
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
189
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
190
+ ],
191
+ accountName: 'Fountains and Garden Lighting',
192
+ qboId: '48',
193
+ children: [],
194
+ hasSiblings: true,
195
+ },
196
+ {
197
+ accountId: [
198
+ 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d',
199
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
200
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
201
+ ],
202
+ accountName: 'Decks and Patios',
203
+ qboId: '47',
204
+ children: [],
205
+ hasSiblings: true,
206
+ },
207
+ ],
208
+ hasSiblings: true,
209
+ },
210
+ ],
211
+ hasSiblings: true,
212
+ },
213
+ {
214
+ accountId: ['account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a'],
215
+ accountName: 'Fees Billed',
216
+ qboId: '5',
217
+ children: [],
218
+ hasSiblings: true,
219
+ },
220
+ {
221
+ accountId: ['account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2'],
222
+ accountName: 'Discounts given',
223
+ qboId: '86',
224
+ children: [],
225
+ hasSiblings: true,
226
+ },
227
+ {
228
+ accountId: ['account_293e8b54-55ff-4a33-8671-258f892f581a'],
229
+ accountName: 'Design income',
230
+ qboId: '82',
231
+ children: [],
232
+ hasSiblings: true,
233
+ },
234
+ {
235
+ accountId: ['account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b'],
236
+ accountName: 'Billable Expense Income',
237
+ qboId: '85',
238
+ children: [],
239
+ hasSiblings: true,
240
+ },
241
+ ],
242
+ incomeRecommendations: [
243
+ {
244
+ account: {
245
+ accountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
246
+ accountName: 'Uncategorized Income',
247
+ accountType: 'income',
248
+ accountDescription: '',
249
+ qboId: '30',
250
+ coaId: '49999',
251
+ labels: [],
252
+ tax1099Config: undefined,
253
+ max: 0,
254
+ min: 0,
255
+ reason: 'Based on Zeni AI recommendation.',
256
+ type: 'zeni_bot',
257
+ },
258
+ },
259
+ ],
260
+ expenseAccountIdList: [
261
+ 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
262
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
263
+ 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
264
+ 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
265
+ 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c',
266
+ 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a',
267
+ 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
268
+ 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092',
269
+ 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314',
270
+ 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca',
271
+ 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
272
+ 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d',
273
+ 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa',
274
+ 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e',
275
+ 'account_260ccba4-1582-4757-9880-40d2445e5784',
276
+ 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
277
+ 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
278
+ 'account_e88d8637-ca35-41aa-b909-dbcc37851eff',
279
+ 'account_5e8f5ff6-952b-417f-9315-e23552ccd780',
280
+ 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7',
281
+ 'account_ee721342-692e-46ed-9c78-363e94654a6d',
282
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
283
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
284
+ 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
285
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
286
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
287
+ 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
288
+ 'account_505a2721-5ed0-4700-9638-954268e31fae',
289
+ 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
290
+ 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3',
291
+ 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
292
+ 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
293
+ 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12',
294
+ 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
295
+ 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42',
296
+ 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb',
297
+ 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042',
298
+ 'account_9af910d3-5ac5-4015-834b-77f675e67981',
299
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
300
+ 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
301
+ 'account_041cf709-4537-4394-994f-ec3c64bbc877',
302
+ 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
303
+ 'account_4bf94810-b77e-4014-a18c-f876c2854971',
304
+ 'account_d8a660ac-158c-4556-b92f-020d3afe0e34',
305
+ 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa',
306
+ 'account_10053408-c131-468b-a1ab-2c289d84901c',
307
+ 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
308
+ ],
309
+ expenseNestedAccountListHierarchy: [
310
+ {
311
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
312
+ accountName: 'Utilities',
313
+ qboId: '24',
314
+ children: [
315
+ {
316
+ accountId: [
317
+ 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
318
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
319
+ ],
320
+ accountName: 'Telephone',
321
+ qboId: '77',
322
+ children: [],
323
+ hasSiblings: true,
324
+ },
325
+ {
326
+ accountId: [
327
+ 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
328
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
329
+ ],
330
+ accountName: 'Gas and Electric',
331
+ qboId: '76',
332
+ children: [],
333
+ hasSiblings: true,
334
+ },
335
+ ],
336
+ hasSiblings: true,
337
+ },
338
+ {
339
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
340
+ accountName: 'Uncategorized Expense',
341
+ qboId: '31',
342
+ children: [],
343
+ hasSiblings: true,
344
+ coaId: '69999',
345
+ },
346
+ {
347
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
348
+ accountName: 'Unapplied Cash Bill Payment Expense',
349
+ qboId: '88',
350
+ children: [],
351
+ hasSiblings: true,
352
+ },
353
+ {
354
+ accountId: ['account_d4e64547-3541-4b77-8273-0c0f1e3f195c'],
355
+ accountName: 'Travel Meals',
356
+ qboId: '23',
357
+ children: [],
358
+ hasSiblings: true,
359
+ },
360
+ {
361
+ accountId: ['account_11bc3022-c5df-43aa-ab29-e450ddf9b75a'],
362
+ accountName: 'Travel',
363
+ qboId: '22',
364
+ children: [],
365
+ hasSiblings: true,
366
+ coaId: '62200',
367
+ },
368
+ {
369
+ accountId: ['account_b21f9130-2c8c-4a6e-959e-a0cca0933092'],
370
+ accountName: 'Taxes & Licenses',
371
+ qboId: '21',
372
+ children: [],
373
+ hasSiblings: true,
374
+ },
375
+ {
376
+ accountId: ['account_cae16d28-3bfd-40a2-b2d0-a9f76e419314'],
377
+ accountName: 'Supplies',
378
+ qboId: '20',
379
+ children: [],
380
+ hasSiblings: true,
381
+ },
382
+ {
383
+ accountId: ['account_cf920797-ff3d-499c-9c4d-5cbb321146ca'],
384
+ accountName: 'Stationery & Printing',
385
+ qboId: '19',
386
+ children: [],
387
+ hasSiblings: true,
388
+ },
389
+ {
390
+ accountId: ['account_686005dd-6835-4781-a4a9-83b3c74b2e4d'],
391
+ accountName: 'Salaries and Benefits',
392
+ qboId: '91',
393
+ children: [],
394
+ hasSiblings: true,
395
+ },
396
+ {
397
+ accountId: ['account_3d4568f6-b288-4d70-bda5-6813cc8177fa'],
398
+ accountName: 'Rent or Lease',
399
+ qboId: '17',
400
+ children: [],
401
+ hasSiblings: true,
402
+ },
403
+ {
404
+ accountId: ['account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e'],
405
+ accountName: 'Purchases',
406
+ qboId: '78',
407
+ children: [],
408
+ hasSiblings: true,
409
+ },
410
+ {
411
+ accountId: ['account_260ccba4-1582-4757-9880-40d2445e5784'],
412
+ accountName: 'Promotional',
413
+ qboId: '16',
414
+ children: [],
415
+ hasSiblings: true,
416
+ },
417
+ {
418
+ accountId: ['account_e88d8637-ca35-41aa-b909-dbcc37851eff'],
419
+ accountName: 'Payroll Expenses',
420
+ qboId: '113',
421
+ children: [],
422
+ hasSiblings: true,
423
+ coaId: '64300',
424
+ },
425
+ {
426
+ accountId: ['account_5e8f5ff6-952b-417f-9315-e23552ccd780'],
427
+ accountName: 'Office Expenses',
428
+ qboId: '15',
429
+ children: [],
430
+ hasSiblings: true,
431
+ coaId: '64100',
432
+ },
433
+ {
434
+ accountId: ['account_5667e789-c321-4b8c-a5b0-6f384c5a58d7'],
435
+ accountName: 'Meals and Entertainment',
436
+ qboId: '13',
437
+ children: [],
438
+ hasSiblings: true,
439
+ },
440
+ {
441
+ accountId: ['account_be9dd00d-70e6-4c5b-96d2-925b5ed42336'],
442
+ accountName: 'Maintenance and Repair',
443
+ qboId: '72',
444
+ children: [
445
+ {
446
+ accountId: [
447
+ 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
448
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
449
+ ],
450
+ accountName: 'Equipment Repairs',
451
+ qboId: '75',
452
+ children: [],
453
+ hasSiblings: true,
454
+ },
455
+ {
456
+ accountId: [
457
+ 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
458
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
459
+ ],
460
+ accountName: 'Computer Repairs',
461
+ qboId: '74',
462
+ children: [],
463
+ hasSiblings: true,
464
+ },
465
+ {
466
+ accountId: [
467
+ 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
468
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
469
+ ],
470
+ accountName: 'Building Repairs',
471
+ qboId: '73',
472
+ children: [],
473
+ hasSiblings: true,
474
+ },
475
+ ],
476
+ hasSiblings: true,
477
+ },
478
+ {
479
+ accountId: ['account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d'],
480
+ accountName: 'Legal & Professional Fees',
481
+ qboId: '12',
482
+ children: [
483
+ {
484
+ accountId: [
485
+ 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
486
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
487
+ ],
488
+ accountName: 'Lawyer',
489
+ qboId: '71',
490
+ children: [],
491
+ hasSiblings: true,
492
+ },
493
+ {
494
+ accountId: [
495
+ 'account_4bf94810-b77e-4014-a18c-f876c2854971',
496
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
497
+ ],
498
+ accountName: 'Bookkeeper',
499
+ qboId: '70',
500
+ children: [],
501
+ hasSiblings: true,
502
+ },
503
+ {
504
+ accountId: [
505
+ 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
506
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
507
+ ],
508
+ accountName: 'Accounting',
509
+ qboId: '69',
510
+ children: [],
511
+ hasSiblings: true,
512
+ },
513
+ ],
514
+ hasSiblings: true,
515
+ },
516
+ {
517
+ accountId: ['account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9'],
518
+ accountName: 'Job Expenses',
519
+ qboId: '58',
520
+ children: [
521
+ {
522
+ accountId: [
523
+ 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
524
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
525
+ ],
526
+ accountName: 'Permits',
527
+ qboId: '68',
528
+ children: [],
529
+ hasSiblings: true,
530
+ },
531
+ {
532
+ accountId: [
533
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
534
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
535
+ ],
536
+ accountName: 'Job Materials',
537
+ qboId: '63',
538
+ children: [
539
+ {
540
+ accountId: [
541
+ 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
542
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
543
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
544
+ ],
545
+ accountName: 'Sprinklers and Drip Systems',
546
+ qboId: '67',
547
+ children: [],
548
+ hasSiblings: true,
549
+ },
550
+ {
551
+ accountId: [
552
+ 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
553
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
554
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
555
+ ],
556
+ accountName: 'Plants and Soil',
557
+ qboId: '66',
558
+ children: [],
559
+ hasSiblings: true,
560
+ },
561
+ {
562
+ accountId: [
563
+ 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
564
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
565
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
566
+ ],
567
+ accountName: 'Fountain and Garden Lighting',
568
+ qboId: '65',
569
+ children: [],
570
+ hasSiblings: true,
571
+ },
572
+ {
573
+ accountId: [
574
+ 'account_9af910d3-5ac5-4015-834b-77f675e67981',
575
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
576
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
577
+ ],
578
+ accountName: 'Decks and Patios',
579
+ qboId: '64',
580
+ children: [],
581
+ hasSiblings: true,
582
+ },
583
+ ],
584
+ hasSiblings: true,
585
+ },
586
+ {
587
+ accountId: [
588
+ 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
589
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
590
+ ],
591
+ accountName: 'Equipment Rental',
592
+ qboId: '62',
593
+ children: [],
594
+ hasSiblings: true,
595
+ },
596
+ {
597
+ accountId: [
598
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
599
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
600
+ ],
601
+ accountName: 'Cost of Labor',
602
+ qboId: '59',
603
+ children: [
604
+ {
605
+ accountId: [
606
+ 'account_ee721342-692e-46ed-9c78-363e94654a6d',
607
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
608
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
609
+ ],
610
+ accountName: 'Maintenance and Repairs',
611
+ qboId: '61',
612
+ children: [],
613
+ hasSiblings: true,
614
+ },
615
+ {
616
+ accountId: [
617
+ 'account_505a2721-5ed0-4700-9638-954268e31fae',
618
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
619
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
620
+ ],
621
+ accountName: 'Installation',
622
+ qboId: '60',
623
+ children: [],
624
+ hasSiblings: true,
625
+ },
626
+ ],
627
+ hasSiblings: true,
628
+ },
629
+ ],
630
+ hasSiblings: true,
631
+ },
632
+ {
633
+ accountId: ['account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8'],
634
+ accountName: 'Insurance',
635
+ qboId: '11',
636
+ children: [
637
+ {
638
+ accountId: [
639
+ 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
640
+ 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
641
+ ],
642
+ accountName: 'Workers Compensation',
643
+ qboId: '57',
644
+ children: [],
645
+ hasSiblings: false,
646
+ },
647
+ ],
648
+ hasSiblings: true,
649
+ },
650
+ {
651
+ accountId: ['account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3'],
652
+ accountName: 'Fuel',
653
+ qboId: '56',
654
+ children: [],
655
+ hasSiblings: true,
656
+ },
657
+ {
658
+ accountId: ['account_083cb73a-a2fb-4214-b5ba-8d289227ea12'],
659
+ accountName: 'Equipment Rental',
660
+ qboId: '29',
661
+ children: [],
662
+ hasSiblings: true,
663
+ },
664
+ {
665
+ accountId: ['account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42'],
666
+ accountName: 'Entertainment test 3',
667
+ qboId: '97',
668
+ children: [],
669
+ hasSiblings: true,
670
+ coaId: '77649',
671
+ },
672
+ {
673
+ accountId: ['account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb'],
674
+ accountName: 'Dues & Subscriptions',
675
+ qboId: '10',
676
+ children: [],
677
+ hasSiblings: true,
678
+ },
679
+ {
680
+ accountId: ['account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042'],
681
+ accountName: 'Disposal Fees',
682
+ qboId: '28',
683
+ children: [],
684
+ hasSiblings: true,
685
+ },
686
+ {
687
+ accountId: ['account_041cf709-4537-4394-994f-ec3c64bbc877'],
688
+ accountName: 'Commissions & fees',
689
+ qboId: '9',
690
+ children: [],
691
+ hasSiblings: true,
692
+ },
693
+ {
694
+ accountId: ['account_d8a660ac-158c-4556-b92f-020d3afe0e34'],
695
+ accountName: 'Bank Charges',
696
+ qboId: '8',
697
+ children: [],
698
+ hasSiblings: true,
699
+ },
700
+ {
701
+ accountId: ['account_c4f4a39e-dc67-4c65-b882-9da99070ebfa'],
702
+ accountName: 'Automobile',
703
+ qboId: '55',
704
+ children: [],
705
+ hasSiblings: true,
706
+ },
707
+ {
708
+ accountId: ['account_10053408-c131-468b-a1ab-2c289d84901c'],
709
+ accountName: 'Advertising',
710
+ qboId: '7',
711
+ children: [],
712
+ hasSiblings: true,
713
+ },
714
+ ],
715
+ expenseRecommendations: [
716
+ {
717
+ account: {
718
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
719
+ accountName: 'Uncategorized Expense',
720
+ accountType: 'expenses',
721
+ accountDescription: '',
722
+ qboId: '31',
723
+ coaId: '69999',
724
+ labels: ['uncategorized_income'],
725
+ tax1099Config: undefined,
726
+ max: 0,
727
+ min: 0,
728
+ reason: 'Based on Zeni AI recommendation.',
729
+ type: 'zeni_bot',
730
+ },
731
+ },
732
+ ],
733
+ billPayNestedAccountListHierarchy: [],
734
+ billPayRecommendations: [],
735
+ reimbursementsNestedAccountListHierarchy: [],
736
+ reimbursementsRecommendations: [],
737
+ prepaidExpensesAccountIdList: [],
738
+ prepaidExpensesNestedAccountListHierarchy: [],
739
+ prepaidExpensesRecommendations: [],
740
+ fixedAssetsAccountIdList: [],
741
+ fixedAssetsNestedAccountListHierarchy: [],
742
+ fixedAssetsRecommendations: [],
743
+ accruedExpensesAccountIdList: [],
744
+ accruedExpensesNestedAccountListHierarchy: [],
745
+ accruedExpensesRecommendations: [],
746
+ bankAccounts1099FilingAccountIdList: [],
747
+ bankAccounts1099FilingNestedAccountListHierarchy: [],
748
+ expenseAccounts1099FilingAccountIdList: [],
749
+ expenseAccounts1099FilingNestedAccountListHierarchy: [],
750
+ };
751
+ const accountMappingViewMock = {
752
+ incomeAccountList: [
753
+ {
754
+ accountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
755
+ accountName: 'Uncategorized Income',
756
+ accountType: 'income',
757
+ accountDescription: '',
758
+ qboId: '30',
759
+ coaId: '49999',
760
+ accountSubType: undefined,
761
+ last4Digits: undefined,
762
+ logo: undefined,
763
+ labels: [],
764
+ tax1099Config: undefined,
765
+ },
766
+ {
767
+ accountId: 'account_b8e28eec-5694-4707-8354-2b04037be7d3',
768
+ accountName: 'Unapplied Cash Payment Income',
769
+ accountType: 'income',
770
+ accountDescription: '',
771
+ qboId: '87',
772
+ accountSubType: undefined,
773
+ last4Digits: undefined,
774
+ logo: undefined,
775
+ coaId: undefined,
776
+ labels: [],
777
+ tax1099Config: undefined,
778
+ },
779
+ {
780
+ accountId: 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d',
781
+ accountName: 'Sprinklers and Drip Systems',
782
+ accountType: 'income',
783
+ accountSubType: undefined,
784
+ last4Digits: undefined,
785
+ logo: undefined,
786
+ coaId: undefined,
787
+ accountDescription: '',
788
+ qboId: '50',
789
+ labels: [],
790
+ tax1099Config: undefined,
791
+ },
792
+ {
793
+ accountId: 'account_38a7fa62-3d05-480e-a4cd-4d50c52c138f',
794
+ accountName: 'Services',
795
+ accountType: 'income',
796
+ accountSubType: undefined,
797
+ last4Digits: undefined,
798
+ logo: undefined,
799
+ coaId: undefined,
800
+ accountDescription: '',
801
+ qboId: '1',
802
+ labels: [],
803
+ tax1099Config: undefined,
804
+ },
805
+ {
806
+ accountId: 'account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381',
807
+ accountName: 'Sales of Product Income',
808
+ accountType: 'income',
809
+ accountSubType: undefined,
810
+ last4Digits: undefined,
811
+ logo: undefined,
812
+ coaId: undefined,
813
+ accountDescription: '',
814
+ qboId: '79',
815
+ labels: [],
816
+ tax1099Config: undefined,
817
+ },
818
+ {
819
+ accountId: 'account_eb71b745-07c3-4927-b183-6b47df718963',
820
+ accountName: 'Refunds-Allowances',
821
+ accountType: 'income',
822
+ accountSubType: undefined,
823
+ last4Digits: undefined,
824
+ logo: undefined,
825
+ coaId: undefined,
826
+ accountDescription: '',
827
+ qboId: '6',
828
+ labels: [],
829
+ tax1099Config: undefined,
830
+ },
831
+ {
832
+ accountId: 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb',
833
+ accountName: 'Plants and Soil',
834
+ accountType: 'income',
835
+ accountSubType: undefined,
836
+ last4Digits: undefined,
837
+ logo: undefined,
838
+ coaId: undefined,
839
+ accountDescription: '',
840
+ qboId: '49',
841
+ labels: [],
842
+ tax1099Config: undefined,
843
+ },
844
+ {
845
+ accountId: 'account_5ff04548-d012-4487-bfa4-bd1396dfc11f',
846
+ accountName: 'Pest Control Services',
847
+ accountType: 'income',
848
+ accountSubType: undefined,
849
+ last4Digits: undefined,
850
+ logo: undefined,
851
+ coaId: undefined,
852
+ accountDescription: '',
853
+ qboId: '54',
854
+ labels: [],
855
+ tax1099Config: undefined,
856
+ },
857
+ {
858
+ accountId: 'account_6ec41085-0455-40bd-9d07-c10209d5c8ce',
859
+ accountName: 'Other Income',
860
+ accountType: 'income',
861
+ accountSubType: undefined,
862
+ last4Digits: undefined,
863
+ logo: undefined,
864
+ coaId: undefined,
865
+ accountDescription: '',
866
+ qboId: '83',
867
+ labels: [],
868
+ tax1099Config: undefined,
869
+ },
870
+ {
871
+ accountId: 'account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1',
872
+ accountName: 'Non-Profit Income random',
873
+ accountType: 'income',
874
+ accountSubType: undefined,
875
+ last4Digits: undefined,
876
+ logo: undefined,
877
+ coaId: undefined,
878
+ accountDescription: '',
879
+ qboId: '99',
880
+ labels: [],
881
+ tax1099Config: undefined,
882
+ },
883
+ {
884
+ accountId: 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa',
885
+ accountName: 'Maintenance and Repair',
886
+ accountType: 'income',
887
+ accountSubType: undefined,
888
+ last4Digits: undefined,
889
+ logo: undefined,
890
+ coaId: undefined,
891
+ accountDescription: '',
892
+ qboId: '53',
893
+ labels: [],
894
+ tax1099Config: undefined,
895
+ },
896
+ {
897
+ accountId: 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
898
+ accountName: 'Landscaping Services',
899
+ accountType: 'income',
900
+ accountSubType: undefined,
901
+ last4Digits: undefined,
902
+ logo: undefined,
903
+ coaId: undefined,
904
+ accountDescription: '',
905
+ qboId: '45',
906
+ labels: [],
907
+ tax1099Config: undefined,
908
+ },
909
+ {
910
+ accountId: 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
911
+ accountName: 'Labor',
912
+ accountType: 'income',
913
+ accountSubType: undefined,
914
+ last4Digits: undefined,
915
+ logo: undefined,
916
+ coaId: undefined,
917
+ accountDescription: '',
918
+ qboId: '51',
919
+ labels: [],
920
+ tax1099Config: undefined,
921
+ },
922
+ {
923
+ accountId: 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
924
+ accountName: 'Job Materials',
925
+ accountType: 'income',
926
+ accountSubType: undefined,
927
+ last4Digits: undefined,
928
+ logo: undefined,
929
+ coaId: undefined,
930
+ accountDescription: '',
931
+ qboId: '46',
932
+ labels: [],
933
+ tax1099Config: undefined,
934
+ },
935
+ {
936
+ accountId: 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce',
937
+ accountName: 'Installation',
938
+ accountType: 'income',
939
+ accountSubType: undefined,
940
+ last4Digits: undefined,
941
+ logo: undefined,
942
+ coaId: undefined,
943
+ accountDescription: '',
944
+ qboId: '52',
945
+ labels: [],
946
+ tax1099Config: undefined,
947
+ },
948
+ {
949
+ accountId: 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb',
950
+ accountName: 'Fountains and Garden Lighting',
951
+ accountType: 'income',
952
+ accountSubType: undefined,
953
+ last4Digits: undefined,
954
+ logo: undefined,
955
+ coaId: undefined,
956
+ accountDescription: '',
957
+ qboId: '48',
958
+ labels: [],
959
+ tax1099Config: undefined,
960
+ },
961
+ {
962
+ accountId: 'account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a',
963
+ accountName: 'Fees Billed',
964
+ accountType: 'income',
965
+ accountSubType: undefined,
966
+ last4Digits: undefined,
967
+ logo: undefined,
968
+ coaId: undefined,
969
+ accountDescription: '',
970
+ qboId: '5',
971
+ labels: [],
972
+ tax1099Config: undefined,
973
+ },
974
+ {
975
+ accountId: 'account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2',
976
+ accountName: 'Discounts given',
977
+ accountType: 'income',
978
+ accountSubType: undefined,
979
+ last4Digits: undefined,
980
+ logo: undefined,
981
+ coaId: undefined,
982
+ accountDescription: '',
983
+ qboId: '86',
984
+ labels: [],
985
+ tax1099Config: undefined,
986
+ },
987
+ {
988
+ accountId: 'account_293e8b54-55ff-4a33-8671-258f892f581a',
989
+ accountName: 'Design income',
990
+ accountType: 'income',
991
+ accountSubType: undefined,
992
+ last4Digits: undefined,
993
+ logo: undefined,
994
+ coaId: undefined,
995
+ accountDescription: '',
996
+ qboId: '82',
997
+ labels: [],
998
+ tax1099Config: undefined,
999
+ },
1000
+ {
1001
+ accountId: 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d',
1002
+ accountName: 'Decks and Patios',
1003
+ accountType: 'income',
1004
+ accountSubType: undefined,
1005
+ last4Digits: undefined,
1006
+ logo: undefined,
1007
+ coaId: undefined,
1008
+ accountDescription: '',
1009
+ qboId: '47',
1010
+ labels: [],
1011
+ tax1099Config: undefined,
1012
+ },
1013
+ {
1014
+ accountId: 'account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b',
1015
+ accountName: 'Billable Expense Income',
1016
+ accountType: 'income',
1017
+ accountSubType: undefined,
1018
+ last4Digits: undefined,
1019
+ logo: undefined,
1020
+ coaId: undefined,
1021
+ accountDescription: '',
1022
+ qboId: '85',
1023
+ labels: [],
1024
+ tax1099Config: undefined,
1025
+ },
1026
+ ],
1027
+ expenseAccountList: [
1028
+ {
1029
+ accountId: 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
1030
+ accountName: 'Workers Compensation',
1031
+ accountType: 'expenses',
1032
+ accountSubType: undefined,
1033
+ last4Digits: undefined,
1034
+ logo: undefined,
1035
+ coaId: undefined,
1036
+ accountDescription: '',
1037
+ qboId: '57',
1038
+ labels: [],
1039
+ tax1099Config: undefined,
1040
+ },
1041
+ {
1042
+ accountId: 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
1043
+ accountName: 'Utilities',
1044
+ accountType: 'expenses',
1045
+ accountSubType: undefined,
1046
+ last4Digits: undefined,
1047
+ logo: undefined,
1048
+ coaId: undefined,
1049
+ accountDescription: '',
1050
+ qboId: '24',
1051
+ labels: [],
1052
+ tax1099Config: undefined,
1053
+ },
1054
+ {
1055
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
1056
+ accountName: 'Uncategorized Expense',
1057
+ accountType: 'expenses',
1058
+ accountSubType: undefined,
1059
+ last4Digits: undefined,
1060
+ logo: undefined,
1061
+ accountDescription: '',
1062
+ qboId: '31',
1063
+ coaId: '69999',
1064
+ labels: ['uncategorized_income'],
1065
+ tax1099Config: undefined,
1066
+ },
1067
+ {
1068
+ accountId: 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
1069
+ accountName: 'Unapplied Cash Bill Payment Expense',
1070
+ accountType: 'expenses',
1071
+ accountSubType: undefined,
1072
+ last4Digits: undefined,
1073
+ logo: undefined,
1074
+ coaId: undefined,
1075
+ accountDescription: '',
1076
+ qboId: '88',
1077
+ labels: [],
1078
+ tax1099Config: undefined,
1079
+ },
1080
+ {
1081
+ accountId: 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c',
1082
+ accountName: 'Travel Meals',
1083
+ accountType: 'expenses',
1084
+ accountSubType: undefined,
1085
+ last4Digits: undefined,
1086
+ logo: undefined,
1087
+ coaId: undefined,
1088
+ accountDescription: '',
1089
+ qboId: '23',
1090
+ labels: [],
1091
+ tax1099Config: undefined,
1092
+ },
1093
+ {
1094
+ accountId: 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a',
1095
+ accountName: 'Travel',
1096
+ accountType: 'expenses',
1097
+ accountSubType: undefined,
1098
+ last4Digits: undefined,
1099
+ logo: undefined,
1100
+ accountDescription: '',
1101
+ qboId: '22',
1102
+ coaId: '62200',
1103
+ labels: [],
1104
+ tax1099Config: undefined,
1105
+ },
1106
+ {
1107
+ accountId: 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
1108
+ accountName: 'Telephone',
1109
+ accountType: 'expenses',
1110
+ accountSubType: undefined,
1111
+ last4Digits: undefined,
1112
+ logo: undefined,
1113
+ coaId: undefined,
1114
+ accountDescription: '',
1115
+ qboId: '77',
1116
+ labels: [],
1117
+ tax1099Config: undefined,
1118
+ },
1119
+ {
1120
+ accountId: 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092',
1121
+ accountName: 'Taxes & Licenses',
1122
+ accountType: 'expenses',
1123
+ accountSubType: undefined,
1124
+ last4Digits: undefined,
1125
+ logo: undefined,
1126
+ coaId: undefined,
1127
+ accountDescription: '',
1128
+ qboId: '21',
1129
+ labels: [],
1130
+ tax1099Config: undefined,
1131
+ },
1132
+ {
1133
+ accountId: 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314',
1134
+ accountName: 'Supplies',
1135
+ accountType: 'expenses',
1136
+ accountSubType: undefined,
1137
+ last4Digits: undefined,
1138
+ logo: undefined,
1139
+ coaId: undefined,
1140
+ accountDescription: '',
1141
+ qboId: '20',
1142
+ labels: [],
1143
+ tax1099Config: undefined,
1144
+ },
1145
+ {
1146
+ accountId: 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca',
1147
+ accountName: 'Stationery & Printing',
1148
+ accountType: 'expenses',
1149
+ accountSubType: undefined,
1150
+ last4Digits: undefined,
1151
+ logo: undefined,
1152
+ coaId: undefined,
1153
+ accountDescription: '',
1154
+ qboId: '19',
1155
+ labels: [],
1156
+ tax1099Config: undefined,
1157
+ },
1158
+ {
1159
+ accountId: 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
1160
+ accountName: 'Sprinklers and Drip Systems',
1161
+ accountType: 'expenses',
1162
+ accountSubType: undefined,
1163
+ last4Digits: undefined,
1164
+ logo: undefined,
1165
+ coaId: undefined,
1166
+ accountDescription: '',
1167
+ qboId: '67',
1168
+ labels: [],
1169
+ tax1099Config: undefined,
1170
+ },
1171
+ {
1172
+ accountId: 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d',
1173
+ accountName: 'Salaries and Benefits',
1174
+ accountType: 'expenses',
1175
+ accountSubType: undefined,
1176
+ last4Digits: undefined,
1177
+ logo: undefined,
1178
+ coaId: undefined,
1179
+ accountDescription: '',
1180
+ qboId: '91',
1181
+ labels: [],
1182
+ tax1099Config: undefined,
1183
+ },
1184
+ {
1185
+ accountId: 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa',
1186
+ accountName: 'Rent or Lease',
1187
+ accountType: 'expenses',
1188
+ accountSubType: undefined,
1189
+ last4Digits: undefined,
1190
+ logo: undefined,
1191
+ coaId: undefined,
1192
+ accountDescription: '',
1193
+ qboId: '17',
1194
+ labels: [],
1195
+ tax1099Config: undefined,
1196
+ },
1197
+ {
1198
+ accountId: 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e',
1199
+ accountName: 'Purchases',
1200
+ accountType: 'expenses',
1201
+ accountSubType: undefined,
1202
+ last4Digits: undefined,
1203
+ logo: undefined,
1204
+ coaId: undefined,
1205
+ accountDescription: '',
1206
+ qboId: '78',
1207
+ labels: [],
1208
+ tax1099Config: undefined,
1209
+ },
1210
+ {
1211
+ accountId: 'account_260ccba4-1582-4757-9880-40d2445e5784',
1212
+ accountName: 'Promotional',
1213
+ accountType: 'expenses',
1214
+ accountSubType: undefined,
1215
+ last4Digits: undefined,
1216
+ logo: undefined,
1217
+ coaId: undefined,
1218
+ accountDescription: '',
1219
+ qboId: '16',
1220
+ labels: [],
1221
+ tax1099Config: undefined,
1222
+ },
1223
+ {
1224
+ accountId: 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
1225
+ accountName: 'Plants and Soil',
1226
+ accountType: 'expenses',
1227
+ accountSubType: undefined,
1228
+ last4Digits: undefined,
1229
+ logo: undefined,
1230
+ coaId: undefined,
1231
+ accountDescription: '',
1232
+ qboId: '66',
1233
+ labels: [],
1234
+ tax1099Config: undefined,
1235
+ },
1236
+ {
1237
+ accountId: 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
1238
+ accountName: 'Permits',
1239
+ accountType: 'expenses',
1240
+ accountSubType: undefined,
1241
+ last4Digits: undefined,
1242
+ logo: undefined,
1243
+ coaId: undefined,
1244
+ accountDescription: '',
1245
+ qboId: '68',
1246
+ labels: [],
1247
+ tax1099Config: undefined,
1248
+ },
1249
+ {
1250
+ accountId: 'account_e88d8637-ca35-41aa-b909-dbcc37851eff',
1251
+ accountName: 'Payroll Expenses',
1252
+ accountType: 'expenses',
1253
+ accountSubType: undefined,
1254
+ last4Digits: undefined,
1255
+ logo: undefined,
1256
+ accountDescription: '',
1257
+ qboId: '113',
1258
+ coaId: '64300',
1259
+ labels: [],
1260
+ tax1099Config: undefined,
1261
+ },
1262
+ {
1263
+ accountId: 'account_5e8f5ff6-952b-417f-9315-e23552ccd780',
1264
+ accountName: 'Office Expenses',
1265
+ accountType: 'expenses',
1266
+ accountSubType: undefined,
1267
+ last4Digits: undefined,
1268
+ logo: undefined,
1269
+ accountDescription: '',
1270
+ qboId: '15',
1271
+ coaId: '64100',
1272
+ labels: [],
1273
+ tax1099Config: undefined,
1274
+ },
1275
+ {
1276
+ accountId: 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7',
1277
+ accountName: 'Meals and Entertainment',
1278
+ accountType: 'expenses',
1279
+ accountSubType: undefined,
1280
+ last4Digits: undefined,
1281
+ logo: undefined,
1282
+ coaId: undefined,
1283
+ accountDescription: '',
1284
+ qboId: '13',
1285
+ labels: [],
1286
+ tax1099Config: undefined,
1287
+ },
1288
+ {
1289
+ accountId: 'account_ee721342-692e-46ed-9c78-363e94654a6d',
1290
+ accountName: 'Maintenance and Repairs',
1291
+ accountType: 'expenses',
1292
+ accountSubType: undefined,
1293
+ last4Digits: undefined,
1294
+ logo: undefined,
1295
+ coaId: undefined,
1296
+ accountDescription: '',
1297
+ qboId: '61',
1298
+ labels: [],
1299
+ tax1099Config: undefined,
1300
+ },
1301
+ {
1302
+ accountId: 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
1303
+ accountName: 'Maintenance and Repair',
1304
+ accountType: 'expenses',
1305
+ accountSubType: undefined,
1306
+ last4Digits: undefined,
1307
+ logo: undefined,
1308
+ coaId: undefined,
1309
+ accountDescription: '',
1310
+ qboId: '72',
1311
+ labels: [],
1312
+ tax1099Config: undefined,
1313
+ },
1314
+ {
1315
+ accountId: 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
1316
+ accountName: 'Legal & Professional Fees',
1317
+ accountType: 'expenses',
1318
+ accountSubType: undefined,
1319
+ last4Digits: undefined,
1320
+ logo: undefined,
1321
+ coaId: undefined,
1322
+ accountDescription: '',
1323
+ qboId: '12',
1324
+ labels: [],
1325
+ tax1099Config: undefined,
1326
+ },
1327
+ {
1328
+ accountId: 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
1329
+ accountName: 'Lawyer',
1330
+ accountType: 'expenses',
1331
+ accountSubType: undefined,
1332
+ last4Digits: undefined,
1333
+ logo: undefined,
1334
+ coaId: undefined,
1335
+ accountDescription: '',
1336
+ qboId: '71',
1337
+ labels: [],
1338
+ tax1099Config: undefined,
1339
+ },
1340
+ {
1341
+ accountId: 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
1342
+ accountName: 'Job Materials',
1343
+ accountType: 'expenses',
1344
+ accountSubType: undefined,
1345
+ last4Digits: undefined,
1346
+ logo: undefined,
1347
+ coaId: undefined,
1348
+ accountDescription: '',
1349
+ qboId: '63',
1350
+ labels: [],
1351
+ tax1099Config: undefined,
1352
+ },
1353
+ {
1354
+ accountId: 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
1355
+ accountName: 'Job Expenses',
1356
+ accountType: 'expenses',
1357
+ accountSubType: undefined,
1358
+ last4Digits: undefined,
1359
+ logo: undefined,
1360
+ coaId: undefined,
1361
+ accountDescription: '',
1362
+ qboId: '58',
1363
+ labels: [],
1364
+ tax1099Config: undefined,
1365
+ },
1366
+ {
1367
+ accountId: 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
1368
+ accountName: 'Insurance',
1369
+ accountType: 'expenses',
1370
+ accountSubType: undefined,
1371
+ last4Digits: undefined,
1372
+ logo: undefined,
1373
+ coaId: undefined,
1374
+ accountDescription: '',
1375
+ qboId: '11',
1376
+ labels: [],
1377
+ tax1099Config: undefined,
1378
+ },
1379
+ {
1380
+ accountId: 'account_505a2721-5ed0-4700-9638-954268e31fae',
1381
+ accountName: 'Installation',
1382
+ accountType: 'expenses',
1383
+ accountSubType: undefined,
1384
+ last4Digits: undefined,
1385
+ logo: undefined,
1386
+ coaId: undefined,
1387
+ accountDescription: '',
1388
+ qboId: '60',
1389
+ labels: [],
1390
+ tax1099Config: undefined,
1391
+ },
1392
+ {
1393
+ accountId: 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
1394
+ accountName: 'Gas and Electric',
1395
+ accountType: 'expenses',
1396
+ accountSubType: undefined,
1397
+ last4Digits: undefined,
1398
+ logo: undefined,
1399
+ coaId: undefined,
1400
+ accountDescription: '',
1401
+ qboId: '76',
1402
+ labels: [],
1403
+ tax1099Config: undefined,
1404
+ },
1405
+ {
1406
+ accountId: 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3',
1407
+ accountName: 'Fuel',
1408
+ accountType: 'expenses',
1409
+ accountSubType: undefined,
1410
+ last4Digits: undefined,
1411
+ logo: undefined,
1412
+ coaId: undefined,
1413
+ accountDescription: '',
1414
+ qboId: '56',
1415
+ labels: [],
1416
+ tax1099Config: undefined,
1417
+ },
1418
+ {
1419
+ accountId: 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
1420
+ accountName: 'Fountain and Garden Lighting',
1421
+ accountType: 'expenses',
1422
+ accountSubType: undefined,
1423
+ last4Digits: undefined,
1424
+ logo: undefined,
1425
+ coaId: undefined,
1426
+ accountDescription: '',
1427
+ qboId: '65',
1428
+ labels: [],
1429
+ tax1099Config: undefined,
1430
+ },
1431
+ {
1432
+ accountId: 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
1433
+ accountName: 'Equipment Repairs',
1434
+ accountType: 'expenses',
1435
+ accountSubType: undefined,
1436
+ last4Digits: undefined,
1437
+ logo: undefined,
1438
+ coaId: undefined,
1439
+ accountDescription: '',
1440
+ qboId: '75',
1441
+ labels: [],
1442
+ tax1099Config: undefined,
1443
+ },
1444
+ {
1445
+ accountId: 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12',
1446
+ accountName: 'Equipment Rental',
1447
+ accountType: 'expenses',
1448
+ accountSubType: undefined,
1449
+ last4Digits: undefined,
1450
+ logo: undefined,
1451
+ coaId: undefined,
1452
+ accountDescription: '',
1453
+ qboId: '29',
1454
+ labels: [],
1455
+ tax1099Config: undefined,
1456
+ },
1457
+ {
1458
+ accountId: 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
1459
+ accountName: 'Equipment Rental',
1460
+ accountType: 'expenses',
1461
+ accountSubType: undefined,
1462
+ last4Digits: undefined,
1463
+ logo: undefined,
1464
+ coaId: undefined,
1465
+ accountDescription: '',
1466
+ qboId: '62',
1467
+ labels: [],
1468
+ tax1099Config: undefined,
1469
+ },
1470
+ {
1471
+ accountId: 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42',
1472
+ accountName: 'Entertainment test 3',
1473
+ accountType: 'expenses',
1474
+ accountSubType: undefined,
1475
+ last4Digits: undefined,
1476
+ logo: undefined,
1477
+ accountDescription: '',
1478
+ qboId: '97',
1479
+ coaId: '77649',
1480
+ labels: [],
1481
+ tax1099Config: undefined,
1482
+ },
1483
+ {
1484
+ accountId: 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb',
1485
+ accountName: 'Dues & Subscriptions',
1486
+ accountType: 'expenses',
1487
+ accountSubType: undefined,
1488
+ last4Digits: undefined,
1489
+ logo: undefined,
1490
+ coaId: undefined,
1491
+ accountDescription: '',
1492
+ qboId: '10',
1493
+ labels: [],
1494
+ tax1099Config: undefined,
1495
+ },
1496
+ {
1497
+ accountId: 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042',
1498
+ accountName: 'Disposal Fees',
1499
+ accountType: 'expenses',
1500
+ accountSubType: undefined,
1501
+ last4Digits: undefined,
1502
+ logo: undefined,
1503
+ coaId: undefined,
1504
+ accountDescription: '',
1505
+ qboId: '28',
1506
+ labels: [],
1507
+ tax1099Config: undefined,
1508
+ },
1509
+ {
1510
+ accountId: 'account_9af910d3-5ac5-4015-834b-77f675e67981',
1511
+ accountName: 'Decks and Patios',
1512
+ accountType: 'expenses',
1513
+ accountSubType: undefined,
1514
+ last4Digits: undefined,
1515
+ logo: undefined,
1516
+ coaId: undefined,
1517
+ accountDescription: '',
1518
+ qboId: '64',
1519
+ labels: [],
1520
+ tax1099Config: undefined,
1521
+ },
1522
+ {
1523
+ accountId: 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
1524
+ accountName: 'Cost of Labor',
1525
+ accountType: 'expenses',
1526
+ accountSubType: undefined,
1527
+ last4Digits: undefined,
1528
+ logo: undefined,
1529
+ coaId: undefined,
1530
+ accountDescription: '',
1531
+ qboId: '59',
1532
+ labels: [],
1533
+ tax1099Config: undefined,
1534
+ },
1535
+ {
1536
+ accountId: 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
1537
+ accountName: 'Computer Repairs',
1538
+ accountType: 'expenses',
1539
+ accountSubType: undefined,
1540
+ last4Digits: undefined,
1541
+ logo: undefined,
1542
+ coaId: undefined,
1543
+ accountDescription: '',
1544
+ qboId: '74',
1545
+ labels: [],
1546
+ tax1099Config: undefined,
1547
+ },
1548
+ {
1549
+ accountId: 'account_041cf709-4537-4394-994f-ec3c64bbc877',
1550
+ accountName: 'Commissions & fees',
1551
+ accountType: 'expenses',
1552
+ accountSubType: undefined,
1553
+ last4Digits: undefined,
1554
+ logo: undefined,
1555
+ coaId: undefined,
1556
+ accountDescription: '',
1557
+ qboId: '9',
1558
+ labels: [],
1559
+ tax1099Config: undefined,
1560
+ },
1561
+ {
1562
+ accountId: 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
1563
+ accountName: 'Building Repairs',
1564
+ accountType: 'expenses',
1565
+ accountSubType: undefined,
1566
+ last4Digits: undefined,
1567
+ logo: undefined,
1568
+ coaId: undefined,
1569
+ accountDescription: '',
1570
+ qboId: '73',
1571
+ labels: [],
1572
+ tax1099Config: undefined,
1573
+ },
1574
+ {
1575
+ accountId: 'account_4bf94810-b77e-4014-a18c-f876c2854971',
1576
+ accountName: 'Bookkeeper',
1577
+ accountType: 'expenses',
1578
+ accountSubType: undefined,
1579
+ last4Digits: undefined,
1580
+ logo: undefined,
1581
+ coaId: undefined,
1582
+ accountDescription: '',
1583
+ qboId: '70',
1584
+ labels: [],
1585
+ tax1099Config: undefined,
1586
+ },
1587
+ {
1588
+ accountId: 'account_d8a660ac-158c-4556-b92f-020d3afe0e34',
1589
+ accountName: 'Bank Charges',
1590
+ accountType: 'expenses',
1591
+ accountSubType: undefined,
1592
+ last4Digits: undefined,
1593
+ logo: undefined,
1594
+ coaId: undefined,
1595
+ accountDescription: '',
1596
+ qboId: '8',
1597
+ labels: [],
1598
+ tax1099Config: undefined,
1599
+ },
1600
+ {
1601
+ accountId: 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa',
1602
+ accountName: 'Automobile',
1603
+ accountType: 'expenses',
1604
+ accountSubType: undefined,
1605
+ last4Digits: undefined,
1606
+ logo: undefined,
1607
+ coaId: undefined,
1608
+ accountDescription: '',
1609
+ qboId: '55',
1610
+ labels: [],
1611
+ tax1099Config: undefined,
1612
+ },
1613
+ {
1614
+ accountId: 'account_10053408-c131-468b-a1ab-2c289d84901c',
1615
+ accountName: 'Advertising',
1616
+ accountType: 'expenses',
1617
+ accountSubType: undefined,
1618
+ last4Digits: undefined,
1619
+ logo: undefined,
1620
+ coaId: undefined,
1621
+ accountDescription: '',
1622
+ qboId: '7',
1623
+ labels: [],
1624
+ tax1099Config: undefined,
1625
+ },
1626
+ {
1627
+ accountId: 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
1628
+ accountName: 'Accounting',
1629
+ accountType: 'expenses',
1630
+ accountSubType: undefined,
1631
+ last4Digits: undefined,
1632
+ logo: undefined,
1633
+ coaId: undefined,
1634
+ accountDescription: '',
1635
+ qboId: '69',
1636
+ labels: [],
1637
+ tax1099Config: undefined,
1638
+ },
1639
+ ],
1640
+ incomeRecommendation: {
1641
+ account: {
1642
+ accountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
1643
+ accountName: 'Uncategorized Income',
1644
+ accountType: 'income',
1645
+ accountDescription: '',
1646
+ qboId: '30',
1647
+ coaId: '49999',
1648
+ labels: [],
1649
+ max: 0,
1650
+ min: 0,
1651
+ reason: 'Based on Zeni AI recommendation.',
1652
+ type: 'zeni_bot',
1653
+ tax1099Config: undefined,
1654
+ },
1655
+ },
1656
+ expenseRecommendation: {
1657
+ account: {
1658
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
1659
+ accountName: 'Uncategorized Expense',
1660
+ accountType: 'expenses',
1661
+ accountDescription: '',
1662
+ qboId: '31',
1663
+ coaId: '69999',
1664
+ labels: ['uncategorized_income'],
1665
+ max: 0,
1666
+ min: 0,
1667
+ reason: 'Based on Zeni AI recommendation.',
1668
+ type: 'zeni_bot',
1669
+ tax1099Config: undefined,
1670
+ },
1671
+ },
1672
+ billPayRecommendation: undefined,
1673
+ reimbursementsRecommendation: undefined,
1674
+ prepaidExpensesRecommendation: [],
1675
+ fixedAssetsRecommendation: [],
1676
+ accruedExpensesRecommendation: [],
1677
+ accountMappingLocalData: {
1678
+ previousIncomeAccount: undefined,
1679
+ previousExpenseAccount: undefined,
1680
+ previousBillPayAccount: undefined,
1681
+ previousReimbursementsAccount: undefined,
1682
+ previousPrepaidExpensesAccount: [],
1683
+ previousFixedAssetsAccount: [],
1684
+ previousAccruedExpensesAccount: [],
1685
+ previousBankAccounts1099FilingAccount: [],
1686
+ previousExpenseAccounts1099FilingAccount: [],
1687
+ selectedIncomeAccountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
1688
+ selectedExpenseAccountId: undefined,
1689
+ selectedBillPayAccountId: undefined,
1690
+ selectedReimbursementsAccountId: undefined,
1691
+ selectedFixedAssetsAccountIds: [],
1692
+ selectedPrepaidExpensesAccountIds: [],
1693
+ selectedAccruedExpensesAccountIds: [],
1694
+ selectedBankAccounts1099FilingAccountIds: [],
1695
+ selectedExpenseAccounts1099FilingAccountIds: [],
1696
+ isIncomeRecommendationChecked: true,
1697
+ isExpenseRecommendationChecked: false,
1698
+ isBillPayRecommendationChecked: false,
1699
+ isReimbursementsRecommendationChecked: false,
1700
+ },
1701
+ incomeAccountHierachy: [
1702
+ {
1703
+ accountId: ['account_06cecff6-33b8-4677-b586-9663dcacd944'],
1704
+ accountName: 'Uncategorized Income',
1705
+ qboId: '30',
1706
+ children: [],
1707
+ hasSiblings: true,
1708
+ coaId: '49999',
1709
+ },
1710
+ {
1711
+ accountId: ['account_b8e28eec-5694-4707-8354-2b04037be7d3'],
1712
+ accountName: 'Unapplied Cash Payment Income',
1713
+ qboId: '87',
1714
+ children: [],
1715
+ hasSiblings: true,
1716
+ },
1717
+ {
1718
+ accountId: ['account_38a7fa62-3d05-480e-a4cd-4d50c52c138f'],
1719
+ accountName: 'Services',
1720
+ qboId: '1',
1721
+ children: [],
1722
+ hasSiblings: true,
1723
+ },
1724
+ {
1725
+ accountId: ['account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381'],
1726
+ accountName: 'Sales of Product Income',
1727
+ qboId: '79',
1728
+ children: [],
1729
+ hasSiblings: true,
1730
+ },
1731
+ {
1732
+ accountId: ['account_eb71b745-07c3-4927-b183-6b47df718963'],
1733
+ accountName: 'Refunds-Allowances',
1734
+ qboId: '6',
1735
+ children: [],
1736
+ hasSiblings: true,
1737
+ },
1738
+ {
1739
+ accountId: ['account_5ff04548-d012-4487-bfa4-bd1396dfc11f'],
1740
+ accountName: 'Pest Control Services',
1741
+ qboId: '54',
1742
+ children: [],
1743
+ hasSiblings: true,
1744
+ },
1745
+ {
1746
+ accountId: ['account_6ec41085-0455-40bd-9d07-c10209d5c8ce'],
1747
+ accountName: 'Other Income',
1748
+ qboId: '83',
1749
+ children: [],
1750
+ hasSiblings: true,
1751
+ },
1752
+ {
1753
+ accountId: ['account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1'],
1754
+ accountName: 'Non-Profit Income random',
1755
+ qboId: '99',
1756
+ children: [],
1757
+ hasSiblings: true,
1758
+ },
1759
+ {
1760
+ accountId: ['account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1'],
1761
+ accountName: 'Landscaping Services',
1762
+ qboId: '45',
1763
+ children: [
1764
+ {
1765
+ accountId: [
1766
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
1767
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1768
+ ],
1769
+ accountName: 'Labor',
1770
+ qboId: '51',
1771
+ children: [
1772
+ {
1773
+ accountId: [
1774
+ 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa',
1775
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
1776
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1777
+ ],
1778
+ accountName: 'Maintenance and Repair',
1779
+ qboId: '53',
1780
+ children: [],
1781
+ hasSiblings: true,
1782
+ },
1783
+ {
1784
+ accountId: [
1785
+ 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce',
1786
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
1787
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1788
+ ],
1789
+ accountName: 'Installation',
1790
+ qboId: '52',
1791
+ children: [],
1792
+ hasSiblings: true,
1793
+ },
1794
+ ],
1795
+ hasSiblings: true,
1796
+ },
1797
+ {
1798
+ accountId: [
1799
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
1800
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1801
+ ],
1802
+ accountName: 'Job Materials',
1803
+ qboId: '46',
1804
+ children: [
1805
+ {
1806
+ accountId: [
1807
+ 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d',
1808
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
1809
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1810
+ ],
1811
+ accountName: 'Sprinklers and Drip Systems',
1812
+ qboId: '50',
1813
+ children: [],
1814
+ hasSiblings: true,
1815
+ },
1816
+ {
1817
+ accountId: [
1818
+ 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb',
1819
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
1820
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1821
+ ],
1822
+ accountName: 'Plants and Soil',
1823
+ qboId: '49',
1824
+ children: [],
1825
+ hasSiblings: true,
1826
+ },
1827
+ {
1828
+ accountId: [
1829
+ 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb',
1830
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
1831
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1832
+ ],
1833
+ accountName: 'Fountains and Garden Lighting',
1834
+ qboId: '48',
1835
+ children: [],
1836
+ hasSiblings: true,
1837
+ },
1838
+ {
1839
+ accountId: [
1840
+ 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d',
1841
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
1842
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
1843
+ ],
1844
+ accountName: 'Decks and Patios',
1845
+ qboId: '47',
1846
+ children: [],
1847
+ hasSiblings: true,
1848
+ },
1849
+ ],
1850
+ hasSiblings: true,
1851
+ },
1852
+ ],
1853
+ hasSiblings: true,
1854
+ },
1855
+ {
1856
+ accountId: ['account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a'],
1857
+ accountName: 'Fees Billed',
1858
+ qboId: '5',
1859
+ children: [],
1860
+ hasSiblings: true,
1861
+ },
1862
+ {
1863
+ accountId: ['account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2'],
1864
+ accountName: 'Discounts given',
1865
+ qboId: '86',
1866
+ children: [],
1867
+ hasSiblings: true,
1868
+ },
1869
+ {
1870
+ accountId: ['account_293e8b54-55ff-4a33-8671-258f892f581a'],
1871
+ accountName: 'Design income',
1872
+ qboId: '82',
1873
+ children: [],
1874
+ hasSiblings: true,
1875
+ },
1876
+ {
1877
+ accountId: ['account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b'],
1878
+ accountName: 'Billable Expense Income',
1879
+ qboId: '85',
1880
+ children: [],
1881
+ hasSiblings: true,
1882
+ },
1883
+ ],
1884
+ expenseAccountHierarchy: [
1885
+ {
1886
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
1887
+ accountName: 'Utilities',
1888
+ qboId: '24',
1889
+ children: [
1890
+ {
1891
+ accountId: [
1892
+ 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
1893
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
1894
+ ],
1895
+ accountName: 'Telephone',
1896
+ qboId: '77',
1897
+ children: [],
1898
+ hasSiblings: true,
1899
+ },
1900
+ {
1901
+ accountId: [
1902
+ 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
1903
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
1904
+ ],
1905
+ accountName: 'Gas and Electric',
1906
+ qboId: '76',
1907
+ children: [],
1908
+ hasSiblings: true,
1909
+ },
1910
+ ],
1911
+ hasSiblings: true,
1912
+ },
1913
+ {
1914
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
1915
+ accountName: 'Uncategorized Expense',
1916
+ qboId: '31',
1917
+ children: [],
1918
+ hasSiblings: true,
1919
+ coaId: '69999',
1920
+ },
1921
+ {
1922
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
1923
+ accountName: 'Unapplied Cash Bill Payment Expense',
1924
+ qboId: '88',
1925
+ children: [],
1926
+ hasSiblings: true,
1927
+ },
1928
+ {
1929
+ accountId: ['account_d4e64547-3541-4b77-8273-0c0f1e3f195c'],
1930
+ accountName: 'Travel Meals',
1931
+ qboId: '23',
1932
+ children: [],
1933
+ hasSiblings: true,
1934
+ },
1935
+ {
1936
+ accountId: ['account_11bc3022-c5df-43aa-ab29-e450ddf9b75a'],
1937
+ accountName: 'Travel',
1938
+ qboId: '22',
1939
+ children: [],
1940
+ hasSiblings: true,
1941
+ coaId: '62200',
1942
+ },
1943
+ {
1944
+ accountId: ['account_b21f9130-2c8c-4a6e-959e-a0cca0933092'],
1945
+ accountName: 'Taxes & Licenses',
1946
+ qboId: '21',
1947
+ children: [],
1948
+ hasSiblings: true,
1949
+ },
1950
+ {
1951
+ accountId: ['account_cae16d28-3bfd-40a2-b2d0-a9f76e419314'],
1952
+ accountName: 'Supplies',
1953
+ qboId: '20',
1954
+ children: [],
1955
+ hasSiblings: true,
1956
+ },
1957
+ {
1958
+ accountId: ['account_cf920797-ff3d-499c-9c4d-5cbb321146ca'],
1959
+ accountName: 'Stationery & Printing',
1960
+ qboId: '19',
1961
+ children: [],
1962
+ hasSiblings: true,
1963
+ },
1964
+ {
1965
+ accountId: ['account_686005dd-6835-4781-a4a9-83b3c74b2e4d'],
1966
+ accountName: 'Salaries and Benefits',
1967
+ qboId: '91',
1968
+ children: [],
1969
+ hasSiblings: true,
1970
+ },
1971
+ {
1972
+ accountId: ['account_3d4568f6-b288-4d70-bda5-6813cc8177fa'],
1973
+ accountName: 'Rent or Lease',
1974
+ qboId: '17',
1975
+ children: [],
1976
+ hasSiblings: true,
1977
+ },
1978
+ {
1979
+ accountId: ['account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e'],
1980
+ accountName: 'Purchases',
1981
+ qboId: '78',
1982
+ children: [],
1983
+ hasSiblings: true,
1984
+ },
1985
+ {
1986
+ accountId: ['account_260ccba4-1582-4757-9880-40d2445e5784'],
1987
+ accountName: 'Promotional',
1988
+ qboId: '16',
1989
+ children: [],
1990
+ hasSiblings: true,
1991
+ },
1992
+ {
1993
+ accountId: ['account_e88d8637-ca35-41aa-b909-dbcc37851eff'],
1994
+ accountName: 'Payroll Expenses',
1995
+ qboId: '113',
1996
+ children: [],
1997
+ hasSiblings: true,
1998
+ coaId: '64300',
1999
+ },
2000
+ {
2001
+ accountId: ['account_5e8f5ff6-952b-417f-9315-e23552ccd780'],
2002
+ accountName: 'Office Expenses',
2003
+ qboId: '15',
2004
+ children: [],
2005
+ hasSiblings: true,
2006
+ coaId: '64100',
2007
+ },
2008
+ {
2009
+ accountId: ['account_5667e789-c321-4b8c-a5b0-6f384c5a58d7'],
2010
+ accountName: 'Meals and Entertainment',
2011
+ qboId: '13',
2012
+ children: [],
2013
+ hasSiblings: true,
2014
+ },
2015
+ {
2016
+ accountId: ['account_be9dd00d-70e6-4c5b-96d2-925b5ed42336'],
2017
+ accountName: 'Maintenance and Repair',
2018
+ qboId: '72',
2019
+ children: [
2020
+ {
2021
+ accountId: [
2022
+ 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
2023
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
2024
+ ],
2025
+ accountName: 'Equipment Repairs',
2026
+ qboId: '75',
2027
+ children: [],
2028
+ hasSiblings: true,
2029
+ },
2030
+ {
2031
+ accountId: [
2032
+ 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
2033
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
2034
+ ],
2035
+ accountName: 'Computer Repairs',
2036
+ qboId: '74',
2037
+ children: [],
2038
+ hasSiblings: true,
2039
+ },
2040
+ {
2041
+ accountId: [
2042
+ 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
2043
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
2044
+ ],
2045
+ accountName: 'Building Repairs',
2046
+ qboId: '73',
2047
+ children: [],
2048
+ hasSiblings: true,
2049
+ },
2050
+ ],
2051
+ hasSiblings: true,
2052
+ },
2053
+ {
2054
+ accountId: ['account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d'],
2055
+ accountName: 'Legal & Professional Fees',
2056
+ qboId: '12',
2057
+ children: [
2058
+ {
2059
+ accountId: [
2060
+ 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
2061
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
2062
+ ],
2063
+ accountName: 'Lawyer',
2064
+ qboId: '71',
2065
+ children: [],
2066
+ hasSiblings: true,
2067
+ },
2068
+ {
2069
+ accountId: [
2070
+ 'account_4bf94810-b77e-4014-a18c-f876c2854971',
2071
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
2072
+ ],
2073
+ accountName: 'Bookkeeper',
2074
+ qboId: '70',
2075
+ children: [],
2076
+ hasSiblings: true,
2077
+ },
2078
+ {
2079
+ accountId: [
2080
+ 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
2081
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
2082
+ ],
2083
+ accountName: 'Accounting',
2084
+ qboId: '69',
2085
+ children: [],
2086
+ hasSiblings: true,
2087
+ },
2088
+ ],
2089
+ hasSiblings: true,
2090
+ },
2091
+ {
2092
+ accountId: ['account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9'],
2093
+ accountName: 'Job Expenses',
2094
+ qboId: '58',
2095
+ children: [
2096
+ {
2097
+ accountId: [
2098
+ 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
2099
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2100
+ ],
2101
+ accountName: 'Permits',
2102
+ qboId: '68',
2103
+ children: [],
2104
+ hasSiblings: true,
2105
+ },
2106
+ {
2107
+ accountId: [
2108
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2109
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2110
+ ],
2111
+ accountName: 'Job Materials',
2112
+ qboId: '63',
2113
+ children: [
2114
+ {
2115
+ accountId: [
2116
+ 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
2117
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2118
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2119
+ ],
2120
+ accountName: 'Sprinklers and Drip Systems',
2121
+ qboId: '67',
2122
+ children: [],
2123
+ hasSiblings: true,
2124
+ },
2125
+ {
2126
+ accountId: [
2127
+ 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
2128
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2129
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2130
+ ],
2131
+ accountName: 'Plants and Soil',
2132
+ qboId: '66',
2133
+ children: [],
2134
+ hasSiblings: true,
2135
+ },
2136
+ {
2137
+ accountId: [
2138
+ 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
2139
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2140
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2141
+ ],
2142
+ accountName: 'Fountain and Garden Lighting',
2143
+ qboId: '65',
2144
+ children: [],
2145
+ hasSiblings: true,
2146
+ },
2147
+ {
2148
+ accountId: [
2149
+ 'account_9af910d3-5ac5-4015-834b-77f675e67981',
2150
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2151
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2152
+ ],
2153
+ accountName: 'Decks and Patios',
2154
+ qboId: '64',
2155
+ children: [],
2156
+ hasSiblings: true,
2157
+ },
2158
+ ],
2159
+ hasSiblings: true,
2160
+ },
2161
+ {
2162
+ accountId: [
2163
+ 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
2164
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2165
+ ],
2166
+ accountName: 'Equipment Rental',
2167
+ qboId: '62',
2168
+ children: [],
2169
+ hasSiblings: true,
2170
+ },
2171
+ {
2172
+ accountId: [
2173
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
2174
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2175
+ ],
2176
+ accountName: 'Cost of Labor',
2177
+ qboId: '59',
2178
+ children: [
2179
+ {
2180
+ accountId: [
2181
+ 'account_ee721342-692e-46ed-9c78-363e94654a6d',
2182
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
2183
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2184
+ ],
2185
+ accountName: 'Maintenance and Repairs',
2186
+ qboId: '61',
2187
+ children: [],
2188
+ hasSiblings: true,
2189
+ },
2190
+ {
2191
+ accountId: [
2192
+ 'account_505a2721-5ed0-4700-9638-954268e31fae',
2193
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
2194
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2195
+ ],
2196
+ accountName: 'Installation',
2197
+ qboId: '60',
2198
+ children: [],
2199
+ hasSiblings: true,
2200
+ },
2201
+ ],
2202
+ hasSiblings: true,
2203
+ },
2204
+ ],
2205
+ hasSiblings: true,
2206
+ },
2207
+ {
2208
+ accountId: ['account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8'],
2209
+ accountName: 'Insurance',
2210
+ qboId: '11',
2211
+ children: [
2212
+ {
2213
+ accountId: [
2214
+ 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
2215
+ 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
2216
+ ],
2217
+ accountName: 'Workers Compensation',
2218
+ qboId: '57',
2219
+ children: [],
2220
+ hasSiblings: false,
2221
+ },
2222
+ ],
2223
+ hasSiblings: true,
2224
+ },
2225
+ {
2226
+ accountId: ['account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3'],
2227
+ accountName: 'Fuel',
2228
+ qboId: '56',
2229
+ children: [],
2230
+ hasSiblings: true,
2231
+ },
2232
+ {
2233
+ accountId: ['account_083cb73a-a2fb-4214-b5ba-8d289227ea12'],
2234
+ accountName: 'Equipment Rental',
2235
+ qboId: '29',
2236
+ children: [],
2237
+ hasSiblings: true,
2238
+ },
2239
+ {
2240
+ accountId: ['account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42'],
2241
+ accountName: 'Entertainment test 3',
2242
+ qboId: '97',
2243
+ children: [],
2244
+ hasSiblings: true,
2245
+ coaId: '77649',
2246
+ },
2247
+ {
2248
+ accountId: ['account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb'],
2249
+ accountName: 'Dues & Subscriptions',
2250
+ qboId: '10',
2251
+ children: [],
2252
+ hasSiblings: true,
2253
+ },
2254
+ {
2255
+ accountId: ['account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042'],
2256
+ accountName: 'Disposal Fees',
2257
+ qboId: '28',
2258
+ children: [],
2259
+ hasSiblings: true,
2260
+ },
2261
+ {
2262
+ accountId: ['account_041cf709-4537-4394-994f-ec3c64bbc877'],
2263
+ accountName: 'Commissions & fees',
2264
+ qboId: '9',
2265
+ children: [],
2266
+ hasSiblings: true,
2267
+ },
2268
+ {
2269
+ accountId: ['account_d8a660ac-158c-4556-b92f-020d3afe0e34'],
2270
+ accountName: 'Bank Charges',
2271
+ qboId: '8',
2272
+ children: [],
2273
+ hasSiblings: true,
2274
+ },
2275
+ {
2276
+ accountId: ['account_c4f4a39e-dc67-4c65-b882-9da99070ebfa'],
2277
+ accountName: 'Automobile',
2278
+ qboId: '55',
2279
+ children: [],
2280
+ hasSiblings: true,
2281
+ },
2282
+ {
2283
+ accountId: ['account_10053408-c131-468b-a1ab-2c289d84901c'],
2284
+ accountName: 'Advertising',
2285
+ qboId: '7',
2286
+ children: [],
2287
+ hasSiblings: true,
2288
+ },
2289
+ ],
2290
+ fetchState: 'Not-Started',
2291
+ saveState: {
2292
+ fetchState: 'Not-Started',
2293
+ },
2294
+ reimbursementsAccountList: [
2295
+ {
2296
+ accountId: 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
2297
+ accountName: 'Workers Compensation',
2298
+ accountType: 'expenses',
2299
+ accountSubType: undefined,
2300
+ last4Digits: undefined,
2301
+ logo: undefined,
2302
+ coaId: undefined,
2303
+ accountDescription: '',
2304
+ qboId: '57',
2305
+ labels: [],
2306
+ tax1099Config: undefined,
2307
+ },
2308
+ {
2309
+ accountId: 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
2310
+ accountName: 'Utilities',
2311
+ accountType: 'expenses',
2312
+ accountSubType: undefined,
2313
+ last4Digits: undefined,
2314
+ logo: undefined,
2315
+ coaId: undefined,
2316
+ accountDescription: '',
2317
+ qboId: '24',
2318
+ labels: [],
2319
+ tax1099Config: undefined,
2320
+ },
2321
+ {
2322
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
2323
+ accountName: 'Uncategorized Expense',
2324
+ accountType: 'expenses',
2325
+ accountSubType: undefined,
2326
+ last4Digits: undefined,
2327
+ logo: undefined,
2328
+ accountDescription: '',
2329
+ qboId: '31',
2330
+ coaId: '69999',
2331
+ labels: ['uncategorized_income'],
2332
+ tax1099Config: undefined,
2333
+ },
2334
+ {
2335
+ accountId: 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
2336
+ accountName: 'Unapplied Cash Bill Payment Expense',
2337
+ accountType: 'expenses',
2338
+ accountSubType: undefined,
2339
+ last4Digits: undefined,
2340
+ logo: undefined,
2341
+ coaId: undefined,
2342
+ accountDescription: '',
2343
+ qboId: '88',
2344
+ labels: [],
2345
+ tax1099Config: undefined,
2346
+ },
2347
+ {
2348
+ accountId: 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c',
2349
+ accountName: 'Travel Meals',
2350
+ accountType: 'expenses',
2351
+ accountSubType: undefined,
2352
+ last4Digits: undefined,
2353
+ logo: undefined,
2354
+ coaId: undefined,
2355
+ accountDescription: '',
2356
+ qboId: '23',
2357
+ labels: [],
2358
+ tax1099Config: undefined,
2359
+ },
2360
+ {
2361
+ accountId: 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a',
2362
+ accountName: 'Travel',
2363
+ accountType: 'expenses',
2364
+ accountSubType: undefined,
2365
+ last4Digits: undefined,
2366
+ logo: undefined,
2367
+ accountDescription: '',
2368
+ qboId: '22',
2369
+ coaId: '62200',
2370
+ labels: [],
2371
+ tax1099Config: undefined,
2372
+ },
2373
+ {
2374
+ accountId: 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
2375
+ accountName: 'Telephone',
2376
+ accountType: 'expenses',
2377
+ accountSubType: undefined,
2378
+ last4Digits: undefined,
2379
+ logo: undefined,
2380
+ coaId: undefined,
2381
+ accountDescription: '',
2382
+ qboId: '77',
2383
+ labels: [],
2384
+ tax1099Config: undefined,
2385
+ },
2386
+ {
2387
+ accountId: 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092',
2388
+ accountName: 'Taxes & Licenses',
2389
+ accountType: 'expenses',
2390
+ accountSubType: undefined,
2391
+ last4Digits: undefined,
2392
+ logo: undefined,
2393
+ coaId: undefined,
2394
+ accountDescription: '',
2395
+ qboId: '21',
2396
+ labels: [],
2397
+ tax1099Config: undefined,
2398
+ },
2399
+ {
2400
+ accountId: 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314',
2401
+ accountName: 'Supplies',
2402
+ accountType: 'expenses',
2403
+ accountSubType: undefined,
2404
+ last4Digits: undefined,
2405
+ logo: undefined,
2406
+ coaId: undefined,
2407
+ accountDescription: '',
2408
+ qboId: '20',
2409
+ labels: [],
2410
+ tax1099Config: undefined,
2411
+ },
2412
+ {
2413
+ accountId: 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca',
2414
+ accountName: 'Stationery & Printing',
2415
+ accountType: 'expenses',
2416
+ accountSubType: undefined,
2417
+ last4Digits: undefined,
2418
+ logo: undefined,
2419
+ coaId: undefined,
2420
+ accountDescription: '',
2421
+ qboId: '19',
2422
+ labels: [],
2423
+ tax1099Config: undefined,
2424
+ },
2425
+ {
2426
+ accountId: 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
2427
+ accountName: 'Sprinklers and Drip Systems',
2428
+ accountType: 'expenses',
2429
+ accountSubType: undefined,
2430
+ last4Digits: undefined,
2431
+ logo: undefined,
2432
+ coaId: undefined,
2433
+ accountDescription: '',
2434
+ qboId: '67',
2435
+ labels: [],
2436
+ tax1099Config: undefined,
2437
+ },
2438
+ {
2439
+ accountId: 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d',
2440
+ accountName: 'Salaries and Benefits',
2441
+ accountType: 'expenses',
2442
+ accountSubType: undefined,
2443
+ last4Digits: undefined,
2444
+ logo: undefined,
2445
+ coaId: undefined,
2446
+ accountDescription: '',
2447
+ qboId: '91',
2448
+ labels: [],
2449
+ tax1099Config: undefined,
2450
+ },
2451
+ {
2452
+ accountId: 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa',
2453
+ accountName: 'Rent or Lease',
2454
+ accountType: 'expenses',
2455
+ accountSubType: undefined,
2456
+ last4Digits: undefined,
2457
+ logo: undefined,
2458
+ coaId: undefined,
2459
+ accountDescription: '',
2460
+ qboId: '17',
2461
+ labels: [],
2462
+ tax1099Config: undefined,
2463
+ },
2464
+ {
2465
+ accountId: 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e',
2466
+ accountName: 'Purchases',
2467
+ accountType: 'expenses',
2468
+ accountSubType: undefined,
2469
+ last4Digits: undefined,
2470
+ logo: undefined,
2471
+ coaId: undefined,
2472
+ accountDescription: '',
2473
+ qboId: '78',
2474
+ labels: [],
2475
+ tax1099Config: undefined,
2476
+ },
2477
+ {
2478
+ accountId: 'account_260ccba4-1582-4757-9880-40d2445e5784',
2479
+ accountName: 'Promotional',
2480
+ accountType: 'expenses',
2481
+ accountSubType: undefined,
2482
+ last4Digits: undefined,
2483
+ logo: undefined,
2484
+ coaId: undefined,
2485
+ accountDescription: '',
2486
+ qboId: '16',
2487
+ labels: [],
2488
+ tax1099Config: undefined,
2489
+ },
2490
+ {
2491
+ accountId: 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
2492
+ accountName: 'Plants and Soil',
2493
+ accountType: 'expenses',
2494
+ accountSubType: undefined,
2495
+ last4Digits: undefined,
2496
+ logo: undefined,
2497
+ coaId: undefined,
2498
+ accountDescription: '',
2499
+ qboId: '66',
2500
+ labels: [],
2501
+ tax1099Config: undefined,
2502
+ },
2503
+ {
2504
+ accountId: 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
2505
+ accountName: 'Permits',
2506
+ accountType: 'expenses',
2507
+ accountSubType: undefined,
2508
+ last4Digits: undefined,
2509
+ logo: undefined,
2510
+ coaId: undefined,
2511
+ accountDescription: '',
2512
+ qboId: '68',
2513
+ labels: [],
2514
+ tax1099Config: undefined,
2515
+ },
2516
+ {
2517
+ accountId: 'account_e88d8637-ca35-41aa-b909-dbcc37851eff',
2518
+ accountName: 'Payroll Expenses',
2519
+ accountType: 'expenses',
2520
+ accountSubType: undefined,
2521
+ last4Digits: undefined,
2522
+ logo: undefined,
2523
+ accountDescription: '',
2524
+ qboId: '113',
2525
+ coaId: '64300',
2526
+ labels: [],
2527
+ tax1099Config: undefined,
2528
+ },
2529
+ {
2530
+ accountId: 'account_5e8f5ff6-952b-417f-9315-e23552ccd780',
2531
+ accountName: 'Office Expenses',
2532
+ accountType: 'expenses',
2533
+ accountSubType: undefined,
2534
+ last4Digits: undefined,
2535
+ logo: undefined,
2536
+ accountDescription: '',
2537
+ qboId: '15',
2538
+ coaId: '64100',
2539
+ labels: [],
2540
+ tax1099Config: undefined,
2541
+ },
2542
+ {
2543
+ accountId: 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7',
2544
+ accountName: 'Meals and Entertainment',
2545
+ accountType: 'expenses',
2546
+ accountSubType: undefined,
2547
+ last4Digits: undefined,
2548
+ logo: undefined,
2549
+ coaId: undefined,
2550
+ accountDescription: '',
2551
+ qboId: '13',
2552
+ labels: [],
2553
+ tax1099Config: undefined,
2554
+ },
2555
+ {
2556
+ accountId: 'account_ee721342-692e-46ed-9c78-363e94654a6d',
2557
+ accountName: 'Maintenance and Repairs',
2558
+ accountType: 'expenses',
2559
+ accountSubType: undefined,
2560
+ last4Digits: undefined,
2561
+ logo: undefined,
2562
+ coaId: undefined,
2563
+ accountDescription: '',
2564
+ qboId: '61',
2565
+ labels: [],
2566
+ tax1099Config: undefined,
2567
+ },
2568
+ {
2569
+ accountId: 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
2570
+ accountName: 'Maintenance and Repair',
2571
+ accountType: 'expenses',
2572
+ accountSubType: undefined,
2573
+ last4Digits: undefined,
2574
+ logo: undefined,
2575
+ coaId: undefined,
2576
+ accountDescription: '',
2577
+ qboId: '72',
2578
+ labels: [],
2579
+ tax1099Config: undefined,
2580
+ },
2581
+ {
2582
+ accountId: 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
2583
+ accountName: 'Legal & Professional Fees',
2584
+ accountType: 'expenses',
2585
+ accountSubType: undefined,
2586
+ last4Digits: undefined,
2587
+ logo: undefined,
2588
+ coaId: undefined,
2589
+ accountDescription: '',
2590
+ qboId: '12',
2591
+ labels: [],
2592
+ tax1099Config: undefined,
2593
+ },
2594
+ {
2595
+ accountId: 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
2596
+ accountName: 'Lawyer',
2597
+ accountType: 'expenses',
2598
+ accountSubType: undefined,
2599
+ last4Digits: undefined,
2600
+ logo: undefined,
2601
+ coaId: undefined,
2602
+ accountDescription: '',
2603
+ qboId: '71',
2604
+ labels: [],
2605
+ tax1099Config: undefined,
2606
+ },
2607
+ {
2608
+ accountId: 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
2609
+ accountName: 'Job Materials',
2610
+ accountType: 'expenses',
2611
+ accountSubType: undefined,
2612
+ last4Digits: undefined,
2613
+ logo: undefined,
2614
+ coaId: undefined,
2615
+ accountDescription: '',
2616
+ qboId: '63',
2617
+ labels: [],
2618
+ tax1099Config: undefined,
2619
+ },
2620
+ {
2621
+ accountId: 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
2622
+ accountName: 'Job Expenses',
2623
+ accountType: 'expenses',
2624
+ accountSubType: undefined,
2625
+ last4Digits: undefined,
2626
+ logo: undefined,
2627
+ coaId: undefined,
2628
+ accountDescription: '',
2629
+ qboId: '58',
2630
+ labels: [],
2631
+ tax1099Config: undefined,
2632
+ },
2633
+ {
2634
+ accountId: 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
2635
+ accountName: 'Insurance',
2636
+ accountType: 'expenses',
2637
+ accountSubType: undefined,
2638
+ last4Digits: undefined,
2639
+ logo: undefined,
2640
+ coaId: undefined,
2641
+ accountDescription: '',
2642
+ qboId: '11',
2643
+ labels: [],
2644
+ tax1099Config: undefined,
2645
+ },
2646
+ {
2647
+ accountId: 'account_505a2721-5ed0-4700-9638-954268e31fae',
2648
+ accountName: 'Installation',
2649
+ accountType: 'expenses',
2650
+ accountSubType: undefined,
2651
+ last4Digits: undefined,
2652
+ logo: undefined,
2653
+ coaId: undefined,
2654
+ accountDescription: '',
2655
+ qboId: '60',
2656
+ labels: [],
2657
+ tax1099Config: undefined,
2658
+ },
2659
+ {
2660
+ accountId: 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
2661
+ accountName: 'Gas and Electric',
2662
+ accountType: 'expenses',
2663
+ accountSubType: undefined,
2664
+ last4Digits: undefined,
2665
+ logo: undefined,
2666
+ coaId: undefined,
2667
+ accountDescription: '',
2668
+ qboId: '76',
2669
+ labels: [],
2670
+ tax1099Config: undefined,
2671
+ },
2672
+ {
2673
+ accountId: 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3',
2674
+ accountName: 'Fuel',
2675
+ accountType: 'expenses',
2676
+ accountSubType: undefined,
2677
+ last4Digits: undefined,
2678
+ logo: undefined,
2679
+ coaId: undefined,
2680
+ accountDescription: '',
2681
+ qboId: '56',
2682
+ labels: [],
2683
+ tax1099Config: undefined,
2684
+ },
2685
+ {
2686
+ accountId: 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
2687
+ accountName: 'Fountain and Garden Lighting',
2688
+ accountType: 'expenses',
2689
+ accountSubType: undefined,
2690
+ last4Digits: undefined,
2691
+ logo: undefined,
2692
+ coaId: undefined,
2693
+ accountDescription: '',
2694
+ qboId: '65',
2695
+ labels: [],
2696
+ tax1099Config: undefined,
2697
+ },
2698
+ {
2699
+ accountId: 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
2700
+ accountName: 'Equipment Repairs',
2701
+ accountType: 'expenses',
2702
+ accountSubType: undefined,
2703
+ last4Digits: undefined,
2704
+ logo: undefined,
2705
+ coaId: undefined,
2706
+ accountDescription: '',
2707
+ qboId: '75',
2708
+ labels: [],
2709
+ tax1099Config: undefined,
2710
+ },
2711
+ {
2712
+ accountId: 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12',
2713
+ accountName: 'Equipment Rental',
2714
+ accountType: 'expenses',
2715
+ accountSubType: undefined,
2716
+ last4Digits: undefined,
2717
+ logo: undefined,
2718
+ coaId: undefined,
2719
+ accountDescription: '',
2720
+ qboId: '29',
2721
+ labels: [],
2722
+ tax1099Config: undefined,
2723
+ },
2724
+ {
2725
+ accountId: 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
2726
+ accountName: 'Equipment Rental',
2727
+ accountType: 'expenses',
2728
+ accountSubType: undefined,
2729
+ last4Digits: undefined,
2730
+ logo: undefined,
2731
+ coaId: undefined,
2732
+ accountDescription: '',
2733
+ qboId: '62',
2734
+ labels: [],
2735
+ tax1099Config: undefined,
2736
+ },
2737
+ {
2738
+ accountId: 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42',
2739
+ accountName: 'Entertainment test 3',
2740
+ accountType: 'expenses',
2741
+ accountSubType: undefined,
2742
+ last4Digits: undefined,
2743
+ logo: undefined,
2744
+ accountDescription: '',
2745
+ qboId: '97',
2746
+ coaId: '77649',
2747
+ labels: [],
2748
+ tax1099Config: undefined,
2749
+ },
2750
+ {
2751
+ accountId: 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb',
2752
+ accountName: 'Dues & Subscriptions',
2753
+ accountType: 'expenses',
2754
+ accountSubType: undefined,
2755
+ last4Digits: undefined,
2756
+ logo: undefined,
2757
+ coaId: undefined,
2758
+ accountDescription: '',
2759
+ qboId: '10',
2760
+ labels: [],
2761
+ tax1099Config: undefined,
2762
+ },
2763
+ {
2764
+ accountId: 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042',
2765
+ accountName: 'Disposal Fees',
2766
+ accountType: 'expenses',
2767
+ accountSubType: undefined,
2768
+ last4Digits: undefined,
2769
+ logo: undefined,
2770
+ coaId: undefined,
2771
+ accountDescription: '',
2772
+ qboId: '28',
2773
+ labels: [],
2774
+ tax1099Config: undefined,
2775
+ },
2776
+ {
2777
+ accountId: 'account_9af910d3-5ac5-4015-834b-77f675e67981',
2778
+ accountName: 'Decks and Patios',
2779
+ accountType: 'expenses',
2780
+ accountSubType: undefined,
2781
+ last4Digits: undefined,
2782
+ logo: undefined,
2783
+ coaId: undefined,
2784
+ accountDescription: '',
2785
+ qboId: '64',
2786
+ labels: [],
2787
+ tax1099Config: undefined,
2788
+ },
2789
+ {
2790
+ accountId: 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
2791
+ accountName: 'Cost of Labor',
2792
+ accountType: 'expenses',
2793
+ accountSubType: undefined,
2794
+ last4Digits: undefined,
2795
+ logo: undefined,
2796
+ coaId: undefined,
2797
+ accountDescription: '',
2798
+ qboId: '59',
2799
+ labels: [],
2800
+ tax1099Config: undefined,
2801
+ },
2802
+ {
2803
+ accountId: 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
2804
+ accountName: 'Computer Repairs',
2805
+ accountType: 'expenses',
2806
+ accountSubType: undefined,
2807
+ last4Digits: undefined,
2808
+ logo: undefined,
2809
+ coaId: undefined,
2810
+ accountDescription: '',
2811
+ qboId: '74',
2812
+ labels: [],
2813
+ tax1099Config: undefined,
2814
+ },
2815
+ {
2816
+ accountId: 'account_041cf709-4537-4394-994f-ec3c64bbc877',
2817
+ accountName: 'Commissions & fees',
2818
+ accountType: 'expenses',
2819
+ accountSubType: undefined,
2820
+ last4Digits: undefined,
2821
+ logo: undefined,
2822
+ coaId: undefined,
2823
+ accountDescription: '',
2824
+ qboId: '9',
2825
+ labels: [],
2826
+ tax1099Config: undefined,
2827
+ },
2828
+ {
2829
+ accountId: 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
2830
+ accountName: 'Building Repairs',
2831
+ accountType: 'expenses',
2832
+ accountSubType: undefined,
2833
+ last4Digits: undefined,
2834
+ logo: undefined,
2835
+ coaId: undefined,
2836
+ accountDescription: '',
2837
+ qboId: '73',
2838
+ labels: [],
2839
+ tax1099Config: undefined,
2840
+ },
2841
+ {
2842
+ accountId: 'account_4bf94810-b77e-4014-a18c-f876c2854971',
2843
+ accountName: 'Bookkeeper',
2844
+ accountType: 'expenses',
2845
+ accountSubType: undefined,
2846
+ last4Digits: undefined,
2847
+ logo: undefined,
2848
+ coaId: undefined,
2849
+ accountDescription: '',
2850
+ qboId: '70',
2851
+ labels: [],
2852
+ tax1099Config: undefined,
2853
+ },
2854
+ {
2855
+ accountId: 'account_d8a660ac-158c-4556-b92f-020d3afe0e34',
2856
+ accountName: 'Bank Charges',
2857
+ accountType: 'expenses',
2858
+ accountSubType: undefined,
2859
+ last4Digits: undefined,
2860
+ logo: undefined,
2861
+ coaId: undefined,
2862
+ accountDescription: '',
2863
+ qboId: '8',
2864
+ labels: [],
2865
+ tax1099Config: undefined,
2866
+ },
2867
+ {
2868
+ accountId: 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa',
2869
+ accountName: 'Automobile',
2870
+ accountType: 'expenses',
2871
+ accountSubType: undefined,
2872
+ last4Digits: undefined,
2873
+ logo: undefined,
2874
+ coaId: undefined,
2875
+ accountDescription: '',
2876
+ qboId: '55',
2877
+ labels: [],
2878
+ tax1099Config: undefined,
2879
+ },
2880
+ {
2881
+ accountId: 'account_10053408-c131-468b-a1ab-2c289d84901c',
2882
+ accountName: 'Advertising',
2883
+ accountType: 'expenses',
2884
+ accountSubType: undefined,
2885
+ last4Digits: undefined,
2886
+ logo: undefined,
2887
+ coaId: undefined,
2888
+ accountDescription: '',
2889
+ qboId: '7',
2890
+ labels: [],
2891
+ tax1099Config: undefined,
2892
+ },
2893
+ {
2894
+ accountId: 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
2895
+ accountName: 'Accounting',
2896
+ accountType: 'expenses',
2897
+ accountSubType: undefined,
2898
+ last4Digits: undefined,
2899
+ logo: undefined,
2900
+ coaId: undefined,
2901
+ accountDescription: '',
2902
+ qboId: '69',
2903
+ labels: [],
2904
+ tax1099Config: undefined,
2905
+ },
2906
+ ],
2907
+ billPayAccountList: [
2908
+ {
2909
+ accountId: 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
2910
+ accountName: 'Workers Compensation',
2911
+ accountType: 'expenses',
2912
+ accountSubType: undefined,
2913
+ last4Digits: undefined,
2914
+ logo: undefined,
2915
+ coaId: undefined,
2916
+ accountDescription: '',
2917
+ qboId: '57',
2918
+ labels: [],
2919
+ tax1099Config: undefined,
2920
+ },
2921
+ {
2922
+ accountId: 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
2923
+ accountName: 'Utilities',
2924
+ accountType: 'expenses',
2925
+ accountSubType: undefined,
2926
+ last4Digits: undefined,
2927
+ logo: undefined,
2928
+ coaId: undefined,
2929
+ accountDescription: '',
2930
+ qboId: '24',
2931
+ labels: [],
2932
+ tax1099Config: undefined,
2933
+ },
2934
+ {
2935
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
2936
+ accountName: 'Uncategorized Expense',
2937
+ accountType: 'expenses',
2938
+ accountSubType: undefined,
2939
+ last4Digits: undefined,
2940
+ logo: undefined,
2941
+ accountDescription: '',
2942
+ qboId: '31',
2943
+ coaId: '69999',
2944
+ labels: ['uncategorized_income'],
2945
+ tax1099Config: undefined,
2946
+ },
2947
+ {
2948
+ accountId: 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
2949
+ accountName: 'Unapplied Cash Bill Payment Expense',
2950
+ accountType: 'expenses',
2951
+ accountSubType: undefined,
2952
+ last4Digits: undefined,
2953
+ logo: undefined,
2954
+ coaId: undefined,
2955
+ accountDescription: '',
2956
+ qboId: '88',
2957
+ labels: [],
2958
+ tax1099Config: undefined,
2959
+ },
2960
+ {
2961
+ accountId: 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c',
2962
+ accountName: 'Travel Meals',
2963
+ accountType: 'expenses',
2964
+ accountSubType: undefined,
2965
+ last4Digits: undefined,
2966
+ logo: undefined,
2967
+ coaId: undefined,
2968
+ accountDescription: '',
2969
+ qboId: '23',
2970
+ labels: [],
2971
+ tax1099Config: undefined,
2972
+ },
2973
+ {
2974
+ accountId: 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a',
2975
+ accountName: 'Travel',
2976
+ accountType: 'expenses',
2977
+ accountSubType: undefined,
2978
+ last4Digits: undefined,
2979
+ logo: undefined,
2980
+ accountDescription: '',
2981
+ qboId: '22',
2982
+ coaId: '62200',
2983
+ labels: [],
2984
+ tax1099Config: undefined,
2985
+ },
2986
+ {
2987
+ accountId: 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
2988
+ accountName: 'Telephone',
2989
+ accountType: 'expenses',
2990
+ accountSubType: undefined,
2991
+ last4Digits: undefined,
2992
+ logo: undefined,
2993
+ coaId: undefined,
2994
+ accountDescription: '',
2995
+ qboId: '77',
2996
+ labels: [],
2997
+ tax1099Config: undefined,
2998
+ },
2999
+ {
3000
+ accountId: 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092',
3001
+ accountName: 'Taxes & Licenses',
3002
+ accountType: 'expenses',
3003
+ accountSubType: undefined,
3004
+ last4Digits: undefined,
3005
+ logo: undefined,
3006
+ coaId: undefined,
3007
+ accountDescription: '',
3008
+ qboId: '21',
3009
+ labels: [],
3010
+ tax1099Config: undefined,
3011
+ },
3012
+ {
3013
+ accountId: 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314',
3014
+ accountName: 'Supplies',
3015
+ accountType: 'expenses',
3016
+ accountSubType: undefined,
3017
+ last4Digits: undefined,
3018
+ logo: undefined,
3019
+ coaId: undefined,
3020
+ accountDescription: '',
3021
+ qboId: '20',
3022
+ labels: [],
3023
+ tax1099Config: undefined,
3024
+ },
3025
+ {
3026
+ accountId: 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca',
3027
+ accountName: 'Stationery & Printing',
3028
+ accountType: 'expenses',
3029
+ accountSubType: undefined,
3030
+ last4Digits: undefined,
3031
+ logo: undefined,
3032
+ coaId: undefined,
3033
+ accountDescription: '',
3034
+ qboId: '19',
3035
+ labels: [],
3036
+ tax1099Config: undefined,
3037
+ },
3038
+ {
3039
+ accountId: 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
3040
+ accountName: 'Sprinklers and Drip Systems',
3041
+ accountType: 'expenses',
3042
+ accountSubType: undefined,
3043
+ last4Digits: undefined,
3044
+ logo: undefined,
3045
+ coaId: undefined,
3046
+ accountDescription: '',
3047
+ qboId: '67',
3048
+ labels: [],
3049
+ tax1099Config: undefined,
3050
+ },
3051
+ {
3052
+ accountId: 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d',
3053
+ accountName: 'Salaries and Benefits',
3054
+ accountType: 'expenses',
3055
+ accountSubType: undefined,
3056
+ last4Digits: undefined,
3057
+ logo: undefined,
3058
+ coaId: undefined,
3059
+ accountDescription: '',
3060
+ qboId: '91',
3061
+ labels: [],
3062
+ tax1099Config: undefined,
3063
+ },
3064
+ {
3065
+ accountId: 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa',
3066
+ accountName: 'Rent or Lease',
3067
+ accountType: 'expenses',
3068
+ accountSubType: undefined,
3069
+ last4Digits: undefined,
3070
+ logo: undefined,
3071
+ coaId: undefined,
3072
+ accountDescription: '',
3073
+ qboId: '17',
3074
+ labels: [],
3075
+ tax1099Config: undefined,
3076
+ },
3077
+ {
3078
+ accountId: 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e',
3079
+ accountName: 'Purchases',
3080
+ accountType: 'expenses',
3081
+ accountSubType: undefined,
3082
+ last4Digits: undefined,
3083
+ logo: undefined,
3084
+ coaId: undefined,
3085
+ accountDescription: '',
3086
+ qboId: '78',
3087
+ labels: [],
3088
+ tax1099Config: undefined,
3089
+ },
3090
+ {
3091
+ accountId: 'account_260ccba4-1582-4757-9880-40d2445e5784',
3092
+ accountName: 'Promotional',
3093
+ accountType: 'expenses',
3094
+ accountSubType: undefined,
3095
+ last4Digits: undefined,
3096
+ logo: undefined,
3097
+ coaId: undefined,
3098
+ accountDescription: '',
3099
+ qboId: '16',
3100
+ labels: [],
3101
+ tax1099Config: undefined,
3102
+ },
3103
+ {
3104
+ accountId: 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
3105
+ accountName: 'Plants and Soil',
3106
+ accountType: 'expenses',
3107
+ accountSubType: undefined,
3108
+ last4Digits: undefined,
3109
+ logo: undefined,
3110
+ coaId: undefined,
3111
+ accountDescription: '',
3112
+ qboId: '66',
3113
+ labels: [],
3114
+ tax1099Config: undefined,
3115
+ },
3116
+ {
3117
+ accountId: 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
3118
+ accountName: 'Permits',
3119
+ accountType: 'expenses',
3120
+ accountSubType: undefined,
3121
+ last4Digits: undefined,
3122
+ logo: undefined,
3123
+ coaId: undefined,
3124
+ accountDescription: '',
3125
+ qboId: '68',
3126
+ labels: [],
3127
+ tax1099Config: undefined,
3128
+ },
3129
+ {
3130
+ accountId: 'account_e88d8637-ca35-41aa-b909-dbcc37851eff',
3131
+ accountName: 'Payroll Expenses',
3132
+ accountType: 'expenses',
3133
+ accountSubType: undefined,
3134
+ last4Digits: undefined,
3135
+ logo: undefined,
3136
+ accountDescription: '',
3137
+ qboId: '113',
3138
+ coaId: '64300',
3139
+ labels: [],
3140
+ tax1099Config: undefined,
3141
+ },
3142
+ {
3143
+ accountId: 'account_5e8f5ff6-952b-417f-9315-e23552ccd780',
3144
+ accountName: 'Office Expenses',
3145
+ accountType: 'expenses',
3146
+ accountSubType: undefined,
3147
+ last4Digits: undefined,
3148
+ logo: undefined,
3149
+ accountDescription: '',
3150
+ qboId: '15',
3151
+ coaId: '64100',
3152
+ labels: [],
3153
+ tax1099Config: undefined,
3154
+ },
3155
+ {
3156
+ accountId: 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7',
3157
+ accountName: 'Meals and Entertainment',
3158
+ accountType: 'expenses',
3159
+ accountSubType: undefined,
3160
+ last4Digits: undefined,
3161
+ logo: undefined,
3162
+ coaId: undefined,
3163
+ accountDescription: '',
3164
+ qboId: '13',
3165
+ labels: [],
3166
+ tax1099Config: undefined,
3167
+ },
3168
+ {
3169
+ accountId: 'account_ee721342-692e-46ed-9c78-363e94654a6d',
3170
+ accountName: 'Maintenance and Repairs',
3171
+ accountType: 'expenses',
3172
+ accountSubType: undefined,
3173
+ last4Digits: undefined,
3174
+ logo: undefined,
3175
+ coaId: undefined,
3176
+ accountDescription: '',
3177
+ qboId: '61',
3178
+ labels: [],
3179
+ tax1099Config: undefined,
3180
+ },
3181
+ {
3182
+ accountId: 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
3183
+ accountName: 'Maintenance and Repair',
3184
+ accountType: 'expenses',
3185
+ accountSubType: undefined,
3186
+ last4Digits: undefined,
3187
+ logo: undefined,
3188
+ coaId: undefined,
3189
+ accountDescription: '',
3190
+ qboId: '72',
3191
+ labels: [],
3192
+ tax1099Config: undefined,
3193
+ },
3194
+ {
3195
+ accountId: 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
3196
+ accountName: 'Legal & Professional Fees',
3197
+ accountType: 'expenses',
3198
+ accountSubType: undefined,
3199
+ last4Digits: undefined,
3200
+ logo: undefined,
3201
+ coaId: undefined,
3202
+ accountDescription: '',
3203
+ qboId: '12',
3204
+ labels: [],
3205
+ tax1099Config: undefined,
3206
+ },
3207
+ {
3208
+ accountId: 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
3209
+ accountName: 'Lawyer',
3210
+ accountType: 'expenses',
3211
+ accountSubType: undefined,
3212
+ last4Digits: undefined,
3213
+ logo: undefined,
3214
+ coaId: undefined,
3215
+ accountDescription: '',
3216
+ qboId: '71',
3217
+ labels: [],
3218
+ tax1099Config: undefined,
3219
+ },
3220
+ {
3221
+ accountId: 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
3222
+ accountName: 'Job Materials',
3223
+ accountType: 'expenses',
3224
+ accountSubType: undefined,
3225
+ last4Digits: undefined,
3226
+ logo: undefined,
3227
+ coaId: undefined,
3228
+ accountDescription: '',
3229
+ qboId: '63',
3230
+ labels: [],
3231
+ tax1099Config: undefined,
3232
+ },
3233
+ {
3234
+ accountId: 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
3235
+ accountName: 'Job Expenses',
3236
+ accountType: 'expenses',
3237
+ accountSubType: undefined,
3238
+ last4Digits: undefined,
3239
+ logo: undefined,
3240
+ coaId: undefined,
3241
+ accountDescription: '',
3242
+ qboId: '58',
3243
+ labels: [],
3244
+ tax1099Config: undefined,
3245
+ },
3246
+ {
3247
+ accountId: 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
3248
+ accountName: 'Insurance',
3249
+ accountType: 'expenses',
3250
+ accountSubType: undefined,
3251
+ last4Digits: undefined,
3252
+ logo: undefined,
3253
+ coaId: undefined,
3254
+ accountDescription: '',
3255
+ qboId: '11',
3256
+ labels: [],
3257
+ tax1099Config: undefined,
3258
+ },
3259
+ {
3260
+ accountId: 'account_505a2721-5ed0-4700-9638-954268e31fae',
3261
+ accountName: 'Installation',
3262
+ accountType: 'expenses',
3263
+ accountSubType: undefined,
3264
+ last4Digits: undefined,
3265
+ logo: undefined,
3266
+ coaId: undefined,
3267
+ accountDescription: '',
3268
+ qboId: '60',
3269
+ labels: [],
3270
+ tax1099Config: undefined,
3271
+ },
3272
+ {
3273
+ accountId: 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
3274
+ accountName: 'Gas and Electric',
3275
+ accountType: 'expenses',
3276
+ accountSubType: undefined,
3277
+ last4Digits: undefined,
3278
+ logo: undefined,
3279
+ coaId: undefined,
3280
+ accountDescription: '',
3281
+ qboId: '76',
3282
+ labels: [],
3283
+ tax1099Config: undefined,
3284
+ },
3285
+ {
3286
+ accountId: 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3',
3287
+ accountName: 'Fuel',
3288
+ accountType: 'expenses',
3289
+ accountSubType: undefined,
3290
+ last4Digits: undefined,
3291
+ logo: undefined,
3292
+ coaId: undefined,
3293
+ accountDescription: '',
3294
+ qboId: '56',
3295
+ labels: [],
3296
+ tax1099Config: undefined,
3297
+ },
3298
+ {
3299
+ accountId: 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
3300
+ accountName: 'Fountain and Garden Lighting',
3301
+ accountType: 'expenses',
3302
+ accountSubType: undefined,
3303
+ last4Digits: undefined,
3304
+ logo: undefined,
3305
+ coaId: undefined,
3306
+ accountDescription: '',
3307
+ qboId: '65',
3308
+ labels: [],
3309
+ tax1099Config: undefined,
3310
+ },
3311
+ {
3312
+ accountId: 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
3313
+ accountName: 'Equipment Repairs',
3314
+ accountType: 'expenses',
3315
+ accountSubType: undefined,
3316
+ last4Digits: undefined,
3317
+ logo: undefined,
3318
+ coaId: undefined,
3319
+ accountDescription: '',
3320
+ qboId: '75',
3321
+ labels: [],
3322
+ tax1099Config: undefined,
3323
+ },
3324
+ {
3325
+ accountId: 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12',
3326
+ accountName: 'Equipment Rental',
3327
+ accountType: 'expenses',
3328
+ accountSubType: undefined,
3329
+ last4Digits: undefined,
3330
+ logo: undefined,
3331
+ coaId: undefined,
3332
+ accountDescription: '',
3333
+ qboId: '29',
3334
+ labels: [],
3335
+ tax1099Config: undefined,
3336
+ },
3337
+ {
3338
+ accountId: 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
3339
+ accountName: 'Equipment Rental',
3340
+ accountType: 'expenses',
3341
+ accountSubType: undefined,
3342
+ last4Digits: undefined,
3343
+ logo: undefined,
3344
+ coaId: undefined,
3345
+ accountDescription: '',
3346
+ qboId: '62',
3347
+ labels: [],
3348
+ tax1099Config: undefined,
3349
+ },
3350
+ {
3351
+ accountId: 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42',
3352
+ accountName: 'Entertainment test 3',
3353
+ accountType: 'expenses',
3354
+ accountSubType: undefined,
3355
+ last4Digits: undefined,
3356
+ logo: undefined,
3357
+ accountDescription: '',
3358
+ qboId: '97',
3359
+ coaId: '77649',
3360
+ labels: [],
3361
+ tax1099Config: undefined,
3362
+ },
3363
+ {
3364
+ accountId: 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb',
3365
+ accountName: 'Dues & Subscriptions',
3366
+ accountType: 'expenses',
3367
+ accountSubType: undefined,
3368
+ last4Digits: undefined,
3369
+ logo: undefined,
3370
+ coaId: undefined,
3371
+ accountDescription: '',
3372
+ qboId: '10',
3373
+ labels: [],
3374
+ tax1099Config: undefined,
3375
+ },
3376
+ {
3377
+ accountId: 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042',
3378
+ accountName: 'Disposal Fees',
3379
+ accountType: 'expenses',
3380
+ accountSubType: undefined,
3381
+ last4Digits: undefined,
3382
+ logo: undefined,
3383
+ coaId: undefined,
3384
+ accountDescription: '',
3385
+ qboId: '28',
3386
+ labels: [],
3387
+ tax1099Config: undefined,
3388
+ },
3389
+ {
3390
+ accountId: 'account_9af910d3-5ac5-4015-834b-77f675e67981',
3391
+ accountName: 'Decks and Patios',
3392
+ accountType: 'expenses',
3393
+ accountSubType: undefined,
3394
+ last4Digits: undefined,
3395
+ logo: undefined,
3396
+ coaId: undefined,
3397
+ accountDescription: '',
3398
+ qboId: '64',
3399
+ labels: [],
3400
+ tax1099Config: undefined,
3401
+ },
3402
+ {
3403
+ accountId: 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
3404
+ accountName: 'Cost of Labor',
3405
+ accountType: 'expenses',
3406
+ accountSubType: undefined,
3407
+ last4Digits: undefined,
3408
+ logo: undefined,
3409
+ coaId: undefined,
3410
+ accountDescription: '',
3411
+ qboId: '59',
3412
+ labels: [],
3413
+ tax1099Config: undefined,
3414
+ },
3415
+ {
3416
+ accountId: 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
3417
+ accountName: 'Computer Repairs',
3418
+ accountType: 'expenses',
3419
+ accountSubType: undefined,
3420
+ last4Digits: undefined,
3421
+ logo: undefined,
3422
+ coaId: undefined,
3423
+ accountDescription: '',
3424
+ qboId: '74',
3425
+ labels: [],
3426
+ tax1099Config: undefined,
3427
+ },
3428
+ {
3429
+ accountId: 'account_041cf709-4537-4394-994f-ec3c64bbc877',
3430
+ accountName: 'Commissions & fees',
3431
+ accountType: 'expenses',
3432
+ accountSubType: undefined,
3433
+ last4Digits: undefined,
3434
+ logo: undefined,
3435
+ coaId: undefined,
3436
+ accountDescription: '',
3437
+ qboId: '9',
3438
+ labels: [],
3439
+ tax1099Config: undefined,
3440
+ },
3441
+ {
3442
+ accountId: 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
3443
+ accountName: 'Building Repairs',
3444
+ accountType: 'expenses',
3445
+ accountSubType: undefined,
3446
+ last4Digits: undefined,
3447
+ logo: undefined,
3448
+ coaId: undefined,
3449
+ accountDescription: '',
3450
+ qboId: '73',
3451
+ labels: [],
3452
+ tax1099Config: undefined,
3453
+ },
3454
+ {
3455
+ accountId: 'account_4bf94810-b77e-4014-a18c-f876c2854971',
3456
+ accountName: 'Bookkeeper',
3457
+ accountType: 'expenses',
3458
+ accountSubType: undefined,
3459
+ last4Digits: undefined,
3460
+ logo: undefined,
3461
+ coaId: undefined,
3462
+ accountDescription: '',
3463
+ qboId: '70',
3464
+ labels: [],
3465
+ tax1099Config: undefined,
3466
+ },
3467
+ {
3468
+ accountId: 'account_d8a660ac-158c-4556-b92f-020d3afe0e34',
3469
+ accountName: 'Bank Charges',
3470
+ accountType: 'expenses',
3471
+ accountSubType: undefined,
3472
+ last4Digits: undefined,
3473
+ logo: undefined,
3474
+ coaId: undefined,
3475
+ accountDescription: '',
3476
+ qboId: '8',
3477
+ labels: [],
3478
+ tax1099Config: undefined,
3479
+ },
3480
+ {
3481
+ accountId: 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa',
3482
+ accountName: 'Automobile',
3483
+ accountType: 'expenses',
3484
+ accountSubType: undefined,
3485
+ last4Digits: undefined,
3486
+ logo: undefined,
3487
+ coaId: undefined,
3488
+ accountDescription: '',
3489
+ qboId: '55',
3490
+ labels: [],
3491
+ tax1099Config: undefined,
3492
+ },
3493
+ {
3494
+ accountId: 'account_10053408-c131-468b-a1ab-2c289d84901c',
3495
+ accountName: 'Advertising',
3496
+ accountType: 'expenses',
3497
+ accountSubType: undefined,
3498
+ last4Digits: undefined,
3499
+ logo: undefined,
3500
+ coaId: undefined,
3501
+ accountDescription: '',
3502
+ qboId: '7',
3503
+ labels: [],
3504
+ tax1099Config: undefined,
3505
+ },
3506
+ {
3507
+ accountId: 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
3508
+ accountName: 'Accounting',
3509
+ accountType: 'expenses',
3510
+ accountSubType: undefined,
3511
+ last4Digits: undefined,
3512
+ logo: undefined,
3513
+ coaId: undefined,
3514
+ accountDescription: '',
3515
+ qboId: '69',
3516
+ labels: [],
3517
+ tax1099Config: undefined,
3518
+ },
3519
+ ],
3520
+ prepaidExpensesAccountList: [],
3521
+ fixedAssetsAccountList: [],
3522
+ accruedExpensesAccountList: [],
3523
+ billPayAccountHierarchy: [],
3524
+ reimbursementsAccountHierarchy: [],
3525
+ prepaidExpensesAccountHierarchy: [],
3526
+ fixedAssetsAccountHierarchy: [],
3527
+ accruedExpensesAccountHierarchy: [],
3528
+ bankAccounts1099FilingAccountList: [],
3529
+ bankAccounts1099FilingAccountHierarchy: [],
3530
+ expenseAccounts1099FilingAccountList: [],
3531
+ expenseAccounts1099FilingAccountHierarchy: [],
3532
+ expenseTypeList: [],
3533
+ expense1099TypeList: [],
3534
+ boxTypesList: {
3535
+ int: [],
3536
+ misc: [],
3537
+ nec: [],
3538
+ },
3539
+ };
3540
+ const accountStateForMapping = {
3541
+ accountsByKey: {
3542
+ 'account_06cecff6-33b8-4677-b586-9663dcacd944-account_list_by_type': {
3543
+ accountId: 'account_06cecff6-33b8-4677-b586-9663dcacd944',
3544
+ accountName: 'Uncategorized Income',
3545
+ accountType: 'income',
3546
+ accountDescription: '',
3547
+ qboId: '30',
3548
+ coaId: '49999',
3549
+ labels: [],
3550
+ key: 'account_06cecff6-33b8-4677-b586-9663dcacd944-account_list_by_type',
3551
+ },
3552
+ 'account_b8e28eec-5694-4707-8354-2b04037be7d3-account_list_by_type': {
3553
+ accountId: 'account_b8e28eec-5694-4707-8354-2b04037be7d3',
3554
+ accountName: 'Unapplied Cash Payment Income',
3555
+ accountType: 'income',
3556
+ accountDescription: '',
3557
+ qboId: '87',
3558
+ labels: [],
3559
+ key: 'account_b8e28eec-5694-4707-8354-2b04037be7d3-account_list_by_type',
3560
+ },
3561
+ 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d-account_list_by_type': {
3562
+ accountId: 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d',
3563
+ accountName: 'Sprinklers and Drip Systems',
3564
+ accountType: 'income',
3565
+ accountDescription: '',
3566
+ qboId: '50',
3567
+ labels: [],
3568
+ key: 'account_3110b2c1-6985-4db6-a1f0-399b6f5e435d-account_list_by_type',
3569
+ },
3570
+ 'account_38a7fa62-3d05-480e-a4cd-4d50c52c138f-account_list_by_type': {
3571
+ accountId: 'account_38a7fa62-3d05-480e-a4cd-4d50c52c138f',
3572
+ accountName: 'Services',
3573
+ accountType: 'income',
3574
+ accountDescription: '',
3575
+ qboId: '1',
3576
+ labels: [],
3577
+ key: 'account_38a7fa62-3d05-480e-a4cd-4d50c52c138f-account_list_by_type',
3578
+ },
3579
+ 'account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381-account_list_by_type': {
3580
+ accountId: 'account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381',
3581
+ accountName: 'Sales of Product Income',
3582
+ accountType: 'income',
3583
+ accountDescription: '',
3584
+ qboId: '79',
3585
+ labels: [],
3586
+ key: 'account_8e0e960d-64b1-4f16-8ada-f4c9c88e3381-account_list_by_type',
3587
+ },
3588
+ 'account_eb71b745-07c3-4927-b183-6b47df718963-account_list_by_type': {
3589
+ accountId: 'account_eb71b745-07c3-4927-b183-6b47df718963',
3590
+ accountName: 'Refunds-Allowances',
3591
+ accountType: 'income',
3592
+ accountDescription: '',
3593
+ qboId: '6',
3594
+ labels: [],
3595
+ key: 'account_eb71b745-07c3-4927-b183-6b47df718963-account_list_by_type',
3596
+ },
3597
+ 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb-account_list_by_type': {
3598
+ accountId: 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb',
3599
+ accountName: 'Plants and Soil',
3600
+ accountType: 'income',
3601
+ accountDescription: '',
3602
+ qboId: '49',
3603
+ labels: [],
3604
+ key: 'account_57d549b5-a08e-4652-b3bf-e68d9915c4bb-account_list_by_type',
3605
+ },
3606
+ 'account_5ff04548-d012-4487-bfa4-bd1396dfc11f-account_list_by_type': {
3607
+ accountId: 'account_5ff04548-d012-4487-bfa4-bd1396dfc11f',
3608
+ accountName: 'Pest Control Services',
3609
+ accountType: 'income',
3610
+ accountDescription: '',
3611
+ qboId: '54',
3612
+ labels: [],
3613
+ key: 'account_5ff04548-d012-4487-bfa4-bd1396dfc11f-account_list_by_type',
3614
+ },
3615
+ 'account_6ec41085-0455-40bd-9d07-c10209d5c8ce-account_list_by_type': {
3616
+ accountId: 'account_6ec41085-0455-40bd-9d07-c10209d5c8ce',
3617
+ accountName: 'Other Income',
3618
+ accountType: 'income',
3619
+ accountDescription: '',
3620
+ qboId: '83',
3621
+ labels: [],
3622
+ key: 'account_6ec41085-0455-40bd-9d07-c10209d5c8ce-account_list_by_type',
3623
+ },
3624
+ 'account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1-account_list_by_type': {
3625
+ accountId: 'account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1',
3626
+ accountName: 'Non-Profit Income random',
3627
+ accountType: 'income',
3628
+ accountDescription: '',
3629
+ qboId: '99',
3630
+ labels: [],
3631
+ key: 'account_b3d8bd27-2c0b-4866-b0a6-f0c8274099e1-account_list_by_type',
3632
+ },
3633
+ 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa-account_list_by_type': {
3634
+ accountId: 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa',
3635
+ accountName: 'Maintenance and Repair',
3636
+ accountType: 'income',
3637
+ accountDescription: '',
3638
+ qboId: '53',
3639
+ labels: [],
3640
+ key: 'account_47da86c4-86b7-4d57-b8a8-1c202df9b8fa-account_list_by_type',
3641
+ },
3642
+ 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1-account_list_by_type': {
3643
+ accountId: 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1',
3644
+ accountName: 'Landscaping Services',
3645
+ accountType: 'income',
3646
+ accountDescription: '',
3647
+ qboId: '45',
3648
+ labels: [],
3649
+ key: 'account_586047ac-1ad1-4ce2-962b-7feb1c0fc8f1-account_list_by_type',
3650
+ },
3651
+ 'account_a5250679-dd16-4e89-89ec-15c49ad91751-account_list_by_type': {
3652
+ accountId: 'account_a5250679-dd16-4e89-89ec-15c49ad91751',
3653
+ accountName: 'Labor',
3654
+ accountType: 'income',
3655
+ accountDescription: '',
3656
+ qboId: '51',
3657
+ labels: [],
3658
+ key: 'account_a5250679-dd16-4e89-89ec-15c49ad91751-account_list_by_type',
3659
+ },
3660
+ 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc-account_list_by_type': {
3661
+ accountId: 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc',
3662
+ accountName: 'Job Materials',
3663
+ accountType: 'income',
3664
+ accountDescription: '',
3665
+ qboId: '46',
3666
+ labels: [],
3667
+ key: 'account_3cb2667d-c4d4-4e77-82b8-1ce5ad7764bc-account_list_by_type',
3668
+ },
3669
+ 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce-account_list_by_type': {
3670
+ accountId: 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce',
3671
+ accountName: 'Installation',
3672
+ accountType: 'income',
3673
+ accountDescription: '',
3674
+ qboId: '52',
3675
+ labels: [],
3676
+ key: 'account_0bd1d8ec-876e-48d6-aed2-b45f3009c3ce-account_list_by_type',
3677
+ },
3678
+ 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb-account_list_by_type': {
3679
+ accountId: 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb',
3680
+ accountName: 'Fountains and Garden Lighting',
3681
+ accountType: 'income',
3682
+ accountDescription: '',
3683
+ qboId: '48',
3684
+ labels: [],
3685
+ key: 'account_88a3fc1a-fd1b-495c-b1a8-69c0f2d306bb-account_list_by_type',
3686
+ },
3687
+ 'account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a-account_list_by_type': {
3688
+ accountId: 'account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a',
3689
+ accountName: 'Fees Billed',
3690
+ accountType: 'income',
3691
+ accountDescription: '',
3692
+ qboId: '5',
3693
+ labels: [],
3694
+ key: 'account_477a9b4a-0605-4c5d-b540-3171f2fb9e5a-account_list_by_type',
3695
+ },
3696
+ 'account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2-account_list_by_type': {
3697
+ accountId: 'account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2',
3698
+ accountName: 'Discounts given',
3699
+ accountType: 'income',
3700
+ accountDescription: '',
3701
+ qboId: '86',
3702
+ labels: [],
3703
+ key: 'account_a91daab9-ffb1-4267-b9a5-09e7ac3126f2-account_list_by_type',
3704
+ },
3705
+ 'account_293e8b54-55ff-4a33-8671-258f892f581a-account_list_by_type': {
3706
+ accountId: 'account_293e8b54-55ff-4a33-8671-258f892f581a',
3707
+ accountName: 'Design income',
3708
+ accountType: 'income',
3709
+ accountDescription: '',
3710
+ qboId: '82',
3711
+ labels: [],
3712
+ key: 'account_293e8b54-55ff-4a33-8671-258f892f581a-account_list_by_type',
3713
+ },
3714
+ 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d-account_list_by_type': {
3715
+ accountId: 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d',
3716
+ accountName: 'Decks and Patios',
3717
+ accountType: 'income',
3718
+ accountDescription: '',
3719
+ qboId: '47',
3720
+ labels: [],
3721
+ key: 'account_f2d6b33f-dd63-49fe-a275-43c2422d7a6d-account_list_by_type',
3722
+ },
3723
+ 'account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b-account_list_by_type': {
3724
+ accountId: 'account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b',
3725
+ accountName: 'Billable Expense Income',
3726
+ accountType: 'income',
3727
+ accountDescription: '',
3728
+ qboId: '85',
3729
+ labels: [],
3730
+ key: 'account_ea610f1d-ac59-4136-9e2a-690a0bcf5a8b-account_list_by_type',
3731
+ },
3732
+ 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b-account_list_by_type': {
3733
+ accountId: 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b',
3734
+ accountName: 'Workers Compensation',
3735
+ accountType: 'expenses',
3736
+ accountDescription: '',
3737
+ qboId: '57',
3738
+ labels: [],
3739
+ key: 'account_1ad62cc1-272d-456d-9d73-60d88f4ed34b-account_list_by_type',
3740
+ },
3741
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f-account_list_by_type': {
3742
+ accountId: 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
3743
+ accountName: 'Utilities',
3744
+ accountType: 'expenses',
3745
+ accountDescription: '',
3746
+ qboId: '24',
3747
+ labels: [],
3748
+ key: 'account_1ecee77e-e382-4ab0-b182-70a33103039f-account_list_by_type',
3749
+ },
3750
+ 'account_37a82313-fc44-44f0-b3bb-f09434284e58-account_list_by_type': {
3751
+ accountId: 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
3752
+ accountName: 'Uncategorized Expense',
3753
+ accountType: 'expenses',
3754
+ accountDescription: '',
3755
+ qboId: '31',
3756
+ coaId: '69999',
3757
+ labels: ['uncategorized_income'],
3758
+ key: 'account_37a82313-fc44-44f0-b3bb-f09434284e58-account_list_by_type',
3759
+ },
3760
+ 'account_f18000a3-d265-41dc-a16c-f63b250b64b9-account_list_by_type': {
3761
+ accountId: 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
3762
+ accountName: 'Unapplied Cash Bill Payment Expense',
3763
+ accountType: 'expenses',
3764
+ accountDescription: '',
3765
+ qboId: '88',
3766
+ labels: [],
3767
+ key: 'account_f18000a3-d265-41dc-a16c-f63b250b64b9-account_list_by_type',
3768
+ },
3769
+ 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c-account_list_by_type': {
3770
+ accountId: 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c',
3771
+ accountName: 'Travel Meals',
3772
+ accountType: 'expenses',
3773
+ accountDescription: '',
3774
+ qboId: '23',
3775
+ labels: [],
3776
+ key: 'account_d4e64547-3541-4b77-8273-0c0f1e3f195c-account_list_by_type',
3777
+ },
3778
+ 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a-account_list_by_type': {
3779
+ accountId: 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a',
3780
+ accountName: 'Travel',
3781
+ accountType: 'expenses',
3782
+ accountDescription: '',
3783
+ qboId: '22',
3784
+ coaId: '62200',
3785
+ labels: [],
3786
+ key: 'account_11bc3022-c5df-43aa-ab29-e450ddf9b75a-account_list_by_type',
3787
+ },
3788
+ 'account_98706fbe-d29f-4cb2-a994-82fb04383104-account_list_by_type': {
3789
+ accountId: 'account_98706fbe-d29f-4cb2-a994-82fb04383104',
3790
+ accountName: 'Telephone',
3791
+ accountType: 'expenses',
3792
+ accountDescription: '',
3793
+ qboId: '77',
3794
+ labels: [],
3795
+ key: 'account_98706fbe-d29f-4cb2-a994-82fb04383104-account_list_by_type',
3796
+ },
3797
+ 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092-account_list_by_type': {
3798
+ accountId: 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092',
3799
+ accountName: 'Taxes & Licenses',
3800
+ accountType: 'expenses',
3801
+ accountDescription: '',
3802
+ qboId: '21',
3803
+ labels: [],
3804
+ key: 'account_b21f9130-2c8c-4a6e-959e-a0cca0933092-account_list_by_type',
3805
+ },
3806
+ 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314-account_list_by_type': {
3807
+ accountId: 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314',
3808
+ accountName: 'Supplies',
3809
+ accountType: 'expenses',
3810
+ accountDescription: '',
3811
+ qboId: '20',
3812
+ labels: [],
3813
+ key: 'account_cae16d28-3bfd-40a2-b2d0-a9f76e419314-account_list_by_type',
3814
+ },
3815
+ 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca-account_list_by_type': {
3816
+ accountId: 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca',
3817
+ accountName: 'Stationery & Printing',
3818
+ accountType: 'expenses',
3819
+ accountDescription: '',
3820
+ qboId: '19',
3821
+ labels: [],
3822
+ key: 'account_cf920797-ff3d-499c-9c4d-5cbb321146ca-account_list_by_type',
3823
+ },
3824
+ 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4-account_list_by_type': {
3825
+ accountId: 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4',
3826
+ accountName: 'Sprinklers and Drip Systems',
3827
+ accountType: 'expenses',
3828
+ accountDescription: '',
3829
+ qboId: '67',
3830
+ labels: [],
3831
+ key: 'account_f39a3d37-8f58-4520-8bf2-e934b2e7e0e4-account_list_by_type',
3832
+ },
3833
+ 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d-account_list_by_type': {
3834
+ accountId: 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d',
3835
+ accountName: 'Salaries and Benefits',
3836
+ accountType: 'expenses',
3837
+ accountDescription: '',
3838
+ qboId: '91',
3839
+ labels: [],
3840
+ key: 'account_686005dd-6835-4781-a4a9-83b3c74b2e4d-account_list_by_type',
3841
+ },
3842
+ 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa-account_list_by_type': {
3843
+ accountId: 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa',
3844
+ accountName: 'Rent or Lease',
3845
+ accountType: 'expenses',
3846
+ accountDescription: '',
3847
+ qboId: '17',
3848
+ labels: [],
3849
+ key: 'account_3d4568f6-b288-4d70-bda5-6813cc8177fa-account_list_by_type',
3850
+ },
3851
+ 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e-account_list_by_type': {
3852
+ accountId: 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e',
3853
+ accountName: 'Purchases',
3854
+ accountType: 'expenses',
3855
+ accountDescription: '',
3856
+ qboId: '78',
3857
+ labels: [],
3858
+ key: 'account_ffa8417c-d4f4-4cb7-82be-f5ec4804a68e-account_list_by_type',
3859
+ },
3860
+ 'account_260ccba4-1582-4757-9880-40d2445e5784-account_list_by_type': {
3861
+ accountId: 'account_260ccba4-1582-4757-9880-40d2445e5784',
3862
+ accountName: 'Promotional',
3863
+ accountType: 'expenses',
3864
+ accountDescription: '',
3865
+ qboId: '16',
3866
+ labels: [],
3867
+ key: 'account_260ccba4-1582-4757-9880-40d2445e5784-account_list_by_type',
3868
+ },
3869
+ 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c-account_list_by_type': {
3870
+ accountId: 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c',
3871
+ accountName: 'Plants and Soil',
3872
+ accountType: 'expenses',
3873
+ accountDescription: '',
3874
+ qboId: '66',
3875
+ labels: [],
3876
+ key: 'account_c0a764dc-1064-4be2-85bb-f0f474d1679c-account_list_by_type',
3877
+ },
3878
+ 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a-account_list_by_type': {
3879
+ accountId: 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a',
3880
+ accountName: 'Permits',
3881
+ accountType: 'expenses',
3882
+ accountDescription: '',
3883
+ qboId: '68',
3884
+ labels: [],
3885
+ key: 'account_a9b96b97-2827-4f24-863d-1ab7a0cf272a-account_list_by_type',
3886
+ },
3887
+ 'account_e88d8637-ca35-41aa-b909-dbcc37851eff-account_list_by_type': {
3888
+ accountId: 'account_e88d8637-ca35-41aa-b909-dbcc37851eff',
3889
+ accountName: 'Payroll Expenses',
3890
+ accountType: 'expenses',
3891
+ accountDescription: '',
3892
+ qboId: '113',
3893
+ coaId: '64300',
3894
+ labels: [],
3895
+ key: 'account_e88d8637-ca35-41aa-b909-dbcc37851eff-account_list_by_type',
3896
+ },
3897
+ 'account_5e8f5ff6-952b-417f-9315-e23552ccd780-account_list_by_type': {
3898
+ accountId: 'account_5e8f5ff6-952b-417f-9315-e23552ccd780',
3899
+ accountName: 'Office Expenses',
3900
+ accountType: 'expenses',
3901
+ accountDescription: '',
3902
+ qboId: '15',
3903
+ coaId: '64100',
3904
+ labels: [],
3905
+ key: 'account_5e8f5ff6-952b-417f-9315-e23552ccd780-account_list_by_type',
3906
+ },
3907
+ 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7-account_list_by_type': {
3908
+ accountId: 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7',
3909
+ accountName: 'Meals and Entertainment',
3910
+ accountType: 'expenses',
3911
+ accountDescription: '',
3912
+ qboId: '13',
3913
+ labels: [],
3914
+ key: 'account_5667e789-c321-4b8c-a5b0-6f384c5a58d7-account_list_by_type',
3915
+ },
3916
+ 'account_ee721342-692e-46ed-9c78-363e94654a6d-account_list_by_type': {
3917
+ accountId: 'account_ee721342-692e-46ed-9c78-363e94654a6d',
3918
+ accountName: 'Maintenance and Repairs',
3919
+ accountType: 'expenses',
3920
+ accountDescription: '',
3921
+ qboId: '61',
3922
+ labels: [],
3923
+ key: 'account_ee721342-692e-46ed-9c78-363e94654a6d-account_list_by_type',
3924
+ },
3925
+ 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336-account_list_by_type': {
3926
+ accountId: 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336',
3927
+ accountName: 'Maintenance and Repair',
3928
+ accountType: 'expenses',
3929
+ accountDescription: '',
3930
+ qboId: '72',
3931
+ labels: [],
3932
+ key: 'account_be9dd00d-70e6-4c5b-96d2-925b5ed42336-account_list_by_type',
3933
+ },
3934
+ 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d-account_list_by_type': {
3935
+ accountId: 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d',
3936
+ accountName: 'Legal & Professional Fees',
3937
+ accountType: 'expenses',
3938
+ accountDescription: '',
3939
+ qboId: '12',
3940
+ labels: [],
3941
+ key: 'account_905c8ca8-b84a-4cf9-b18d-e9eec81bec4d-account_list_by_type',
3942
+ },
3943
+ 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f-account_list_by_type': {
3944
+ accountId: 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f',
3945
+ accountName: 'Lawyer',
3946
+ accountType: 'expenses',
3947
+ accountDescription: '',
3948
+ qboId: '71',
3949
+ labels: [],
3950
+ key: 'account_a16a92ff-0510-47ea-aafc-4e73557aec1f-account_list_by_type',
3951
+ },
3952
+ 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807-account_list_by_type': {
3953
+ accountId: 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807',
3954
+ accountName: 'Job Materials',
3955
+ accountType: 'expenses',
3956
+ accountDescription: '',
3957
+ qboId: '63',
3958
+ labels: [],
3959
+ key: 'account_dfac8d27-1a1b-43b5-b4e1-41e72b2ed807-account_list_by_type',
3960
+ },
3961
+ 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9-account_list_by_type': {
3962
+ accountId: 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9',
3963
+ accountName: 'Job Expenses',
3964
+ accountType: 'expenses',
3965
+ accountDescription: '',
3966
+ qboId: '58',
3967
+ labels: [],
3968
+ key: 'account_a1843563-60a2-4e5c-b5a0-88bd2f7486e9-account_list_by_type',
3969
+ },
3970
+ 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8-account_list_by_type': {
3971
+ accountId: 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8',
3972
+ accountName: 'Insurance',
3973
+ accountType: 'expenses',
3974
+ accountDescription: '',
3975
+ qboId: '11',
3976
+ labels: [],
3977
+ key: 'account_4fc0dd1a-dd04-4352-a7f3-59fbd5f731a8-account_list_by_type',
3978
+ },
3979
+ 'account_505a2721-5ed0-4700-9638-954268e31fae-account_list_by_type': {
3980
+ accountId: 'account_505a2721-5ed0-4700-9638-954268e31fae',
3981
+ accountName: 'Installation',
3982
+ accountType: 'expenses',
3983
+ accountDescription: '',
3984
+ qboId: '60',
3985
+ labels: [],
3986
+ key: 'account_505a2721-5ed0-4700-9638-954268e31fae-account_list_by_type',
3987
+ },
3988
+ 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7-account_list_by_type': {
3989
+ accountId: 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7',
3990
+ accountName: 'Gas and Electric',
3991
+ accountType: 'expenses',
3992
+ accountDescription: '',
3993
+ qboId: '76',
3994
+ labels: [],
3995
+ key: 'account_57244d1e-8908-42d5-bff7-4cc71a8419e7-account_list_by_type',
3996
+ },
3997
+ 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3-account_list_by_type': {
3998
+ accountId: 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3',
3999
+ accountName: 'Fuel',
4000
+ accountType: 'expenses',
4001
+ accountDescription: '',
4002
+ qboId: '56',
4003
+ labels: [],
4004
+ key: 'account_714b8cfb-9dc2-4c63-b464-7a6958f2e7e3-account_list_by_type',
4005
+ },
4006
+ 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a-account_list_by_type': {
4007
+ accountId: 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a',
4008
+ accountName: 'Fountain and Garden Lighting',
4009
+ accountType: 'expenses',
4010
+ accountDescription: '',
4011
+ qboId: '65',
4012
+ labels: [],
4013
+ key: 'account_da7f3237-19b9-4067-b7c2-6fcdd30bb88a-account_list_by_type',
4014
+ },
4015
+ 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad-account_list_by_type': {
4016
+ accountId: 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad',
4017
+ accountName: 'Equipment Repairs',
4018
+ accountType: 'expenses',
4019
+ accountDescription: '',
4020
+ qboId: '75',
4021
+ labels: [],
4022
+ key: 'account_fdb8afe7-3efa-46c5-bacb-664959cae1ad-account_list_by_type',
4023
+ },
4024
+ 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12-account_list_by_type': {
4025
+ accountId: 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12',
4026
+ accountName: 'Equipment Rental',
4027
+ accountType: 'expenses',
4028
+ accountDescription: '',
4029
+ qboId: '29',
4030
+ labels: [],
4031
+ key: 'account_083cb73a-a2fb-4214-b5ba-8d289227ea12-account_list_by_type',
4032
+ },
4033
+ 'account_8995429e-7650-49ed-a7fb-6198b513b84e-account_list_by_type': {
4034
+ accountId: 'account_8995429e-7650-49ed-a7fb-6198b513b84e',
4035
+ accountName: 'Equipment Rental',
4036
+ accountType: 'expenses',
4037
+ accountDescription: '',
4038
+ qboId: '62',
4039
+ labels: [],
4040
+ key: 'account_8995429e-7650-49ed-a7fb-6198b513b84e-account_list_by_type',
4041
+ },
4042
+ 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42-account_list_by_type': {
4043
+ accountId: 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42',
4044
+ accountName: 'Entertainment test 3',
4045
+ accountType: 'expenses',
4046
+ accountDescription: '',
4047
+ qboId: '97',
4048
+ coaId: '77649',
4049
+ labels: [],
4050
+ key: 'account_46928e6a-c6fd-4b39-8a84-6a4c2454bb42-account_list_by_type',
4051
+ },
4052
+ 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb-account_list_by_type': {
4053
+ accountId: 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb',
4054
+ accountName: 'Dues & Subscriptions',
4055
+ accountType: 'expenses',
4056
+ accountDescription: '',
4057
+ qboId: '10',
4058
+ labels: [],
4059
+ key: 'account_c5f36c58-0d84-4c42-97f4-26c2db2d9eeb-account_list_by_type',
4060
+ },
4061
+ 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042-account_list_by_type': {
4062
+ accountId: 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042',
4063
+ accountName: 'Disposal Fees',
4064
+ accountType: 'expenses',
4065
+ accountDescription: '',
4066
+ qboId: '28',
4067
+ labels: [],
4068
+ key: 'account_6fd49fae-c386-4900-b1d3-4d8d8e6c9042-account_list_by_type',
4069
+ },
4070
+ 'account_9af910d3-5ac5-4015-834b-77f675e67981-account_list_by_type': {
4071
+ accountId: 'account_9af910d3-5ac5-4015-834b-77f675e67981',
4072
+ accountName: 'Decks and Patios',
4073
+ accountType: 'expenses',
4074
+ accountDescription: '',
4075
+ qboId: '64',
4076
+ labels: [],
4077
+ key: 'account_9af910d3-5ac5-4015-834b-77f675e67981-account_list_by_type',
4078
+ },
4079
+ 'account_02c487d1-5a66-463d-95f7-85682e15e99a-account_list_by_type': {
4080
+ accountId: 'account_02c487d1-5a66-463d-95f7-85682e15e99a',
4081
+ accountName: 'Cost of Labor',
4082
+ accountType: 'expenses',
4083
+ accountDescription: '',
4084
+ qboId: '59',
4085
+ labels: [],
4086
+ key: 'account_02c487d1-5a66-463d-95f7-85682e15e99a-account_list_by_type',
4087
+ },
4088
+ 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b-account_list_by_type': {
4089
+ accountId: 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b',
4090
+ accountName: 'Computer Repairs',
4091
+ accountType: 'expenses',
4092
+ accountDescription: '',
4093
+ qboId: '74',
4094
+ labels: [],
4095
+ key: 'account_610bd68d-3b6b-44df-92fc-24d18f8f095b-account_list_by_type',
4096
+ },
4097
+ 'account_041cf709-4537-4394-994f-ec3c64bbc877-account_list_by_type': {
4098
+ accountId: 'account_041cf709-4537-4394-994f-ec3c64bbc877',
4099
+ accountName: 'Commissions & fees',
4100
+ accountType: 'expenses',
4101
+ accountDescription: '',
4102
+ qboId: '9',
4103
+ labels: [],
4104
+ key: 'account_041cf709-4537-4394-994f-ec3c64bbc877-account_list_by_type',
4105
+ },
4106
+ 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f-account_list_by_type': {
4107
+ accountId: 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f',
4108
+ accountName: 'Building Repairs',
4109
+ accountType: 'expenses',
4110
+ accountDescription: '',
4111
+ qboId: '73',
4112
+ labels: [],
4113
+ key: 'account_f77218fa-ea40-4004-9f66-9b8f4eaab93f-account_list_by_type',
4114
+ },
4115
+ 'account_4bf94810-b77e-4014-a18c-f876c2854971-account_list_by_type': {
4116
+ accountId: 'account_4bf94810-b77e-4014-a18c-f876c2854971',
4117
+ accountName: 'Bookkeeper',
4118
+ accountType: 'expenses',
4119
+ accountDescription: '',
4120
+ qboId: '70',
4121
+ labels: [],
4122
+ key: 'account_4bf94810-b77e-4014-a18c-f876c2854971-account_list_by_type',
4123
+ },
4124
+ 'account_d8a660ac-158c-4556-b92f-020d3afe0e34-account_list_by_type': {
4125
+ accountId: 'account_d8a660ac-158c-4556-b92f-020d3afe0e34',
4126
+ accountName: 'Bank Charges',
4127
+ accountType: 'expenses',
4128
+ accountDescription: '',
4129
+ qboId: '8',
4130
+ labels: [],
4131
+ key: 'account_d8a660ac-158c-4556-b92f-020d3afe0e34-account_list_by_type',
4132
+ },
4133
+ 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa-account_list_by_type': {
4134
+ accountId: 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa',
4135
+ accountName: 'Automobile',
4136
+ accountType: 'expenses',
4137
+ accountDescription: '',
4138
+ qboId: '55',
4139
+ labels: [],
4140
+ key: 'account_c4f4a39e-dc67-4c65-b882-9da99070ebfa-account_list_by_type',
4141
+ },
4142
+ 'account_10053408-c131-468b-a1ab-2c289d84901c-account_list_by_type': {
4143
+ accountId: 'account_10053408-c131-468b-a1ab-2c289d84901c',
4144
+ accountName: 'Advertising',
4145
+ accountType: 'expenses',
4146
+ accountDescription: '',
4147
+ qboId: '7',
4148
+ labels: [],
4149
+ key: 'account_10053408-c131-468b-a1ab-2c289d84901c-account_list_by_type',
4150
+ },
4151
+ 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae-account_list_by_type': {
4152
+ accountId: 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae',
4153
+ accountName: 'Accounting',
4154
+ accountType: 'expenses',
4155
+ accountDescription: '',
4156
+ qboId: '69',
4157
+ labels: [],
4158
+ key: 'account_d70ac0b8-c4c0-4287-ac7c-779af64931ae-account_list_by_type',
4159
+ },
4160
+ },
4161
+ };
4162
+ const accountMappingStateRecommendationInProgress = {
4163
+ ...initialState,
4164
+ recommendationFetchState: {
4165
+ fetchState: 'In-Progress',
4166
+ error: undefined,
4167
+ },
4168
+ };
4169
+ const accountMappingStateAccountListInProgress = {
4170
+ ...initialState,
4171
+ accountListFetchState: {
4172
+ fetchState: 'In-Progress',
4173
+ error: undefined,
4174
+ },
4175
+ };
4176
+ const accountMappingStateAccountListComplete = {
4177
+ accountListFetchState: { error: undefined, fetchState: 'Completed' },
4178
+ data: {
4179
+ ...initialState.data,
4180
+ selectedExpenseAccounts1099FilingAccountIds: [
4181
+ {
4182
+ accountId: '',
4183
+ expenseType: '',
4184
+ type1099: '',
4185
+ boxType: '',
4186
+ },
4187
+ ],
4188
+ previousExpenseAccounts1099FilingAccount: [
4189
+ {
4190
+ accountId: '',
4191
+ expenseType: '',
4192
+ type1099: '',
4193
+ boxType: '',
4194
+ },
4195
+ ],
4196
+ },
4197
+ expenseAccountIdList: [
4198
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
4199
+ 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
4200
+ 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
4201
+ ],
4202
+ expenseNestedAccountListHierarchy: [
4203
+ {
4204
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
4205
+ accountName: 'Utilities',
4206
+ children: [],
4207
+ coaId: undefined,
4208
+ isDeleted: false,
4209
+ hasSiblings: true,
4210
+ qboId: '24',
4211
+ },
4212
+ {
4213
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
4214
+ accountName: 'Uncategorized Expense',
4215
+ children: [],
4216
+ coaId: '69999',
4217
+ isDeleted: false,
4218
+ hasSiblings: true,
4219
+ qboId: '31',
4220
+ },
4221
+ {
4222
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
4223
+ accountName: 'Unapplied Cash Bill Payment Expense',
4224
+ children: [],
4225
+ coaId: undefined,
4226
+ isDeleted: false,
4227
+ hasSiblings: true,
4228
+ qboId: '88',
4229
+ },
4230
+ ],
4231
+ expenseRecommendations: [],
4232
+ incomeAccountIdList: [
4233
+ 'account_06cecff6-33b8-4677-b586-9663dcacd944',
4234
+ 'account_b8e28eec-5694-4707-8354-2b04037be7d3',
4235
+ ],
4236
+ incomeNestedAccountListHierarchy: [
4237
+ {
4238
+ accountId: ['account_06cecff6-33b8-4677-b586-9663dcacd944'],
4239
+ accountName: 'Uncategorized Income',
4240
+ children: [],
4241
+ coaId: '49999',
4242
+ isDeleted: false,
4243
+ hasSiblings: true,
4244
+ qboId: '30',
4245
+ },
4246
+ {
4247
+ accountId: ['account_b8e28eec-5694-4707-8354-2b04037be7d3'],
4248
+ accountName: 'Unapplied Cash Payment Income',
4249
+ children: [],
4250
+ coaId: undefined,
4251
+ isDeleted: false,
4252
+ hasSiblings: true,
4253
+ qboId: '87',
4254
+ },
4255
+ ],
4256
+ incomeRecommendations: [],
4257
+ recommendationFetchState: { error: undefined, fetchState: 'Not-Started' },
4258
+ updateFetchState: { error: undefined, fetchState: 'Not-Started' },
4259
+ billPayNestedAccountListHierarchy: [
4260
+ {
4261
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
4262
+ accountName: 'Utilities',
4263
+ children: [],
4264
+ coaId: undefined,
4265
+ isDeleted: false,
4266
+ hasSiblings: true,
4267
+ qboId: '24',
4268
+ },
4269
+ {
4270
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
4271
+ accountName: 'Uncategorized Expense',
4272
+ children: [],
4273
+ coaId: '69999',
4274
+ isDeleted: false,
4275
+ hasSiblings: true,
4276
+ qboId: '31',
4277
+ },
4278
+ {
4279
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
4280
+ accountName: 'Unapplied Cash Bill Payment Expense',
4281
+ children: [],
4282
+ coaId: undefined,
4283
+ isDeleted: false,
4284
+ hasSiblings: true,
4285
+ qboId: '88',
4286
+ },
4287
+ ],
4288
+ billPayRecommendations: [],
4289
+ reimbursementsNestedAccountListHierarchy: [
4290
+ {
4291
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
4292
+ accountName: 'Utilities',
4293
+ children: [],
4294
+ coaId: undefined,
4295
+ isDeleted: false,
4296
+ hasSiblings: true,
4297
+ qboId: '24',
4298
+ },
4299
+ {
4300
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
4301
+ accountName: 'Uncategorized Expense',
4302
+ children: [],
4303
+ coaId: '69999',
4304
+ isDeleted: false,
4305
+ hasSiblings: true,
4306
+ qboId: '31',
4307
+ },
4308
+ {
4309
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
4310
+ accountName: 'Unapplied Cash Bill Payment Expense',
4311
+ children: [],
4312
+ coaId: undefined,
4313
+ isDeleted: false,
4314
+ hasSiblings: true,
4315
+ qboId: '88',
4316
+ },
4317
+ ],
4318
+ reimbursementsRecommendations: [],
4319
+ prepaidExpensesAccountIdList: [
4320
+ 'account_8307c229-2daf-4853-9d46-1da722cb8152',
4321
+ 'account_45883f28-e414-40f6-b84d-9dd54a47b878',
4322
+ ],
4323
+ prepaidExpensesNestedAccountListHierarchy: [
4324
+ {
4325
+ accountId: ['account_8307c229-2daf-4853-9d46-1da722cb8152'],
4326
+ accountName: 'Undeposited Funds',
4327
+ children: [],
4328
+ coaId: undefined,
4329
+ isDeleted: false,
4330
+ hasSiblings: true,
4331
+ qboId: '4',
4332
+ },
4333
+ {
4334
+ accountId: ['account_45883f28-e414-40f6-b84d-9dd54a47b878'],
4335
+ accountName: 'Uncategorized Asset',
4336
+ children: [],
4337
+ coaId: undefined,
4338
+ isDeleted: false,
4339
+ hasSiblings: true,
4340
+ qboId: '32',
4341
+ },
4342
+ ],
4343
+ prepaidExpensesRecommendations: [],
4344
+ fixedAssetsAccountIdList: ['account_4f81968a-8bc8-469b-b86f-0de2e2e9460b'],
4345
+ fixedAssetsNestedAccountListHierarchy: [
4346
+ {
4347
+ accountId: ['account_4f81968a-8bc8-469b-b86f-0de2e2e9460b'],
4348
+ accountName: 'Truck',
4349
+ children: [],
4350
+ coaId: undefined,
4351
+ isDeleted: false,
4352
+ hasSiblings: false,
4353
+ qboId: '37',
4354
+ },
4355
+ ],
4356
+ fixedAssetsRecommendations: [],
4357
+ accruedExpensesAccountIdList: [],
4358
+ accruedExpensesNestedAccountListHierarchy: [],
4359
+ accruedExpensesRecommendations: [],
4360
+ bankAccounts1099FilingAccountIdList: [
4361
+ 'account_facf78ab-1ecd-42d4-a619-8c896c50837e',
4362
+ 'account_dca0d107-7300-4347-8695-b63d6354a0b4',
4363
+ 'account_4fb3e78e-f1e2-41e8-9926-defd729d3e23',
4364
+ ],
4365
+ bankAccounts1099FilingNestedAccountListHierarchy: [
4366
+ {
4367
+ accountId: ['account_facf78ab-1ecd-42d4-a619-8c896c50837e'],
4368
+ accountName: 'Zeni Clearing Account',
4369
+ children: [],
4370
+ coaId: '11999',
4371
+ isDeleted: false,
4372
+ hasSiblings: true,
4373
+ qboId: '114',
4374
+ },
4375
+ {
4376
+ accountId: ['account_dca0d107-7300-4347-8695-b63d6354a0b4'],
4377
+ accountName: 'Trust account',
4378
+ children: [],
4379
+ coaId: undefined,
4380
+ isDeleted: false,
4381
+ hasSiblings: true,
4382
+ qboId: '93',
4383
+ },
4384
+ {
4385
+ accountId: ['account_4fb3e78e-f1e2-41e8-9926-defd729d3e23'],
4386
+ accountName: 'Test Bank',
4387
+ children: [],
4388
+ coaId: undefined,
4389
+ isDeleted: false,
4390
+ hasSiblings: true,
4391
+ qboId: '112',
4392
+ },
4393
+ ],
4394
+ expenseAccounts1099FilingAccountIdList: [
4395
+ 'account_facf78ab-1ecd-42d4-a619-8c896c50837e',
4396
+ 'account_374e846e-84de-4fa4-bb88-d448db7fd7c9',
4397
+ 'account_1ecee77e-e382-4ab0-b182-70a33103039f',
4398
+ 'account_8307c229-2daf-4853-9d46-1da722cb8152',
4399
+ 'account_06cecff6-33b8-4677-b586-9663dcacd944',
4400
+ 'account_37a82313-fc44-44f0-b3bb-f09434284e58',
4401
+ 'account_45883f28-e414-40f6-b84d-9dd54a47b878',
4402
+ 'account_b8e28eec-5694-4707-8354-2b04037be7d3',
4403
+ 'account_f18000a3-d265-41dc-a16c-f63b250b64b9',
4404
+ 'account_dca0d107-7300-4347-8695-b63d6354a0b4',
4405
+ 'account_4f81968a-8bc8-469b-b86f-0de2e2e9460b',
4406
+ 'account_4fb3e78e-f1e2-41e8-9926-defd729d3e23',
4407
+ ],
4408
+ expenseAccounts1099FilingNestedAccountListHierarchy: [
4409
+ {
4410
+ accountId: ['account_facf78ab-1ecd-42d4-a619-8c896c50837e'],
4411
+ accountName: 'Zeni Clearing Account',
4412
+ children: [],
4413
+ coaId: '11999',
4414
+ isDeleted: false,
4415
+ hasSiblings: true,
4416
+ qboId: '114',
4417
+ },
4418
+ {
4419
+ accountId: ['account_374e846e-84de-4fa4-bb88-d448db7fd7c9'],
4420
+ accountName: 'Visa',
4421
+ children: [],
4422
+ coaId: undefined,
4423
+ isDeleted: false,
4424
+ hasSiblings: true,
4425
+ qboId: '42',
4426
+ },
4427
+ {
4428
+ accountId: ['account_1ecee77e-e382-4ab0-b182-70a33103039f'],
4429
+ accountName: 'Utilities',
4430
+ children: [],
4431
+ coaId: undefined,
4432
+ isDeleted: false,
4433
+ hasSiblings: true,
4434
+ qboId: '24',
4435
+ },
4436
+ {
4437
+ accountId: ['account_8307c229-2daf-4853-9d46-1da722cb8152'],
4438
+ accountName: 'Undeposited Funds',
4439
+ children: [],
4440
+ coaId: undefined,
4441
+ isDeleted: false,
4442
+ hasSiblings: true,
4443
+ qboId: '4',
4444
+ },
4445
+ {
4446
+ accountId: ['account_06cecff6-33b8-4677-b586-9663dcacd944'],
4447
+ accountName: 'Uncategorized Income',
4448
+ children: [],
4449
+ coaId: '49999',
4450
+ isDeleted: false,
4451
+ hasSiblings: true,
4452
+ qboId: '30',
4453
+ },
4454
+ {
4455
+ accountId: ['account_37a82313-fc44-44f0-b3bb-f09434284e58'],
4456
+ accountName: 'Uncategorized Expense',
4457
+ children: [],
4458
+ coaId: '69999',
4459
+ isDeleted: false,
4460
+ hasSiblings: true,
4461
+ qboId: '31',
4462
+ },
4463
+ {
4464
+ accountId: ['account_45883f28-e414-40f6-b84d-9dd54a47b878'],
4465
+ accountName: 'Uncategorized Asset',
4466
+ children: [],
4467
+ coaId: undefined,
4468
+ isDeleted: false,
4469
+ hasSiblings: true,
4470
+ qboId: '32',
4471
+ },
4472
+ {
4473
+ accountId: ['account_b8e28eec-5694-4707-8354-2b04037be7d3'],
4474
+ accountName: 'Unapplied Cash Payment Income',
4475
+ children: [],
4476
+ coaId: undefined,
4477
+ isDeleted: false,
4478
+ hasSiblings: true,
4479
+ qboId: '87',
4480
+ },
4481
+ {
4482
+ accountId: ['account_f18000a3-d265-41dc-a16c-f63b250b64b9'],
4483
+ accountName: 'Unapplied Cash Bill Payment Expense',
4484
+ children: [],
4485
+ coaId: undefined,
4486
+ isDeleted: false,
4487
+ hasSiblings: true,
4488
+ qboId: '88',
4489
+ },
4490
+ {
4491
+ accountId: ['account_dca0d107-7300-4347-8695-b63d6354a0b4'],
4492
+ accountName: 'Trust account',
4493
+ children: [],
4494
+ coaId: undefined,
4495
+ isDeleted: false,
4496
+ hasSiblings: true,
4497
+ qboId: '93',
4498
+ },
4499
+ {
4500
+ accountId: ['account_4f81968a-8bc8-469b-b86f-0de2e2e9460b'],
4501
+ accountName: 'Truck',
4502
+ children: [],
4503
+ coaId: undefined,
4504
+ isDeleted: false,
4505
+ hasSiblings: true,
4506
+ qboId: '37',
4507
+ },
4508
+ {
4509
+ accountId: ['account_4fb3e78e-f1e2-41e8-9926-defd729d3e23'],
4510
+ accountName: 'Test Bank',
4511
+ children: [],
4512
+ coaId: undefined,
4513
+ isDeleted: false,
4514
+ hasSiblings: true,
4515
+ qboId: '112',
4516
+ },
4517
+ ],
4518
+ };
4519
+ const accountMappingStateRecommendationComplete = {
4520
+ ...accountMappingStateRecommendationInProgress,
4521
+ recommendationFetchState: {
4522
+ fetchState: 'Completed',
4523
+ error: undefined,
4524
+ },
4525
+ expenseRecommendations: [
4526
+ {
4527
+ account: {
4528
+ accountDescription: '',
4529
+ accountId: 'account_4923fb55-6062-4da0-b5fd-bf9432c3e4c0',
4530
+ accountName: 'Uncategorized Expense',
4531
+ accountSubType: undefined,
4532
+ accountType: 'expenses',
4533
+ coaId: '69999',
4534
+ labels: ['uncategorized_expense'],
4535
+ last4Digits: undefined,
4536
+ logo: undefined,
4537
+ max: 0,
4538
+ min: 0,
4539
+ qboId: '31',
4540
+ reason: 'Based on Zeni GPT recommendation.',
4541
+ type: 'zeni_bot',
4542
+ },
4543
+ },
4544
+ ],
4545
+ incomeRecommendations: [
4546
+ {
4547
+ account: {
4548
+ accountDescription: '',
4549
+ accountId: 'account_f6f0c641-92ee-4809-88c6-191465d7fc6c',
4550
+ accountName: 'Uncategorized Income',
4551
+ accountSubType: undefined,
4552
+ accountType: 'income',
4553
+ coaId: '500000',
4554
+ labels: [],
4555
+ last4Digits: undefined,
4556
+ logo: undefined,
4557
+ max: 0,
4558
+ min: 0,
4559
+ qboId: '30',
4560
+ reason: 'Based on Zeni GPT recommendation.',
4561
+ type: 'zeni_bot',
4562
+ },
4563
+ },
4564
+ ],
4565
+ billPayRecommendations: [
4566
+ {
4567
+ account: {
4568
+ accountId: 'account_b70f86a3-a058-4153-aab7-e65d1a6d0cc3',
4569
+ accountName: 'Bank Charges',
4570
+ accountType: 'expenses',
4571
+ accountDescription: '',
4572
+ qboId: '8',
4573
+ coaId: '',
4574
+ logo: undefined,
4575
+ last4Digits: undefined,
4576
+ accountSubType: undefined,
4577
+ labels: [],
4578
+ max: 0,
4579
+ min: 0,
4580
+ reason: 'Based on Zeni GPT recommendation.',
4581
+ type: 'zeni_bot',
4582
+ },
4583
+ },
4584
+ ],
4585
+ reimbursementsRecommendations: [
4586
+ {
4587
+ account: {
4588
+ accountDescription: '',
4589
+ accountId: 'account_4b37d9d8-35c3-4be8-a280-d52a94c61ffe',
4590
+ accountName: 'Travel',
4591
+ accountSubType: undefined,
4592
+ accountType: 'expenses',
4593
+ coaId: '62200',
4594
+ labels: ['travel_transportation'],
4595
+ last4Digits: undefined,
4596
+ logo: undefined,
4597
+ max: 0,
4598
+ min: 0,
4599
+ qboId: '22',
4600
+ reason: 'Based on Zeni GPT recommendation.',
4601
+ type: 'zeni_bot',
4602
+ },
4603
+ },
4604
+ ],
4605
+ prepaidExpensesRecommendations: [
4606
+ {
4607
+ account: {
4608
+ accountDescription: '',
4609
+ accountId: 'account_b2f93ece-35bf-4a0c-ad6c-618494a753e7',
4610
+ accountName: 'Prepaid Expenses',
4611
+ accountSubType: undefined,
4612
+ accountType: 'other_current_assets',
4613
+ coaId: '',
4614
+ labels: ['prepaid_expenses'],
4615
+ last4Digits: undefined,
4616
+ logo: undefined,
4617
+ max: 0,
4618
+ min: 0,
4619
+ qboId: '3',
4620
+ reason: 'Based on Zeni GPT recommendation.',
4621
+ type: 'zeni_bot',
4622
+ },
4623
+ },
4624
+ ],
4625
+ accruedExpensesRecommendations: [
4626
+ {
4627
+ account: {
4628
+ accountDescription: '',
4629
+ accountId: 'account_b2f93ece-35bf-4a0c-ad6c-618494a753e7',
4630
+ accountName: 'Prepaid Expenses',
4631
+ accountSubType: undefined,
4632
+ accountType: 'other_current_assets',
4633
+ coaId: '',
4634
+ labels: ['prepaid_expenses'],
4635
+ last4Digits: undefined,
4636
+ logo: undefined,
4637
+ max: 0,
4638
+ min: 0,
4639
+ qboId: '3',
4640
+ reason: 'Based on Zeni GPT recommendation.',
4641
+ type: 'zeni_bot',
4642
+ },
4643
+ },
4644
+ ],
4645
+ bankAccounts1099FilingAccountIdList: [],
4646
+ bankAccounts1099FilingNestedAccountListHierarchy: [],
4647
+ expenseAccounts1099FilingAccountIdList: [],
4648
+ expenseAccounts1099FilingNestedAccountListHierarchy: [],
4649
+ };
4650
+ export { accountMappingViewMock, accountMappingState, accountStateForMapping, accountMappingStateRecommendationInProgress, accountMappingStateAccountListInProgress, accountMappingStateRecommendationComplete, accountMappingStateAccountListComplete, };