taxtank-core 0.23.7 → 0.23.8
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.
|
@@ -2516,15 +2516,11 @@
|
|
|
2516
2516
|
],
|
|
2517
2517
|
workExpense: [
|
|
2518
2518
|
exports.ChartAccountsCategoryEnum.WORK_EXPENSE,
|
|
2519
|
-
exports.ChartAccountsCategoryEnum.OTHER_EXPENSE
|
|
2520
|
-
// @TODO Alex why?
|
|
2521
|
-
exports.ChartAccountsCategoryEnum.PERSONAL_EXPENSE
|
|
2519
|
+
exports.ChartAccountsCategoryEnum.OTHER_EXPENSE
|
|
2522
2520
|
],
|
|
2523
2521
|
workIncome: [
|
|
2524
2522
|
exports.ChartAccountsCategoryEnum.WORK_INCOME,
|
|
2525
|
-
exports.ChartAccountsCategoryEnum.OTHER_INCOME
|
|
2526
|
-
// @TODO Alex why?
|
|
2527
|
-
exports.ChartAccountsCategoryEnum.PERSONAL_INCOME
|
|
2523
|
+
exports.ChartAccountsCategoryEnum.OTHER_INCOME
|
|
2528
2524
|
],
|
|
2529
2525
|
soleExpense: [
|
|
2530
2526
|
exports.ChartAccountsCategoryEnum.SOLE_EXPENSE,
|