taxtank-core 0.30.116 → 0.30.117
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.
- package/esm2020/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
- package/esm2020/lib/collections/transaction/transaction.collection.mjs +8 -1
- package/esm2020/lib/db/Json/tax-return/tax-return-item.json +1778 -0
- package/esm2020/lib/db/Models/index.mjs +2 -4
- package/esm2020/lib/db/Models/tax-return/index.mjs +4 -0
- package/esm2020/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
- package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
- package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
- package/esm2020/lib/models/index.mjs +2 -1
- package/esm2020/lib/models/sole/bas-report.mjs +1 -1
- package/esm2020/lib/models/tax-return/index.mjs +4 -0
- package/esm2020/lib/models/tax-return/tax-return-category.mjs +19 -0
- package/esm2020/lib/models/tax-return/tax-return-item.mjs +20 -0
- package/esm2020/lib/models/tax-return/tax-return.mjs +10 -0
- package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
- package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
- package/esm2020/lib/services/asset/assets.service.mjs +3 -3
- package/esm2020/lib/services/auth/auth.service.mjs +3 -3
- package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/data.service.mjs +3 -3
- package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
- package/esm2020/lib/services/event/sse.service.mjs +3 -3
- package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
- package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
- package/esm2020/lib/services/http/address/address.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
- package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
- package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
- package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document.service.mjs +3 -3
- package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
- package/esm2020/lib/services/http/file/file.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
- package/esm2020/lib/services/http/google/google.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property.service.mjs +3 -3
- package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
- package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user.service.mjs +3 -3
- package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
- package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
- package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
- package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
- package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
- package/esm2020/lib/services/json/index.mjs +2 -1
- package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
- package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +23 -0
- package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
- package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
- package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
- package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
- package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
- package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
- package/esm2020/lib/services/toast/toast.service.mjs +3 -3
- package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
- package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
- package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
- package/esm2020/lib/tt-core.module.mjs +4 -4
- package/fesm2015/taxtank-core.mjs +2505 -367
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +2505 -367
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/collections/transaction/transaction-allocation.collection.d.ts +1 -3
- package/lib/collections/transaction/transaction.collection.d.ts +1 -0
- package/lib/db/Models/index.d.ts +1 -3
- package/lib/db/Models/tax-return/index.d.ts +3 -0
- package/lib/db/Models/tax-return/tax-return-item.d.ts +1 -1
- package/lib/models/index.d.ts +1 -0
- package/lib/models/tax-return/index.d.ts +3 -0
- package/lib/models/tax-return/tax-return-category.d.ts +8 -0
- package/lib/models/tax-return/tax-return-item.d.ts +9 -0
- package/lib/models/tax-return/tax-return.d.ts +5 -0
- package/lib/services/json/index.d.ts +1 -0
- package/lib/services/json/tax-return/tax-return-item.service.d.ts +12 -0
- package/package.json +1 -1
|
@@ -70,9 +70,9 @@ class CorelogicService {
|
|
|
70
70
|
.pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
74
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
73
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
74
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
|
|
76
76
|
type: Injectable,
|
|
77
77
|
args: [{
|
|
78
78
|
providedIn: 'root'
|
|
@@ -110,9 +110,9 @@ class CorelogicInterceptor {
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
114
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
113
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
114
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
|
|
115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
116
116
|
type: Injectable
|
|
117
117
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
118
118
|
type: Inject,
|
|
@@ -149,9 +149,9 @@ class FinancialYearInterceptor {
|
|
|
149
149
|
return next.handle(clonedReq);
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
153
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
152
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
153
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
155
155
|
type: Injectable
|
|
156
156
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
157
157
|
type: Inject,
|
|
@@ -683,11 +683,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
|
|
|
683
683
|
let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
|
|
684
684
|
};
|
|
685
685
|
|
|
686
|
-
class
|
|
687
|
-
}
|
|
686
|
+
let TaxReturn$1 = class TaxReturn extends AbstractModel {
|
|
687
|
+
};
|
|
688
688
|
|
|
689
|
-
class
|
|
690
|
-
}
|
|
689
|
+
let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
|
|
693
|
+
};
|
|
691
694
|
|
|
692
695
|
let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
|
|
693
696
|
};
|
|
@@ -5770,6 +5773,13 @@ class TransactionCollection extends ExportableCollection {
|
|
|
5770
5773
|
getByAllocations(allocations) {
|
|
5771
5774
|
return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
|
|
5772
5775
|
}
|
|
5776
|
+
setAllocatedClaimAmount(allocations) {
|
|
5777
|
+
const allocationsByTransaction = allocations.groupBy('transaction.id');
|
|
5778
|
+
this.items.forEach((transaction) => {
|
|
5779
|
+
transaction.claimAmount = transaction.getAllocatedClaimAmount(allocationsByTransaction.get(transaction.id));
|
|
5780
|
+
});
|
|
5781
|
+
return this;
|
|
5782
|
+
}
|
|
5773
5783
|
/**
|
|
5774
5784
|
* Get transactions related to Vehicle category
|
|
5775
5785
|
*/
|
|
@@ -9055,6 +9065,42 @@ __decorate([
|
|
|
9055
9065
|
Type(() => User)
|
|
9056
9066
|
], Budget.prototype, "user", void 0);
|
|
9057
9067
|
|
|
9068
|
+
class TaxReturnCategory extends TaxReturnCategory$1 {
|
|
9069
|
+
}
|
|
9070
|
+
__decorate([
|
|
9071
|
+
Type(() => Date)
|
|
9072
|
+
], TaxReturnCategory.prototype, "createdAt", void 0);
|
|
9073
|
+
__decorate([
|
|
9074
|
+
Type(() => Date)
|
|
9075
|
+
], TaxReturnCategory.prototype, "updatedAt", void 0);
|
|
9076
|
+
__decorate([
|
|
9077
|
+
Type(() => TaxReturnItem)
|
|
9078
|
+
], TaxReturnCategory.prototype, "taxReturnItems", void 0);
|
|
9079
|
+
__decorate([
|
|
9080
|
+
Type(() => TaxReturnCategory)
|
|
9081
|
+
], TaxReturnCategory.prototype, "parent", void 0);
|
|
9082
|
+
|
|
9083
|
+
class TaxReturnItem extends TaxReturnItem$1 {
|
|
9084
|
+
}
|
|
9085
|
+
__decorate([
|
|
9086
|
+
Type(() => Date)
|
|
9087
|
+
], TaxReturnItem.prototype, "createdAt", void 0);
|
|
9088
|
+
__decorate([
|
|
9089
|
+
Type(() => Date)
|
|
9090
|
+
], TaxReturnItem.prototype, "updatedAt", void 0);
|
|
9091
|
+
__decorate([
|
|
9092
|
+
Type(() => TaxReturnCategory)
|
|
9093
|
+
], TaxReturnItem.prototype, "taxReturnCategory", void 0);
|
|
9094
|
+
__decorate([
|
|
9095
|
+
Type(() => TaxReturn)
|
|
9096
|
+
], TaxReturnItem.prototype, "taxReturns", void 0);
|
|
9097
|
+
|
|
9098
|
+
class TaxReturn extends TaxReturn$1 {
|
|
9099
|
+
}
|
|
9100
|
+
__decorate([
|
|
9101
|
+
Type(() => TaxReturnItem)
|
|
9102
|
+
], TaxReturn.prototype, "taxReturnItems", void 0);
|
|
9103
|
+
|
|
9058
9104
|
const NAME_TOKEN = 'token';
|
|
9059
9105
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
9060
9106
|
class JwtService extends JwtHelperService {
|
|
@@ -9083,9 +9129,9 @@ class JwtService extends JwtHelperService {
|
|
|
9083
9129
|
return this.getUser().id === userId;
|
|
9084
9130
|
}
|
|
9085
9131
|
}
|
|
9086
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9087
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9132
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9133
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
|
|
9089
9135
|
type: Injectable,
|
|
9090
9136
|
args: [{
|
|
9091
9137
|
providedIn: 'root'
|
|
@@ -9120,9 +9166,9 @@ class EventDispatcherService {
|
|
|
9120
9166
|
this.eventSubject2.next(event);
|
|
9121
9167
|
}
|
|
9122
9168
|
}
|
|
9123
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9124
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9169
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9170
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9126
9172
|
type: Injectable,
|
|
9127
9173
|
args: [{
|
|
9128
9174
|
providedIn: 'root'
|
|
@@ -9171,9 +9217,9 @@ class AuthService {
|
|
|
9171
9217
|
location.replace(url);
|
|
9172
9218
|
}
|
|
9173
9219
|
}
|
|
9174
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9175
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9220
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9221
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
|
|
9177
9223
|
type: Injectable,
|
|
9178
9224
|
args: [{
|
|
9179
9225
|
providedIn: 'root'
|
|
@@ -9306,9 +9352,9 @@ class JwtInterceptor {
|
|
|
9306
9352
|
});
|
|
9307
9353
|
}
|
|
9308
9354
|
}
|
|
9309
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9310
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9355
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9356
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
|
|
9357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9312
9358
|
type: Injectable
|
|
9313
9359
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
9314
9360
|
type: Inject,
|
|
@@ -9341,9 +9387,9 @@ class UserSwitcherService {
|
|
|
9341
9387
|
window.location.replace('/firm/dashboard');
|
|
9342
9388
|
}
|
|
9343
9389
|
}
|
|
9344
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9345
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9390
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9391
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9347
9393
|
type: Injectable,
|
|
9348
9394
|
args: [{
|
|
9349
9395
|
providedIn: 'root'
|
|
@@ -9389,9 +9435,9 @@ class UserSwitcherInterceptor {
|
|
|
9389
9435
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9390
9436
|
}
|
|
9391
9437
|
}
|
|
9392
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9393
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9438
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9439
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9395
9441
|
type: Injectable
|
|
9396
9442
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
9397
9443
|
type: Inject,
|
|
@@ -9670,9 +9716,9 @@ class PreloaderService {
|
|
|
9670
9716
|
this.activePreloaders.next(activePreloaders);
|
|
9671
9717
|
}
|
|
9672
9718
|
}
|
|
9673
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9674
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9719
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9720
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
9721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9676
9722
|
type: Injectable,
|
|
9677
9723
|
args: [{
|
|
9678
9724
|
providedIn: 'root'
|
|
@@ -9700,9 +9746,9 @@ class PreloaderInterceptor {
|
|
|
9700
9746
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9701
9747
|
}
|
|
9702
9748
|
}
|
|
9703
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9704
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9749
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9750
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
|
|
9751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9706
9752
|
type: Injectable
|
|
9707
9753
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9708
9754
|
|
|
@@ -9732,9 +9778,9 @@ class DataService {
|
|
|
9732
9778
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
9733
9779
|
}
|
|
9734
9780
|
}
|
|
9735
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9736
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9781
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9782
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
9783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
|
|
9738
9784
|
type: Injectable,
|
|
9739
9785
|
args: [{
|
|
9740
9786
|
providedIn: 'root'
|
|
@@ -9771,9 +9817,9 @@ class SseService {
|
|
|
9771
9817
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
9772
9818
|
}
|
|
9773
9819
|
}
|
|
9774
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9775
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9820
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9821
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
9822
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
|
|
9777
9823
|
type: Injectable,
|
|
9778
9824
|
args: [{
|
|
9779
9825
|
providedIn: 'root'
|
|
@@ -9987,9 +10033,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
9987
10033
|
*/
|
|
9988
10034
|
listenEvents() { }
|
|
9989
10035
|
};
|
|
9990
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9991
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10036
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10037
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
|
|
9993
10039
|
type: Injectable,
|
|
9994
10040
|
args: [{
|
|
9995
10041
|
providedIn: 'root'
|
|
@@ -10132,9 +10178,9 @@ class ToastService {
|
|
|
10132
10178
|
}));
|
|
10133
10179
|
}
|
|
10134
10180
|
}
|
|
10135
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10136
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10181
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10182
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
|
|
10138
10184
|
type: Injectable,
|
|
10139
10185
|
args: [{
|
|
10140
10186
|
providedIn: 'root'
|
|
@@ -10212,9 +10258,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10212
10258
|
});
|
|
10213
10259
|
}
|
|
10214
10260
|
}
|
|
10215
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10216
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10261
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10262
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10218
10264
|
type: Injectable,
|
|
10219
10265
|
args: [{
|
|
10220
10266
|
providedIn: 'root'
|
|
@@ -10355,9 +10401,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10355
10401
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10356
10402
|
*/
|
|
10357
10403
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10358
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10359
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10404
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10405
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
|
|
10361
10407
|
type: Injectable,
|
|
10362
10408
|
args: [{
|
|
10363
10409
|
providedIn: 'root'
|
|
@@ -10392,9 +10438,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10392
10438
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10393
10439
|
}
|
|
10394
10440
|
}
|
|
10395
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10396
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10441
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10442
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10398
10444
|
type: Injectable,
|
|
10399
10445
|
args: [{
|
|
10400
10446
|
providedIn: 'root'
|
|
@@ -10423,9 +10469,9 @@ class BasiqTokenInterceptor {
|
|
|
10423
10469
|
});
|
|
10424
10470
|
}
|
|
10425
10471
|
}
|
|
10426
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10427
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10472
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10473
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10429
10475
|
type: Injectable
|
|
10430
10476
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10431
10477
|
|
|
@@ -10607,9 +10653,9 @@ class UserService {
|
|
|
10607
10653
|
});
|
|
10608
10654
|
}
|
|
10609
10655
|
}
|
|
10610
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10611
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10656
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10657
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
10658
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
|
|
10613
10659
|
type: Injectable,
|
|
10614
10660
|
args: [{
|
|
10615
10661
|
providedIn: 'root'
|
|
@@ -10639,17 +10685,17 @@ class BasiqClientIdInterceptor {
|
|
|
10639
10685
|
});
|
|
10640
10686
|
}
|
|
10641
10687
|
}
|
|
10642
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10643
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10688
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10689
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
10690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10645
10691
|
type: Injectable
|
|
10646
10692
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10647
10693
|
|
|
10648
10694
|
class InterceptorsModule {
|
|
10649
10695
|
}
|
|
10650
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10651
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10652
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10696
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10697
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
|
|
10698
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10653
10699
|
{
|
|
10654
10700
|
provide: HTTP_INTERCEPTORS,
|
|
10655
10701
|
useClass: CorelogicInterceptor,
|
|
@@ -10687,7 +10733,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
10687
10733
|
multi: true
|
|
10688
10734
|
}
|
|
10689
10735
|
] });
|
|
10690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
10691
10737
|
type: NgModule,
|
|
10692
10738
|
args: [{
|
|
10693
10739
|
providers: [
|
|
@@ -10745,12 +10791,12 @@ class TtCoreModule {
|
|
|
10745
10791
|
};
|
|
10746
10792
|
}
|
|
10747
10793
|
}
|
|
10748
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10749
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10794
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10795
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10750
10796
|
InterceptorsModule] });
|
|
10751
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10797
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10752
10798
|
InterceptorsModule] });
|
|
10753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10799
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
10754
10800
|
type: NgModule,
|
|
10755
10801
|
args: [{
|
|
10756
10802
|
declarations: [],
|
|
@@ -12302,9 +12348,9 @@ class AddressService {
|
|
|
12302
12348
|
return this.countriesSubject.asObservable();
|
|
12303
12349
|
}
|
|
12304
12350
|
}
|
|
12305
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12306
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12351
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12352
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
|
|
12308
12354
|
type: Injectable,
|
|
12309
12355
|
args: [{
|
|
12310
12356
|
providedIn: 'root'
|
|
@@ -12372,9 +12418,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12372
12418
|
});
|
|
12373
12419
|
}
|
|
12374
12420
|
}
|
|
12375
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12376
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12421
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12422
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12378
12424
|
type: Injectable,
|
|
12379
12425
|
args: [{
|
|
12380
12426
|
providedIn: 'root'
|
|
@@ -12439,9 +12485,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12439
12485
|
});
|
|
12440
12486
|
}
|
|
12441
12487
|
}
|
|
12442
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12443
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12488
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12489
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12445
12491
|
type: Injectable,
|
|
12446
12492
|
args: [{
|
|
12447
12493
|
providedIn: 'root'
|
|
@@ -12468,9 +12514,9 @@ class BankService extends RestService$1 {
|
|
|
12468
12514
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12469
12515
|
}
|
|
12470
12516
|
}
|
|
12471
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12472
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12517
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12518
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
|
|
12474
12520
|
type: Injectable,
|
|
12475
12521
|
args: [{
|
|
12476
12522
|
providedIn: 'root'
|
|
@@ -12487,9 +12533,9 @@ class BudgetService extends RestService$1 {
|
|
|
12487
12533
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12488
12534
|
}
|
|
12489
12535
|
}
|
|
12490
|
-
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12491
|
-
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12536
|
+
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12537
|
+
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
|
|
12538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
|
|
12493
12539
|
type: Injectable,
|
|
12494
12540
|
args: [{
|
|
12495
12541
|
providedIn: 'root'
|
|
@@ -12517,9 +12563,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12517
12563
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12518
12564
|
}
|
|
12519
12565
|
}
|
|
12520
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12521
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12566
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12567
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12568
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12523
12569
|
type: Injectable,
|
|
12524
12570
|
args: [{
|
|
12525
12571
|
providedIn: 'root'
|
|
@@ -12559,9 +12605,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12559
12605
|
}));
|
|
12560
12606
|
}
|
|
12561
12607
|
}
|
|
12562
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12563
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12608
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12609
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12565
12611
|
type: Injectable,
|
|
12566
12612
|
args: [{
|
|
12567
12613
|
providedIn: 'root'
|
|
@@ -12630,9 +12676,9 @@ class ChatService extends RestService$1 {
|
|
|
12630
12676
|
});
|
|
12631
12677
|
}
|
|
12632
12678
|
}
|
|
12633
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12634
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12679
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12680
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
|
|
12636
12682
|
type: Injectable,
|
|
12637
12683
|
args: [{
|
|
12638
12684
|
providedIn: 'root'
|
|
@@ -12689,9 +12735,9 @@ class MessageService extends RestService$1 {
|
|
|
12689
12735
|
});
|
|
12690
12736
|
}
|
|
12691
12737
|
}
|
|
12692
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12693
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12738
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12739
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
|
|
12695
12741
|
type: Injectable,
|
|
12696
12742
|
args: [{
|
|
12697
12743
|
providedIn: 'root'
|
|
@@ -12760,9 +12806,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
12760
12806
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
12761
12807
|
}
|
|
12762
12808
|
}
|
|
12763
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12764
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12809
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12810
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12766
12812
|
type: Injectable,
|
|
12767
12813
|
args: [{
|
|
12768
12814
|
providedIn: 'root'
|
|
@@ -12825,9 +12871,9 @@ class ReceiptService {
|
|
|
12825
12871
|
return plainToClass(this.modelClass, data);
|
|
12826
12872
|
}
|
|
12827
12873
|
}
|
|
12828
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12829
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12874
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12875
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
12876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12831
12877
|
type: Injectable,
|
|
12832
12878
|
args: [{
|
|
12833
12879
|
providedIn: 'root'
|
|
@@ -12856,9 +12902,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12856
12902
|
this.listenEvents();
|
|
12857
12903
|
}
|
|
12858
12904
|
}
|
|
12859
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12860
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12905
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12906
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
12907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12862
12908
|
type: Injectable,
|
|
12863
12909
|
args: [{
|
|
12864
12910
|
providedIn: 'root'
|
|
@@ -12991,9 +13037,9 @@ class DepreciationService extends RestService$1 {
|
|
|
12991
13037
|
});
|
|
12992
13038
|
}
|
|
12993
13039
|
}
|
|
12994
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12995
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13040
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13041
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
|
|
12997
13043
|
type: Injectable,
|
|
12998
13044
|
args: [{
|
|
12999
13045
|
providedIn: 'root'
|
|
@@ -13043,9 +13089,9 @@ class DepreciationCapitalProjectService {
|
|
|
13043
13089
|
}));
|
|
13044
13090
|
}
|
|
13045
13091
|
}
|
|
13046
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13047
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13092
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13093
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13094
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13049
13095
|
type: Injectable,
|
|
13050
13096
|
args: [{
|
|
13051
13097
|
providedIn: 'root'
|
|
@@ -13255,9 +13301,9 @@ class RestService {
|
|
|
13255
13301
|
*/
|
|
13256
13302
|
listenEvents() { }
|
|
13257
13303
|
}
|
|
13258
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13259
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13304
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13305
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13306
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
|
|
13261
13307
|
type: Injectable,
|
|
13262
13308
|
args: [{
|
|
13263
13309
|
providedIn: 'root'
|
|
@@ -13274,9 +13320,9 @@ class DocumentService extends RestService {
|
|
|
13274
13320
|
this.modelClass = Document;
|
|
13275
13321
|
}
|
|
13276
13322
|
}
|
|
13277
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13278
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13323
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13324
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
|
|
13280
13326
|
type: Injectable,
|
|
13281
13327
|
args: [{
|
|
13282
13328
|
providedIn: 'root'
|
|
@@ -13342,9 +13388,9 @@ class DocumentFolderService extends RestService {
|
|
|
13342
13388
|
}));
|
|
13343
13389
|
}
|
|
13344
13390
|
}
|
|
13345
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13346
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13391
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13392
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13348
13394
|
type: Injectable,
|
|
13349
13395
|
args: [{
|
|
13350
13396
|
providedIn: 'root'
|
|
@@ -13419,9 +13465,9 @@ FacebookService.authOptions = {
|
|
|
13419
13465
|
auth_type: 'rerequest',
|
|
13420
13466
|
return_scopes: true
|
|
13421
13467
|
};
|
|
13422
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13423
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13468
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13469
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
|
|
13425
13471
|
type: Injectable,
|
|
13426
13472
|
args: [{
|
|
13427
13473
|
providedIn: 'root'
|
|
@@ -13489,9 +13535,9 @@ class GoogleService {
|
|
|
13489
13535
|
google.accounts.id.disableAutoSelect();
|
|
13490
13536
|
}
|
|
13491
13537
|
}
|
|
13492
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13493
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13538
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13539
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
|
|
13495
13541
|
type: Injectable,
|
|
13496
13542
|
args: [{
|
|
13497
13543
|
providedIn: 'root'
|
|
@@ -13520,9 +13566,9 @@ class FileService extends RestService$1 {
|
|
|
13520
13566
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13521
13567
|
}
|
|
13522
13568
|
}
|
|
13523
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13524
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13569
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13570
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
|
|
13526
13572
|
type: Injectable,
|
|
13527
13573
|
args: [{
|
|
13528
13574
|
providedIn: 'root'
|
|
@@ -13539,9 +13585,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13539
13585
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13540
13586
|
}
|
|
13541
13587
|
}
|
|
13542
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13543
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13588
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13589
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13545
13591
|
type: Injectable,
|
|
13546
13592
|
args: [{
|
|
13547
13593
|
providedIn: 'root'
|
|
@@ -13658,9 +13704,9 @@ class ClientInviteService extends RestService {
|
|
|
13658
13704
|
});
|
|
13659
13705
|
}
|
|
13660
13706
|
}
|
|
13661
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13662
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13707
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13708
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
13709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13664
13710
|
type: Injectable,
|
|
13665
13711
|
args: [{
|
|
13666
13712
|
providedIn: 'root'
|
|
@@ -13744,9 +13790,9 @@ class ClientMovementService extends RestService {
|
|
|
13744
13790
|
});
|
|
13745
13791
|
}
|
|
13746
13792
|
}
|
|
13747
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13748
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13793
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13794
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13795
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13750
13796
|
type: Injectable,
|
|
13751
13797
|
args: [{
|
|
13752
13798
|
providedIn: 'root'
|
|
@@ -13775,9 +13821,9 @@ class EmployeeService extends RestService {
|
|
|
13775
13821
|
}));
|
|
13776
13822
|
}
|
|
13777
13823
|
}
|
|
13778
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13779
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13824
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13825
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13781
13827
|
type: Injectable,
|
|
13782
13828
|
args: [{
|
|
13783
13829
|
providedIn: 'root'
|
|
@@ -13818,9 +13864,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13818
13864
|
}));
|
|
13819
13865
|
}
|
|
13820
13866
|
}
|
|
13821
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13822
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13867
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13868
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13824
13870
|
type: Injectable,
|
|
13825
13871
|
args: [{
|
|
13826
13872
|
providedIn: 'root'
|
|
@@ -13845,9 +13891,9 @@ class ClientPortfolioReportService {
|
|
|
13845
13891
|
}));
|
|
13846
13892
|
}
|
|
13847
13893
|
}
|
|
13848
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13849
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13894
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13895
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13851
13897
|
type: Injectable,
|
|
13852
13898
|
args: [{
|
|
13853
13899
|
providedIn: 'root'
|
|
@@ -13909,9 +13955,9 @@ class FirmService {
|
|
|
13909
13955
|
}));
|
|
13910
13956
|
}
|
|
13911
13957
|
}
|
|
13912
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13913
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13958
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13959
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
13960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
|
|
13915
13961
|
type: Injectable,
|
|
13916
13962
|
args: [{
|
|
13917
13963
|
providedIn: 'root'
|
|
@@ -13984,9 +14030,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13984
14030
|
}).flat();
|
|
13985
14031
|
}
|
|
13986
14032
|
}
|
|
13987
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13988
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14033
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14034
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13990
14036
|
type: Injectable,
|
|
13991
14037
|
args: [{
|
|
13992
14038
|
providedIn: 'root'
|
|
@@ -14056,9 +14102,9 @@ class SalaryForecastService extends RestService {
|
|
|
14056
14102
|
}).flat();
|
|
14057
14103
|
}
|
|
14058
14104
|
}
|
|
14059
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14060
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14105
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14106
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
14107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14062
14108
|
type: Injectable,
|
|
14063
14109
|
args: [{
|
|
14064
14110
|
providedIn: 'root'
|
|
@@ -14134,9 +14180,9 @@ class SoleForecastService extends RestService {
|
|
|
14134
14180
|
});
|
|
14135
14181
|
}
|
|
14136
14182
|
}
|
|
14137
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14138
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14183
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14184
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14140
14186
|
type: Injectable,
|
|
14141
14187
|
args: [{
|
|
14142
14188
|
providedIn: 'root'
|
|
@@ -14215,9 +14261,9 @@ class IncomeSourceService extends RestService {
|
|
|
14215
14261
|
});
|
|
14216
14262
|
}
|
|
14217
14263
|
}
|
|
14218
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14219
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14264
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14265
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14221
14267
|
type: Injectable,
|
|
14222
14268
|
args: [{
|
|
14223
14269
|
providedIn: 'root'
|
|
@@ -14278,9 +14324,9 @@ class BorrowingExpenseService {
|
|
|
14278
14324
|
}));
|
|
14279
14325
|
}
|
|
14280
14326
|
}
|
|
14281
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14282
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14327
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14328
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14329
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14284
14330
|
type: Injectable,
|
|
14285
14331
|
args: [{
|
|
14286
14332
|
providedIn: 'root'
|
|
@@ -14360,9 +14406,9 @@ class LoanService extends RestService$1 {
|
|
|
14360
14406
|
}));
|
|
14361
14407
|
}
|
|
14362
14408
|
}
|
|
14363
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14364
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14409
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14410
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
|
|
14366
14412
|
type: Injectable,
|
|
14367
14413
|
args: [{
|
|
14368
14414
|
providedIn: 'root'
|
|
@@ -14381,9 +14427,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14381
14427
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14382
14428
|
}
|
|
14383
14429
|
}
|
|
14384
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14385
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14430
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14431
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14387
14433
|
type: Injectable,
|
|
14388
14434
|
args: [{
|
|
14389
14435
|
providedIn: 'root'
|
|
@@ -14399,9 +14445,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14399
14445
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14400
14446
|
}
|
|
14401
14447
|
}
|
|
14402
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14403
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14448
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14449
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14450
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14405
14451
|
type: Injectable,
|
|
14406
14452
|
args: [{
|
|
14407
14453
|
providedIn: 'root'
|
|
@@ -14443,9 +14489,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14443
14489
|
});
|
|
14444
14490
|
}
|
|
14445
14491
|
}
|
|
14446
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14447
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14492
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14493
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14449
14495
|
type: Injectable,
|
|
14450
14496
|
args: [{
|
|
14451
14497
|
providedIn: 'root'
|
|
@@ -14524,9 +14570,9 @@ class TaxExemptionService extends DataService {
|
|
|
14524
14570
|
this.setCache(TaxExemptions);
|
|
14525
14571
|
}
|
|
14526
14572
|
}
|
|
14527
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14528
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14573
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14574
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14530
14576
|
type: Injectable,
|
|
14531
14577
|
args: [{
|
|
14532
14578
|
providedIn: 'root'
|
|
@@ -14542,9 +14588,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14542
14588
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14543
14589
|
}
|
|
14544
14590
|
}
|
|
14545
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14546
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14591
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14592
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14593
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14548
14594
|
type: Injectable,
|
|
14549
14595
|
args: [{
|
|
14550
14596
|
providedIn: 'root'
|
|
@@ -14591,9 +14637,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14591
14637
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14592
14638
|
}
|
|
14593
14639
|
}
|
|
14594
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14595
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14640
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14641
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14597
14643
|
type: Injectable,
|
|
14598
14644
|
args: [{
|
|
14599
14645
|
providedIn: 'root'
|
|
@@ -14690,9 +14736,9 @@ class PropertyService extends RestService$1 {
|
|
|
14690
14736
|
}));
|
|
14691
14737
|
}
|
|
14692
14738
|
}
|
|
14693
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14694
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14739
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14740
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
14741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
|
|
14696
14742
|
type: Injectable,
|
|
14697
14743
|
args: [{
|
|
14698
14744
|
providedIn: 'root'
|
|
@@ -14746,9 +14792,9 @@ class ServiceNotificationService extends RestService {
|
|
|
14746
14792
|
});
|
|
14747
14793
|
}
|
|
14748
14794
|
}
|
|
14749
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14750
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14795
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14796
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
14752
14798
|
type: Injectable,
|
|
14753
14799
|
args: [{
|
|
14754
14800
|
providedIn: 'root'
|
|
@@ -14797,9 +14843,9 @@ class SoleBusinessService extends RestService {
|
|
|
14797
14843
|
}));
|
|
14798
14844
|
}
|
|
14799
14845
|
}
|
|
14800
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14801
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14846
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14847
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
14803
14849
|
type: Injectable,
|
|
14804
14850
|
args: [{
|
|
14805
14851
|
providedIn: 'root'
|
|
@@ -14814,9 +14860,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
14814
14860
|
this.isHydra = true;
|
|
14815
14861
|
}
|
|
14816
14862
|
}
|
|
14817
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14818
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14863
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14864
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
14865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14820
14866
|
type: Injectable,
|
|
14821
14867
|
args: [{
|
|
14822
14868
|
providedIn: 'root'
|
|
@@ -14842,9 +14888,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14842
14888
|
});
|
|
14843
14889
|
}
|
|
14844
14890
|
}
|
|
14845
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14846
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14891
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14892
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
14893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14848
14894
|
type: Injectable,
|
|
14849
14895
|
args: [{
|
|
14850
14896
|
providedIn: 'root'
|
|
@@ -14862,9 +14908,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14862
14908
|
this.isHydra = true;
|
|
14863
14909
|
}
|
|
14864
14910
|
}
|
|
14865
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14866
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14911
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14912
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
14913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14868
14914
|
type: Injectable,
|
|
14869
14915
|
args: [{
|
|
14870
14916
|
providedIn: 'root'
|
|
@@ -14879,9 +14925,9 @@ class SoleContactService extends RestService {
|
|
|
14879
14925
|
this.isHydra = true;
|
|
14880
14926
|
}
|
|
14881
14927
|
}
|
|
14882
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14883
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14928
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14929
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
14930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14885
14931
|
type: Injectable,
|
|
14886
14932
|
args: [{
|
|
14887
14933
|
providedIn: 'root'
|
|
@@ -14937,9 +14983,9 @@ class SoleDepreciationMethodService {
|
|
|
14937
14983
|
});
|
|
14938
14984
|
}
|
|
14939
14985
|
}
|
|
14940
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14941
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14986
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14987
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
14988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
14943
14989
|
type: Injectable,
|
|
14944
14990
|
args: [{
|
|
14945
14991
|
providedIn: 'root'
|
|
@@ -14992,9 +15038,9 @@ class SoleDetailsService {
|
|
|
14992
15038
|
}));
|
|
14993
15039
|
}
|
|
14994
15040
|
}
|
|
14995
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14996
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15041
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15042
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
15043
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
14998
15044
|
type: Injectable,
|
|
14999
15045
|
args: [{
|
|
15000
15046
|
providedIn: 'root'
|
|
@@ -15067,9 +15113,9 @@ class SoleInvoiceService extends RestService {
|
|
|
15067
15113
|
});
|
|
15068
15114
|
}
|
|
15069
15115
|
}
|
|
15070
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15071
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15116
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15117
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
15118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15073
15119
|
type: Injectable,
|
|
15074
15120
|
args: [{
|
|
15075
15121
|
providedIn: 'root'
|
|
@@ -15084,9 +15130,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15084
15130
|
this.isHydra = true;
|
|
15085
15131
|
}
|
|
15086
15132
|
}
|
|
15087
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15088
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15133
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15134
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
15135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15090
15136
|
type: Injectable,
|
|
15091
15137
|
args: [{
|
|
15092
15138
|
providedIn: 'root'
|
|
@@ -15101,9 +15147,9 @@ class BasReportService extends RestService {
|
|
|
15101
15147
|
this.isHydra = true;
|
|
15102
15148
|
}
|
|
15103
15149
|
}
|
|
15104
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15105
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15150
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15151
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
|
|
15107
15153
|
type: Injectable,
|
|
15108
15154
|
args: [{
|
|
15109
15155
|
providedIn: 'root'
|
|
@@ -15129,9 +15175,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15129
15175
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15130
15176
|
}
|
|
15131
15177
|
}
|
|
15132
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15133
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15178
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15179
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15135
15181
|
type: Injectable,
|
|
15136
15182
|
args: [{
|
|
15137
15183
|
providedIn: 'root'
|
|
@@ -15179,9 +15225,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15179
15225
|
});
|
|
15180
15226
|
}
|
|
15181
15227
|
}
|
|
15182
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15183
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15228
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15229
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15185
15231
|
type: Injectable,
|
|
15186
15232
|
args: [{
|
|
15187
15233
|
providedIn: 'root'
|
|
@@ -15204,9 +15250,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15204
15250
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15205
15251
|
}
|
|
15206
15252
|
}
|
|
15207
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15208
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15253
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15254
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15210
15256
|
type: Injectable,
|
|
15211
15257
|
args: [{
|
|
15212
15258
|
providedIn: 'root'
|
|
@@ -15321,9 +15367,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15321
15367
|
});
|
|
15322
15368
|
}
|
|
15323
15369
|
}
|
|
15324
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15325
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15370
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15371
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15327
15373
|
type: Injectable,
|
|
15328
15374
|
args: [{
|
|
15329
15375
|
providedIn: 'root'
|
|
@@ -15343,9 +15389,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15343
15389
|
this.isApiPlatform = true;
|
|
15344
15390
|
}
|
|
15345
15391
|
}
|
|
15346
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15347
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15392
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15393
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15349
15395
|
type: Injectable,
|
|
15350
15396
|
args: [{
|
|
15351
15397
|
providedIn: 'root'
|
|
@@ -15377,9 +15423,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15377
15423
|
});
|
|
15378
15424
|
}
|
|
15379
15425
|
}
|
|
15380
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15381
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15426
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15427
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15383
15429
|
type: Injectable,
|
|
15384
15430
|
args: [{
|
|
15385
15431
|
providedIn: 'root'
|
|
@@ -15468,9 +15514,9 @@ class TaxReviewService extends RestService {
|
|
|
15468
15514
|
});
|
|
15469
15515
|
}
|
|
15470
15516
|
}
|
|
15471
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15472
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15517
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15518
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15474
15520
|
type: Injectable,
|
|
15475
15521
|
args: [{
|
|
15476
15522
|
providedIn: 'root'
|
|
@@ -15527,9 +15573,9 @@ class TaxSummaryService {
|
|
|
15527
15573
|
});
|
|
15528
15574
|
}
|
|
15529
15575
|
}
|
|
15530
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15531
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15576
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15577
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15533
15579
|
type: Injectable,
|
|
15534
15580
|
args: [{
|
|
15535
15581
|
providedIn: 'root'
|
|
@@ -15548,9 +15594,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15548
15594
|
this.isApiPlatform = true;
|
|
15549
15595
|
}
|
|
15550
15596
|
}
|
|
15551
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15552
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15597
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15598
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15554
15600
|
type: Injectable,
|
|
15555
15601
|
args: [{
|
|
15556
15602
|
providedIn: 'root'
|
|
@@ -15640,9 +15686,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15640
15686
|
});
|
|
15641
15687
|
}
|
|
15642
15688
|
}
|
|
15643
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15644
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15689
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15690
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
15691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
15646
15692
|
type: Injectable,
|
|
15647
15693
|
args: [{
|
|
15648
15694
|
providedIn: 'root'
|
|
@@ -15668,9 +15714,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
15668
15714
|
this.listenEvents();
|
|
15669
15715
|
}
|
|
15670
15716
|
}
|
|
15671
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15672
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15717
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15718
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
15719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
15674
15720
|
type: Injectable,
|
|
15675
15721
|
args: [{
|
|
15676
15722
|
providedIn: 'root'
|
|
@@ -15979,9 +16025,9 @@ class TransactionService extends RestService {
|
|
|
15979
16025
|
});
|
|
15980
16026
|
}
|
|
15981
16027
|
}
|
|
15982
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15983
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16028
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16029
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
16030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
|
|
15985
16031
|
type: Injectable,
|
|
15986
16032
|
args: [{
|
|
15987
16033
|
providedIn: 'root'
|
|
@@ -16010,9 +16056,9 @@ class TutorialVideoService {
|
|
|
16010
16056
|
}
|
|
16011
16057
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
16012
16058
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
16013
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16014
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16059
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16060
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
16061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
16016
16062
|
type: Injectable,
|
|
16017
16063
|
args: [{
|
|
16018
16064
|
providedIn: 'root'
|
|
@@ -16032,9 +16078,9 @@ class VehicleService extends RestService {
|
|
|
16032
16078
|
this.modelClass = Vehicle;
|
|
16033
16079
|
}
|
|
16034
16080
|
}
|
|
16035
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16036
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16081
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16082
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
16083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
|
|
16038
16084
|
type: Injectable,
|
|
16039
16085
|
args: [{
|
|
16040
16086
|
providedIn: 'root'
|
|
@@ -16106,9 +16152,9 @@ class VehicleClaimService extends RestService {
|
|
|
16106
16152
|
combineLatest(batch$).subscribe();
|
|
16107
16153
|
}
|
|
16108
16154
|
}
|
|
16109
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16110
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16155
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16156
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16112
16158
|
type: Injectable,
|
|
16113
16159
|
args: [{
|
|
16114
16160
|
providedIn: 'root'
|
|
@@ -16185,9 +16231,9 @@ class VehicleClaimDetailsService {
|
|
|
16185
16231
|
this.update(vehicleClaimDetails).subscribe();
|
|
16186
16232
|
}
|
|
16187
16233
|
}
|
|
16188
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16189
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16234
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16235
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16191
16237
|
type: Injectable,
|
|
16192
16238
|
args: [{
|
|
16193
16239
|
providedIn: 'root'
|
|
@@ -16207,9 +16253,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16207
16253
|
this.modelClass = VehicleLogbook;
|
|
16208
16254
|
}
|
|
16209
16255
|
}
|
|
16210
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16211
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16256
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16257
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16213
16259
|
type: Injectable,
|
|
16214
16260
|
args: [{
|
|
16215
16261
|
providedIn: 'root'
|
|
@@ -16226,9 +16272,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16226
16272
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16227
16273
|
}
|
|
16228
16274
|
}
|
|
16229
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16230
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16275
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16276
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16232
16278
|
type: Injectable,
|
|
16233
16279
|
args: [{
|
|
16234
16280
|
providedIn: 'root'
|
|
@@ -16259,9 +16305,9 @@ class OccupationService {
|
|
|
16259
16305
|
return this.occupationsSubject.asObservable();
|
|
16260
16306
|
}
|
|
16261
16307
|
}
|
|
16262
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16263
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16308
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16309
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
|
|
16265
16311
|
type: Injectable,
|
|
16266
16312
|
args: [{
|
|
16267
16313
|
providedIn: 'root'
|
|
@@ -16305,9 +16351,9 @@ class UserEventSettingService extends RestService {
|
|
|
16305
16351
|
}));
|
|
16306
16352
|
}
|
|
16307
16353
|
}
|
|
16308
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16309
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16354
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16355
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16311
16357
|
type: Injectable,
|
|
16312
16358
|
args: [{
|
|
16313
16359
|
providedIn: 'root'
|
|
@@ -16322,9 +16368,9 @@ class UserEventTypeService extends RestService {
|
|
|
16322
16368
|
this.isHydra = true;
|
|
16323
16369
|
}
|
|
16324
16370
|
}
|
|
16325
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16326
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16371
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16372
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16328
16374
|
type: Injectable,
|
|
16329
16375
|
args: [{
|
|
16330
16376
|
providedIn: 'root'
|
|
@@ -16341,9 +16387,9 @@ class UsersInviteService extends RestService {
|
|
|
16341
16387
|
this.url = 'users/invite';
|
|
16342
16388
|
}
|
|
16343
16389
|
}
|
|
16344
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16345
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16390
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16391
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16347
16393
|
type: Injectable,
|
|
16348
16394
|
args: [{
|
|
16349
16395
|
providedIn: 'root'
|
|
@@ -16363,9 +16409,9 @@ class HoldingService extends RestService$1 {
|
|
|
16363
16409
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16364
16410
|
}
|
|
16365
16411
|
}
|
|
16366
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16367
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16412
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16413
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
|
|
16369
16415
|
type: Injectable,
|
|
16370
16416
|
args: [{
|
|
16371
16417
|
providedIn: 'root'
|
|
@@ -16382,9 +16428,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16382
16428
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16383
16429
|
}
|
|
16384
16430
|
}
|
|
16385
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16386
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16431
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16432
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16388
16434
|
type: Injectable,
|
|
16389
16435
|
args: [{
|
|
16390
16436
|
providedIn: 'root'
|
|
@@ -16401,9 +16447,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16401
16447
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16402
16448
|
}
|
|
16403
16449
|
}
|
|
16404
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16405
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16450
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16451
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16407
16453
|
type: Injectable,
|
|
16408
16454
|
args: [{
|
|
16409
16455
|
providedIn: 'root'
|
|
@@ -16498,9 +16544,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16498
16544
|
this.setCache(HoldingTypeExchanges);
|
|
16499
16545
|
}
|
|
16500
16546
|
}
|
|
16501
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16502
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16547
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16548
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16504
16550
|
type: Injectable,
|
|
16505
16551
|
args: [{
|
|
16506
16552
|
providedIn: 'root'
|
|
@@ -16604,9 +16650,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16604
16650
|
this.setCache(IncomeSourceTypes);
|
|
16605
16651
|
}
|
|
16606
16652
|
}
|
|
16607
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16608
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16653
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16654
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
16655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16610
16656
|
type: Injectable,
|
|
16611
16657
|
args: [{
|
|
16612
16658
|
providedIn: 'root'
|
|
@@ -16628,9 +16674,2101 @@ class ChartAccountsValueService extends DataService {
|
|
|
16628
16674
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16629
16675
|
}
|
|
16630
16676
|
}
|
|
16631
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16632
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16677
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16678
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
16679
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
16680
|
+
type: Injectable,
|
|
16681
|
+
args: [{
|
|
16682
|
+
providedIn: 'root'
|
|
16683
|
+
}]
|
|
16684
|
+
}], ctorParameters: function () { return []; } });
|
|
16685
|
+
|
|
16686
|
+
var TaxReturnItems = [
|
|
16687
|
+
{
|
|
16688
|
+
id: 1,
|
|
16689
|
+
taxReturnCategory: {
|
|
16690
|
+
id: 1
|
|
16691
|
+
},
|
|
16692
|
+
code: 1,
|
|
16693
|
+
subCode: "C",
|
|
16694
|
+
taxReturnCode: null,
|
|
16695
|
+
name: "Salary or wages",
|
|
16696
|
+
seq: 10,
|
|
16697
|
+
isOtherIncome: 0,
|
|
16698
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16699
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16700
|
+
},
|
|
16701
|
+
{
|
|
16702
|
+
id: 2,
|
|
16703
|
+
taxReturnCategory: {
|
|
16704
|
+
id: 30
|
|
16705
|
+
},
|
|
16706
|
+
code: 2,
|
|
16707
|
+
subCode: "K",
|
|
16708
|
+
taxReturnCode: null,
|
|
16709
|
+
name: "Allowances, earnings, tips, directors fees",
|
|
16710
|
+
seq: 20,
|
|
16711
|
+
isOtherIncome: 0,
|
|
16712
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16713
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16714
|
+
},
|
|
16715
|
+
{
|
|
16716
|
+
id: 3,
|
|
16717
|
+
taxReturnCategory: {
|
|
16718
|
+
id: 31
|
|
16719
|
+
},
|
|
16720
|
+
code: 3,
|
|
16721
|
+
subCode: "R",
|
|
16722
|
+
taxReturnCode: null,
|
|
16723
|
+
name: "Employer lump sum payments",
|
|
16724
|
+
seq: 30,
|
|
16725
|
+
isOtherIncome: 0,
|
|
16726
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16727
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16728
|
+
},
|
|
16729
|
+
{
|
|
16730
|
+
id: 4,
|
|
16731
|
+
taxReturnCategory: {
|
|
16732
|
+
id: 32
|
|
16733
|
+
},
|
|
16734
|
+
code: 4,
|
|
16735
|
+
subCode: "I",
|
|
16736
|
+
taxReturnCode: null,
|
|
16737
|
+
name: "Employment termination payments",
|
|
16738
|
+
seq: 40,
|
|
16739
|
+
isOtherIncome: 0,
|
|
16740
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16741
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16742
|
+
},
|
|
16743
|
+
{
|
|
16744
|
+
id: 5,
|
|
16745
|
+
taxReturnCategory: {
|
|
16746
|
+
id: 2
|
|
16747
|
+
},
|
|
16748
|
+
code: 5,
|
|
16749
|
+
subCode: "A",
|
|
16750
|
+
taxReturnCode: null,
|
|
16751
|
+
name: "Australian Government allowances and payments",
|
|
16752
|
+
seq: 50,
|
|
16753
|
+
isOtherIncome: 1,
|
|
16754
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16755
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16756
|
+
},
|
|
16757
|
+
{
|
|
16758
|
+
id: 6,
|
|
16759
|
+
taxReturnCategory: {
|
|
16760
|
+
id: 33
|
|
16761
|
+
},
|
|
16762
|
+
code: 6,
|
|
16763
|
+
subCode: "B",
|
|
16764
|
+
taxReturnCode: null,
|
|
16765
|
+
name: "Australian Government pensions and allowances",
|
|
16766
|
+
seq: 60,
|
|
16767
|
+
isOtherIncome: 1,
|
|
16768
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16769
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16770
|
+
},
|
|
16771
|
+
{
|
|
16772
|
+
id: 7,
|
|
16773
|
+
taxReturnCategory: {
|
|
16774
|
+
id: 3
|
|
16775
|
+
},
|
|
16776
|
+
code: 7,
|
|
16777
|
+
subCode: null,
|
|
16778
|
+
taxReturnCode: null,
|
|
16779
|
+
name: "Australian annuities and superannuation income streams",
|
|
16780
|
+
seq: 70,
|
|
16781
|
+
isOtherIncome: 1,
|
|
16782
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16783
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16784
|
+
},
|
|
16785
|
+
{
|
|
16786
|
+
id: 8,
|
|
16787
|
+
taxReturnCategory: {
|
|
16788
|
+
id: 34
|
|
16789
|
+
},
|
|
16790
|
+
code: 8,
|
|
16791
|
+
subCode: null,
|
|
16792
|
+
taxReturnCode: null,
|
|
16793
|
+
name: "Australian superannuation lump sum payments",
|
|
16794
|
+
seq: 80,
|
|
16795
|
+
isOtherIncome: 1,
|
|
16796
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16797
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16798
|
+
},
|
|
16799
|
+
{
|
|
16800
|
+
id: 9,
|
|
16801
|
+
taxReturnCategory: {
|
|
16802
|
+
id: 4
|
|
16803
|
+
},
|
|
16804
|
+
code: 9,
|
|
16805
|
+
subCode: "O",
|
|
16806
|
+
taxReturnCode: null,
|
|
16807
|
+
name: "Attributed personal services income",
|
|
16808
|
+
seq: 90,
|
|
16809
|
+
isOtherIncome: 0,
|
|
16810
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16811
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16812
|
+
},
|
|
16813
|
+
{
|
|
16814
|
+
id: 10,
|
|
16815
|
+
taxReturnCategory: {
|
|
16816
|
+
id: 5
|
|
16817
|
+
},
|
|
16818
|
+
code: 10,
|
|
16819
|
+
subCode: "L",
|
|
16820
|
+
taxReturnCode: null,
|
|
16821
|
+
name: "Gross interest",
|
|
16822
|
+
seq: 100,
|
|
16823
|
+
isOtherIncome: 1,
|
|
16824
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16825
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16826
|
+
},
|
|
16827
|
+
{
|
|
16828
|
+
id: 11,
|
|
16829
|
+
taxReturnCategory: {
|
|
16830
|
+
id: 6
|
|
16831
|
+
},
|
|
16832
|
+
code: 11,
|
|
16833
|
+
subCode: null,
|
|
16834
|
+
taxReturnCode: null,
|
|
16835
|
+
name: "Dividends",
|
|
16836
|
+
seq: 110,
|
|
16837
|
+
isOtherIncome: 1,
|
|
16838
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16839
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16840
|
+
},
|
|
16841
|
+
{
|
|
16842
|
+
id: 12,
|
|
16843
|
+
taxReturnCategory: {
|
|
16844
|
+
id: 35
|
|
16845
|
+
},
|
|
16846
|
+
code: 12,
|
|
16847
|
+
subCode: null,
|
|
16848
|
+
taxReturnCode: null,
|
|
16849
|
+
name: "Employee share schemes",
|
|
16850
|
+
seq: 120,
|
|
16851
|
+
isOtherIncome: 1,
|
|
16852
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16853
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16854
|
+
},
|
|
16855
|
+
{
|
|
16856
|
+
id: 13,
|
|
16857
|
+
taxReturnCategory: {
|
|
16858
|
+
id: 13
|
|
16859
|
+
},
|
|
16860
|
+
code: 13,
|
|
16861
|
+
subCode: null,
|
|
16862
|
+
taxReturnCode: null,
|
|
16863
|
+
name: "Partnerships and trusts",
|
|
16864
|
+
seq: 130,
|
|
16865
|
+
isOtherIncome: 1,
|
|
16866
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16867
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16868
|
+
},
|
|
16869
|
+
{
|
|
16870
|
+
id: 14,
|
|
16871
|
+
taxReturnCategory: {
|
|
16872
|
+
id: 14
|
|
16873
|
+
},
|
|
16874
|
+
code: 14,
|
|
16875
|
+
subCode: "N",
|
|
16876
|
+
taxReturnCode: null,
|
|
16877
|
+
name: "Personal services income (PSI) - ABN not quoted",
|
|
16878
|
+
seq: 140,
|
|
16879
|
+
isOtherIncome: 1,
|
|
16880
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16881
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16882
|
+
},
|
|
16883
|
+
{
|
|
16884
|
+
id: 15,
|
|
16885
|
+
taxReturnCategory: {
|
|
16886
|
+
id: 38
|
|
16887
|
+
},
|
|
16888
|
+
code: 15,
|
|
16889
|
+
subCode: null,
|
|
16890
|
+
taxReturnCode: null,
|
|
16891
|
+
name: "Net income or loss from business",
|
|
16892
|
+
seq: 150,
|
|
16893
|
+
isOtherIncome: 1,
|
|
16894
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16895
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16896
|
+
},
|
|
16897
|
+
{
|
|
16898
|
+
id: 16,
|
|
16899
|
+
taxReturnCategory: {
|
|
16900
|
+
id: 16
|
|
16901
|
+
},
|
|
16902
|
+
code: 16,
|
|
16903
|
+
subCode: null,
|
|
16904
|
+
taxReturnCode: null,
|
|
16905
|
+
name: "Deferred non-commercial business losses",
|
|
16906
|
+
seq: 160,
|
|
16907
|
+
isOtherIncome: 1,
|
|
16908
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16909
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16910
|
+
},
|
|
16911
|
+
{
|
|
16912
|
+
id: 17,
|
|
16913
|
+
taxReturnCategory: {
|
|
16914
|
+
id: 17
|
|
16915
|
+
},
|
|
16916
|
+
code: 17,
|
|
16917
|
+
subCode: null,
|
|
16918
|
+
taxReturnCode: null,
|
|
16919
|
+
name: "Net farm management deposits or repayments",
|
|
16920
|
+
seq: 170,
|
|
16921
|
+
isOtherIncome: 1,
|
|
16922
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16923
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16924
|
+
},
|
|
16925
|
+
{
|
|
16926
|
+
id: 18,
|
|
16927
|
+
taxReturnCategory: {
|
|
16928
|
+
id: 15
|
|
16929
|
+
},
|
|
16930
|
+
code: 18,
|
|
16931
|
+
subCode: null,
|
|
16932
|
+
taxReturnCode: null,
|
|
16933
|
+
name: "Capital gains",
|
|
16934
|
+
seq: 180,
|
|
16935
|
+
isOtherIncome: 1,
|
|
16936
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16937
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16938
|
+
},
|
|
16939
|
+
{
|
|
16940
|
+
id: 19,
|
|
16941
|
+
taxReturnCategory: {
|
|
16942
|
+
id: 17
|
|
16943
|
+
},
|
|
16944
|
+
code: 19,
|
|
16945
|
+
subCode: null,
|
|
16946
|
+
taxReturnCode: null,
|
|
16947
|
+
name: "Foreign entities",
|
|
16948
|
+
seq: 190,
|
|
16949
|
+
isOtherIncome: 1,
|
|
16950
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16951
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16952
|
+
},
|
|
16953
|
+
{
|
|
16954
|
+
id: 20,
|
|
16955
|
+
taxReturnCategory: {
|
|
16956
|
+
id: 16
|
|
16957
|
+
},
|
|
16958
|
+
code: 20,
|
|
16959
|
+
subCode: null,
|
|
16960
|
+
taxReturnCode: null,
|
|
16961
|
+
name: "Foreign source income and foreign assets or property",
|
|
16962
|
+
seq: 200,
|
|
16963
|
+
isOtherIncome: 1,
|
|
16964
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16965
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16966
|
+
},
|
|
16967
|
+
{
|
|
16968
|
+
id: 21,
|
|
16969
|
+
taxReturnCategory: {
|
|
16970
|
+
id: 12
|
|
16971
|
+
},
|
|
16972
|
+
code: 21,
|
|
16973
|
+
subCode: "T",
|
|
16974
|
+
taxReturnCode: "U",
|
|
16975
|
+
name: "Travel Expenses",
|
|
16976
|
+
seq: 210,
|
|
16977
|
+
isOtherIncome: 1,
|
|
16978
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16979
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16980
|
+
},
|
|
16981
|
+
{
|
|
16982
|
+
id: 22,
|
|
16983
|
+
taxReturnCategory: {
|
|
16984
|
+
id: 8
|
|
16985
|
+
},
|
|
16986
|
+
code: 21,
|
|
16987
|
+
subCode: "A",
|
|
16988
|
+
taxReturnCode: "P",
|
|
16989
|
+
name: "Rental Income",
|
|
16990
|
+
seq: 220,
|
|
16991
|
+
isOtherIncome: 1,
|
|
16992
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16993
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16994
|
+
},
|
|
16995
|
+
{
|
|
16996
|
+
id: 23,
|
|
16997
|
+
taxReturnCategory: {
|
|
16998
|
+
id: 8
|
|
16999
|
+
},
|
|
17000
|
+
code: 21,
|
|
17001
|
+
subCode: "B",
|
|
17002
|
+
taxReturnCode: "P",
|
|
17003
|
+
name: "Other rental Income",
|
|
17004
|
+
seq: 230,
|
|
17005
|
+
isOtherIncome: 1,
|
|
17006
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17007
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17008
|
+
},
|
|
17009
|
+
{
|
|
17010
|
+
id: 24,
|
|
17011
|
+
taxReturnCategory: {
|
|
17012
|
+
id: 9
|
|
17013
|
+
},
|
|
17014
|
+
code: 21,
|
|
17015
|
+
subCode: "L",
|
|
17016
|
+
taxReturnCode: "Q",
|
|
17017
|
+
name: "Interest on loan(s)",
|
|
17018
|
+
seq: 240,
|
|
17019
|
+
isOtherIncome: 1,
|
|
17020
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17021
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17022
|
+
},
|
|
17023
|
+
{
|
|
17024
|
+
id: 25,
|
|
17025
|
+
taxReturnCategory: {
|
|
17026
|
+
id: 10
|
|
17027
|
+
},
|
|
17028
|
+
code: 21,
|
|
17029
|
+
subCode: "R",
|
|
17030
|
+
taxReturnCode: "F",
|
|
17031
|
+
name: "Capital Works - Depreciation",
|
|
17032
|
+
seq: 250,
|
|
17033
|
+
isOtherIncome: 1,
|
|
17034
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17035
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17036
|
+
},
|
|
17037
|
+
{
|
|
17038
|
+
id: 26,
|
|
17039
|
+
taxReturnCategory: {
|
|
17040
|
+
id: 12
|
|
17041
|
+
},
|
|
17042
|
+
code: 21,
|
|
17043
|
+
subCode: "D",
|
|
17044
|
+
taxReturnCode: "U",
|
|
17045
|
+
name: "Advertising for tenants",
|
|
17046
|
+
seq: 260,
|
|
17047
|
+
isOtherIncome: 1,
|
|
17048
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17049
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17050
|
+
},
|
|
17051
|
+
{
|
|
17052
|
+
id: 27,
|
|
17053
|
+
taxReturnCategory: {
|
|
17054
|
+
id: 12
|
|
17055
|
+
},
|
|
17056
|
+
code: 21,
|
|
17057
|
+
subCode: "E",
|
|
17058
|
+
taxReturnCode: "U",
|
|
17059
|
+
name: "Body Corporate Fees",
|
|
17060
|
+
seq: 270,
|
|
17061
|
+
isOtherIncome: 1,
|
|
17062
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17063
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17064
|
+
},
|
|
17065
|
+
{
|
|
17066
|
+
id: 28,
|
|
17067
|
+
taxReturnCategory: {
|
|
17068
|
+
id: 29
|
|
17069
|
+
},
|
|
17070
|
+
code: 21,
|
|
17071
|
+
subCode: "F",
|
|
17072
|
+
taxReturnCode: "U",
|
|
17073
|
+
name: "Borrowing Expenses",
|
|
17074
|
+
seq: 280,
|
|
17075
|
+
isOtherIncome: 1,
|
|
17076
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17077
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17078
|
+
},
|
|
17079
|
+
{
|
|
17080
|
+
id: 29,
|
|
17081
|
+
taxReturnCategory: {
|
|
17082
|
+
id: 12
|
|
17083
|
+
},
|
|
17084
|
+
code: 21,
|
|
17085
|
+
subCode: "G",
|
|
17086
|
+
taxReturnCode: "U",
|
|
17087
|
+
name: "Cleaning",
|
|
17088
|
+
seq: 290,
|
|
17089
|
+
isOtherIncome: 1,
|
|
17090
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17091
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17092
|
+
},
|
|
17093
|
+
{
|
|
17094
|
+
id: 30,
|
|
17095
|
+
taxReturnCategory: {
|
|
17096
|
+
id: 12
|
|
17097
|
+
},
|
|
17098
|
+
code: 21,
|
|
17099
|
+
subCode: "H",
|
|
17100
|
+
taxReturnCode: "U",
|
|
17101
|
+
name: "Council Rates",
|
|
17102
|
+
seq: 300,
|
|
17103
|
+
isOtherIncome: 1,
|
|
17104
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17105
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17106
|
+
},
|
|
17107
|
+
{
|
|
17108
|
+
id: 31,
|
|
17109
|
+
taxReturnCategory: {
|
|
17110
|
+
id: 12
|
|
17111
|
+
},
|
|
17112
|
+
code: 21,
|
|
17113
|
+
subCode: "J",
|
|
17114
|
+
taxReturnCode: "U",
|
|
17115
|
+
name: "Gardening / Lawn Mowing",
|
|
17116
|
+
seq: 310,
|
|
17117
|
+
isOtherIncome: 1,
|
|
17118
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17119
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17120
|
+
},
|
|
17121
|
+
{
|
|
17122
|
+
id: 32,
|
|
17123
|
+
taxReturnCategory: {
|
|
17124
|
+
id: 11
|
|
17125
|
+
},
|
|
17126
|
+
code: 21,
|
|
17127
|
+
subCode: "I",
|
|
17128
|
+
taxReturnCode: "U",
|
|
17129
|
+
name: "Plant & Equipment - Depreciation & Low Value Pool",
|
|
17130
|
+
seq: 320,
|
|
17131
|
+
isOtherIncome: 1,
|
|
17132
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17133
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17134
|
+
},
|
|
17135
|
+
{
|
|
17136
|
+
id: 33,
|
|
17137
|
+
taxReturnCategory: {
|
|
17138
|
+
id: 12
|
|
17139
|
+
},
|
|
17140
|
+
code: 21,
|
|
17141
|
+
subCode: "K",
|
|
17142
|
+
taxReturnCode: "U",
|
|
17143
|
+
name: "Insurance",
|
|
17144
|
+
seq: 330,
|
|
17145
|
+
isOtherIncome: 1,
|
|
17146
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17147
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17148
|
+
},
|
|
17149
|
+
{
|
|
17150
|
+
id: 34,
|
|
17151
|
+
taxReturnCategory: {
|
|
17152
|
+
id: 12
|
|
17153
|
+
},
|
|
17154
|
+
code: 21,
|
|
17155
|
+
subCode: "M",
|
|
17156
|
+
taxReturnCode: "U",
|
|
17157
|
+
name: "Land Tax",
|
|
17158
|
+
seq: 340,
|
|
17159
|
+
isOtherIncome: 1,
|
|
17160
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17161
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
id: 35,
|
|
17165
|
+
taxReturnCategory: {
|
|
17166
|
+
id: 12
|
|
17167
|
+
},
|
|
17168
|
+
code: 21,
|
|
17169
|
+
subCode: "N",
|
|
17170
|
+
taxReturnCode: "U",
|
|
17171
|
+
name: "Legal Fees",
|
|
17172
|
+
seq: 350,
|
|
17173
|
+
isOtherIncome: 1,
|
|
17174
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17175
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17176
|
+
},
|
|
17177
|
+
{
|
|
17178
|
+
id: 36,
|
|
17179
|
+
taxReturnCategory: {
|
|
17180
|
+
id: 12
|
|
17181
|
+
},
|
|
17182
|
+
code: 21,
|
|
17183
|
+
subCode: "O",
|
|
17184
|
+
taxReturnCode: "U",
|
|
17185
|
+
name: "Pest Control",
|
|
17186
|
+
seq: 360,
|
|
17187
|
+
isOtherIncome: 1,
|
|
17188
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17189
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17190
|
+
},
|
|
17191
|
+
{
|
|
17192
|
+
id: 37,
|
|
17193
|
+
taxReturnCategory: {
|
|
17194
|
+
id: 12
|
|
17195
|
+
},
|
|
17196
|
+
code: 21,
|
|
17197
|
+
subCode: "P",
|
|
17198
|
+
taxReturnCode: "U",
|
|
17199
|
+
name: "Property Management Fees",
|
|
17200
|
+
seq: 370,
|
|
17201
|
+
isOtherIncome: 1,
|
|
17202
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17203
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17204
|
+
},
|
|
17205
|
+
{
|
|
17206
|
+
id: 38,
|
|
17207
|
+
taxReturnCategory: {
|
|
17208
|
+
id: 12
|
|
17209
|
+
},
|
|
17210
|
+
code: 21,
|
|
17211
|
+
subCode: "Q",
|
|
17212
|
+
taxReturnCode: "U",
|
|
17213
|
+
name: "Repairs & Maintenance",
|
|
17214
|
+
seq: 380,
|
|
17215
|
+
isOtherIncome: 1,
|
|
17216
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17217
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17218
|
+
},
|
|
17219
|
+
{
|
|
17220
|
+
id: 39,
|
|
17221
|
+
taxReturnCategory: {
|
|
17222
|
+
id: 12
|
|
17223
|
+
},
|
|
17224
|
+
code: 21,
|
|
17225
|
+
subCode: "S",
|
|
17226
|
+
taxReturnCode: "U",
|
|
17227
|
+
name: "Stationery / Phone / Postage",
|
|
17228
|
+
seq: 390,
|
|
17229
|
+
isOtherIncome: 1,
|
|
17230
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17231
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
id: 40,
|
|
17235
|
+
taxReturnCategory: {
|
|
17236
|
+
id: 12
|
|
17237
|
+
},
|
|
17238
|
+
code: 21,
|
|
17239
|
+
subCode: "U",
|
|
17240
|
+
taxReturnCode: "U",
|
|
17241
|
+
name: "Water Charges",
|
|
17242
|
+
seq: 400,
|
|
17243
|
+
isOtherIncome: 1,
|
|
17244
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17245
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17246
|
+
},
|
|
17247
|
+
{
|
|
17248
|
+
id: 41,
|
|
17249
|
+
taxReturnCategory: {
|
|
17250
|
+
id: 12
|
|
17251
|
+
},
|
|
17252
|
+
code: 21,
|
|
17253
|
+
subCode: "V",
|
|
17254
|
+
taxReturnCode: "U",
|
|
17255
|
+
name: "Sundry Rental Expenses",
|
|
17256
|
+
seq: 410,
|
|
17257
|
+
isOtherIncome: 1,
|
|
17258
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17259
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17260
|
+
},
|
|
17261
|
+
{
|
|
17262
|
+
id: 42,
|
|
17263
|
+
taxReturnCategory: {
|
|
17264
|
+
id: 17
|
|
17265
|
+
},
|
|
17266
|
+
code: 22,
|
|
17267
|
+
subCode: "W",
|
|
17268
|
+
taxReturnCode: null,
|
|
17269
|
+
name: "Bonuses from life insurance companies and friendly societies",
|
|
17270
|
+
seq: 420,
|
|
17271
|
+
isOtherIncome: 1,
|
|
17272
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17273
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17274
|
+
},
|
|
17275
|
+
{
|
|
17276
|
+
id: 43,
|
|
17277
|
+
taxReturnCategory: {
|
|
17278
|
+
id: 39
|
|
17279
|
+
},
|
|
17280
|
+
code: 23,
|
|
17281
|
+
subCode: null,
|
|
17282
|
+
taxReturnCode: null,
|
|
17283
|
+
name: "Forestry managed investment scheme income",
|
|
17284
|
+
seq: 430,
|
|
17285
|
+
isOtherIncome: 1,
|
|
17286
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17287
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17288
|
+
},
|
|
17289
|
+
{
|
|
17290
|
+
id: 44,
|
|
17291
|
+
taxReturnCategory: {
|
|
17292
|
+
id: 40
|
|
17293
|
+
},
|
|
17294
|
+
code: 24,
|
|
17295
|
+
subCode: null,
|
|
17296
|
+
taxReturnCode: null,
|
|
17297
|
+
name: "Other income",
|
|
17298
|
+
seq: 440,
|
|
17299
|
+
isOtherIncome: 1,
|
|
17300
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17301
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17302
|
+
},
|
|
17303
|
+
{
|
|
17304
|
+
id: 45,
|
|
17305
|
+
taxReturnCategory: {
|
|
17306
|
+
id: 7
|
|
17307
|
+
},
|
|
17308
|
+
code: "D1",
|
|
17309
|
+
subCode: null,
|
|
17310
|
+
taxReturnCode: null,
|
|
17311
|
+
name: "Work-related car expenses",
|
|
17312
|
+
seq: 450,
|
|
17313
|
+
isOtherIncome: 0,
|
|
17314
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17315
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17316
|
+
},
|
|
17317
|
+
{
|
|
17318
|
+
id: 46,
|
|
17319
|
+
taxReturnCategory: {
|
|
17320
|
+
id: 7
|
|
17321
|
+
},
|
|
17322
|
+
code: "D1",
|
|
17323
|
+
subCode: "Claim S",
|
|
17324
|
+
taxReturnCode: null,
|
|
17325
|
+
name: "Klm's travelled for work",
|
|
17326
|
+
seq: 460,
|
|
17327
|
+
isOtherIncome: 0,
|
|
17328
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17329
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17330
|
+
},
|
|
17331
|
+
{
|
|
17332
|
+
id: 47,
|
|
17333
|
+
taxReturnCategory: {
|
|
17334
|
+
id: 7
|
|
17335
|
+
},
|
|
17336
|
+
code: "D1",
|
|
17337
|
+
subCode: "Claim B",
|
|
17338
|
+
taxReturnCode: null,
|
|
17339
|
+
name: "Depreciation - Vehicles",
|
|
17340
|
+
seq: 470,
|
|
17341
|
+
isOtherIncome: 0,
|
|
17342
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17343
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17344
|
+
},
|
|
17345
|
+
{
|
|
17346
|
+
id: 48,
|
|
17347
|
+
taxReturnCategory: {
|
|
17348
|
+
id: 7
|
|
17349
|
+
},
|
|
17350
|
+
code: "D2",
|
|
17351
|
+
subCode: null,
|
|
17352
|
+
taxReturnCode: null,
|
|
17353
|
+
name: "Work-related travel expenses",
|
|
17354
|
+
seq: 480,
|
|
17355
|
+
isOtherIncome: 0,
|
|
17356
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17357
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17358
|
+
},
|
|
17359
|
+
{
|
|
17360
|
+
id: 49,
|
|
17361
|
+
taxReturnCategory: {
|
|
17362
|
+
id: 7
|
|
17363
|
+
},
|
|
17364
|
+
code: "D2",
|
|
17365
|
+
subCode: "A",
|
|
17366
|
+
taxReturnCode: null,
|
|
17367
|
+
name: "Award Transport",
|
|
17368
|
+
seq: 490,
|
|
17369
|
+
isOtherIncome: 0,
|
|
17370
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17371
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17372
|
+
},
|
|
17373
|
+
{
|
|
17374
|
+
id: 50,
|
|
17375
|
+
taxReturnCategory: {
|
|
17376
|
+
id: 7
|
|
17377
|
+
},
|
|
17378
|
+
code: "D2",
|
|
17379
|
+
subCode: "D",
|
|
17380
|
+
taxReturnCode: null,
|
|
17381
|
+
name: "Domestic Transport",
|
|
17382
|
+
seq: 500,
|
|
17383
|
+
isOtherIncome: 0,
|
|
17384
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17385
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17386
|
+
},
|
|
17387
|
+
{
|
|
17388
|
+
id: 51,
|
|
17389
|
+
taxReturnCategory: {
|
|
17390
|
+
id: 7
|
|
17391
|
+
},
|
|
17392
|
+
code: "D2",
|
|
17393
|
+
subCode: "T",
|
|
17394
|
+
taxReturnCode: null,
|
|
17395
|
+
name: "Tolls",
|
|
17396
|
+
seq: 510,
|
|
17397
|
+
isOtherIncome: 0,
|
|
17398
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17399
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17400
|
+
},
|
|
17401
|
+
{
|
|
17402
|
+
id: 52,
|
|
17403
|
+
taxReturnCategory: {
|
|
17404
|
+
id: 7
|
|
17405
|
+
},
|
|
17406
|
+
code: "D2",
|
|
17407
|
+
subCode: "P",
|
|
17408
|
+
taxReturnCode: null,
|
|
17409
|
+
name: "Parking",
|
|
17410
|
+
seq: 520,
|
|
17411
|
+
isOtherIncome: 0,
|
|
17412
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17413
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17414
|
+
},
|
|
17415
|
+
{
|
|
17416
|
+
id: 53,
|
|
17417
|
+
taxReturnCategory: {
|
|
17418
|
+
id: 7
|
|
17419
|
+
},
|
|
17420
|
+
code: "D2",
|
|
17421
|
+
subCode: "V",
|
|
17422
|
+
taxReturnCode: null,
|
|
17423
|
+
name: "Hire Vehicle Expenses",
|
|
17424
|
+
seq: 530,
|
|
17425
|
+
isOtherIncome: 0,
|
|
17426
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17427
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17428
|
+
},
|
|
17429
|
+
{
|
|
17430
|
+
id: 54,
|
|
17431
|
+
taxReturnCategory: {
|
|
17432
|
+
id: 7
|
|
17433
|
+
},
|
|
17434
|
+
code: "D2",
|
|
17435
|
+
subCode: "O",
|
|
17436
|
+
taxReturnCode: null,
|
|
17437
|
+
name: "Travel Expenses - Other",
|
|
17438
|
+
seq: 540,
|
|
17439
|
+
isOtherIncome: 0,
|
|
17440
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17441
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17442
|
+
},
|
|
17443
|
+
{
|
|
17444
|
+
id: 55,
|
|
17445
|
+
taxReturnCategory: {
|
|
17446
|
+
id: 7
|
|
17447
|
+
},
|
|
17448
|
+
code: "D3",
|
|
17449
|
+
subCode: null,
|
|
17450
|
+
taxReturnCode: null,
|
|
17451
|
+
name: "Work-related clothing expenses",
|
|
17452
|
+
seq: 550,
|
|
17453
|
+
isOtherIncome: 0,
|
|
17454
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17455
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17456
|
+
},
|
|
17457
|
+
{
|
|
17458
|
+
id: 56,
|
|
17459
|
+
taxReturnCategory: {
|
|
17460
|
+
id: 7
|
|
17461
|
+
},
|
|
17462
|
+
code: "D3",
|
|
17463
|
+
subCode: "C",
|
|
17464
|
+
taxReturnCode: null,
|
|
17465
|
+
name: "Compulsory Work Uniform",
|
|
17466
|
+
seq: 560,
|
|
17467
|
+
isOtherIncome: 0,
|
|
17468
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17469
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17470
|
+
},
|
|
17471
|
+
{
|
|
17472
|
+
id: 57,
|
|
17473
|
+
taxReturnCategory: {
|
|
17474
|
+
id: 7
|
|
17475
|
+
},
|
|
17476
|
+
code: "D3",
|
|
17477
|
+
subCode: "P",
|
|
17478
|
+
taxReturnCode: null,
|
|
17479
|
+
name: "Hi Vis Workwear",
|
|
17480
|
+
seq: 570,
|
|
17481
|
+
isOtherIncome: 0,
|
|
17482
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17483
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17484
|
+
},
|
|
17485
|
+
{
|
|
17486
|
+
id: 58,
|
|
17487
|
+
taxReturnCategory: {
|
|
17488
|
+
id: 7
|
|
17489
|
+
},
|
|
17490
|
+
code: "D3",
|
|
17491
|
+
subCode: "S",
|
|
17492
|
+
taxReturnCode: null,
|
|
17493
|
+
name: "Occupational Specific Clothing",
|
|
17494
|
+
seq: 580,
|
|
17495
|
+
isOtherIncome: 0,
|
|
17496
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17497
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17498
|
+
},
|
|
17499
|
+
{
|
|
17500
|
+
id: 59,
|
|
17501
|
+
taxReturnCategory: {
|
|
17502
|
+
id: 7
|
|
17503
|
+
},
|
|
17504
|
+
code: "D4",
|
|
17505
|
+
subCode: null,
|
|
17506
|
+
taxReturnCode: null,
|
|
17507
|
+
name: "Work-related self-education expenses",
|
|
17508
|
+
seq: 590,
|
|
17509
|
+
isOtherIncome: 0,
|
|
17510
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17511
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17512
|
+
},
|
|
17513
|
+
{
|
|
17514
|
+
id: 60,
|
|
17515
|
+
taxReturnCategory: {
|
|
17516
|
+
id: 7
|
|
17517
|
+
},
|
|
17518
|
+
code: "D4",
|
|
17519
|
+
subCode: "A",
|
|
17520
|
+
taxReturnCode: null,
|
|
17521
|
+
name: "Course Fees",
|
|
17522
|
+
seq: 600,
|
|
17523
|
+
isOtherIncome: 0,
|
|
17524
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17525
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17526
|
+
},
|
|
17527
|
+
{
|
|
17528
|
+
id: 61,
|
|
17529
|
+
taxReturnCategory: {
|
|
17530
|
+
id: 7
|
|
17531
|
+
},
|
|
17532
|
+
code: "D5",
|
|
17533
|
+
subCode: null,
|
|
17534
|
+
taxReturnCode: null,
|
|
17535
|
+
name: "Other work-related expenses",
|
|
17536
|
+
seq: 610,
|
|
17537
|
+
isOtherIncome: 0,
|
|
17538
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17539
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17540
|
+
},
|
|
17541
|
+
{
|
|
17542
|
+
id: 62,
|
|
17543
|
+
taxReturnCategory: {
|
|
17544
|
+
id: 7
|
|
17545
|
+
},
|
|
17546
|
+
code: "D5",
|
|
17547
|
+
subCode: "A",
|
|
17548
|
+
taxReturnCode: null,
|
|
17549
|
+
name: "Mobile Phone",
|
|
17550
|
+
seq: 620,
|
|
17551
|
+
isOtherIncome: 0,
|
|
17552
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17553
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17554
|
+
},
|
|
17555
|
+
{
|
|
17556
|
+
id: 63,
|
|
17557
|
+
taxReturnCategory: {
|
|
17558
|
+
id: 7
|
|
17559
|
+
},
|
|
17560
|
+
code: "D5",
|
|
17561
|
+
subCode: "B",
|
|
17562
|
+
taxReturnCode: null,
|
|
17563
|
+
name: "Books, Journals",
|
|
17564
|
+
seq: 630,
|
|
17565
|
+
isOtherIncome: 0,
|
|
17566
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17567
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17568
|
+
},
|
|
17569
|
+
{
|
|
17570
|
+
id: 64,
|
|
17571
|
+
taxReturnCategory: {
|
|
17572
|
+
id: 7
|
|
17573
|
+
},
|
|
17574
|
+
code: "D5",
|
|
17575
|
+
subCode: "E",
|
|
17576
|
+
taxReturnCode: null,
|
|
17577
|
+
name: "Internet",
|
|
17578
|
+
seq: 640,
|
|
17579
|
+
isOtherIncome: 0,
|
|
17580
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17581
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17582
|
+
},
|
|
17583
|
+
{
|
|
17584
|
+
id: 65,
|
|
17585
|
+
taxReturnCategory: {
|
|
17586
|
+
id: 7
|
|
17587
|
+
},
|
|
17588
|
+
code: "D5",
|
|
17589
|
+
subCode: "F",
|
|
17590
|
+
taxReturnCode: null,
|
|
17591
|
+
name: "Financial Institutions Duty (FID)",
|
|
17592
|
+
seq: 650,
|
|
17593
|
+
isOtherIncome: 0,
|
|
17594
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17595
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17596
|
+
},
|
|
17597
|
+
{
|
|
17598
|
+
id: 66,
|
|
17599
|
+
taxReturnCategory: {
|
|
17600
|
+
id: 7
|
|
17601
|
+
},
|
|
17602
|
+
code: "D5",
|
|
17603
|
+
subCode: "G",
|
|
17604
|
+
taxReturnCode: null,
|
|
17605
|
+
name: "Subscriptions",
|
|
17606
|
+
seq: 660,
|
|
17607
|
+
isOtherIncome: 0,
|
|
17608
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17609
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17610
|
+
},
|
|
17611
|
+
{
|
|
17612
|
+
id: 67,
|
|
17613
|
+
taxReturnCategory: {
|
|
17614
|
+
id: 7
|
|
17615
|
+
},
|
|
17616
|
+
code: "D5",
|
|
17617
|
+
subCode: "H",
|
|
17618
|
+
taxReturnCode: null,
|
|
17619
|
+
name: "Home Office - Running",
|
|
17620
|
+
seq: 670,
|
|
17621
|
+
isOtherIncome: 0,
|
|
17622
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17623
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17624
|
+
},
|
|
17625
|
+
{
|
|
17626
|
+
id: 68,
|
|
17627
|
+
taxReturnCategory: {
|
|
17628
|
+
id: 7
|
|
17629
|
+
},
|
|
17630
|
+
code: "D5",
|
|
17631
|
+
subCode: "I",
|
|
17632
|
+
taxReturnCode: null,
|
|
17633
|
+
name: "Work-related depreciation",
|
|
17634
|
+
seq: 680,
|
|
17635
|
+
isOtherIncome: 0,
|
|
17636
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17637
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17638
|
+
},
|
|
17639
|
+
{
|
|
17640
|
+
id: 70,
|
|
17641
|
+
taxReturnCategory: {
|
|
17642
|
+
id: 7
|
|
17643
|
+
},
|
|
17644
|
+
code: "D5",
|
|
17645
|
+
subCode: "J",
|
|
17646
|
+
taxReturnCode: null,
|
|
17647
|
+
name: "Home Office - Occupancy",
|
|
17648
|
+
seq: 700,
|
|
17649
|
+
isOtherIncome: 0,
|
|
17650
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17651
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17652
|
+
},
|
|
17653
|
+
{
|
|
17654
|
+
id: 71,
|
|
17655
|
+
taxReturnCategory: {
|
|
17656
|
+
id: 7
|
|
17657
|
+
},
|
|
17658
|
+
code: "D5",
|
|
17659
|
+
subCode: "M",
|
|
17660
|
+
taxReturnCode: null,
|
|
17661
|
+
name: "Award Overtime Meal Allowance Expense",
|
|
17662
|
+
seq: 710,
|
|
17663
|
+
isOtherIncome: 0,
|
|
17664
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17665
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17666
|
+
},
|
|
17667
|
+
{
|
|
17668
|
+
id: 72,
|
|
17669
|
+
taxReturnCategory: {
|
|
17670
|
+
id: 7
|
|
17671
|
+
},
|
|
17672
|
+
code: "D5",
|
|
17673
|
+
subCode: "N",
|
|
17674
|
+
taxReturnCode: null,
|
|
17675
|
+
name: "Newspaper",
|
|
17676
|
+
seq: 720,
|
|
17677
|
+
isOtherIncome: 0,
|
|
17678
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17679
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17680
|
+
},
|
|
17681
|
+
{
|
|
17682
|
+
id: 73,
|
|
17683
|
+
taxReturnCategory: {
|
|
17684
|
+
id: 7
|
|
17685
|
+
},
|
|
17686
|
+
code: "D5",
|
|
17687
|
+
subCode: "P",
|
|
17688
|
+
taxReturnCode: null,
|
|
17689
|
+
name: "Printing, Postage & Stationery",
|
|
17690
|
+
seq: 730,
|
|
17691
|
+
isOtherIncome: 0,
|
|
17692
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17693
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17694
|
+
},
|
|
17695
|
+
{
|
|
17696
|
+
id: 74,
|
|
17697
|
+
taxReturnCategory: {
|
|
17698
|
+
id: 7
|
|
17699
|
+
},
|
|
17700
|
+
code: "D5",
|
|
17701
|
+
subCode: "S",
|
|
17702
|
+
taxReturnCode: null,
|
|
17703
|
+
name: "Seminars, workshops and courses",
|
|
17704
|
+
seq: 740,
|
|
17705
|
+
isOtherIncome: 0,
|
|
17706
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17707
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
id: 75,
|
|
17711
|
+
taxReturnCategory: {
|
|
17712
|
+
id: 7
|
|
17713
|
+
},
|
|
17714
|
+
code: "D5",
|
|
17715
|
+
subCode: "T",
|
|
17716
|
+
taxReturnCode: null,
|
|
17717
|
+
name: "Telephone",
|
|
17718
|
+
seq: 750,
|
|
17719
|
+
isOtherIncome: 0,
|
|
17720
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17721
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17722
|
+
},
|
|
17723
|
+
{
|
|
17724
|
+
id: 76,
|
|
17725
|
+
taxReturnCategory: {
|
|
17726
|
+
id: 7
|
|
17727
|
+
},
|
|
17728
|
+
code: "D5",
|
|
17729
|
+
subCode: "U",
|
|
17730
|
+
taxReturnCode: null,
|
|
17731
|
+
name: "Union Fees",
|
|
17732
|
+
seq: 760,
|
|
17733
|
+
isOtherIncome: 0,
|
|
17734
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17735
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17736
|
+
},
|
|
17737
|
+
{
|
|
17738
|
+
id: 77,
|
|
17739
|
+
taxReturnCategory: {
|
|
17740
|
+
id: 7
|
|
17741
|
+
},
|
|
17742
|
+
code: "D5",
|
|
17743
|
+
subCode: "O",
|
|
17744
|
+
taxReturnCode: null,
|
|
17745
|
+
name: "Other work-related expenses",
|
|
17746
|
+
seq: 770,
|
|
17747
|
+
isOtherIncome: 0,
|
|
17748
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17749
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17750
|
+
},
|
|
17751
|
+
{
|
|
17752
|
+
id: 78,
|
|
17753
|
+
taxReturnCategory: {
|
|
17754
|
+
id: 7
|
|
17755
|
+
},
|
|
17756
|
+
code: "D6",
|
|
17757
|
+
subCode: null,
|
|
17758
|
+
taxReturnCode: null,
|
|
17759
|
+
name: "Low-value pool deduction",
|
|
17760
|
+
seq: 780,
|
|
17761
|
+
isOtherIncome: 0,
|
|
17762
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17763
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17764
|
+
},
|
|
17765
|
+
{
|
|
17766
|
+
id: 79,
|
|
17767
|
+
taxReturnCategory: {
|
|
17768
|
+
id: 7
|
|
17769
|
+
},
|
|
17770
|
+
code: "D7",
|
|
17771
|
+
subCode: null,
|
|
17772
|
+
taxReturnCode: null,
|
|
17773
|
+
name: "Interest Deductions",
|
|
17774
|
+
seq: 790,
|
|
17775
|
+
isOtherIncome: 0,
|
|
17776
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17777
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17778
|
+
},
|
|
17779
|
+
{
|
|
17780
|
+
id: 80,
|
|
17781
|
+
taxReturnCategory: {
|
|
17782
|
+
id: 7
|
|
17783
|
+
},
|
|
17784
|
+
code: "D7",
|
|
17785
|
+
subCode: "BL",
|
|
17786
|
+
taxReturnCode: null,
|
|
17787
|
+
name: "Interest Deductions - Linked Bonded & Notes",
|
|
17788
|
+
seq: 800,
|
|
17789
|
+
isOtherIncome: 0,
|
|
17790
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17791
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17792
|
+
},
|
|
17793
|
+
{
|
|
17794
|
+
id: 81,
|
|
17795
|
+
taxReturnCategory: {
|
|
17796
|
+
id: 7
|
|
17797
|
+
},
|
|
17798
|
+
code: "D7",
|
|
17799
|
+
subCode: "BO",
|
|
17800
|
+
taxReturnCode: null,
|
|
17801
|
+
name: "Interest Deductions - Bonds Other",
|
|
17802
|
+
seq: 810,
|
|
17803
|
+
isOtherIncome: 0,
|
|
17804
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17805
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17806
|
+
},
|
|
17807
|
+
{
|
|
17808
|
+
id: 82,
|
|
17809
|
+
taxReturnCategory: {
|
|
17810
|
+
id: 7
|
|
17811
|
+
},
|
|
17812
|
+
code: "D7",
|
|
17813
|
+
subCode: "CN",
|
|
17814
|
+
taxReturnCode: null,
|
|
17815
|
+
name: "Interest Deductions - Convertible Notes",
|
|
17816
|
+
seq: 820,
|
|
17817
|
+
isOtherIncome: 0,
|
|
17818
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17819
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17820
|
+
},
|
|
17821
|
+
{
|
|
17822
|
+
id: 83,
|
|
17823
|
+
taxReturnCategory: {
|
|
17824
|
+
id: 7
|
|
17825
|
+
},
|
|
17826
|
+
code: "D7",
|
|
17827
|
+
subCode: "CP",
|
|
17828
|
+
taxReturnCode: null,
|
|
17829
|
+
name: "Interest Deductions - Convertible Preference Shares",
|
|
17830
|
+
seq: 830,
|
|
17831
|
+
isOtherIncome: 0,
|
|
17832
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17833
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17834
|
+
},
|
|
17835
|
+
{
|
|
17836
|
+
id: 84,
|
|
17837
|
+
taxReturnCategory: {
|
|
17838
|
+
id: 7
|
|
17839
|
+
},
|
|
17840
|
+
code: "D7",
|
|
17841
|
+
subCode: "IR",
|
|
17842
|
+
taxReturnCode: null,
|
|
17843
|
+
name: "Interest Deductions - Instalment Receipts",
|
|
17844
|
+
seq: 840,
|
|
17845
|
+
isOtherIncome: 0,
|
|
17846
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17847
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17848
|
+
},
|
|
17849
|
+
{
|
|
17850
|
+
id: 85,
|
|
17851
|
+
taxReturnCategory: {
|
|
17852
|
+
id: 7
|
|
17853
|
+
},
|
|
17854
|
+
code: "D7",
|
|
17855
|
+
subCode: "MA",
|
|
17856
|
+
taxReturnCode: null,
|
|
17857
|
+
name: "Interest Deductions - Allocated Pensions & Annuities",
|
|
17858
|
+
seq: 850,
|
|
17859
|
+
isOtherIncome: 0,
|
|
17860
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17861
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17862
|
+
},
|
|
17863
|
+
{
|
|
17864
|
+
id: 86,
|
|
17865
|
+
taxReturnCategory: {
|
|
17866
|
+
id: 7
|
|
17867
|
+
},
|
|
17868
|
+
code: "D7",
|
|
17869
|
+
subCode: "MF",
|
|
17870
|
+
taxReturnCode: null,
|
|
17871
|
+
name: "Interest Deductions - Friendly Society",
|
|
17872
|
+
seq: 860,
|
|
17873
|
+
isOtherIncome: 0,
|
|
17874
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17875
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17876
|
+
},
|
|
17877
|
+
{
|
|
17878
|
+
id: 87,
|
|
17879
|
+
taxReturnCategory: {
|
|
17880
|
+
id: 7
|
|
17881
|
+
},
|
|
17882
|
+
code: "D8",
|
|
17883
|
+
subCode: null,
|
|
17884
|
+
taxReturnCode: null,
|
|
17885
|
+
name: "Dividend Deductions",
|
|
17886
|
+
seq: 870,
|
|
17887
|
+
isOtherIncome: 0,
|
|
17888
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17889
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17890
|
+
},
|
|
17891
|
+
{
|
|
17892
|
+
id: 88,
|
|
17893
|
+
taxReturnCategory: {
|
|
17894
|
+
id: 7
|
|
17895
|
+
},
|
|
17896
|
+
code: "D8",
|
|
17897
|
+
subCode: "BL",
|
|
17898
|
+
taxReturnCode: null,
|
|
17899
|
+
name: "Dividend Deductions - Linked Bonded & Notes",
|
|
17900
|
+
seq: 880,
|
|
17901
|
+
isOtherIncome: 0,
|
|
17902
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17903
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17904
|
+
},
|
|
17905
|
+
{
|
|
17906
|
+
id: 89,
|
|
17907
|
+
taxReturnCategory: {
|
|
17908
|
+
id: 7
|
|
17909
|
+
},
|
|
17910
|
+
code: "D8",
|
|
17911
|
+
subCode: "BO",
|
|
17912
|
+
taxReturnCode: null,
|
|
17913
|
+
name: "Dividend Deductions - Bonds Other",
|
|
17914
|
+
seq: 890,
|
|
17915
|
+
isOtherIncome: 0,
|
|
17916
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17917
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17918
|
+
},
|
|
17919
|
+
{
|
|
17920
|
+
id: 90,
|
|
17921
|
+
taxReturnCategory: {
|
|
17922
|
+
id: 7
|
|
17923
|
+
},
|
|
17924
|
+
code: "D8",
|
|
17925
|
+
subCode: "CN",
|
|
17926
|
+
taxReturnCode: null,
|
|
17927
|
+
name: "Dividend Deductions - Convertible Notes",
|
|
17928
|
+
seq: 900,
|
|
17929
|
+
isOtherIncome: 0,
|
|
17930
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17931
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17932
|
+
},
|
|
17933
|
+
{
|
|
17934
|
+
id: 91,
|
|
17935
|
+
taxReturnCategory: {
|
|
17936
|
+
id: 7
|
|
17937
|
+
},
|
|
17938
|
+
code: "D8",
|
|
17939
|
+
subCode: "CP",
|
|
17940
|
+
taxReturnCode: null,
|
|
17941
|
+
name: "Dividend Deductions - Convertible Preference Share",
|
|
17942
|
+
seq: 910,
|
|
17943
|
+
isOtherIncome: 0,
|
|
17944
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17945
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17946
|
+
},
|
|
17947
|
+
{
|
|
17948
|
+
id: 92,
|
|
17949
|
+
taxReturnCategory: {
|
|
17950
|
+
id: 7
|
|
17951
|
+
},
|
|
17952
|
+
code: "D8",
|
|
17953
|
+
subCode: "MA",
|
|
17954
|
+
taxReturnCode: null,
|
|
17955
|
+
name: "Dividend Deductions - Allocated Pensions & Annuities",
|
|
17956
|
+
seq: 920,
|
|
17957
|
+
isOtherIncome: 0,
|
|
17958
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17959
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17960
|
+
},
|
|
17961
|
+
{
|
|
17962
|
+
id: 93,
|
|
17963
|
+
taxReturnCategory: {
|
|
17964
|
+
id: 7
|
|
17965
|
+
},
|
|
17966
|
+
code: "D8",
|
|
17967
|
+
subCode: "MF",
|
|
17968
|
+
taxReturnCode: null,
|
|
17969
|
+
name: "Dividend Deductions - Friendly Society",
|
|
17970
|
+
seq: 930,
|
|
17971
|
+
isOtherIncome: 0,
|
|
17972
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17973
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17974
|
+
},
|
|
17975
|
+
{
|
|
17976
|
+
id: 94,
|
|
17977
|
+
taxReturnCategory: {
|
|
17978
|
+
id: 7
|
|
17979
|
+
},
|
|
17980
|
+
code: "D9",
|
|
17981
|
+
subCode: "J",
|
|
17982
|
+
taxReturnCode: null,
|
|
17983
|
+
name: "Gifts or donations",
|
|
17984
|
+
seq: 940,
|
|
17985
|
+
isOtherIncome: 0,
|
|
17986
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17987
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17988
|
+
},
|
|
17989
|
+
{
|
|
17990
|
+
id: 95,
|
|
17991
|
+
taxReturnCategory: {
|
|
17992
|
+
id: 7
|
|
17993
|
+
},
|
|
17994
|
+
code: "D10",
|
|
17995
|
+
subCode: null,
|
|
17996
|
+
taxReturnCode: null,
|
|
17997
|
+
name: "Cost of managing tax affairs",
|
|
17998
|
+
seq: 950,
|
|
17999
|
+
isOtherIncome: 0,
|
|
18000
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18001
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18002
|
+
},
|
|
18003
|
+
{
|
|
18004
|
+
id: 96,
|
|
18005
|
+
taxReturnCategory: {
|
|
18006
|
+
id: 7
|
|
18007
|
+
},
|
|
18008
|
+
code: "D10",
|
|
18009
|
+
subCode: "N",
|
|
18010
|
+
taxReturnCode: null,
|
|
18011
|
+
name: "Interest Charged by ATO",
|
|
18012
|
+
seq: 960,
|
|
18013
|
+
isOtherIncome: 0,
|
|
18014
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18015
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18016
|
+
},
|
|
18017
|
+
{
|
|
18018
|
+
id: 97,
|
|
18019
|
+
taxReturnCategory: {
|
|
18020
|
+
id: 7
|
|
18021
|
+
},
|
|
18022
|
+
code: "D10",
|
|
18023
|
+
subCode: "L",
|
|
18024
|
+
taxReturnCode: null,
|
|
18025
|
+
name: "Litigation Costs",
|
|
18026
|
+
seq: 970,
|
|
18027
|
+
isOtherIncome: 0,
|
|
18028
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18029
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18030
|
+
},
|
|
18031
|
+
{
|
|
18032
|
+
id: 98,
|
|
18033
|
+
taxReturnCategory: {
|
|
18034
|
+
id: 7
|
|
18035
|
+
},
|
|
18036
|
+
code: "D10",
|
|
18037
|
+
subCode: "M",
|
|
18038
|
+
taxReturnCode: null,
|
|
18039
|
+
name: "Accounting Fees",
|
|
18040
|
+
seq: 980,
|
|
18041
|
+
isOtherIncome: 0,
|
|
18042
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18043
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18044
|
+
},
|
|
18045
|
+
{
|
|
18046
|
+
id: 99,
|
|
18047
|
+
taxReturnCategory: {
|
|
18048
|
+
id: 7
|
|
18049
|
+
},
|
|
18050
|
+
code: "D11",
|
|
18051
|
+
subCode: null,
|
|
18052
|
+
taxReturnCode: null,
|
|
18053
|
+
name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
|
|
18054
|
+
seq: 990,
|
|
18055
|
+
isOtherIncome: 0,
|
|
18056
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18057
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18058
|
+
},
|
|
18059
|
+
{
|
|
18060
|
+
id: 100,
|
|
18061
|
+
taxReturnCategory: {
|
|
18062
|
+
id: 18
|
|
18063
|
+
},
|
|
18064
|
+
code: "D12",
|
|
18065
|
+
subCode: null,
|
|
18066
|
+
taxReturnCode: null,
|
|
18067
|
+
name: "Personal superannuation contributions",
|
|
18068
|
+
seq: 1000,
|
|
18069
|
+
isOtherIncome: 0,
|
|
18070
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18071
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18072
|
+
},
|
|
18073
|
+
{
|
|
18074
|
+
id: 101,
|
|
18075
|
+
taxReturnCategory: {
|
|
18076
|
+
id: 18
|
|
18077
|
+
},
|
|
18078
|
+
code: "D12",
|
|
18079
|
+
subCode: "H",
|
|
18080
|
+
taxReturnCode: null,
|
|
18081
|
+
name: "Personal Super Contributions (Non-Deductible)",
|
|
18082
|
+
seq: 1010,
|
|
18083
|
+
isOtherIncome: 0,
|
|
18084
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18085
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18086
|
+
},
|
|
18087
|
+
{
|
|
18088
|
+
id: 102,
|
|
18089
|
+
taxReturnCategory: {
|
|
18090
|
+
id: 18
|
|
18091
|
+
},
|
|
18092
|
+
code: "D13",
|
|
18093
|
+
subCode: null,
|
|
18094
|
+
taxReturnCode: null,
|
|
18095
|
+
name: "Deduction for project pool",
|
|
18096
|
+
seq: 1020,
|
|
18097
|
+
isOtherIncome: 0,
|
|
18098
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18099
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18100
|
+
},
|
|
18101
|
+
{
|
|
18102
|
+
id: 103,
|
|
18103
|
+
taxReturnCategory: {
|
|
18104
|
+
id: 18
|
|
18105
|
+
},
|
|
18106
|
+
code: "D14",
|
|
18107
|
+
subCode: "A",
|
|
18108
|
+
taxReturnCode: null,
|
|
18109
|
+
name: "Forestry managed investment scheme deduction",
|
|
18110
|
+
seq: 1030,
|
|
18111
|
+
isOtherIncome: 0,
|
|
18112
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18113
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18114
|
+
},
|
|
18115
|
+
{
|
|
18116
|
+
id: 104,
|
|
18117
|
+
taxReturnCategory: {
|
|
18118
|
+
id: 18
|
|
18119
|
+
},
|
|
18120
|
+
code: "D15",
|
|
18121
|
+
subCode: "O",
|
|
18122
|
+
taxReturnCode: null,
|
|
18123
|
+
name: "Non capital losses on disposal of assets",
|
|
18124
|
+
seq: 1040,
|
|
18125
|
+
isOtherIncome: 0,
|
|
18126
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18127
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18128
|
+
},
|
|
18129
|
+
{
|
|
18130
|
+
id: 105,
|
|
18131
|
+
taxReturnCategory: {
|
|
18132
|
+
id: 18
|
|
18133
|
+
},
|
|
18134
|
+
code: "D15",
|
|
18135
|
+
subCode: "P",
|
|
18136
|
+
taxReturnCode: null,
|
|
18137
|
+
name: "Income Protection Insurance",
|
|
18138
|
+
seq: 1050,
|
|
18139
|
+
isOtherIncome: 0,
|
|
18140
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18141
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18142
|
+
},
|
|
18143
|
+
{
|
|
18144
|
+
id: 133,
|
|
18145
|
+
taxReturnCategory: {
|
|
18146
|
+
id: 18
|
|
18147
|
+
},
|
|
18148
|
+
code: "D16",
|
|
18149
|
+
subCode: null,
|
|
18150
|
+
taxReturnCode: null,
|
|
18151
|
+
name: "Private income and expenses",
|
|
18152
|
+
seq: 1330,
|
|
18153
|
+
isOtherIncome: 0,
|
|
18154
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18155
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18156
|
+
},
|
|
18157
|
+
{
|
|
18158
|
+
id: 134,
|
|
18159
|
+
taxReturnCategory: {
|
|
18160
|
+
id: 31
|
|
18161
|
+
},
|
|
18162
|
+
code: 3,
|
|
18163
|
+
subCode: "H",
|
|
18164
|
+
taxReturnCode: null,
|
|
18165
|
+
name: "Lump Sum B",
|
|
18166
|
+
seq: 35,
|
|
18167
|
+
isOtherIncome: 0,
|
|
18168
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18169
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18170
|
+
},
|
|
18171
|
+
{
|
|
18172
|
+
id: 135,
|
|
18173
|
+
taxReturnCategory: {
|
|
18174
|
+
id: 40
|
|
18175
|
+
},
|
|
18176
|
+
code: 24,
|
|
18177
|
+
subCode: "E",
|
|
18178
|
+
taxReturnCode: null,
|
|
18179
|
+
name: "Tax Withheld Lump Sum payments in arrears",
|
|
18180
|
+
seq: 441,
|
|
18181
|
+
isOtherIncome: 1,
|
|
18182
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18183
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18184
|
+
},
|
|
18185
|
+
{
|
|
18186
|
+
id: 136,
|
|
18187
|
+
taxReturnCategory: {
|
|
18188
|
+
id: 40
|
|
18189
|
+
},
|
|
18190
|
+
code: 24,
|
|
18191
|
+
subCode: "Y",
|
|
18192
|
+
taxReturnCode: null,
|
|
18193
|
+
name: "Other Income - Category 1",
|
|
18194
|
+
seq: 442,
|
|
18195
|
+
isOtherIncome: 1,
|
|
18196
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18197
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18198
|
+
},
|
|
18199
|
+
{
|
|
18200
|
+
id: 137,
|
|
18201
|
+
taxReturnCategory: {
|
|
18202
|
+
id: 40
|
|
18203
|
+
},
|
|
18204
|
+
code: 24,
|
|
18205
|
+
subCode: "V",
|
|
18206
|
+
taxReturnCode: null,
|
|
18207
|
+
name: "Other Income - Ctaegory 4",
|
|
18208
|
+
seq: 443,
|
|
18209
|
+
isOtherIncome: 1,
|
|
18210
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18211
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18212
|
+
},
|
|
18213
|
+
{
|
|
18214
|
+
id: 138,
|
|
18215
|
+
taxReturnCategory: {
|
|
18216
|
+
id: 40
|
|
18217
|
+
},
|
|
18218
|
+
code: 24,
|
|
18219
|
+
subCode: "Z",
|
|
18220
|
+
taxReturnCode: null,
|
|
18221
|
+
name: "Taxable Professional Income",
|
|
18222
|
+
seq: 444,
|
|
18223
|
+
isOtherIncome: 1,
|
|
18224
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18225
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18226
|
+
},
|
|
18227
|
+
{
|
|
18228
|
+
id: 139,
|
|
18229
|
+
taxReturnCategory: {
|
|
18230
|
+
id: 40
|
|
18231
|
+
},
|
|
18232
|
+
code: 24,
|
|
18233
|
+
subCode: "X",
|
|
18234
|
+
taxReturnCode: null,
|
|
18235
|
+
name: "Other Income - Category 2 - ATO Interest",
|
|
18236
|
+
seq: 445,
|
|
18237
|
+
isOtherIncome: 1,
|
|
18238
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18239
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18240
|
+
},
|
|
18241
|
+
{
|
|
18242
|
+
id: 140,
|
|
18243
|
+
taxReturnCategory: {
|
|
18244
|
+
id: 6
|
|
18245
|
+
},
|
|
18246
|
+
code: 11,
|
|
18247
|
+
subCode: null,
|
|
18248
|
+
taxReturnCode: null,
|
|
18249
|
+
name: "Dividends",
|
|
18250
|
+
seq: 111,
|
|
18251
|
+
isOtherIncome: 1,
|
|
18252
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18253
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18254
|
+
},
|
|
18255
|
+
{
|
|
18256
|
+
id: 144,
|
|
18257
|
+
taxReturnCategory: {
|
|
18258
|
+
id: 3
|
|
18259
|
+
},
|
|
18260
|
+
code: 7,
|
|
18261
|
+
subCode: "J",
|
|
18262
|
+
taxReturnCode: null,
|
|
18263
|
+
name: "Superannuation income streams - Taxed Element",
|
|
18264
|
+
seq: 71,
|
|
18265
|
+
isOtherIncome: 1,
|
|
18266
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18267
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18268
|
+
},
|
|
18269
|
+
{
|
|
18270
|
+
id: 145,
|
|
18271
|
+
taxReturnCategory: {
|
|
18272
|
+
id: 3
|
|
18273
|
+
},
|
|
18274
|
+
code: 7,
|
|
18275
|
+
subCode: "N",
|
|
18276
|
+
taxReturnCode: null,
|
|
18277
|
+
name: "Superannuation income streams - Untaxed Element",
|
|
18278
|
+
seq: 72,
|
|
18279
|
+
isOtherIncome: 1,
|
|
18280
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18281
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18282
|
+
},
|
|
18283
|
+
{
|
|
18284
|
+
id: 146,
|
|
18285
|
+
taxReturnCategory: {
|
|
18286
|
+
id: 3
|
|
18287
|
+
},
|
|
18288
|
+
code: 7,
|
|
18289
|
+
subCode: "M",
|
|
18290
|
+
taxReturnCode: null,
|
|
18291
|
+
name: "Assessable Amount From Capped Benefit",
|
|
18292
|
+
seq: 73,
|
|
18293
|
+
isOtherIncome: 1,
|
|
18294
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18295
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18296
|
+
},
|
|
18297
|
+
{
|
|
18298
|
+
id: 147,
|
|
18299
|
+
taxReturnCategory: {
|
|
18300
|
+
id: 3
|
|
18301
|
+
},
|
|
18302
|
+
code: 7,
|
|
18303
|
+
subCode: "Y",
|
|
18304
|
+
taxReturnCode: null,
|
|
18305
|
+
name: "Lump Sum in Arrears - Taxed Element",
|
|
18306
|
+
seq: 74,
|
|
18307
|
+
isOtherIncome: 1,
|
|
18308
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18309
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18310
|
+
},
|
|
18311
|
+
{
|
|
18312
|
+
id: 148,
|
|
18313
|
+
taxReturnCategory: {
|
|
18314
|
+
id: 3
|
|
18315
|
+
},
|
|
18316
|
+
code: 7,
|
|
18317
|
+
subCode: "Z",
|
|
18318
|
+
taxReturnCode: null,
|
|
18319
|
+
name: "Lump Sum in Arrears - Untaxed Element",
|
|
18320
|
+
seq: 75,
|
|
18321
|
+
isOtherIncome: 1,
|
|
18322
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18323
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18324
|
+
},
|
|
18325
|
+
{
|
|
18326
|
+
id: 149,
|
|
18327
|
+
taxReturnCategory: {
|
|
18328
|
+
id: 34
|
|
18329
|
+
},
|
|
18330
|
+
code: 8,
|
|
18331
|
+
subCode: "Q",
|
|
18332
|
+
taxReturnCode: null,
|
|
18333
|
+
name: "Superannuation Lump Sum Payments - Taxed Element",
|
|
18334
|
+
seq: 81,
|
|
18335
|
+
isOtherIncome: 1,
|
|
18336
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18337
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18338
|
+
},
|
|
18339
|
+
{
|
|
18340
|
+
id: 150,
|
|
18341
|
+
taxReturnCategory: {
|
|
18342
|
+
id: 34
|
|
18343
|
+
},
|
|
18344
|
+
code: 8,
|
|
18345
|
+
subCode: "P",
|
|
18346
|
+
taxReturnCode: null,
|
|
18347
|
+
name: "Superannuation Lump Sum Payments - Untaxed Element",
|
|
18348
|
+
seq: 82,
|
|
18349
|
+
isOtherIncome: 1,
|
|
18350
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18351
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18352
|
+
},
|
|
18353
|
+
{
|
|
18354
|
+
id: 151,
|
|
18355
|
+
taxReturnCategory: {
|
|
18356
|
+
id: 35
|
|
18357
|
+
},
|
|
18358
|
+
code: 12,
|
|
18359
|
+
subCode: "D",
|
|
18360
|
+
taxReturnCode: null,
|
|
18361
|
+
name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
|
|
18362
|
+
seq: 121,
|
|
18363
|
+
isOtherIncome: 1,
|
|
18364
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18365
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18366
|
+
},
|
|
18367
|
+
{
|
|
18368
|
+
id: 152,
|
|
18369
|
+
taxReturnCategory: {
|
|
18370
|
+
id: 35
|
|
18371
|
+
},
|
|
18372
|
+
code: 12,
|
|
18373
|
+
subCode: "E",
|
|
18374
|
+
taxReturnCode: null,
|
|
18375
|
+
name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
|
|
18376
|
+
seq: 122,
|
|
18377
|
+
isOtherIncome: 1,
|
|
18378
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18379
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18380
|
+
},
|
|
18381
|
+
{
|
|
18382
|
+
id: 153,
|
|
18383
|
+
taxReturnCategory: {
|
|
18384
|
+
id: 35
|
|
18385
|
+
},
|
|
18386
|
+
code: 12,
|
|
18387
|
+
subCode: "F",
|
|
18388
|
+
taxReturnCode: null,
|
|
18389
|
+
name: "Discount From Deferral Schemes",
|
|
18390
|
+
seq: 123,
|
|
18391
|
+
isOtherIncome: 1,
|
|
18392
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18393
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18394
|
+
},
|
|
18395
|
+
{
|
|
18396
|
+
id: 154,
|
|
18397
|
+
taxReturnCategory: {
|
|
18398
|
+
id: 36
|
|
18399
|
+
},
|
|
18400
|
+
code: 13,
|
|
18401
|
+
subCode: "O",
|
|
18402
|
+
taxReturnCode: null,
|
|
18403
|
+
name: "Partnership Income",
|
|
18404
|
+
seq: 131,
|
|
18405
|
+
isOtherIncome: 1,
|
|
18406
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18407
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18408
|
+
},
|
|
18409
|
+
{
|
|
18410
|
+
id: 155,
|
|
18411
|
+
taxReturnCategory: {
|
|
18412
|
+
id: 37
|
|
18413
|
+
},
|
|
18414
|
+
code: 13,
|
|
18415
|
+
subCode: "U",
|
|
18416
|
+
taxReturnCode: null,
|
|
18417
|
+
name: "Trust Income",
|
|
18418
|
+
seq: 132,
|
|
18419
|
+
isOtherIncome: 1,
|
|
18420
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18421
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18422
|
+
},
|
|
18423
|
+
{
|
|
18424
|
+
id: 156,
|
|
18425
|
+
taxReturnCategory: {
|
|
18426
|
+
id: 36
|
|
18427
|
+
},
|
|
18428
|
+
code: 13,
|
|
18429
|
+
subCode: "B",
|
|
18430
|
+
taxReturnCode: null,
|
|
18431
|
+
name: "Partnership Expenses",
|
|
18432
|
+
seq: 133,
|
|
18433
|
+
isOtherIncome: 1,
|
|
18434
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18435
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18436
|
+
},
|
|
18437
|
+
{
|
|
18438
|
+
id: 157,
|
|
18439
|
+
taxReturnCategory: {
|
|
18440
|
+
id: 37
|
|
18441
|
+
},
|
|
18442
|
+
code: 13,
|
|
18443
|
+
subCode: "Y",
|
|
18444
|
+
taxReturnCode: null,
|
|
18445
|
+
name: "Trust Expenses",
|
|
18446
|
+
seq: 134,
|
|
18447
|
+
isOtherIncome: 1,
|
|
18448
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18449
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18450
|
+
},
|
|
18451
|
+
{
|
|
18452
|
+
id: 158,
|
|
18453
|
+
taxReturnCategory: {
|
|
18454
|
+
id: 14
|
|
18455
|
+
},
|
|
18456
|
+
code: 14,
|
|
18457
|
+
subCode: "O",
|
|
18458
|
+
taxReturnCode: null,
|
|
18459
|
+
name: "Personal services income (PSI) - labour hire or other",
|
|
18460
|
+
seq: 141,
|
|
18461
|
+
isOtherIncome: 1,
|
|
18462
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18463
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18464
|
+
},
|
|
18465
|
+
{
|
|
18466
|
+
id: 159,
|
|
18467
|
+
taxReturnCategory: {
|
|
18468
|
+
id: 14
|
|
18469
|
+
},
|
|
18470
|
+
code: 14,
|
|
18471
|
+
subCode: "V",
|
|
18472
|
+
taxReturnCode: null,
|
|
18473
|
+
name: "Personal services income (PSI) - voluntary agreement",
|
|
18474
|
+
seq: 148,
|
|
18475
|
+
isOtherIncome: 1,
|
|
18476
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18477
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18478
|
+
},
|
|
18479
|
+
{
|
|
18480
|
+
id: 160,
|
|
18481
|
+
taxReturnCategory: {
|
|
18482
|
+
id: 18
|
|
18483
|
+
},
|
|
18484
|
+
code: "D15",
|
|
18485
|
+
subCode: "D",
|
|
18486
|
+
taxReturnCode: null,
|
|
18487
|
+
name: "Foreign exchange losses",
|
|
18488
|
+
seq: 1055,
|
|
18489
|
+
isOtherIncome: 0,
|
|
18490
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18491
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18492
|
+
},
|
|
18493
|
+
{
|
|
18494
|
+
id: 161,
|
|
18495
|
+
taxReturnCategory: {
|
|
18496
|
+
id: 42
|
|
18497
|
+
},
|
|
18498
|
+
code: 15,
|
|
18499
|
+
subCode: "D",
|
|
18500
|
+
taxReturnCode: null,
|
|
18501
|
+
name: "Gross payments - no ABN given",
|
|
18502
|
+
seq: 1500,
|
|
18503
|
+
isOtherIncome: 0,
|
|
18504
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18505
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18506
|
+
},
|
|
18507
|
+
{
|
|
18508
|
+
id: 162,
|
|
18509
|
+
taxReturnCategory: {
|
|
18510
|
+
id: 43
|
|
18511
|
+
},
|
|
18512
|
+
code: 15,
|
|
18513
|
+
subCode: "F",
|
|
18514
|
+
taxReturnCode: null,
|
|
18515
|
+
name: "Gross payments - Voluntary agreement",
|
|
18516
|
+
seq: 1510,
|
|
18517
|
+
isOtherIncome: 0,
|
|
18518
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18519
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18520
|
+
},
|
|
18521
|
+
{
|
|
18522
|
+
id: 163,
|
|
18523
|
+
taxReturnCategory: {
|
|
18524
|
+
id: 50
|
|
18525
|
+
},
|
|
18526
|
+
code: 15,
|
|
18527
|
+
subCode: "G",
|
|
18528
|
+
taxReturnCode: null,
|
|
18529
|
+
name: "Superannuation expenses",
|
|
18530
|
+
seq: 1520,
|
|
18531
|
+
isOtherIncome: 0,
|
|
18532
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18533
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18534
|
+
},
|
|
18535
|
+
{
|
|
18536
|
+
id: 164,
|
|
18537
|
+
taxReturnCategory: {
|
|
18538
|
+
id: 45
|
|
18539
|
+
},
|
|
18540
|
+
code: 15,
|
|
18541
|
+
subCode: "H",
|
|
18542
|
+
taxReturnCode: null,
|
|
18543
|
+
name: "Assessable Government Payments",
|
|
18544
|
+
seq: 1530,
|
|
18545
|
+
isOtherIncome: 0,
|
|
18546
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18547
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18548
|
+
},
|
|
18549
|
+
{
|
|
18550
|
+
id: 165,
|
|
18551
|
+
taxReturnCategory: {
|
|
18552
|
+
id: 51
|
|
18553
|
+
},
|
|
18554
|
+
code: 15,
|
|
18555
|
+
subCode: "I",
|
|
18556
|
+
taxReturnCode: null,
|
|
18557
|
+
name: "Bad debts",
|
|
18558
|
+
seq: 1540,
|
|
18559
|
+
isOtherIncome: 0,
|
|
18560
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18561
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18562
|
+
},
|
|
18563
|
+
{
|
|
18564
|
+
id: 166,
|
|
18565
|
+
taxReturnCategory: {
|
|
18566
|
+
id: 46
|
|
18567
|
+
},
|
|
18568
|
+
code: 15,
|
|
18569
|
+
subCode: "J",
|
|
18570
|
+
taxReturnCode: null,
|
|
18571
|
+
name: "Other Business Income",
|
|
18572
|
+
seq: 1550,
|
|
18573
|
+
isOtherIncome: 0,
|
|
18574
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18575
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18576
|
+
},
|
|
18577
|
+
{
|
|
18578
|
+
id: 167,
|
|
18579
|
+
taxReturnCategory: {
|
|
18580
|
+
id: 53
|
|
18581
|
+
},
|
|
18582
|
+
code: 15,
|
|
18583
|
+
subCode: "K",
|
|
18584
|
+
taxReturnCode: null,
|
|
18585
|
+
name: "Rent expenses",
|
|
18586
|
+
seq: 1560,
|
|
18587
|
+
isOtherIncome: 0,
|
|
18588
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18589
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18590
|
+
},
|
|
18591
|
+
{
|
|
18592
|
+
id: 168,
|
|
18593
|
+
taxReturnCategory: {
|
|
18594
|
+
id: 48
|
|
18595
|
+
},
|
|
18596
|
+
code: 15,
|
|
18597
|
+
subCode: "L",
|
|
18598
|
+
taxReturnCode: null,
|
|
18599
|
+
name: "Purchases and other costs",
|
|
18600
|
+
seq: 1570,
|
|
18601
|
+
isOtherIncome: 0,
|
|
18602
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18603
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18604
|
+
},
|
|
18605
|
+
{
|
|
18606
|
+
id: 169,
|
|
18607
|
+
taxReturnCategory: {
|
|
18608
|
+
id: 56
|
|
18609
|
+
},
|
|
18610
|
+
code: 15,
|
|
18611
|
+
subCode: "M",
|
|
18612
|
+
taxReturnCode: null,
|
|
18613
|
+
name: "Depreciation expenses",
|
|
18614
|
+
seq: 1580,
|
|
18615
|
+
isOtherIncome: 0,
|
|
18616
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18617
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18618
|
+
},
|
|
18619
|
+
{
|
|
18620
|
+
id: 170,
|
|
18621
|
+
taxReturnCategory: {
|
|
18622
|
+
id: 57
|
|
18623
|
+
},
|
|
18624
|
+
code: 15,
|
|
18625
|
+
subCode: "N",
|
|
18626
|
+
taxReturnCode: null,
|
|
18627
|
+
name: "Motor vehicle expenses",
|
|
18628
|
+
seq: 1590,
|
|
18629
|
+
isOtherIncome: 0,
|
|
18630
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18631
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18632
|
+
},
|
|
18633
|
+
{
|
|
18634
|
+
id: 171,
|
|
18635
|
+
taxReturnCategory: {
|
|
18636
|
+
id: 44
|
|
18637
|
+
},
|
|
18638
|
+
code: 15,
|
|
18639
|
+
subCode: "O",
|
|
18640
|
+
taxReturnCode: null,
|
|
18641
|
+
name: "Gross payments - Labour hire or other",
|
|
18642
|
+
seq: 1600,
|
|
18643
|
+
isOtherIncome: 0,
|
|
18644
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18645
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18646
|
+
},
|
|
18647
|
+
{
|
|
18648
|
+
id: 172,
|
|
18649
|
+
taxReturnCategory: {
|
|
18650
|
+
id: 58
|
|
18651
|
+
},
|
|
18652
|
+
code: 15,
|
|
18653
|
+
subCode: "P",
|
|
18654
|
+
taxReturnCode: null,
|
|
18655
|
+
name: "All other expenses",
|
|
18656
|
+
seq: 1610,
|
|
18657
|
+
isOtherIncome: 0,
|
|
18658
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18659
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18660
|
+
},
|
|
18661
|
+
{
|
|
18662
|
+
id: 173,
|
|
18663
|
+
taxReturnCategory: {
|
|
18664
|
+
id: 54
|
|
18665
|
+
},
|
|
18666
|
+
code: 15,
|
|
18667
|
+
subCode: "Q",
|
|
18668
|
+
taxReturnCode: null,
|
|
18669
|
+
name: "Interest expenses within Australia",
|
|
18670
|
+
seq: 1620,
|
|
18671
|
+
isOtherIncome: 0,
|
|
18672
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18673
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18674
|
+
},
|
|
18675
|
+
{
|
|
18676
|
+
id: 174,
|
|
18677
|
+
taxReturnCategory: {
|
|
18678
|
+
id: 55
|
|
18679
|
+
},
|
|
18680
|
+
code: 15,
|
|
18681
|
+
subCode: "R",
|
|
18682
|
+
taxReturnCode: null,
|
|
18683
|
+
name: "Interest expenses overseas",
|
|
18684
|
+
seq: 1630,
|
|
18685
|
+
isOtherIncome: 0,
|
|
18686
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18687
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18688
|
+
},
|
|
18689
|
+
{
|
|
18690
|
+
id: 175,
|
|
18691
|
+
taxReturnCategory: {
|
|
18692
|
+
id: 49
|
|
18693
|
+
},
|
|
18694
|
+
code: 15,
|
|
18695
|
+
subCode: "F",
|
|
18696
|
+
taxReturnCode: null,
|
|
18697
|
+
name: "Contractors, subcontractors & commission expenses",
|
|
18698
|
+
seq: 1575,
|
|
18699
|
+
isOtherIncome: 0,
|
|
18700
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18701
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18702
|
+
},
|
|
18703
|
+
{
|
|
18704
|
+
id: 176,
|
|
18705
|
+
taxReturnCategory: {
|
|
18706
|
+
id: 52
|
|
18707
|
+
},
|
|
18708
|
+
code: 15,
|
|
18709
|
+
subCode: "J",
|
|
18710
|
+
taxReturnCode: null,
|
|
18711
|
+
name: "Lease expenses",
|
|
18712
|
+
seq: 1545,
|
|
18713
|
+
isOtherIncome: 0,
|
|
18714
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18715
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18716
|
+
},
|
|
18717
|
+
{
|
|
18718
|
+
id: 177,
|
|
18719
|
+
taxReturnCategory: {
|
|
18720
|
+
id: 14
|
|
18721
|
+
},
|
|
18722
|
+
code: 14,
|
|
18723
|
+
subCode: "J",
|
|
18724
|
+
taxReturnCode: null,
|
|
18725
|
+
name: "Personal services income (PSI) - Other",
|
|
18726
|
+
seq: 142,
|
|
18727
|
+
isOtherIncome: 1,
|
|
18728
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18729
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18730
|
+
},
|
|
18731
|
+
{
|
|
18732
|
+
id: 178,
|
|
18733
|
+
taxReturnCategory: {
|
|
18734
|
+
id: 14
|
|
18735
|
+
},
|
|
18736
|
+
code: 14,
|
|
18737
|
+
subCode: "K",
|
|
18738
|
+
taxReturnCode: null,
|
|
18739
|
+
name: "Personal services income (PSI) - Deductions Associates",
|
|
18740
|
+
seq: 143,
|
|
18741
|
+
isOtherIncome: 1,
|
|
18742
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18743
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18744
|
+
},
|
|
18745
|
+
{
|
|
18746
|
+
id: 179,
|
|
18747
|
+
taxReturnCategory: {
|
|
18748
|
+
id: 14
|
|
18749
|
+
},
|
|
18750
|
+
code: 14,
|
|
18751
|
+
subCode: "L",
|
|
18752
|
+
taxReturnCode: null,
|
|
18753
|
+
name: "Personal services income (PSI) - Deductions Other",
|
|
18754
|
+
seq: 144,
|
|
18755
|
+
isOtherIncome: 1,
|
|
18756
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18757
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18758
|
+
}
|
|
18759
|
+
];
|
|
18760
|
+
|
|
18761
|
+
class TaxReturnItemService extends DataService {
|
|
18762
|
+
constructor() {
|
|
18763
|
+
super();
|
|
18764
|
+
this.modelClass = TaxReturnItem;
|
|
18765
|
+
this.collectionClass = Collection;
|
|
18766
|
+
this.setCache(TaxReturnItems);
|
|
18767
|
+
}
|
|
18768
|
+
}
|
|
18769
|
+
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18770
|
+
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
|
|
18771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
16634
18772
|
type: Injectable,
|
|
16635
18773
|
args: [{
|
|
16636
18774
|
providedIn: 'root'
|
|
@@ -16850,9 +18988,9 @@ class AccountSetupService {
|
|
|
16850
18988
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
16851
18989
|
}
|
|
16852
18990
|
}
|
|
16853
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16854
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
18991
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18992
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
18993
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
16856
18994
|
type: Injectable,
|
|
16857
18995
|
args: [{
|
|
16858
18996
|
providedIn: 'root'
|
|
@@ -16878,9 +19016,9 @@ class RewardfulService {
|
|
|
16878
19016
|
});
|
|
16879
19017
|
}
|
|
16880
19018
|
}
|
|
16881
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16882
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19019
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19020
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
19021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
|
|
16884
19022
|
type: Injectable,
|
|
16885
19023
|
args: [{
|
|
16886
19024
|
providedIn: 'root'
|
|
@@ -16925,9 +19063,9 @@ class AssetsService {
|
|
|
16925
19063
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
16926
19064
|
}
|
|
16927
19065
|
}
|
|
16928
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16929
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19066
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19067
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
19068
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
|
|
16931
19069
|
type: Injectable,
|
|
16932
19070
|
args: [{
|
|
16933
19071
|
providedIn: 'root'
|
|
@@ -16986,9 +19124,9 @@ class BankTransactionCalculationService {
|
|
|
16986
19124
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
16987
19125
|
}
|
|
16988
19126
|
}
|
|
16989
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16990
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19127
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19128
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
19129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
16992
19130
|
type: Injectable,
|
|
16993
19131
|
args: [{
|
|
16994
19132
|
providedIn: 'root'
|
|
@@ -17017,9 +19155,9 @@ class BankAccountCalculationService {
|
|
|
17017
19155
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
17018
19156
|
}
|
|
17019
19157
|
}
|
|
17020
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17021
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19158
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19159
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
19160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
17023
19161
|
type: Injectable,
|
|
17024
19162
|
args: [{
|
|
17025
19163
|
providedIn: 'root'
|
|
@@ -17047,9 +19185,9 @@ class ExportFormatterService {
|
|
|
17047
19185
|
}));
|
|
17048
19186
|
}
|
|
17049
19187
|
}
|
|
17050
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17051
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19188
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19189
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
19190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
17053
19191
|
type: Injectable,
|
|
17054
19192
|
args: [{
|
|
17055
19193
|
providedIn: 'root'
|
|
@@ -17070,9 +19208,9 @@ class HeaderTitleService {
|
|
|
17070
19208
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
17071
19209
|
}
|
|
17072
19210
|
}
|
|
17073
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17074
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19211
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19212
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
19213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
17076
19214
|
type: Injectable,
|
|
17077
19215
|
args: [{
|
|
17078
19216
|
providedIn: 'root'
|
|
@@ -17106,9 +19244,9 @@ class IntercomService {
|
|
|
17106
19244
|
window.Intercom('boot', connectionCredentials);
|
|
17107
19245
|
}
|
|
17108
19246
|
}
|
|
17109
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17110
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19247
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19248
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
19249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
|
|
17112
19250
|
type: Injectable,
|
|
17113
19251
|
args: [{
|
|
17114
19252
|
providedIn: 'root'
|
|
@@ -17178,9 +19316,9 @@ class PdfFromDomElementService {
|
|
|
17178
19316
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
17179
19317
|
}
|
|
17180
19318
|
}
|
|
17181
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17182
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19319
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19320
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
19321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
17184
19322
|
type: Injectable,
|
|
17185
19323
|
args: [{
|
|
17186
19324
|
providedIn: 'root'
|
|
@@ -17274,9 +19412,9 @@ class PdfFromTableService {
|
|
|
17274
19412
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
17275
19413
|
}
|
|
17276
19414
|
}
|
|
17277
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17278
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19415
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19416
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
19417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
17280
19418
|
type: Injectable,
|
|
17281
19419
|
args: [{
|
|
17282
19420
|
providedIn: 'root'
|
|
@@ -17315,9 +19453,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
17315
19453
|
return pdf;
|
|
17316
19454
|
}
|
|
17317
19455
|
}
|
|
17318
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17319
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19456
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19457
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
19458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
17321
19459
|
type: Injectable,
|
|
17322
19460
|
args: [{
|
|
17323
19461
|
providedIn: 'root'
|
|
@@ -17353,9 +19491,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
17353
19491
|
return pdf;
|
|
17354
19492
|
}
|
|
17355
19493
|
}
|
|
17356
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17357
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19494
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
19495
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
19496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
17359
19497
|
type: Injectable,
|
|
17360
19498
|
args: [{
|
|
17361
19499
|
providedIn: 'root'
|
|
@@ -17382,9 +19520,9 @@ class EquityPositionChartService {
|
|
|
17382
19520
|
}))));
|
|
17383
19521
|
}
|
|
17384
19522
|
}
|
|
17385
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17386
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19523
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19524
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
19525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
17388
19526
|
type: Injectable,
|
|
17389
19527
|
args: [{
|
|
17390
19528
|
providedIn: 'root'
|
|
@@ -17537,9 +19675,9 @@ class PropertyCalculationService {
|
|
|
17537
19675
|
}
|
|
17538
19676
|
}
|
|
17539
19677
|
}
|
|
17540
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17541
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19678
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19679
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
19680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
17543
19681
|
type: Injectable,
|
|
17544
19682
|
args: [{
|
|
17545
19683
|
providedIn: 'root'
|
|
@@ -17590,9 +19728,9 @@ class PropertyTransactionReportService {
|
|
|
17590
19728
|
.getWithoutBorrowingExpenses()));
|
|
17591
19729
|
}
|
|
17592
19730
|
}
|
|
17593
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17594
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19731
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19732
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
19733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
17596
19734
|
type: Injectable,
|
|
17597
19735
|
args: [{
|
|
17598
19736
|
providedIn: 'root'
|
|
@@ -17660,9 +19798,9 @@ class TransactionCalculationService {
|
|
|
17660
19798
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
17661
19799
|
}
|
|
17662
19800
|
}
|
|
17663
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17664
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19801
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19802
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
19803
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
17666
19804
|
type: Injectable,
|
|
17667
19805
|
args: [{
|
|
17668
19806
|
providedIn: 'root'
|
|
@@ -17722,9 +19860,9 @@ class LogbookBestPeriodService {
|
|
|
17722
19860
|
});
|
|
17723
19861
|
}
|
|
17724
19862
|
}
|
|
17725
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17726
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19863
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19864
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
19865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
17728
19866
|
type: Injectable,
|
|
17729
19867
|
args: [{
|
|
17730
19868
|
providedIn: 'root'
|
|
@@ -17802,9 +19940,9 @@ class XlsxService {
|
|
|
17802
19940
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
17803
19941
|
}
|
|
17804
19942
|
}
|
|
17805
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17806
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19943
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19944
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
19945
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
|
|
17808
19946
|
type: Injectable,
|
|
17809
19947
|
args: [{
|
|
17810
19948
|
providedIn: 'root'
|
|
@@ -21004,5 +23142,5 @@ var MessagesEnum;
|
|
|
21004
23142
|
* Generated bundle index. Do not edit.
|
|
21005
23143
|
*/
|
|
21006
23144
|
|
|
21007
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
23145
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
21008
23146
|
//# sourceMappingURL=taxtank-core.mjs.map
|