taxtank-core 0.28.65 → 0.28.67
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/bundles/taxtank-core.umd.js +789 -477
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/depreciation.collection.js +17 -1
- package/esm2015/lib/collections/transaction/transaction-base.collection.js +13 -1
- package/esm2015/lib/collections/transaction/transaction.collection.js +36 -8
- package/esm2015/lib/db/Enums/annual-frequency.enum.js +9 -0
- package/esm2015/lib/db/Enums/index.js +2 -1
- package/esm2015/lib/db/Models/sole/bas-report.js +3 -0
- package/esm2015/lib/db/Models/sole/sole-details.js +1 -1
- package/esm2015/lib/db/Models/transaction/transaction-base.js +25 -4
- package/esm2015/lib/forms/abstract.form.js +5 -2
- package/esm2015/lib/forms/address/address.form.js +22 -1
- package/esm2015/lib/forms/sole/bas-report.form.js +62 -0
- package/esm2015/lib/forms/sole/index.js +2 -1
- package/esm2015/lib/interceptors/basiq-client-id.interceptor.js +3 -3
- package/esm2015/lib/interceptors/basiq-token.interceptor.js +3 -3
- package/esm2015/lib/interceptors/corelogic-interceptor.js +3 -3
- package/esm2015/lib/interceptors/financial-year-interceptor.js +3 -3
- package/esm2015/lib/interceptors/interceptors.module.js +4 -4
- package/esm2015/lib/interceptors/jwt-interceptor.js +3 -3
- package/esm2015/lib/interceptors/preloader.interceptor.js +3 -3
- package/esm2015/lib/interceptors/user-switcher-interceptor.js +3 -3
- package/esm2015/lib/models/address/address.js +27 -1
- package/esm2015/lib/models/address/index.js +4 -0
- package/esm2015/lib/models/address/states.enum.js +12 -0
- package/esm2015/lib/models/depreciation/depreciation.js +25 -3
- package/esm2015/lib/models/index.js +2 -1
- package/esm2015/lib/models/report/property/property-report-item-transaction.js +2 -2
- package/esm2015/lib/models/sole/bas-report.js +21 -0
- package/esm2015/lib/models/sole/index.js +2 -1
- package/esm2015/lib/models/transaction/transaction.js +21 -42
- package/esm2015/lib/services/account-setup/account-setup.service.js +3 -3
- package/esm2015/lib/services/affiliate/rewardful/rewardful.service.js +3 -3
- package/esm2015/lib/services/asset/assets.service.js +3 -3
- package/esm2015/lib/services/auth/auth.service.js +3 -3
- package/esm2015/lib/services/auth/jwt.service.js +3 -3
- package/esm2015/lib/services/bank/bank-account-calculation.service.js +3 -3
- package/esm2015/lib/services/bank/bank-transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/event/event-dispatcher.service.js +3 -3
- package/esm2015/lib/services/event/sse.service.js +3 -3
- package/esm2015/lib/services/export/export-formatter.service.js +3 -3
- package/esm2015/lib/services/header-title/header-title.service.js +3 -3
- package/esm2015/lib/services/http/address/address.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-account/bank-account.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-connection/bank-connection.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank-transaction/bank-transaction.service.js +3 -3
- package/esm2015/lib/services/http/bank/bank.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq-token.service.js +3 -3
- package/esm2015/lib/services/http/bank/basiq/basiq.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.js +3 -3
- package/esm2015/lib/services/http/chart-accounts/chart-accounts.service.js +3 -3
- package/esm2015/lib/services/http/chat/chat.service.js +3 -3
- package/esm2015/lib/services/http/chat/message/message.service.js +3 -3
- package/esm2015/lib/services/http/chat/message-document/message-document.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.js +3 -3
- package/esm2015/lib/services/http/depreciation/depreciation.service.js +3 -3
- package/esm2015/lib/services/http/document/document-folder/document-folder.service.js +3 -3
- package/esm2015/lib/services/http/document/document.service.js +3 -3
- package/esm2015/lib/services/http/facebook/facebook.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-income/client-income-types.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-invite/client-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/client-movement/client-movement.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee/employee.service.js +3 -3
- package/esm2015/lib/services/http/firm/employee-invite/employee-invite.service.js +3 -3
- package/esm2015/lib/services/http/firm/firm.service.js +3 -3
- package/esm2015/lib/services/http/firm/portfolio-report/client-portfolio-report.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/income-source.service.js +3 -3
- package/esm2015/lib/services/http/income-source/salary-forecast/salary-forecast.service.js +3 -3
- package/esm2015/lib/services/http/income-source/sole-forecast/sole-forecast.service.js +3 -3
- package/esm2015/lib/services/http/loan/borrowing-expense/borrowing-expense.service.js +3 -3
- package/esm2015/lib/services/http/loan/loan.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category/property-category.service.js +3 -3
- package/esm2015/lib/services/http/property/property-category-movement/property-category-movement.service.js +3 -3
- package/esm2015/lib/services/http/property/property-document/property-document.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/property-sale.service.js +3 -3
- package/esm2015/lib/services/http/property/property-sale/tax-exemption/tax-exemption.service.js +3 -3
- package/esm2015/lib/services/http/property/property-share/property-share.service.js +3 -3
- package/esm2015/lib/services/http/property/property.service.js +3 -3
- package/esm2015/lib/services/http/receipt/receipt.service.js +3 -3
- package/esm2015/lib/services/http/rest/rest.service.js +3 -3
- package/esm2015/lib/services/http/service-notification/service-notification.service.js +3 -3
- package/esm2015/lib/services/http/sole/bas-report/bas-report.service.js +21 -0
- package/esm2015/lib/services/http/sole/index.js +2 -1
- package/esm2015/lib/services/http/sole/sole-business/sole-business.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-activity/sole-business-activity.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-business-loss/sole-business-loss.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-contact/sole-contact.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-details/sole-details.service.js +3 -3
- package/esm2015/lib/services/http/sole/sole-invoice/sole-invoice.service.js +4 -5
- package/esm2015/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.js +3 -3
- package/esm2015/lib/services/http/subscription/service-price.service.js +3 -3
- package/esm2015/lib/services/http/subscription/subscription.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review-history/tax-review-history.service.js +3 -3
- package/esm2015/lib/services/http/tax-review/tax-review.service.js +3 -3
- package/esm2015/lib/services/http/tax-summary/tax-summary.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.js +3 -3
- package/esm2015/lib/services/http/transaction/transaction.service.js +3 -3
- package/esm2015/lib/services/http/tutorial-video/tutorial-video.service.js +3 -3
- package/esm2015/lib/services/http/user/occupation/occupation.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-setting/user-event-setting.service.js +3 -3
- package/esm2015/lib/services/http/user/user-event-type/user-event-type.service.js +3 -3
- package/esm2015/lib/services/http/user/user.service.js +3 -3
- package/esm2015/lib/services/http/user/users-invite/users-invite.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim-details.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-claim.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle-logbook.service.js +3 -3
- package/esm2015/lib/services/http/vehicle/vehicle.service.js +3 -3
- package/esm2015/lib/services/intercom/intercom.service.js +3 -3
- package/esm2015/lib/services/kompassify/kompassify.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.js +3 -3
- package/esm2015/lib/services/pdf/pdf-from-table/pdf-from-table.service.js +3 -3
- package/esm2015/lib/services/preloader/preloader.service.js +3 -3
- package/esm2015/lib/services/property/corelogic/corelogic.service.js +3 -3
- package/esm2015/lib/services/property/equity-position-chart/equity-position-chart.service.js +3 -3
- package/esm2015/lib/services/property/property-calculation/property-calculation.service.js +3 -3
- package/esm2015/lib/services/report/property/property-transaction-report.service.js +3 -3
- package/esm2015/lib/services/toast/toast.service.js +3 -3
- package/esm2015/lib/services/transaction/transaction-calculation.service.js +3 -3
- package/esm2015/lib/services/user/user-switcher.service.js +3 -3
- package/esm2015/lib/services/vehicle/logbook-best-period.service.js +3 -3
- package/esm2015/lib/services/xlsx/xlsx.service.js +3 -3
- package/esm2015/lib/tt-core.module.js +4 -4
- package/esm2015/public-api.js +1 -3
- package/fesm2015/taxtank-core.js +674 -432
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/depreciation.collection.d.ts +11 -0
- package/lib/collections/transaction/transaction-base.collection.d.ts +7 -0
- package/lib/collections/transaction/transaction.collection.d.ts +19 -2
- package/lib/db/Enums/annual-frequency.enum.d.ts +7 -0
- package/lib/db/Enums/index.d.ts +1 -0
- package/lib/db/Models/sole/bas-report.d.ts +15 -0
- package/lib/db/Models/sole/sole-details.d.ts +2 -0
- package/lib/db/Models/transaction/transaction-base.d.ts +6 -2
- package/lib/forms/abstract.form.d.ts +1 -0
- package/lib/forms/address/address.form.d.ts +11 -0
- package/lib/forms/sole/bas-report.form.d.ts +16 -0
- package/lib/forms/sole/index.d.ts +1 -0
- package/lib/models/address/address.d.ts +16 -0
- package/lib/models/address/index.d.ts +3 -0
- package/lib/models/address/states.enum.d.ts +10 -0
- package/lib/models/depreciation/depreciation.d.ts +5 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/sole/bas-report.d.ts +10 -0
- package/lib/models/sole/index.d.ts +1 -0
- package/lib/models/transaction/transaction.d.ts +7 -16
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts +11 -0
- package/lib/services/http/sole/index.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
package/fesm2015/taxtank-core.js
CHANGED
|
@@ -5,7 +5,7 @@ import { CommonModule, DatePipe } from '@angular/common';
|
|
|
5
5
|
import * as i1 from '@angular/common/http';
|
|
6
6
|
import { HttpParams, HttpErrorResponse, HTTP_INTERCEPTORS } from '@angular/common/http';
|
|
7
7
|
import { map, mergeMap, filter, catchError, take, switchMap, finalize, skip, distinctUntilChanged, debounceTime } from 'rxjs/operators';
|
|
8
|
-
import { ReplaySubject, Subject, BehaviorSubject, throwError, Observable, of, combineLatest, forkJoin, from } from 'rxjs';
|
|
8
|
+
import { ReplaySubject, Subject, BehaviorSubject, throwError, Observable, of, combineLatest, forkJoin, from, merge as merge$1 } from 'rxjs';
|
|
9
9
|
import { plainToClass, classToPlain, Type, Transform, Expose, Exclude } from 'class-transformer';
|
|
10
10
|
import { JwtHelperService } from '@auth0/angular-jwt';
|
|
11
11
|
import get from 'lodash/get';
|
|
@@ -72,9 +72,9 @@ class CorelogicService {
|
|
|
72
72
|
}));
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
76
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
75
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
76
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicService, decorators: [{
|
|
78
78
|
type: Injectable,
|
|
79
79
|
args: [{
|
|
80
80
|
providedIn: 'root'
|
|
@@ -114,9 +114,9 @@ class CorelogicInterceptor {
|
|
|
114
114
|
});
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
118
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
117
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
118
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor });
|
|
119
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
120
120
|
type: Injectable
|
|
121
121
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
122
122
|
type: Inject,
|
|
@@ -153,9 +153,9 @@ class FinancialYearInterceptor {
|
|
|
153
153
|
return next.handle(clonedReq);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
157
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
156
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
157
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor });
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
159
159
|
type: Injectable
|
|
160
160
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
161
161
|
type: Inject,
|
|
@@ -186,9 +186,9 @@ class JwtService extends JwtHelperService {
|
|
|
186
186
|
return this.getUser().id === userId;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
190
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
191
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
189
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
190
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
191
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtService, decorators: [{
|
|
192
192
|
type: Injectable,
|
|
193
193
|
args: [{
|
|
194
194
|
providedIn: 'root'
|
|
@@ -284,9 +284,9 @@ class EventDispatcherService {
|
|
|
284
284
|
this.eventSubject.next(event);
|
|
285
285
|
}
|
|
286
286
|
}
|
|
287
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
288
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
287
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
288
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
289
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
290
290
|
type: Injectable,
|
|
291
291
|
args: [{
|
|
292
292
|
providedIn: 'root'
|
|
@@ -335,9 +335,9 @@ class AuthService {
|
|
|
335
335
|
location.replace(url);
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
339
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
338
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
339
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AuthService, decorators: [{
|
|
341
341
|
type: Injectable,
|
|
342
342
|
args: [{
|
|
343
343
|
providedIn: 'root'
|
|
@@ -473,9 +473,9 @@ class JwtInterceptor {
|
|
|
473
473
|
});
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
477
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
476
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
477
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor });
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
479
479
|
type: Injectable
|
|
480
480
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
481
481
|
type: Inject,
|
|
@@ -508,9 +508,9 @@ class UserSwitcherService {
|
|
|
508
508
|
window.location.replace('/firm/dashboard');
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
512
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
511
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
512
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
514
514
|
type: Injectable,
|
|
515
515
|
args: [{
|
|
516
516
|
providedIn: 'root'
|
|
@@ -546,9 +546,9 @@ class UserSwitcherInterceptor {
|
|
|
546
546
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
550
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
549
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
550
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor });
|
|
551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
552
552
|
type: Injectable
|
|
553
553
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
554
554
|
type: Inject,
|
|
@@ -785,9 +785,9 @@ class PreloaderService {
|
|
|
785
785
|
this.activePreloaders.next(activePreloaders);
|
|
786
786
|
}
|
|
787
787
|
}
|
|
788
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
789
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
788
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
789
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderService, decorators: [{
|
|
791
791
|
type: Injectable,
|
|
792
792
|
args: [{
|
|
793
793
|
providedIn: 'root'
|
|
@@ -815,9 +815,9 @@ class PreloaderInterceptor {
|
|
|
815
815
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
819
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
818
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
819
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor });
|
|
820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
821
821
|
type: Injectable
|
|
822
822
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
823
823
|
|
|
@@ -922,9 +922,9 @@ class ToastService {
|
|
|
922
922
|
}));
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
926
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
927
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
925
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
926
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ToastService, decorators: [{
|
|
928
928
|
type: Injectable,
|
|
929
929
|
args: [{
|
|
930
930
|
providedIn: 'root'
|
|
@@ -1139,9 +1139,9 @@ class RestService {
|
|
|
1139
1139
|
*/
|
|
1140
1140
|
listenEvents() { }
|
|
1141
1141
|
}
|
|
1142
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1143
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
1144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1142
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1143
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
1144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RestService, decorators: [{
|
|
1145
1145
|
type: Injectable,
|
|
1146
1146
|
args: [{
|
|
1147
1147
|
providedIn: 'root'
|
|
@@ -1580,6 +1580,97 @@ class AppEvent {
|
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
|
+
class AbstractModel {
|
|
1584
|
+
hasValue(value, path = 'id') {
|
|
1585
|
+
return get(path) === value;
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1589
|
+
class Address$1 extends AbstractModel {
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
class Country$1 extends AbstractModel {
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
class Country extends Country$1 {
|
|
1596
|
+
/**
|
|
1597
|
+
* Return country name with phone code
|
|
1598
|
+
*/
|
|
1599
|
+
get countryWithCode() {
|
|
1600
|
+
return `${this.name} (+${this.callingCode})`;
|
|
1601
|
+
}
|
|
1602
|
+
/**
|
|
1603
|
+
* Check if country calling code is Australian or not
|
|
1604
|
+
*/
|
|
1605
|
+
isAustralianCode() {
|
|
1606
|
+
return this.callingCode === '61';
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
Country.australia = plainToClass(Country, { id: 14, name: 'Australia', callingCode: '61' });
|
|
1610
|
+
|
|
1611
|
+
var AddressTypeEnum;
|
|
1612
|
+
(function (AddressTypeEnum) {
|
|
1613
|
+
AddressTypeEnum[AddressTypeEnum["STREET"] = 1] = "STREET";
|
|
1614
|
+
AddressTypeEnum[AddressTypeEnum["POSTAL"] = 2] = "POSTAL";
|
|
1615
|
+
})(AddressTypeEnum || (AddressTypeEnum = {}));
|
|
1616
|
+
|
|
1617
|
+
class Address extends Address$1 {
|
|
1618
|
+
constructor() {
|
|
1619
|
+
super(...arguments);
|
|
1620
|
+
this.type = AddressTypeEnum.STREET;
|
|
1621
|
+
}
|
|
1622
|
+
toString() {
|
|
1623
|
+
return [this.unitNumber, this.address, this.city, this.state, this.postcode].filter(Boolean).join(', ');
|
|
1624
|
+
}
|
|
1625
|
+
/**
|
|
1626
|
+
* Short address string
|
|
1627
|
+
* 12/23 Jackson avenue
|
|
1628
|
+
*/
|
|
1629
|
+
get name() {
|
|
1630
|
+
return `${this.unitNumber ? this.unitNumber + '/' : ''}${this.address}`;
|
|
1631
|
+
}
|
|
1632
|
+
/**
|
|
1633
|
+
* Full address string in corelogic format
|
|
1634
|
+
* 12/23 Jackson avenue Sydney QLD 1212
|
|
1635
|
+
*/
|
|
1636
|
+
get nameLong() {
|
|
1637
|
+
return `${this.name} ${this.city} ${this.state} ${this.postcode}`;
|
|
1638
|
+
}
|
|
1639
|
+
/**
|
|
1640
|
+
* Street number may contain digits, letters, symbols '/' and '-', but not spaces
|
|
1641
|
+
*/
|
|
1642
|
+
get streetNumber() {
|
|
1643
|
+
if (!this.address) {
|
|
1644
|
+
return null;
|
|
1645
|
+
}
|
|
1646
|
+
return this.address.split(' ')[0];
|
|
1647
|
+
}
|
|
1648
|
+
/**
|
|
1649
|
+
* Street name without number
|
|
1650
|
+
*/
|
|
1651
|
+
get street() {
|
|
1652
|
+
if (!this.address) {
|
|
1653
|
+
return null;
|
|
1654
|
+
}
|
|
1655
|
+
return this.address.split(' ').slice(1).join(' ');
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
__decorate([
|
|
1659
|
+
Type((() => Country))
|
|
1660
|
+
], Address.prototype, "country", void 0);
|
|
1661
|
+
|
|
1662
|
+
var StatesEnum;
|
|
1663
|
+
(function (StatesEnum) {
|
|
1664
|
+
StatesEnum["ACT"] = "ACT (The Australian Capital Territory)";
|
|
1665
|
+
StatesEnum["NSW"] = "NSW (New South Wales)";
|
|
1666
|
+
StatesEnum["NT"] = "NT (Northern Territory)";
|
|
1667
|
+
StatesEnum["SA"] = "SA (South Australia)";
|
|
1668
|
+
StatesEnum["TAS"] = "TAS (Tasmania)";
|
|
1669
|
+
StatesEnum["VIC"] = "VIC (Victoria)";
|
|
1670
|
+
StatesEnum["QLD"] = "QLD (Queensland)";
|
|
1671
|
+
StatesEnum["WA"] = "WA (Western Australia)";
|
|
1672
|
+
})(StatesEnum || (StatesEnum = {}));
|
|
1673
|
+
|
|
1583
1674
|
/**
|
|
1584
1675
|
* Class describe configuration options for basiq connect control
|
|
1585
1676
|
* https://www.npmjs.com/package/@basiq/basiq-connect-control
|
|
@@ -1592,12 +1683,6 @@ class BasiqConfig {
|
|
|
1592
1683
|
}
|
|
1593
1684
|
}
|
|
1594
1685
|
|
|
1595
|
-
class AbstractModel {
|
|
1596
|
-
hasValue(value, path = 'id') {
|
|
1597
|
-
return get(path) === value;
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
1686
|
class BasiqJob$1 extends AbstractModel {
|
|
1602
1687
|
}
|
|
1603
1688
|
|
|
@@ -1958,53 +2043,6 @@ var UserRolesEnum;
|
|
|
1958
2043
|
UserRolesEnum["SWITCH_USER"] = "ROLE_PREVIOUS_ADMIN";
|
|
1959
2044
|
})(UserRolesEnum || (UserRolesEnum = {}));
|
|
1960
2045
|
|
|
1961
|
-
class Address$1 extends AbstractModel {
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
class Country$1 extends AbstractModel {
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
class Country extends Country$1 {
|
|
1968
|
-
/**
|
|
1969
|
-
* Return country name with phone code
|
|
1970
|
-
*/
|
|
1971
|
-
get countryWithCode() {
|
|
1972
|
-
return `${this.name} (+${this.callingCode})`;
|
|
1973
|
-
}
|
|
1974
|
-
/**
|
|
1975
|
-
* Check if country calling code is Australian or not
|
|
1976
|
-
*/
|
|
1977
|
-
isAustralianCode() {
|
|
1978
|
-
return this.callingCode === '61';
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
Country.australia = plainToClass(Country, { id: 14, name: 'Australia', callingCode: '61' });
|
|
1982
|
-
|
|
1983
|
-
var AddressTypeEnum;
|
|
1984
|
-
(function (AddressTypeEnum) {
|
|
1985
|
-
AddressTypeEnum[AddressTypeEnum["STREET"] = 1] = "STREET";
|
|
1986
|
-
AddressTypeEnum[AddressTypeEnum["POSTAL"] = 2] = "POSTAL";
|
|
1987
|
-
})(AddressTypeEnum || (AddressTypeEnum = {}));
|
|
1988
|
-
|
|
1989
|
-
class Address extends Address$1 {
|
|
1990
|
-
constructor() {
|
|
1991
|
-
super(...arguments);
|
|
1992
|
-
this.type = AddressTypeEnum.STREET;
|
|
1993
|
-
}
|
|
1994
|
-
toString() {
|
|
1995
|
-
return [this.unitNumber, this.address, this.city, this.state, this.postcode].filter(Boolean).join(', ');
|
|
1996
|
-
}
|
|
1997
|
-
get name() {
|
|
1998
|
-
return `${this.unitNumber ? this.unitNumber + '/' : ''}${this.address}`;
|
|
1999
|
-
}
|
|
2000
|
-
get nameLong() {
|
|
2001
|
-
return `${this.name} ${this.city} ${this.state} ${this.postcode}`;
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
__decorate([
|
|
2005
|
-
Type((() => Country))
|
|
2006
|
-
], Address.prototype, "country", void 0);
|
|
2007
|
-
|
|
2008
2046
|
const USER_WORK_POSITION = {
|
|
2009
2047
|
[UserRolesEnum.EMPLOYEE]: 'Employee',
|
|
2010
2048
|
[UserRolesEnum.FIRM_MANAGER]: 'Manager',
|
|
@@ -2821,6 +2859,9 @@ __decorate([
|
|
|
2821
2859
|
], ChartAccounts.prototype, "metadata", void 0);
|
|
2822
2860
|
|
|
2823
2861
|
class TransactionBase extends AbstractModel {
|
|
2862
|
+
get claimRatio() {
|
|
2863
|
+
return this.claimPercent / 100;
|
|
2864
|
+
}
|
|
2824
2865
|
get tankType() {
|
|
2825
2866
|
switch (true) {
|
|
2826
2867
|
case this.isPropertyTank():
|
|
@@ -2865,11 +2906,20 @@ class TransactionBase extends AbstractModel {
|
|
|
2865
2906
|
}
|
|
2866
2907
|
return !!this.business;
|
|
2867
2908
|
}
|
|
2868
|
-
|
|
2909
|
+
get amountWithGst() {
|
|
2869
2910
|
return this.isGST ? +(this.amount * ChartAccounts.GSTCoefficient).toFixed(2) : this.amount;
|
|
2870
2911
|
}
|
|
2871
|
-
|
|
2872
|
-
return +(this.
|
|
2912
|
+
get gstAmount() {
|
|
2913
|
+
return +(this.amountWithGst - this.amount).toFixed(2);
|
|
2914
|
+
}
|
|
2915
|
+
get gstClaimAmount() {
|
|
2916
|
+
return this.gstAmount * this.claimRatio;
|
|
2917
|
+
}
|
|
2918
|
+
get grossAmount() {
|
|
2919
|
+
return this.amount + this.gstAmount;
|
|
2920
|
+
}
|
|
2921
|
+
get grossClaimAmount() {
|
|
2922
|
+
return +(this.grossAmount * (this.claimPercent / 100)).toFixed(2);
|
|
2873
2923
|
}
|
|
2874
2924
|
}
|
|
2875
2925
|
__decorate([
|
|
@@ -2879,6 +2929,15 @@ __decorate([
|
|
|
2879
2929
|
return obj.file;
|
|
2880
2930
|
})
|
|
2881
2931
|
], TransactionBase.prototype, "file", void 0);
|
|
2932
|
+
__decorate([
|
|
2933
|
+
Exclude()
|
|
2934
|
+
], TransactionBase.prototype, "amountWithGst", null);
|
|
2935
|
+
__decorate([
|
|
2936
|
+
Exclude()
|
|
2937
|
+
], TransactionBase.prototype, "gstAmount", null);
|
|
2938
|
+
__decorate([
|
|
2939
|
+
Exclude()
|
|
2940
|
+
], TransactionBase.prototype, "gstClaimAmount", null);
|
|
2882
2941
|
|
|
2883
2942
|
class Transaction$1 extends TransactionBase {
|
|
2884
2943
|
}
|
|
@@ -3234,15 +3293,6 @@ __decorate([
|
|
|
3234
3293
|
Type(() => Transaction)
|
|
3235
3294
|
], TransactionAllocation.prototype, "transaction", void 0);
|
|
3236
3295
|
|
|
3237
|
-
/**
|
|
3238
|
-
* Enum with income amount types (Net or Gross)
|
|
3239
|
-
*/
|
|
3240
|
-
var IncomeAmountTypeEnum;
|
|
3241
|
-
(function (IncomeAmountTypeEnum) {
|
|
3242
|
-
IncomeAmountTypeEnum[IncomeAmountTypeEnum["NET"] = 0] = "NET";
|
|
3243
|
-
IncomeAmountTypeEnum[IncomeAmountTypeEnum["GROSS"] = 1] = "GROSS";
|
|
3244
|
-
})(IncomeAmountTypeEnum || (IncomeAmountTypeEnum = {}));
|
|
3245
|
-
|
|
3246
3296
|
class Depreciation$1 extends TransactionBase {
|
|
3247
3297
|
}
|
|
3248
3298
|
|
|
@@ -3393,7 +3443,12 @@ class Depreciation extends Depreciation$1 {
|
|
|
3393
3443
|
* Create a new transaction from current depreciation
|
|
3394
3444
|
*/
|
|
3395
3445
|
toTransaction(params = {}) {
|
|
3396
|
-
|
|
3446
|
+
var _a, _b;
|
|
3447
|
+
return plainToClass(Transaction, Object.assign(params, this, {
|
|
3448
|
+
amount: -((_a = this.currentYearForecast) === null || _a === void 0 ? void 0 : _a.amount) || 0,
|
|
3449
|
+
claimAmount: ((_b = this.currentYearForecast) === null || _b === void 0 ? void 0 : _b.claimAmount) || 0,
|
|
3450
|
+
date: this.purchaseDate
|
|
3451
|
+
}));
|
|
3397
3452
|
}
|
|
3398
3453
|
/**
|
|
3399
3454
|
* @TODO Michael: remove and check everywhere in reports
|
|
@@ -3402,6 +3457,20 @@ class Depreciation extends Depreciation$1 {
|
|
|
3402
3457
|
var _a;
|
|
3403
3458
|
return ((_a = this.currentYearForecast) === null || _a === void 0 ? void 0 : _a.claimAmount) || 0;
|
|
3404
3459
|
}
|
|
3460
|
+
get amountWithGst() {
|
|
3461
|
+
// only new assets
|
|
3462
|
+
if (new FinancialYear(this.purchaseDate).year !== new FinancialYear().year) {
|
|
3463
|
+
return this.amount;
|
|
3464
|
+
}
|
|
3465
|
+
return super.amountWithGst;
|
|
3466
|
+
}
|
|
3467
|
+
/**
|
|
3468
|
+
* @TODO temporary hack, in future backend should return negative numbers
|
|
3469
|
+
*/
|
|
3470
|
+
get grossAmount() {
|
|
3471
|
+
var _a;
|
|
3472
|
+
return -((_a = this.currentYearForecast) === null || _a === void 0 ? void 0 : _a.amount) - this.gstAmount;
|
|
3473
|
+
}
|
|
3405
3474
|
}
|
|
3406
3475
|
Depreciation.WRITTEN_OFF_THRESHOLD = 300;
|
|
3407
3476
|
Depreciation.LOW_VALUE_POOL_THRESHOLD = 1000;
|
|
@@ -3447,6 +3516,9 @@ __decorate([
|
|
|
3447
3516
|
__decorate([
|
|
3448
3517
|
Type(() => BankTransaction)
|
|
3449
3518
|
], Depreciation.prototype, "bankTransaction", void 0);
|
|
3519
|
+
__decorate([
|
|
3520
|
+
Exclude()
|
|
3521
|
+
], Depreciation.prototype, "amountWithGst", null);
|
|
3450
3522
|
|
|
3451
3523
|
// @TODO Alex: refactor: move here allocations methods, netAmount = amount, grossAmount calculation, remove unused methods, etc.
|
|
3452
3524
|
class Transaction extends Transaction$1 {
|
|
@@ -3467,13 +3539,21 @@ class Transaction extends Transaction$1 {
|
|
|
3467
3539
|
isCredit() {
|
|
3468
3540
|
return this.type === TransactionTypeEnum.CREDIT;
|
|
3469
3541
|
}
|
|
3542
|
+
/**
|
|
3543
|
+
* @TODO move to base collection
|
|
3544
|
+
*/
|
|
3470
3545
|
isIncome() {
|
|
3546
|
+
// @TODO not used
|
|
3471
3547
|
if (!this.chartAccounts) {
|
|
3472
3548
|
return this.isCredit();
|
|
3473
3549
|
}
|
|
3474
3550
|
return CHART_ACCOUNTS_CATEGORIES.income.includes(this.chartAccounts.category);
|
|
3475
3551
|
}
|
|
3552
|
+
/**
|
|
3553
|
+
* @TODO move to base collection
|
|
3554
|
+
*/
|
|
3476
3555
|
isExpense() {
|
|
3556
|
+
// @TODO not used
|
|
3477
3557
|
if (!this.chartAccounts) {
|
|
3478
3558
|
return this.isDebit();
|
|
3479
3559
|
}
|
|
@@ -3482,6 +3562,9 @@ class Transaction extends Transaction$1 {
|
|
|
3482
3562
|
isPersonal() {
|
|
3483
3563
|
return CHART_ACCOUNTS_CATEGORIES.personal.includes(this.chartAccounts.category);
|
|
3484
3564
|
}
|
|
3565
|
+
isInterest() {
|
|
3566
|
+
return this.chartAccounts.id === ChartAccountsListEnum.INTEREST_ON_LOAN;
|
|
3567
|
+
}
|
|
3485
3568
|
get chartAccountsCategories() {
|
|
3486
3569
|
switch (true) {
|
|
3487
3570
|
case this.isPersonal():
|
|
@@ -3512,21 +3595,6 @@ class Transaction extends Transaction$1 {
|
|
|
3512
3595
|
isVehicleTransaction() {
|
|
3513
3596
|
return this.chartAccounts.isVehicleExpense();
|
|
3514
3597
|
}
|
|
3515
|
-
/**
|
|
3516
|
-
* Get net amount (clean amount after all deductions)
|
|
3517
|
-
* @TODO Alex: remove, this.amount should be netAmount actually
|
|
3518
|
-
*/
|
|
3519
|
-
getNetAmount() {
|
|
3520
|
-
// @TODO fix hack while transactions refactoring (use class-transformer)
|
|
3521
|
-
return +(Math.round(this.getIncomeAmountByType(IncomeAmountTypeEnum.NET) * 100) / 100).toFixed(2);
|
|
3522
|
-
}
|
|
3523
|
-
/**
|
|
3524
|
-
* Get gross income amount
|
|
3525
|
-
*/
|
|
3526
|
-
getGrossIncome() {
|
|
3527
|
-
// @TODO fix hack while transactions refactoring (use class-transformer)
|
|
3528
|
-
return +(Math.round(this.getIncomeAmountByType(IncomeAmountTypeEnum.GROSS) * 100) / 100).toFixed(2);
|
|
3529
|
-
}
|
|
3530
3598
|
get taxFreeComponent() {
|
|
3531
3599
|
return this.getMetadataFieldValue(ChartAccountsMetadataListEnum.TAX_FREE_COMPONENT);
|
|
3532
3600
|
}
|
|
@@ -3569,29 +3637,6 @@ class Transaction extends Transaction$1 {
|
|
|
3569
3637
|
return transactionMetadata.chartAccountsMetadata.id === field;
|
|
3570
3638
|
})) === null || _a === void 0 ? void 0 : _a.value) || 0;
|
|
3571
3639
|
}
|
|
3572
|
-
/**
|
|
3573
|
-
* Returns Net or Gross income amount based on provided income type
|
|
3574
|
-
* @param incomeType by which amount should be returned
|
|
3575
|
-
*/
|
|
3576
|
-
getIncomeAmountByType(incomeType) {
|
|
3577
|
-
// modifier that determines whether the values of the transaction fields will be added or subtracted
|
|
3578
|
-
const modifier = incomeType === IncomeAmountTypeEnum.GROSS ? 1 : -1;
|
|
3579
|
-
switch (true) {
|
|
3580
|
-
case this.isPropertyTank():
|
|
3581
|
-
return this.amount +
|
|
3582
|
-
(this.transactions
|
|
3583
|
-
.reduce((sum, transaction) => sum + Math.abs(transaction.amount), 0) * modifier);
|
|
3584
|
-
case this.isWorkTank():
|
|
3585
|
-
return this.amount + ((this.tax + this.frankingCredit - this.taxFreeComponent - this.eligibleForReduction) * modifier);
|
|
3586
|
-
case this.isSoleTank():
|
|
3587
|
-
return this.amount + this.tax * modifier;
|
|
3588
|
-
default:
|
|
3589
|
-
return this.amount || 0;
|
|
3590
|
-
}
|
|
3591
|
-
}
|
|
3592
|
-
isInterest() {
|
|
3593
|
-
return this.chartAccounts.id === ChartAccountsListEnum.INTEREST_ON_LOAN;
|
|
3594
|
-
}
|
|
3595
3640
|
isCash() {
|
|
3596
3641
|
return this.source === TransactionSourceEnum.CASH;
|
|
3597
3642
|
}
|
|
@@ -3630,10 +3675,17 @@ class Transaction extends Transaction$1 {
|
|
|
3630
3675
|
}
|
|
3631
3676
|
/**
|
|
3632
3677
|
* Total transaction amount including taxes and other additional amounts
|
|
3633
|
-
* @TODO Alex: refactor everything related to amounts
|
|
3634
3678
|
*/
|
|
3635
3679
|
get grossAmount() {
|
|
3636
|
-
|
|
3680
|
+
let grossAmount = super.grossAmount + this.tax;
|
|
3681
|
+
if (this.isExpense()) {
|
|
3682
|
+
return grossAmount;
|
|
3683
|
+
}
|
|
3684
|
+
grossAmount += this.transactions.reduce((sum, transaction) => sum + Math.abs(transaction.amount), 0);
|
|
3685
|
+
if (this.isWorkTank()) {
|
|
3686
|
+
grossAmount += this.frankingCredit - this.taxFreeComponent - this.eligibleForReduction;
|
|
3687
|
+
}
|
|
3688
|
+
return +(Math.round(grossAmount * 100) / 100).toFixed(2);
|
|
3637
3689
|
}
|
|
3638
3690
|
}
|
|
3639
3691
|
__decorate([
|
|
@@ -4137,6 +4189,27 @@ __decorate([
|
|
|
4137
4189
|
Type(() => User)
|
|
4138
4190
|
], SoleDetails.prototype, "user", void 0);
|
|
4139
4191
|
|
|
4192
|
+
class BasReport$1 {
|
|
4193
|
+
}
|
|
4194
|
+
|
|
4195
|
+
class BasReport extends BasReport$1 {
|
|
4196
|
+
get taxWithheldTotal() {
|
|
4197
|
+
return this.taxWithheldSalary + this.taxWithheldNoABN;
|
|
4198
|
+
}
|
|
4199
|
+
/**
|
|
4200
|
+
* GST payable to the ATO, or refundable from the ATO in case it's negative
|
|
4201
|
+
*/
|
|
4202
|
+
get gst() {
|
|
4203
|
+
return this.incomeGST - this.expenseGST + this.taxWithheldTotal + this.paygTaxInstalment - this.fuelTaxCredit;
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4206
|
+
__decorate([
|
|
4207
|
+
Type(() => Date)
|
|
4208
|
+
], BasReport.prototype, "dateFrom", void 0);
|
|
4209
|
+
__decorate([
|
|
4210
|
+
Type(() => Date)
|
|
4211
|
+
], BasReport.prototype, "dateTo", void 0);
|
|
4212
|
+
|
|
4140
4213
|
class User extends User$1 {
|
|
4141
4214
|
get fullName() {
|
|
4142
4215
|
return `${this.firstName} ${this.lastName}`;
|
|
@@ -5193,9 +5266,9 @@ BankConnectionService.userEventTypes = [
|
|
|
5193
5266
|
UserEventTypeTypeEnum.BASIQ_NEW_ACCOUNTS,
|
|
5194
5267
|
UserEventTypeTypeEnum.BASIQ_AUTHORIZATION_FAIL
|
|
5195
5268
|
];
|
|
5196
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5197
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5269
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
5270
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
5271
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
5199
5272
|
type: Injectable,
|
|
5200
5273
|
args: [{
|
|
5201
5274
|
providedIn: 'root'
|
|
@@ -5335,9 +5408,9 @@ BasiqService.basiqApiUrl = 'https://au-api.basiq.io';
|
|
|
5335
5408
|
* Basiq does not provide a hook, so we have to check job status manually every x seconds
|
|
5336
5409
|
*/
|
|
5337
5410
|
BasiqService.bankCredintialsCheckInterval = 3000;
|
|
5338
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5339
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5411
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5412
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
5413
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqService, decorators: [{
|
|
5341
5414
|
type: Injectable,
|
|
5342
5415
|
args: [{
|
|
5343
5416
|
providedIn: 'root'
|
|
@@ -5371,9 +5444,9 @@ class BasiqTokenService {
|
|
|
5371
5444
|
return this.cacheSubject.asObservable();
|
|
5372
5445
|
}
|
|
5373
5446
|
}
|
|
5374
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5375
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5447
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5448
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
5449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
5377
5450
|
type: Injectable,
|
|
5378
5451
|
args: [{
|
|
5379
5452
|
providedIn: 'root'
|
|
@@ -5407,9 +5480,9 @@ class BasiqTokenInterceptor {
|
|
|
5407
5480
|
});
|
|
5408
5481
|
}
|
|
5409
5482
|
}
|
|
5410
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5411
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5483
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5484
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor });
|
|
5485
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
5413
5486
|
type: Injectable
|
|
5414
5487
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
5415
5488
|
|
|
@@ -5445,9 +5518,9 @@ class SseService {
|
|
|
5445
5518
|
}));
|
|
5446
5519
|
}
|
|
5447
5520
|
}
|
|
5448
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5449
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5521
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5522
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
5523
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SseService, decorators: [{
|
|
5451
5524
|
type: Injectable,
|
|
5452
5525
|
args: [{
|
|
5453
5526
|
providedIn: 'root'
|
|
@@ -5608,9 +5681,9 @@ class UserService {
|
|
|
5608
5681
|
this.eventDispatcherService.on(AppEventTypeEnum.SERVICE_SUBSCRIPTION_UPDATED).subscribe(() => this.resetCache());
|
|
5609
5682
|
}
|
|
5610
5683
|
}
|
|
5611
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5612
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5684
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5685
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
5686
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserService, decorators: [{
|
|
5614
5687
|
type: Injectable,
|
|
5615
5688
|
args: [{
|
|
5616
5689
|
providedIn: 'root'
|
|
@@ -5640,17 +5713,17 @@ class BasiqClientIdInterceptor {
|
|
|
5640
5713
|
});
|
|
5641
5714
|
}
|
|
5642
5715
|
}
|
|
5643
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5644
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5716
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5717
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
5718
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
5646
5719
|
type: Injectable
|
|
5647
5720
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
5648
5721
|
|
|
5649
5722
|
class InterceptorsModule {
|
|
5650
5723
|
}
|
|
5651
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5652
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
5653
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
5724
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5725
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule });
|
|
5726
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, providers: [
|
|
5654
5727
|
{
|
|
5655
5728
|
provide: HTTP_INTERCEPTORS,
|
|
5656
5729
|
useClass: CorelogicInterceptor,
|
|
@@ -5688,7 +5761,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
5688
5761
|
multi: true
|
|
5689
5762
|
}
|
|
5690
5763
|
] });
|
|
5691
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
5692
5765
|
type: NgModule,
|
|
5693
5766
|
args: [{
|
|
5694
5767
|
providers: [
|
|
@@ -5746,14 +5819,14 @@ class TtCoreModule {
|
|
|
5746
5819
|
};
|
|
5747
5820
|
}
|
|
5748
5821
|
}
|
|
5749
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5750
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
5822
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5823
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
5751
5824
|
InterceptorsModule] });
|
|
5752
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
5825
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, imports: [[
|
|
5753
5826
|
CommonModule,
|
|
5754
5827
|
InterceptorsModule
|
|
5755
5828
|
]] });
|
|
5756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
5757
5830
|
type: NgModule,
|
|
5758
5831
|
args: [{
|
|
5759
5832
|
declarations: [],
|
|
@@ -6113,14 +6186,28 @@ __decorate([
|
|
|
6113
6186
|
const MONTHS = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', 'Jan'];
|
|
6114
6187
|
|
|
6115
6188
|
/**
|
|
6189
|
+
* @TODO extend from TransactionBaseCollection
|
|
6116
6190
|
* Collection of transactions
|
|
6117
6191
|
*/
|
|
6118
6192
|
class TransactionCollection extends ExportableCollection {
|
|
6193
|
+
/**
|
|
6194
|
+
* @TODO use TransactionBaseCollection instead
|
|
6195
|
+
* we use depreciations as expense transactions a lot
|
|
6196
|
+
*/
|
|
6197
|
+
constructor(transactions = [], depreciations = []) {
|
|
6198
|
+
super([...transactions, ...depreciations.map((depreciation) => depreciation.toTransaction())]);
|
|
6199
|
+
}
|
|
6200
|
+
/**
|
|
6201
|
+
* Get business related transactions
|
|
6202
|
+
*/
|
|
6203
|
+
getWithBusiness() {
|
|
6204
|
+
return this.filter((transaction) => !!transaction.business);
|
|
6205
|
+
}
|
|
6119
6206
|
/**
|
|
6120
6207
|
* Get total amount of all transactions in the collection
|
|
6121
6208
|
*/
|
|
6122
6209
|
get amount() {
|
|
6123
|
-
return +this.items.reduce((sum, transaction) => sum + transaction.
|
|
6210
|
+
return +this.items.reduce((sum, transaction) => sum + transaction.amount, 0).toFixed(2);
|
|
6124
6211
|
}
|
|
6125
6212
|
/**
|
|
6126
6213
|
* Difference between allocated amount and total amount
|
|
@@ -6150,9 +6237,6 @@ class TransactionCollection extends ExportableCollection {
|
|
|
6150
6237
|
get claimAmount() {
|
|
6151
6238
|
return this.items.reduce((sum, transaction) => sum + transaction.claimAmount, 0);
|
|
6152
6239
|
}
|
|
6153
|
-
get grossAmount() {
|
|
6154
|
-
return +this.items.reduce((sum, transaction) => sum + transaction.amount, 0).toFixed(2);
|
|
6155
|
-
}
|
|
6156
6240
|
getByChartAccountsCategories(categories) {
|
|
6157
6241
|
return new TransactionCollection(this.items.filter((transaction) => categories.includes(transaction.chartAccounts.category)));
|
|
6158
6242
|
}
|
|
@@ -6176,12 +6260,12 @@ class TransactionCollection extends ExportableCollection {
|
|
|
6176
6260
|
getIncomeTransactions() {
|
|
6177
6261
|
return new TransactionCollection(this.items.filter((transaction) => transaction.isIncome()));
|
|
6178
6262
|
}
|
|
6179
|
-
get claimIncome() {
|
|
6180
|
-
return this.getIncomeTransactions().claimAmount;
|
|
6181
|
-
}
|
|
6182
6263
|
getExpenseTransactions() {
|
|
6183
6264
|
return new TransactionCollection(this.items.filter((transaction) => transaction.isExpense() && !transaction.isInterest()));
|
|
6184
6265
|
}
|
|
6266
|
+
get claimIncome() {
|
|
6267
|
+
return this.getIncomeTransactions().claimAmount;
|
|
6268
|
+
}
|
|
6185
6269
|
get claimExpense() {
|
|
6186
6270
|
return this.getExpenseTransactions().claimAmount;
|
|
6187
6271
|
}
|
|
@@ -6320,6 +6404,22 @@ class TransactionCollection extends ExportableCollection {
|
|
|
6320
6404
|
});
|
|
6321
6405
|
return chartData;
|
|
6322
6406
|
}
|
|
6407
|
+
/**
|
|
6408
|
+
* user pays GST only from allocated part of income (the rest user didn't get, so don't have to pay)
|
|
6409
|
+
*
|
|
6410
|
+
* @param allocations
|
|
6411
|
+
*/
|
|
6412
|
+
calculateAllocatedGST(allocations) {
|
|
6413
|
+
const allocationsByTransaction = allocations.groupBy('transaction.id');
|
|
6414
|
+
let allocatedGST = 0;
|
|
6415
|
+
this.filterBy('isGST', true).toArray().forEach((transaction) => {
|
|
6416
|
+
allocatedGST += allocationsByTransaction.get(transaction.id).sumBy('amount') * transaction.claimRatio * ChartAccounts.GSTRatio;
|
|
6417
|
+
});
|
|
6418
|
+
return allocatedGST;
|
|
6419
|
+
}
|
|
6420
|
+
getAllocatedAmount(allocations) {
|
|
6421
|
+
return allocations.getByTransactionsIds(this.getIds()).sumBy('amount');
|
|
6422
|
+
}
|
|
6323
6423
|
}
|
|
6324
6424
|
|
|
6325
6425
|
class TransactionAllocationCollection extends Collection {
|
|
@@ -6360,7 +6460,13 @@ class TransactionAllocationCollection extends Collection {
|
|
|
6360
6460
|
}
|
|
6361
6461
|
}
|
|
6362
6462
|
|
|
6463
|
+
/**
|
|
6464
|
+
* used to combine transactions/depreciations
|
|
6465
|
+
*/
|
|
6363
6466
|
class TransactionBaseCollection extends Collection {
|
|
6467
|
+
filterByBusiness(business) {
|
|
6468
|
+
return this.filterBy('business.id', business.id);
|
|
6469
|
+
}
|
|
6364
6470
|
getClaimAmountByBusinessId(businessId) {
|
|
6365
6471
|
return +this.filterBy('business.id', businessId).items.map((transaction) => transaction instanceof Depreciation ? -transaction.claimAmount : transaction['claimAmount']).reduce((sum, claimAmount) => sum + claimAmount, 0).toFixed(2);
|
|
6366
6472
|
}
|
|
@@ -6370,6 +6476,12 @@ class TransactionBaseCollection extends Collection {
|
|
|
6370
6476
|
getWithBusiness() {
|
|
6371
6477
|
return this.filter((transaction) => !!transaction.business);
|
|
6372
6478
|
}
|
|
6479
|
+
getIncomeTransactions() {
|
|
6480
|
+
return this.create(this.items.filter((transaction) => transaction.isIncome()));
|
|
6481
|
+
}
|
|
6482
|
+
getExpenseTransactions() {
|
|
6483
|
+
return this.create(this.items.filter((transaction) => transaction.isExpense() && !transaction.isInterest()));
|
|
6484
|
+
}
|
|
6373
6485
|
}
|
|
6374
6486
|
|
|
6375
6487
|
// @TODO Alex move here all collections
|
|
@@ -6652,7 +6764,22 @@ class ClientPortfolioReportCollection extends Collection {
|
|
|
6652
6764
|
}
|
|
6653
6765
|
}
|
|
6654
6766
|
|
|
6767
|
+
/**
|
|
6768
|
+
* @TODO extend from TransactionBaseCollection
|
|
6769
|
+
*/
|
|
6655
6770
|
class DepreciationCollection extends Collection {
|
|
6771
|
+
/**
|
|
6772
|
+
* Get business related transactions
|
|
6773
|
+
*/
|
|
6774
|
+
getWithBusiness() {
|
|
6775
|
+
return this.filter((depreciation) => !!depreciation.business);
|
|
6776
|
+
}
|
|
6777
|
+
/**
|
|
6778
|
+
* assets purchased in the current financial year
|
|
6779
|
+
*/
|
|
6780
|
+
getNew() {
|
|
6781
|
+
return this.filter((depreciation) => new FinancialYear(depreciation.purchaseDate).year === new FinancialYear().year);
|
|
6782
|
+
}
|
|
6656
6783
|
/**
|
|
6657
6784
|
* Get total amount of all depreciations in the collection
|
|
6658
6785
|
*/
|
|
@@ -6972,7 +7099,7 @@ class PropertyReportItem extends AbstractModel {
|
|
|
6972
7099
|
class PropertyReportItemTransaction extends PropertyReportItem {
|
|
6973
7100
|
constructor(transactions, property, chartAccounts) {
|
|
6974
7101
|
super(property, chartAccounts);
|
|
6975
|
-
this.amount = Math.abs(transactions.
|
|
7102
|
+
this.amount = Math.abs(transactions.amount);
|
|
6976
7103
|
this.description = chartAccounts.name;
|
|
6977
7104
|
}
|
|
6978
7105
|
}
|
|
@@ -7467,6 +7594,15 @@ var DocumentTypeEnum;
|
|
|
7467
7594
|
DocumentTypeEnum[DocumentTypeEnum["INVOICE"] = 1] = "INVOICE";
|
|
7468
7595
|
})(DocumentTypeEnum || (DocumentTypeEnum = {}));
|
|
7469
7596
|
|
|
7597
|
+
var AnnualFrequencyEnum;
|
|
7598
|
+
(function (AnnualFrequencyEnum) {
|
|
7599
|
+
AnnualFrequencyEnum[AnnualFrequencyEnum["ANNUAL"] = 1] = "ANNUAL";
|
|
7600
|
+
AnnualFrequencyEnum[AnnualFrequencyEnum["QUARTERLY"] = 3] = "QUARTERLY";
|
|
7601
|
+
AnnualFrequencyEnum[AnnualFrequencyEnum["MONTHLY"] = 12] = "MONTHLY";
|
|
7602
|
+
AnnualFrequencyEnum[AnnualFrequencyEnum["FORTNIGHTLY"] = 26] = "FORTNIGHTLY";
|
|
7603
|
+
AnnualFrequencyEnum[AnnualFrequencyEnum["WEEKLY"] = 52] = "WEEKLY";
|
|
7604
|
+
})(AnnualFrequencyEnum || (AnnualFrequencyEnum = {}));
|
|
7605
|
+
|
|
7470
7606
|
// @TODO Artem TT-2308 move everything
|
|
7471
7607
|
|
|
7472
7608
|
var ChartAccountsEtpEnum;
|
|
@@ -9973,6 +10109,15 @@ var TaxSummaryTypeEnum;
|
|
|
9973
10109
|
TaxSummaryTypeEnum["FORECASTS"] = "forecasts";
|
|
9974
10110
|
})(TaxSummaryTypeEnum || (TaxSummaryTypeEnum = {}));
|
|
9975
10111
|
|
|
10112
|
+
/**
|
|
10113
|
+
* Enum with income amount types (Net or Gross)
|
|
10114
|
+
*/
|
|
10115
|
+
var IncomeAmountTypeEnum;
|
|
10116
|
+
(function (IncomeAmountTypeEnum) {
|
|
10117
|
+
IncomeAmountTypeEnum[IncomeAmountTypeEnum["NET"] = 0] = "NET";
|
|
10118
|
+
IncomeAmountTypeEnum[IncomeAmountTypeEnum["GROSS"] = 1] = "GROSS";
|
|
10119
|
+
})(IncomeAmountTypeEnum || (IncomeAmountTypeEnum = {}));
|
|
10120
|
+
|
|
9976
10121
|
var TransactionCategoryEnum;
|
|
9977
10122
|
(function (TransactionCategoryEnum) {
|
|
9978
10123
|
TransactionCategoryEnum[TransactionCategoryEnum["PROPERTY"] = 0] = "PROPERTY";
|
|
@@ -10117,9 +10262,9 @@ class SoleBusinessService extends RestService {
|
|
|
10117
10262
|
}));
|
|
10118
10263
|
}
|
|
10119
10264
|
}
|
|
10120
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10121
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10265
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10266
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
10267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
10123
10268
|
type: Injectable,
|
|
10124
10269
|
args: [{
|
|
10125
10270
|
providedIn: 'root'
|
|
@@ -10134,9 +10279,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
10134
10279
|
this.isHydra = true;
|
|
10135
10280
|
}
|
|
10136
10281
|
}
|
|
10137
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10138
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10282
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10283
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
10284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
10140
10285
|
type: Injectable,
|
|
10141
10286
|
args: [{
|
|
10142
10287
|
providedIn: 'root'
|
|
@@ -10151,9 +10296,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
10151
10296
|
this.isHydra = true;
|
|
10152
10297
|
}
|
|
10153
10298
|
}
|
|
10154
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10155
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10299
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10300
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
10301
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
10157
10302
|
type: Injectable,
|
|
10158
10303
|
args: [{
|
|
10159
10304
|
providedIn: 'root'
|
|
@@ -10171,9 +10316,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
10171
10316
|
this.isHydra = true;
|
|
10172
10317
|
}
|
|
10173
10318
|
}
|
|
10174
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10175
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10319
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10320
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
10321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
10177
10322
|
type: Injectable,
|
|
10178
10323
|
args: [{
|
|
10179
10324
|
providedIn: 'root'
|
|
@@ -10188,9 +10333,9 @@ class SoleContactService extends RestService {
|
|
|
10188
10333
|
this.isHydra = true;
|
|
10189
10334
|
}
|
|
10190
10335
|
}
|
|
10191
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10192
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10336
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10337
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
10338
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleContactService, decorators: [{
|
|
10194
10339
|
type: Injectable,
|
|
10195
10340
|
args: [{
|
|
10196
10341
|
providedIn: 'root'
|
|
@@ -10246,9 +10391,9 @@ class SoleDepreciationMethodService {
|
|
|
10246
10391
|
});
|
|
10247
10392
|
}
|
|
10248
10393
|
}
|
|
10249
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10250
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10251
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10394
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10395
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
10396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
10252
10397
|
type: Injectable,
|
|
10253
10398
|
args: [{
|
|
10254
10399
|
providedIn: 'root'
|
|
@@ -10301,9 +10446,9 @@ class SoleDetailsService {
|
|
|
10301
10446
|
}));
|
|
10302
10447
|
}
|
|
10303
10448
|
}
|
|
10304
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10305
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10306
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10449
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10450
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
10451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
10307
10452
|
type: Injectable,
|
|
10308
10453
|
args: [{
|
|
10309
10454
|
providedIn: 'root'
|
|
@@ -10329,7 +10474,6 @@ class SoleInvoiceService extends RestService {
|
|
|
10329
10474
|
// use id only to avoid unexpected changes
|
|
10330
10475
|
return this.update(merge({}, invoice, { document, status: SoleInvoiceStatusesEnum.PENDING }))
|
|
10331
10476
|
.pipe(map((publishedInvoice) => {
|
|
10332
|
-
debugger;
|
|
10333
10477
|
this.eventDispatcherService.dispatch(new AppEvent(AppEventTypeEnum.SOLE_INVOICE_PUBLISHED, publishedInvoice));
|
|
10334
10478
|
return publishedInvoice;
|
|
10335
10479
|
}));
|
|
@@ -10338,9 +10482,9 @@ class SoleInvoiceService extends RestService {
|
|
|
10338
10482
|
return this.http.post(`${this.environment.apiV2}/${this.url}/${invoice.id}/send`, {});
|
|
10339
10483
|
}
|
|
10340
10484
|
}
|
|
10341
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10342
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10485
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10486
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
10487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
10344
10488
|
type: Injectable,
|
|
10345
10489
|
args: [{
|
|
10346
10490
|
providedIn: 'root'
|
|
@@ -10355,9 +10499,26 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
10355
10499
|
this.isHydra = true;
|
|
10356
10500
|
}
|
|
10357
10501
|
}
|
|
10358
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10359
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10502
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10503
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
10504
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
10505
|
+
type: Injectable,
|
|
10506
|
+
args: [{
|
|
10507
|
+
providedIn: 'root'
|
|
10508
|
+
}]
|
|
10509
|
+
}] });
|
|
10510
|
+
|
|
10511
|
+
class BasReportService extends RestService {
|
|
10512
|
+
constructor() {
|
|
10513
|
+
super(...arguments);
|
|
10514
|
+
this.modelClass = BasReport;
|
|
10515
|
+
this.url = 'bas-reports';
|
|
10516
|
+
this.isHydra = true;
|
|
10517
|
+
}
|
|
10518
|
+
}
|
|
10519
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10520
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
10521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BasReportService, decorators: [{
|
|
10361
10522
|
type: Injectable,
|
|
10362
10523
|
args: [{
|
|
10363
10524
|
providedIn: 'root'
|
|
@@ -10374,9 +10535,9 @@ class VehicleService extends RestService {
|
|
|
10374
10535
|
this.modelClass = Vehicle;
|
|
10375
10536
|
}
|
|
10376
10537
|
}
|
|
10377
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10378
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10379
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10538
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10539
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
10540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleService, decorators: [{
|
|
10380
10541
|
type: Injectable,
|
|
10381
10542
|
args: [{
|
|
10382
10543
|
providedIn: 'root'
|
|
@@ -10448,9 +10609,9 @@ class VehicleClaimService extends RestService {
|
|
|
10448
10609
|
combineLatest(batch$).subscribe();
|
|
10449
10610
|
}
|
|
10450
10611
|
}
|
|
10451
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10452
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10612
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10613
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
10614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
10454
10615
|
type: Injectable,
|
|
10455
10616
|
args: [{
|
|
10456
10617
|
providedIn: 'root'
|
|
@@ -10527,9 +10688,9 @@ class VehicleClaimDetailsService {
|
|
|
10527
10688
|
this.update(vehicleClaimDetails).subscribe();
|
|
10528
10689
|
}
|
|
10529
10690
|
}
|
|
10530
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10531
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10691
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10692
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
10693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
10533
10694
|
type: Injectable,
|
|
10534
10695
|
args: [{
|
|
10535
10696
|
providedIn: 'root'
|
|
@@ -10549,9 +10710,9 @@ class VehicleLogbookService extends RestService {
|
|
|
10549
10710
|
this.modelClass = VehicleLogbook;
|
|
10550
10711
|
}
|
|
10551
10712
|
}
|
|
10552
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10553
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10713
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10714
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
10715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
10555
10716
|
type: Injectable,
|
|
10556
10717
|
args: [{
|
|
10557
10718
|
providedIn: 'root'
|
|
@@ -10584,9 +10745,9 @@ class OccupationService {
|
|
|
10584
10745
|
return this.occupationsSubject.asObservable();
|
|
10585
10746
|
}
|
|
10586
10747
|
}
|
|
10587
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10588
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10748
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10749
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
10750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: OccupationService, decorators: [{
|
|
10590
10751
|
type: Injectable,
|
|
10591
10752
|
args: [{
|
|
10592
10753
|
providedIn: 'root'
|
|
@@ -10630,9 +10791,9 @@ class UserEventSettingService extends RestService {
|
|
|
10630
10791
|
}));
|
|
10631
10792
|
}
|
|
10632
10793
|
}
|
|
10633
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10634
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10794
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10795
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
10796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
10636
10797
|
type: Injectable,
|
|
10637
10798
|
args: [{
|
|
10638
10799
|
providedIn: 'root'
|
|
@@ -10647,9 +10808,9 @@ class UserEventTypeService extends RestService {
|
|
|
10647
10808
|
this.isHydra = true;
|
|
10648
10809
|
}
|
|
10649
10810
|
}
|
|
10650
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10651
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10652
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10811
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10812
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
10813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
10653
10814
|
type: Injectable,
|
|
10654
10815
|
args: [{
|
|
10655
10816
|
providedIn: 'root'
|
|
@@ -10666,9 +10827,9 @@ class UsersInviteService extends RestService {
|
|
|
10666
10827
|
this.url = 'users/invite';
|
|
10667
10828
|
}
|
|
10668
10829
|
}
|
|
10669
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10670
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10830
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10831
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
10832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
10672
10833
|
type: Injectable,
|
|
10673
10834
|
args: [{
|
|
10674
10835
|
providedIn: 'root'
|
|
@@ -10682,9 +10843,9 @@ class DocumentService extends RestService {
|
|
|
10682
10843
|
this.modelClass = Document;
|
|
10683
10844
|
}
|
|
10684
10845
|
}
|
|
10685
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10686
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10846
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10847
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
10848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentService, decorators: [{
|
|
10688
10849
|
type: Injectable,
|
|
10689
10850
|
args: [{
|
|
10690
10851
|
providedIn: 'root'
|
|
@@ -10750,9 +10911,9 @@ class DocumentFolderService extends RestService {
|
|
|
10750
10911
|
}));
|
|
10751
10912
|
}
|
|
10752
10913
|
}
|
|
10753
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10754
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10914
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10915
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
10916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
10756
10917
|
type: Injectable,
|
|
10757
10918
|
args: [{
|
|
10758
10919
|
providedIn: 'root'
|
|
@@ -10778,9 +10939,9 @@ class RewardfulService {
|
|
|
10778
10939
|
});
|
|
10779
10940
|
}
|
|
10780
10941
|
}
|
|
10781
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10782
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10783
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
10942
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10943
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
10944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RewardfulService, decorators: [{
|
|
10784
10945
|
type: Injectable,
|
|
10785
10946
|
args: [{
|
|
10786
10947
|
providedIn: 'root'
|
|
@@ -10843,9 +11004,9 @@ class LogbookBestPeriodService {
|
|
|
10843
11004
|
});
|
|
10844
11005
|
}
|
|
10845
11006
|
}
|
|
10846
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10847
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11007
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11008
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
11009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
10849
11010
|
type: Injectable,
|
|
10850
11011
|
args: [{
|
|
10851
11012
|
providedIn: 'root'
|
|
@@ -10951,9 +11112,9 @@ class ClientIncomeTypesService {
|
|
|
10951
11112
|
}));
|
|
10952
11113
|
}
|
|
10953
11114
|
}
|
|
10954
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
10955
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
10956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11115
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11116
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
11117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
10957
11118
|
type: Injectable,
|
|
10958
11119
|
args: [{
|
|
10959
11120
|
providedIn: 'root'
|
|
@@ -11086,9 +11247,9 @@ class PropertyService extends RestService {
|
|
|
11086
11247
|
return this.get().pipe(map((properties) => properties.filter((property) => property.isActive)));
|
|
11087
11248
|
}
|
|
11088
11249
|
}
|
|
11089
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11090
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11250
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11251
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
11252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyService, decorators: [{
|
|
11092
11253
|
type: Injectable,
|
|
11093
11254
|
args: [{
|
|
11094
11255
|
providedIn: 'root'
|
|
@@ -11187,9 +11348,9 @@ class IncomeSourceService extends RestService {
|
|
|
11187
11348
|
});
|
|
11188
11349
|
}
|
|
11189
11350
|
}
|
|
11190
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11191
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11351
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11352
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
11353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
11193
11354
|
type: Injectable,
|
|
11194
11355
|
args: [{
|
|
11195
11356
|
providedIn: 'root'
|
|
@@ -11290,9 +11451,9 @@ class BankAccountService extends RestService {
|
|
|
11290
11451
|
});
|
|
11291
11452
|
}
|
|
11292
11453
|
}
|
|
11293
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11294
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11454
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11455
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
11456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountService, decorators: [{
|
|
11296
11457
|
type: Injectable,
|
|
11297
11458
|
args: [{
|
|
11298
11459
|
providedIn: 'root'
|
|
@@ -11366,9 +11527,9 @@ class TransactionAllocationService extends RestService {
|
|
|
11366
11527
|
});
|
|
11367
11528
|
}
|
|
11368
11529
|
}
|
|
11369
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11370
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11530
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
11531
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
11532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
11372
11533
|
type: Injectable,
|
|
11373
11534
|
args: [{
|
|
11374
11535
|
providedIn: 'root'
|
|
@@ -11444,9 +11605,9 @@ class ReceiptService {
|
|
|
11444
11605
|
return plainToClass(this.modelClass, data);
|
|
11445
11606
|
}
|
|
11446
11607
|
}
|
|
11447
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11448
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11449
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11608
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11609
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
11610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ReceiptService, decorators: [{
|
|
11450
11611
|
type: Injectable,
|
|
11451
11612
|
args: [{
|
|
11452
11613
|
providedIn: 'root'
|
|
@@ -11475,9 +11636,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
11475
11636
|
this.listenEvents();
|
|
11476
11637
|
}
|
|
11477
11638
|
}
|
|
11478
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11479
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11639
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11640
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
11641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
11481
11642
|
type: Injectable,
|
|
11482
11643
|
args: [{
|
|
11483
11644
|
providedIn: 'root'
|
|
@@ -11822,9 +11983,9 @@ class TransactionService extends RestService {
|
|
|
11822
11983
|
});
|
|
11823
11984
|
}
|
|
11824
11985
|
}
|
|
11825
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11826
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
11986
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
11987
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
11988
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionService, decorators: [{
|
|
11828
11989
|
type: Injectable,
|
|
11829
11990
|
args: [{
|
|
11830
11991
|
providedIn: 'root'
|
|
@@ -11954,9 +12115,9 @@ class AccountSetupService {
|
|
|
11954
12115
|
}));
|
|
11955
12116
|
}
|
|
11956
12117
|
}
|
|
11957
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11958
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11959
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12118
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12119
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
12120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
11960
12121
|
type: Injectable,
|
|
11961
12122
|
args: [{
|
|
11962
12123
|
providedIn: 'root'
|
|
@@ -11983,9 +12144,9 @@ class AddressService {
|
|
|
11983
12144
|
return this.countriesSubject.asObservable();
|
|
11984
12145
|
}
|
|
11985
12146
|
}
|
|
11986
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
11987
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
11988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12147
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12148
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AddressService, decorators: [{
|
|
11989
12150
|
type: Injectable,
|
|
11990
12151
|
args: [{
|
|
11991
12152
|
providedIn: 'root'
|
|
@@ -12030,9 +12191,9 @@ class AssetsService {
|
|
|
12030
12191
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
12031
12192
|
}
|
|
12032
12193
|
}
|
|
12033
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12034
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12035
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12194
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12195
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
12196
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AssetsService, decorators: [{
|
|
12036
12197
|
type: Injectable,
|
|
12037
12198
|
args: [{
|
|
12038
12199
|
providedIn: 'root'
|
|
@@ -12059,9 +12220,9 @@ class BankService extends RestService {
|
|
|
12059
12220
|
}));
|
|
12060
12221
|
}
|
|
12061
12222
|
}
|
|
12062
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12063
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12064
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12223
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12224
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankService, decorators: [{
|
|
12065
12226
|
type: Injectable,
|
|
12066
12227
|
args: [{
|
|
12067
12228
|
providedIn: 'root'
|
|
@@ -12121,9 +12282,9 @@ class BankTransactionCalculationService {
|
|
|
12121
12282
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
12122
12283
|
}
|
|
12123
12284
|
}
|
|
12124
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12125
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12285
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12286
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
12287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
12127
12288
|
type: Injectable,
|
|
12128
12289
|
args: [{
|
|
12129
12290
|
providedIn: 'root'
|
|
@@ -12152,9 +12313,9 @@ class BankAccountCalculationService {
|
|
|
12152
12313
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
12153
12314
|
}
|
|
12154
12315
|
}
|
|
12155
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12156
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12316
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12317
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
12318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
12158
12319
|
type: Injectable,
|
|
12159
12320
|
args: [{
|
|
12160
12321
|
providedIn: 'root'
|
|
@@ -12233,9 +12394,9 @@ class BankTransactionService extends RestService {
|
|
|
12233
12394
|
});
|
|
12234
12395
|
}
|
|
12235
12396
|
}
|
|
12236
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12237
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12238
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12397
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12398
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12239
12400
|
type: Injectable,
|
|
12240
12401
|
args: [{
|
|
12241
12402
|
providedIn: 'root'
|
|
@@ -12295,9 +12456,9 @@ class BorrowingExpenseService {
|
|
|
12295
12456
|
}));
|
|
12296
12457
|
}
|
|
12297
12458
|
}
|
|
12298
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12299
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12459
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12460
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
12461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
12301
12462
|
type: Injectable,
|
|
12302
12463
|
args: [{
|
|
12303
12464
|
providedIn: 'root'
|
|
@@ -12382,9 +12543,9 @@ class ChartAccountsService {
|
|
|
12382
12543
|
}));
|
|
12383
12544
|
}
|
|
12384
12545
|
}
|
|
12385
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12386
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12546
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12547
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12548
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12388
12549
|
type: Injectable,
|
|
12389
12550
|
args: [{
|
|
12390
12551
|
providedIn: 'root'
|
|
@@ -12417,9 +12578,9 @@ class ChartAccountsDepreciationService extends RestService {
|
|
|
12417
12578
|
}));
|
|
12418
12579
|
}
|
|
12419
12580
|
}
|
|
12420
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12421
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12581
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12582
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12423
12584
|
type: Injectable,
|
|
12424
12585
|
args: [{
|
|
12425
12586
|
providedIn: 'root'
|
|
@@ -12490,9 +12651,9 @@ class ChatService extends RestService {
|
|
|
12490
12651
|
});
|
|
12491
12652
|
}
|
|
12492
12653
|
}
|
|
12493
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12494
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12495
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12654
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12655
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ChatService, decorators: [{
|
|
12496
12657
|
type: Injectable,
|
|
12497
12658
|
args: [{
|
|
12498
12659
|
providedIn: 'root'
|
|
@@ -12538,9 +12699,9 @@ class MessageService extends RestService {
|
|
|
12538
12699
|
});
|
|
12539
12700
|
}
|
|
12540
12701
|
}
|
|
12541
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12542
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12543
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12702
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12703
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageService, decorators: [{
|
|
12544
12705
|
type: Injectable,
|
|
12545
12706
|
args: [{
|
|
12546
12707
|
providedIn: 'root'
|
|
@@ -12646,9 +12807,9 @@ class MessageDocumentService {
|
|
|
12646
12807
|
}));
|
|
12647
12808
|
}
|
|
12648
12809
|
}
|
|
12649
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12650
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12651
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12810
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12811
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12652
12813
|
type: Injectable,
|
|
12653
12814
|
args: [{
|
|
12654
12815
|
providedIn: 'root'
|
|
@@ -12766,9 +12927,9 @@ class ClientInviteService extends RestService {
|
|
|
12766
12927
|
});
|
|
12767
12928
|
}
|
|
12768
12929
|
}
|
|
12769
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12770
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
12930
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12931
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
12932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
12772
12933
|
type: Injectable,
|
|
12773
12934
|
args: [{
|
|
12774
12935
|
providedIn: 'root'
|
|
@@ -12847,9 +13008,9 @@ class ClientMovementService extends RestService {
|
|
|
12847
13008
|
});
|
|
12848
13009
|
}
|
|
12849
13010
|
}
|
|
12850
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12851
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13011
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13012
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
12853
13014
|
type: Injectable,
|
|
12854
13015
|
args: [{
|
|
12855
13016
|
providedIn: 'root'
|
|
@@ -12874,9 +13035,9 @@ class ClientPortfolioReportService {
|
|
|
12874
13035
|
}));
|
|
12875
13036
|
}
|
|
12876
13037
|
}
|
|
12877
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12878
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13038
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13039
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
12880
13041
|
type: Injectable,
|
|
12881
13042
|
args: [{
|
|
12882
13043
|
providedIn: 'root'
|
|
@@ -12905,9 +13066,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12905
13066
|
this.listenEvents();
|
|
12906
13067
|
}
|
|
12907
13068
|
}
|
|
12908
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
12909
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
12910
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13069
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13070
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
13071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12911
13072
|
type: Injectable,
|
|
12912
13073
|
args: [{
|
|
12913
13074
|
providedIn: 'root'
|
|
@@ -13058,9 +13219,9 @@ class DepreciationService extends RestService {
|
|
|
13058
13219
|
});
|
|
13059
13220
|
}
|
|
13060
13221
|
}
|
|
13061
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13062
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13222
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13223
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationService, decorators: [{
|
|
13064
13225
|
type: Injectable,
|
|
13065
13226
|
args: [{
|
|
13066
13227
|
providedIn: 'root'
|
|
@@ -13112,9 +13273,9 @@ class DepreciationCapitalProjectService {
|
|
|
13112
13273
|
}));
|
|
13113
13274
|
}
|
|
13114
13275
|
}
|
|
13115
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13116
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13276
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13277
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13118
13279
|
type: Injectable,
|
|
13119
13280
|
args: [{
|
|
13120
13281
|
providedIn: 'root'
|
|
@@ -13146,9 +13307,9 @@ class EmployeeService extends RestService {
|
|
|
13146
13307
|
}));
|
|
13147
13308
|
}
|
|
13148
13309
|
}
|
|
13149
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13150
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13310
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13311
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13152
13313
|
type: Injectable,
|
|
13153
13314
|
args: [{
|
|
13154
13315
|
providedIn: 'root'
|
|
@@ -13191,9 +13352,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13191
13352
|
}));
|
|
13192
13353
|
}
|
|
13193
13354
|
}
|
|
13194
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13195
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13355
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13356
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13357
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13197
13358
|
type: Injectable,
|
|
13198
13359
|
args: [{
|
|
13199
13360
|
providedIn: 'root'
|
|
@@ -13260,9 +13421,9 @@ class FirmService {
|
|
|
13260
13421
|
}));
|
|
13261
13422
|
}
|
|
13262
13423
|
}
|
|
13263
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13264
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13424
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13425
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
13426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FirmService, decorators: [{
|
|
13266
13427
|
type: Injectable,
|
|
13267
13428
|
args: [{
|
|
13268
13429
|
providedIn: 'root'
|
|
@@ -13290,9 +13451,9 @@ class ExportFormatterService {
|
|
|
13290
13451
|
}));
|
|
13291
13452
|
}
|
|
13292
13453
|
}
|
|
13293
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13294
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13295
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13454
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13455
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
13456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
13296
13457
|
type: Injectable,
|
|
13297
13458
|
args: [{
|
|
13298
13459
|
providedIn: 'root'
|
|
@@ -13313,9 +13474,9 @@ class HeaderTitleService {
|
|
|
13313
13474
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
13314
13475
|
}
|
|
13315
13476
|
}
|
|
13316
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13317
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13477
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, deps: [{ token: i1$2.Router }, { token: i1$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13478
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
13479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
13319
13480
|
type: Injectable,
|
|
13320
13481
|
args: [{
|
|
13321
13482
|
providedIn: 'root'
|
|
@@ -13385,9 +13546,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13385
13546
|
}).flat();
|
|
13386
13547
|
}
|
|
13387
13548
|
}
|
|
13388
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13389
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13549
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13550
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
13551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13391
13552
|
type: Injectable,
|
|
13392
13553
|
args: [{
|
|
13393
13554
|
providedIn: 'root'
|
|
@@ -13457,9 +13618,9 @@ class SalaryForecastService extends RestService {
|
|
|
13457
13618
|
}).flat();
|
|
13458
13619
|
}
|
|
13459
13620
|
}
|
|
13460
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13461
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13621
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13622
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
13623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
13463
13624
|
type: Injectable,
|
|
13464
13625
|
args: [{
|
|
13465
13626
|
providedIn: 'root'
|
|
@@ -13535,9 +13696,9 @@ class SoleForecastService extends RestService {
|
|
|
13535
13696
|
});
|
|
13536
13697
|
}
|
|
13537
13698
|
}
|
|
13538
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13539
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13540
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13699
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13700
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
13701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
13541
13702
|
type: Injectable,
|
|
13542
13703
|
args: [{
|
|
13543
13704
|
providedIn: 'root'
|
|
@@ -13571,9 +13732,9 @@ class IntercomService {
|
|
|
13571
13732
|
window.Intercom('boot', connectionCredentials);
|
|
13572
13733
|
}
|
|
13573
13734
|
}
|
|
13574
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13575
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13576
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13735
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13736
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
13737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: IntercomService, decorators: [{
|
|
13577
13738
|
type: Injectable,
|
|
13578
13739
|
args: [{
|
|
13579
13740
|
providedIn: 'root'
|
|
@@ -13601,9 +13762,9 @@ class KompassifyService {
|
|
|
13601
13762
|
});
|
|
13602
13763
|
}
|
|
13603
13764
|
}
|
|
13604
|
-
KompassifyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13605
|
-
KompassifyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13606
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13765
|
+
KompassifyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KompassifyService, deps: [{ token: i1$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13766
|
+
KompassifyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KompassifyService, providedIn: 'root' });
|
|
13767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KompassifyService, decorators: [{
|
|
13607
13768
|
type: Injectable,
|
|
13608
13769
|
args: [{
|
|
13609
13770
|
providedIn: 'root'
|
|
@@ -13727,9 +13888,9 @@ class LoanService extends RestService {
|
|
|
13727
13888
|
}));
|
|
13728
13889
|
}
|
|
13729
13890
|
}
|
|
13730
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13731
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13732
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13891
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13892
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
13893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LoanService, decorators: [{
|
|
13733
13894
|
type: Injectable,
|
|
13734
13895
|
args: [{
|
|
13735
13896
|
providedIn: 'root'
|
|
@@ -13773,9 +13934,9 @@ class ServiceNotificationService extends RestService {
|
|
|
13773
13934
|
});
|
|
13774
13935
|
}
|
|
13775
13936
|
}
|
|
13776
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13777
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
13937
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13938
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
13939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
13779
13940
|
type: Injectable,
|
|
13780
13941
|
args: [{
|
|
13781
13942
|
providedIn: 'root'
|
|
@@ -13836,9 +13997,9 @@ class PdfFromDomElementService {
|
|
|
13836
13997
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
13837
13998
|
}
|
|
13838
13999
|
}
|
|
13839
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13840
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13841
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14000
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14001
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
14002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
13842
14003
|
type: Injectable,
|
|
13843
14004
|
args: [{
|
|
13844
14005
|
providedIn: 'root'
|
|
@@ -13917,9 +14078,9 @@ class PdfFromTableService {
|
|
|
13917
14078
|
doc.addImage(logo, 'PNG', doc.internal.pageSize.width - FILE_SETTINGS.logo.positionX, FILE_SETTINGS.logo.positionY, FILE_SETTINGS.logo.width, FILE_SETTINGS.logo.height);
|
|
13918
14079
|
}
|
|
13919
14080
|
}
|
|
13920
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13921
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14081
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14082
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
14083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
13923
14084
|
type: Injectable,
|
|
13924
14085
|
args: [{
|
|
13925
14086
|
providedIn: 'root'
|
|
@@ -13952,9 +14113,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
13952
14113
|
return pdf;
|
|
13953
14114
|
}
|
|
13954
14115
|
}
|
|
13955
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13956
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14116
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14117
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
14118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
13958
14119
|
type: Injectable,
|
|
13959
14120
|
args: [{
|
|
13960
14121
|
providedIn: 'root'
|
|
@@ -13986,9 +14147,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
13986
14147
|
return pdf;
|
|
13987
14148
|
}
|
|
13988
14149
|
}
|
|
13989
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
13990
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
13991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14150
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14151
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
14152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
13992
14153
|
type: Injectable,
|
|
13993
14154
|
args: [{
|
|
13994
14155
|
providedIn: 'root'
|
|
@@ -14045,9 +14206,9 @@ class PropertyTransactionReportService {
|
|
|
14045
14206
|
}));
|
|
14046
14207
|
}
|
|
14047
14208
|
}
|
|
14048
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14049
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14050
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14209
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14210
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
14211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
14051
14212
|
type: Injectable,
|
|
14052
14213
|
args: [{
|
|
14053
14214
|
providedIn: 'root'
|
|
@@ -14216,9 +14377,9 @@ class PropertyCalculationService {
|
|
|
14216
14377
|
}
|
|
14217
14378
|
}
|
|
14218
14379
|
}
|
|
14219
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14220
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14380
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14381
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
14382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
14222
14383
|
type: Injectable,
|
|
14223
14384
|
args: [{
|
|
14224
14385
|
providedIn: 'root'
|
|
@@ -14235,9 +14396,9 @@ class PropertyCategoryService extends RestService {
|
|
|
14235
14396
|
this.url = 'properties/categories';
|
|
14236
14397
|
}
|
|
14237
14398
|
}
|
|
14238
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14239
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14399
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14400
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14241
14402
|
type: Injectable,
|
|
14242
14403
|
args: [{
|
|
14243
14404
|
providedIn: 'root'
|
|
@@ -14289,9 +14450,9 @@ class PropertyDocumentService extends RestService {
|
|
|
14289
14450
|
});
|
|
14290
14451
|
}
|
|
14291
14452
|
}
|
|
14292
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14293
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14453
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14454
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14295
14456
|
type: Injectable,
|
|
14296
14457
|
args: [{
|
|
14297
14458
|
providedIn: 'root'
|
|
@@ -14407,9 +14568,9 @@ class PropertyShareService extends RestService {
|
|
|
14407
14568
|
});
|
|
14408
14569
|
}
|
|
14409
14570
|
}
|
|
14410
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14411
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14571
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14572
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14413
14574
|
type: Injectable,
|
|
14414
14575
|
args: [{
|
|
14415
14576
|
providedIn: 'root'
|
|
@@ -14440,9 +14601,9 @@ class PropertySaleService extends RestService {
|
|
|
14440
14601
|
}));
|
|
14441
14602
|
}
|
|
14442
14603
|
}
|
|
14443
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14444
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14604
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14605
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14446
14607
|
type: Injectable,
|
|
14447
14608
|
args: [{
|
|
14448
14609
|
providedIn: 'root'
|
|
@@ -14475,9 +14636,9 @@ class EquityPositionChartService {
|
|
|
14475
14636
|
}));
|
|
14476
14637
|
}
|
|
14477
14638
|
}
|
|
14478
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14479
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14480
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14639
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14640
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
14641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
14481
14642
|
type: Injectable,
|
|
14482
14643
|
args: [{
|
|
14483
14644
|
providedIn: 'root'
|
|
@@ -14518,9 +14679,9 @@ class PropertyCategoryMovementService extends RestService {
|
|
|
14518
14679
|
}));
|
|
14519
14680
|
}
|
|
14520
14681
|
}
|
|
14521
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14522
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14523
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14682
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14683
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14524
14685
|
type: Injectable,
|
|
14525
14686
|
args: [{
|
|
14526
14687
|
providedIn: 'root'
|
|
@@ -14612,9 +14773,9 @@ class SubscriptionService {
|
|
|
14612
14773
|
});
|
|
14613
14774
|
}
|
|
14614
14775
|
}
|
|
14615
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14616
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14776
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14777
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
14778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
14618
14779
|
type: Injectable,
|
|
14619
14780
|
args: [{
|
|
14620
14781
|
providedIn: 'root'
|
|
@@ -14635,9 +14796,9 @@ class ServicePriceService extends RestService {
|
|
|
14635
14796
|
this.isHydra = true;
|
|
14636
14797
|
}
|
|
14637
14798
|
}
|
|
14638
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14639
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14799
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14800
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
14801
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
14641
14802
|
type: Injectable,
|
|
14642
14803
|
args: [{
|
|
14643
14804
|
providedIn: 'root'
|
|
@@ -14726,9 +14887,9 @@ class TaxReviewService extends RestService {
|
|
|
14726
14887
|
});
|
|
14727
14888
|
}
|
|
14728
14889
|
}
|
|
14729
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14730
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14890
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14891
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
14892
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
14732
14893
|
type: Injectable,
|
|
14733
14894
|
args: [{
|
|
14734
14895
|
providedIn: 'root'
|
|
@@ -14760,9 +14921,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
14760
14921
|
});
|
|
14761
14922
|
}
|
|
14762
14923
|
}
|
|
14763
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14764
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14924
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14925
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
14926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
14766
14927
|
type: Injectable,
|
|
14767
14928
|
args: [{
|
|
14768
14929
|
providedIn: 'root'
|
|
@@ -14819,9 +14980,9 @@ class TaxSummaryService {
|
|
|
14819
14980
|
});
|
|
14820
14981
|
}
|
|
14821
14982
|
}
|
|
14822
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14823
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
14983
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14984
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
14985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
14825
14986
|
type: Injectable,
|
|
14826
14987
|
args: [{
|
|
14827
14988
|
providedIn: 'root'
|
|
@@ -14903,9 +15064,9 @@ class TransactionCalculationService {
|
|
|
14903
15064
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
14904
15065
|
}
|
|
14905
15066
|
}
|
|
14906
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14907
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15067
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15068
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
15069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
14909
15070
|
type: Injectable,
|
|
14910
15071
|
args: [{
|
|
14911
15072
|
providedIn: 'root'
|
|
@@ -14946,9 +15107,9 @@ class XlsxService {
|
|
|
14946
15107
|
return xlsx.write(workbook, { bookType: 'xlsx', type: 'array' });
|
|
14947
15108
|
}
|
|
14948
15109
|
}
|
|
14949
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14950
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15110
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15111
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
15112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: XlsxService, decorators: [{
|
|
14952
15113
|
type: Injectable,
|
|
14953
15114
|
args: [{
|
|
14954
15115
|
providedIn: 'root'
|
|
@@ -14963,9 +15124,9 @@ class TaxExemptionService extends RestService {
|
|
|
14963
15124
|
this.isHydra = true;
|
|
14964
15125
|
}
|
|
14965
15126
|
}
|
|
14966
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
14967
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
14968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15127
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15128
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
15129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14969
15130
|
type: Injectable,
|
|
14970
15131
|
args: [{
|
|
14971
15132
|
providedIn: 'root'
|
|
@@ -15042,9 +15203,9 @@ FacebookService.authOptions = {
|
|
|
15042
15203
|
auth_type: 'rerequest',
|
|
15043
15204
|
return_scopes: true
|
|
15044
15205
|
};
|
|
15045
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15046
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15206
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i1$2.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15207
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
15208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: FacebookService, decorators: [{
|
|
15048
15209
|
type: Injectable,
|
|
15049
15210
|
args: [{
|
|
15050
15211
|
providedIn: 'root'
|
|
@@ -15073,9 +15234,9 @@ class TutorialVideoService {
|
|
|
15073
15234
|
}
|
|
15074
15235
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
15075
15236
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
15076
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
15077
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
15078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
15237
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15238
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
15239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
15079
15240
|
type: Injectable,
|
|
15080
15241
|
args: [{
|
|
15081
15242
|
providedIn: 'root'
|
|
@@ -15170,6 +15331,8 @@ function taxReviewFilterPredicate(data, filter) {
|
|
|
15170
15331
|
class AbstractForm extends FormGroup {
|
|
15171
15332
|
constructor(controls, model, validatorOrOpts, asyncValidator) {
|
|
15172
15333
|
super(controls, validatorOrOpts, asyncValidator);
|
|
15334
|
+
// @TODO remove and use getRawValue instead of value (needs testing and refactoring)
|
|
15335
|
+
this.submitDisabledFields = false;
|
|
15173
15336
|
/**
|
|
15174
15337
|
* @TODO Alex bad name, it's also about unchanged
|
|
15175
15338
|
* Flag display if some form values changed
|
|
@@ -15201,7 +15364,8 @@ class AbstractForm extends FormGroup {
|
|
|
15201
15364
|
if (!this.disabled && !this.valid) {
|
|
15202
15365
|
return null;
|
|
15203
15366
|
}
|
|
15204
|
-
const
|
|
15367
|
+
const value = this.submitDisabledFields ? this.getRawValue() : this.value;
|
|
15368
|
+
const model = this.createModelInstance(Object.assign({}, this.model, value, data));
|
|
15205
15369
|
this.onSubmit.emit(model);
|
|
15206
15370
|
return model;
|
|
15207
15371
|
}
|
|
@@ -15392,6 +15556,8 @@ class AddressForm extends AbstractForm {
|
|
|
15392
15556
|
// manual fields
|
|
15393
15557
|
unitNumber: new FormControl({ value: address.unitNumber, disabled: true }),
|
|
15394
15558
|
address: new FormControl({ value: address.address, disabled: true }, Validators.required),
|
|
15559
|
+
streetNumber: new FormControl({ value: address.streetNumber, disabled: true }, [Validators.required, Validators.pattern(AddressForm.streetNumberPattern)]),
|
|
15560
|
+
street: new FormControl({ value: address.street, disabled: true }, Validators.required),
|
|
15395
15561
|
city: new FormControl({ value: address.city, disabled: true }, Validators.required),
|
|
15396
15562
|
state: new FormControl({ value: address.state, disabled: true }, Validators.required),
|
|
15397
15563
|
postcode: new FormControl({ value: address.postcode, disabled: true }, Validators.required),
|
|
@@ -15441,6 +15607,8 @@ class AddressForm extends AbstractForm {
|
|
|
15441
15607
|
this.isManual = true;
|
|
15442
15608
|
this.get('searchQuery').disable();
|
|
15443
15609
|
this.get('address').enable();
|
|
15610
|
+
this.get('streetNumber').enable();
|
|
15611
|
+
this.get('street').enable();
|
|
15444
15612
|
this.get('unitNumber').enable();
|
|
15445
15613
|
this.get('city').enable();
|
|
15446
15614
|
this.get('state').enable();
|
|
@@ -15450,6 +15618,7 @@ class AddressForm extends AbstractForm {
|
|
|
15450
15618
|
this.get('corelogicLocId').disable();
|
|
15451
15619
|
this.get('corelogicRefId').disable();
|
|
15452
15620
|
}
|
|
15621
|
+
this.listenStreetFieldsChanges();
|
|
15453
15622
|
}
|
|
15454
15623
|
/**
|
|
15455
15624
|
* Emit event to search address in corelogic when search field changes
|
|
@@ -15500,6 +15669,17 @@ class AddressForm extends AbstractForm {
|
|
|
15500
15669
|
this.onSearch.emit(this.manualSearchQuery);
|
|
15501
15670
|
});
|
|
15502
15671
|
}
|
|
15672
|
+
/**
|
|
15673
|
+
* Address model has common field 'address' for street name and number because Corelogic returns this data as one string,
|
|
15674
|
+
* but we need separated fields in the form.
|
|
15675
|
+
*
|
|
15676
|
+
* Listen street and number changes and fill address with concatinated values
|
|
15677
|
+
*/
|
|
15678
|
+
listenStreetFieldsChanges() {
|
|
15679
|
+
merge$1(this.get('streetNumber').valueChanges, this.get('street').valueChanges).subscribe(() => {
|
|
15680
|
+
this.get('address').setValue(`${this.get('streetNumber').value} ${this.get('street').value}`);
|
|
15681
|
+
});
|
|
15682
|
+
}
|
|
15503
15683
|
}
|
|
15504
15684
|
/**
|
|
15505
15685
|
* Min search query required length
|
|
@@ -15509,6 +15689,10 @@ AddressForm.minSearchLength = 3;
|
|
|
15509
15689
|
* Delay before corelogic request
|
|
15510
15690
|
*/
|
|
15511
15691
|
AddressForm.searchDelay = 500;
|
|
15692
|
+
/**
|
|
15693
|
+
* Regarding corelogic formatting, street number should not contain spaces
|
|
15694
|
+
*/
|
|
15695
|
+
AddressForm.streetNumberPattern = /^[^\s]+$/;
|
|
15512
15696
|
|
|
15513
15697
|
/**
|
|
15514
15698
|
* Form with loan details.
|
|
@@ -16016,6 +16200,64 @@ class SoleInvoiceTemplateForm extends AbstractForm {
|
|
|
16016
16200
|
}
|
|
16017
16201
|
}
|
|
16018
16202
|
|
|
16203
|
+
/**
|
|
16204
|
+
* business activity statement report
|
|
16205
|
+
* https://taxtank.atlassian.net/wiki/spaces/TAXTANK/pages/268533936/BAS+Report
|
|
16206
|
+
*/
|
|
16207
|
+
class BasReportForm extends AbstractForm {
|
|
16208
|
+
/**
|
|
16209
|
+
* @TODO vik TransactionBaseCollection here and everywhere
|
|
16210
|
+
*/
|
|
16211
|
+
constructor(report, transactions, allocations, depreciations) {
|
|
16212
|
+
super({
|
|
16213
|
+
dateFrom: new FormControl(report.dateFrom, Validators.required),
|
|
16214
|
+
dateTo: new FormControl(report.dateTo, Validators.required),
|
|
16215
|
+
income: new FormControl({ value: report.income, disabled: true }),
|
|
16216
|
+
incomeGST: new FormControl({ value: report.incomeGST, disabled: true }, Validators.required),
|
|
16217
|
+
expenseGST: new FormControl({ value: report.expenseGST, disabled: true }, Validators.required),
|
|
16218
|
+
salary: new FormControl(report.salary, Validators.required),
|
|
16219
|
+
taxWithheldSalary: new FormControl(report.taxWithheldSalary, Validators.required),
|
|
16220
|
+
taxWithheldNoABN: new FormControl(report.taxWithheldNoABN, Validators.required),
|
|
16221
|
+
taxWithheldTotal: new FormControl({ value: report.taxWithheldTotal || 0, disabled: true }),
|
|
16222
|
+
paygTaxInstalment: new FormControl(report.paygTaxInstalment, Validators.required),
|
|
16223
|
+
fuelTaxCredit: new FormControl(report.fuelTaxCredit, Validators.required),
|
|
16224
|
+
gst: new FormControl({ value: report.gst, disabled: true }),
|
|
16225
|
+
}, report);
|
|
16226
|
+
this.report = report;
|
|
16227
|
+
this.submitDisabledFields = true;
|
|
16228
|
+
// prefill income/expense data based on transactions/depreciations filtered by specified date
|
|
16229
|
+
combineLatest([this.get('dateFrom').valueChanges, this.get('dateTo').valueChanges])
|
|
16230
|
+
.subscribe(([dateFrom, dateTo]) => {
|
|
16231
|
+
const filteredTransactions = transactions.filterByRange('date', dateFrom, dateTo);
|
|
16232
|
+
const filteredDepreciations = depreciations.filterByRange('purchaseDate', dateFrom, dateTo);
|
|
16233
|
+
const incomeTransactions = filteredTransactions.getIncomeTransactions();
|
|
16234
|
+
const expenseTransactions = new TransactionBaseCollection([
|
|
16235
|
+
...filteredTransactions.getExpenseTransactions().toArray(),
|
|
16236
|
+
...filteredDepreciations.toArray()
|
|
16237
|
+
]);
|
|
16238
|
+
// all sole income claimed as 100%
|
|
16239
|
+
this.get('income').setValue(incomeTransactions.getAllocatedAmount(allocations));
|
|
16240
|
+
this.get('incomeGST').setValue(incomeTransactions.calculateAllocatedGST(allocations));
|
|
16241
|
+
this.get('expenseGST').setValue(expenseTransactions.filterBy('isGST', true).sumBy('gstClaimAmount'));
|
|
16242
|
+
});
|
|
16243
|
+
// calculate taxWithheldTotal
|
|
16244
|
+
combineLatest([this.get('taxWithheldSalary').valueChanges, this.get('taxWithheldNoABN').valueChanges])
|
|
16245
|
+
.subscribe(([taxWithheldSalary, taxWithheldNoABN]) => {
|
|
16246
|
+
this.get('taxWithheldTotal').setValue(taxWithheldSalary + taxWithheldNoABN);
|
|
16247
|
+
});
|
|
16248
|
+
// calculate gst payable/refundable
|
|
16249
|
+
combineLatest([
|
|
16250
|
+
this.get('incomeGST').valueChanges,
|
|
16251
|
+
this.get('expenseGST').valueChanges,
|
|
16252
|
+
this.get('taxWithheldTotal').valueChanges,
|
|
16253
|
+
this.get('paygTaxInstalment').valueChanges,
|
|
16254
|
+
this.get('fuelTaxCredit').valueChanges,
|
|
16255
|
+
]).subscribe(([incomeGST, expenseGST, taxWithheldTotal, paygTaxInstalment, fuelTaxCredit]) => {
|
|
16256
|
+
this.get('gst').setValue(incomeGST - expenseGST + taxWithheldTotal + paygTaxInstalment - fuelTaxCredit);
|
|
16257
|
+
});
|
|
16258
|
+
}
|
|
16259
|
+
}
|
|
16260
|
+
|
|
16019
16261
|
class BankAccountAllocationForm extends AbstractForm {
|
|
16020
16262
|
constructor(bankAccount, controls) {
|
|
16021
16263
|
super(merge(controls, {
|
|
@@ -17151,5 +17393,5 @@ VehicleLogbookForm.maxDescriptionLength = 60;
|
|
|
17151
17393
|
* Generated bundle index. Do not edit.
|
|
17152
17394
|
*/
|
|
17153
17395
|
|
|
17154
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AlphabetColorsEnum, AppEvent, AppEventTypeEnum, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsListEnum, ChartAccountsMetadata, ChartAccountsMetadataListEnum, ChartAccountsMetadataTypeEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, 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, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, 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, FinancialYear, Firm, FirmService, FirmTypeEnum, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JwtService, KompassifyService, 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, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEmployeeShareSchemes, MyTaxEmployeeShareSchemesForm, 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, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetadata, PropertySaleTaxExemptionMetadataCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RewardfulService, SUBSCRIPTION_DESCRIPTION, SUBSCRIPTION_TITLE, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentStatusEnum, ServicePrice, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductIdEnum, ServiceProductStatusEnum, 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, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, SubscriptionService, SubscriptionTypeEnum, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetadata, TaxExemptionMetadataEnum, 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, TransactionBaseCollection, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionMetadata, TransactionOperationEnum, TransactionReceipt, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, 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, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate };
|
|
17396
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AlphabetColorsEnum, AnnualFrequencyEnum, AppEvent, AppEventTypeEnum, AssetEntityTypeEnum, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankLoginData, BankLoginForm, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsListEnum, ChartAccountsMetadata, ChartAccountsMetadataListEnum, ChartAccountsMetadataTypeEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, 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, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, 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, FinancialYear, Firm, FirmService, FirmTypeEnum, HeaderTitleService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, InterceptorsModule, IntercomService, InviteStatusEnum, JwtService, KompassifyService, 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, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEmployeeShareSchemes, MyTaxEmployeeShareSchemesForm, 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, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetadata, PropertySaleTaxExemptionMetadataCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RewardfulService, SUBSCRIPTION_DESCRIPTION, SUBSCRIPTION_TITLE, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentStatusEnum, ServicePrice, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductIdEnum, ServiceProductStatusEnum, 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, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionService, SubscriptionTypeEnum, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetadata, TaxExemptionMetadataEnum, 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, TransactionBaseCollection, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionMetadata, TransactionOperationEnum, TransactionReceipt, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, 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, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, minDateValidator, passwordMatchValidator, passwordValidator, replace, roundTo, sort, sortDeep, taxReviewFilterPredicate };
|
|
17155
17397
|
//# sourceMappingURL=taxtank-core.js.map
|