taxtank-core 0.30.116 → 0.30.118
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/collections/collection-dictionary.mjs +5 -1
- package/esm2020/lib/collections/tax-summary/report-item.collection.mjs +1 -1
- package/esm2020/lib/collections/tax-summary/tax-return-categories.const.mjs +2 -2
- package/esm2020/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
- package/esm2020/lib/collections/transaction/transaction.collection.mjs +8 -1
- package/esm2020/lib/db/Enums/index.mjs +2 -1
- package/esm2020/lib/db/Enums/tax-return/index.mjs +4 -0
- package/esm2020/lib/db/Enums/{tax-return-category-list.enum.mjs → tax-return/tax-return-category-list.enum.mjs} +1 -1
- package/esm2020/lib/db/Enums/{tax-return-category-section.enum.mjs → tax-return/tax-return-category-section.enum.mjs} +1 -1
- package/esm2020/lib/db/Enums/tax-return/tax-return-item.enum.mjs +20 -0
- package/esm2020/lib/db/Json/tax-return/tax-return-item.json +1778 -0
- package/esm2020/lib/db/Models/index.mjs +2 -4
- package/esm2020/lib/db/Models/tax-return/index.mjs +4 -0
- package/esm2020/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
- package/esm2020/lib/interceptors/basiq-client-id.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/basiq-token.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/corelogic-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/financial-year-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/interceptors.module.mjs +4 -4
- package/esm2020/lib/interceptors/jwt-interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/preloader.interceptor.mjs +3 -3
- package/esm2020/lib/interceptors/user-switcher-interceptor.mjs +3 -3
- package/esm2020/lib/models/index.mjs +2 -1
- package/esm2020/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.mjs +2 -2
- package/esm2020/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.mjs +2 -2
- package/esm2020/lib/models/report/my-tax/my-tax-rent/my-tax-rent.mjs +2 -2
- package/esm2020/lib/models/sole/bas-report.mjs +1 -1
- package/esm2020/lib/models/tax-return/index.mjs +4 -0
- package/esm2020/lib/models/tax-return/tax-return-category.mjs +19 -0
- package/esm2020/lib/models/tax-return/tax-return-item.mjs +40 -0
- package/esm2020/lib/models/tax-return/tax-return.mjs +10 -0
- package/esm2020/lib/models/tax-summary/report-item-details.mjs +1 -1
- package/esm2020/lib/models/tax-summary/tax-summary.mjs +2 -2
- package/esm2020/lib/services/account-setup/account-setup.service.mjs +3 -3
- package/esm2020/lib/services/affiliate/rewardful/rewardful.service.mjs +3 -3
- package/esm2020/lib/services/asset/assets.service.mjs +3 -3
- package/esm2020/lib/services/auth/auth.service.mjs +3 -3
- package/esm2020/lib/services/auth/jwt.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-account-calculation.service.mjs +3 -3
- package/esm2020/lib/services/bank/bank-transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/data.service.mjs +3 -3
- package/esm2020/lib/services/event/event-dispatcher.service.mjs +3 -3
- package/esm2020/lib/services/event/sse.service.mjs +3 -3
- package/esm2020/lib/services/export/export-formatter.service.mjs +3 -3
- package/esm2020/lib/services/header-title/header-title.service.mjs +3 -3
- package/esm2020/lib/services/http/address/address.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-account/bank-account.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-connection/bank-connection.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/bank.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq-token.service.mjs +3 -3
- package/esm2020/lib/services/http/bank/basiq/basiq.service.mjs +3 -3
- package/esm2020/lib/services/http/budget/budget.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +3 -3
- package/esm2020/lib/services/http/chart-accounts/chart-accounts.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/chat.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message-document.service.mjs +3 -3
- package/esm2020/lib/services/http/chat/message.service.mjs +3 -3
- package/esm2020/lib/services/http/client/capital-gain/annual-client-details.service.mjs +3 -3
- package/esm2020/lib/services/http/client/occupation/occupation.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/depreciation/depreciation.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document-folder/document-folder.service.mjs +3 -3
- package/esm2020/lib/services/http/document/document.service.mjs +3 -3
- package/esm2020/lib/services/http/facebook/facebook.service.mjs +3 -3
- package/esm2020/lib/services/http/file/file.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-income/client-income-types.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-invite/client-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/client-movement/client-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee/employee.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/employee-invite/employee-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/firm.service.mjs +3 -3
- package/esm2020/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +3 -3
- package/esm2020/lib/services/http/google/google.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding-type.service.mjs +3 -3
- package/esm2020/lib/services/http/holding/holding.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/income-source.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +3 -3
- package/esm2020/lib/services/http/loan/loan.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category/property-category.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-document/property-document.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-sale/property-sale.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property-share/property-share.service.mjs +3 -3
- package/esm2020/lib/services/http/property/property.service.mjs +3 -3
- package/esm2020/lib/services/http/receipt/receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest-old.service.mjs +3 -3
- package/esm2020/lib/services/http/rest/rest.service.mjs +3 -3
- package/esm2020/lib/services/http/service-notification/service-notification.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/bas-report/bas-report.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business/sole-business.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-contact/sole-contact.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-details/sole-details.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +3 -3
- package/esm2020/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment/service-payment.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-price/service-price.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-product/service-product.service.mjs +3 -3
- package/esm2020/lib/services/http/subscription/service-subscription/subscription.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-review/tax-review.service.mjs +3 -3
- package/esm2020/lib/services/http/tax-summary/tax-summary.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.mjs +3 -3
- package/esm2020/lib/services/http/transaction/transaction.service.mjs +3 -3
- package/esm2020/lib/services/http/tutorial-video/tutorial-video.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user-event-type/user-event-type.service.mjs +3 -3
- package/esm2020/lib/services/http/user/user.service.mjs +3 -3
- package/esm2020/lib/services/http/user/users-invite/users-invite.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim-details.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-claim.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle-logbook.service.mjs +3 -3
- package/esm2020/lib/services/http/vehicle/vehicle.service.mjs +3 -3
- package/esm2020/lib/services/intercom/intercom.service.mjs +3 -3
- package/esm2020/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +3 -3
- package/esm2020/lib/services/json/holding/holding-type-exchange.service.mjs +3 -3
- package/esm2020/lib/services/json/income-source/income-source-type.service.mjs +3 -3
- package/esm2020/lib/services/json/index.mjs +2 -1
- package/esm2020/lib/services/json/tax-exemption/tax-exemption.service.mjs +3 -3
- package/esm2020/lib/services/json/tax-return/tax-return-item.service.mjs +23 -0
- package/esm2020/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +3 -3
- package/esm2020/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +3 -3
- package/esm2020/lib/services/preloader/preloader.service.mjs +3 -3
- package/esm2020/lib/services/property/corelogic/corelogic.service.mjs +3 -3
- package/esm2020/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +3 -3
- package/esm2020/lib/services/property/property-calculation/property-calculation.service.mjs +3 -3
- package/esm2020/lib/services/report/property/property-transaction-report.service.mjs +3 -3
- package/esm2020/lib/services/toast/toast.service.mjs +3 -3
- package/esm2020/lib/services/transaction/transaction-calculation.service.mjs +3 -3
- package/esm2020/lib/services/user/user-switcher.service.mjs +3 -3
- package/esm2020/lib/services/vehicle/logbook-best-period.service.mjs +3 -3
- package/esm2020/lib/services/xlsx/xlsx.service.mjs +3 -3
- package/esm2020/lib/tt-core.module.mjs +4 -4
- package/esm2020/public-api.mjs +3 -3
- package/fesm2015/taxtank-core.mjs +2623 -443
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +2623 -443
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/collections/account-setup-item.collection.d.ts.map +1 -0
- package/lib/collections/allocation-group.collection.d.ts.map +1 -0
- package/lib/collections/allocation-rule.collection.d.ts.map +1 -0
- package/lib/collections/asset-sale.collection.d.ts.map +1 -0
- package/lib/collections/bank-account.collection.d.ts.map +1 -0
- package/lib/collections/bank-transaction.collection.d.ts.map +1 -0
- package/lib/collections/chart-accounts.collection.d.ts.map +1 -0
- package/lib/collections/chat/chat.collection.d.ts.map +1 -0
- package/lib/collections/chat/index.d.ts.map +1 -0
- package/lib/collections/chat/message-document.collection.d.ts.map +1 -0
- package/lib/collections/chat/message.collection.d.ts.map +1 -0
- package/lib/collections/client-invite.collection.d.ts.map +1 -0
- package/lib/collections/client-movement.collection.d.ts.map +1 -0
- package/lib/collections/client-portfolio-report.collection.d.ts.map +1 -0
- package/lib/collections/client.collection.d.ts.map +1 -0
- package/lib/collections/collection-dictionary.d.ts +2 -1
- package/lib/collections/collection-dictionary.d.ts.map +1 -0
- package/lib/collections/collection.d.ts.map +1 -0
- package/lib/collections/depreciation-forecast.collection.d.ts.map +1 -0
- package/lib/collections/depreciation.collection.d.ts.map +1 -0
- package/lib/collections/employee.collection.d.ts.map +1 -0
- package/lib/collections/exportable.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding-sale.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding-type.collection.d.ts.map +1 -0
- package/lib/collections/holding/holding.collection.d.ts.map +1 -0
- package/lib/collections/holding/index.d.ts.map +1 -0
- package/lib/collections/income-source.collection.d.ts.map +1 -0
- package/lib/collections/index.d.ts.map +1 -0
- package/lib/collections/loan/index.d.ts.map +1 -0
- package/lib/collections/loan/loan-payment.collection.d.ts.map +1 -0
- package/lib/collections/loan/loan.collection.d.ts.map +1 -0
- package/lib/collections/property/index.d.ts.map +1 -0
- package/lib/collections/property/property-category-movement.collection.d.ts.map +1 -0
- package/lib/collections/property/property-sale/index.d.ts.map +1 -0
- package/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.d.ts.map +1 -0
- package/lib/collections/property/property-sale/property-sale.collection.d.ts.map +1 -0
- package/lib/collections/property/property-share.collection.d.ts.map +1 -0
- package/lib/collections/property/property.collection.d.ts.map +1 -0
- package/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/depreciation/depreciation-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/index.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item-depreciation.collection.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item-transaction.collection.d.ts.map +1 -0
- package/lib/collections/report/property/property-report-item.collection.d.ts.map +1 -0
- package/lib/collections/report/vehicle-expense/vehicle-expense.collection.d.ts.map +1 -0
- package/lib/collections/sole/index.d.ts.map +1 -0
- package/lib/collections/sole/sole-business-losses.collection.d.ts.map +1 -0
- package/lib/collections/sole/sole-invoice-item.collection.d.ts.map +1 -0
- package/lib/collections/sole/sole-invoice.collection.d.ts.map +1 -0
- package/lib/collections/subscription/index.d.ts.map +1 -0
- package/lib/collections/subscription/service-price.collection.d.ts.map +1 -0
- package/lib/collections/subscription/service-product.collection.d.ts.map +1 -0
- package/lib/collections/subscription/service-subscription.collection.d.ts.map +1 -0
- package/lib/collections/subscription/subscription-item.collection.d.ts.map +1 -0
- package/lib/collections/tax-review.collection.d.ts.map +1 -0
- package/lib/collections/tax-summary/index.d.ts.map +1 -0
- package/lib/collections/tax-summary/report-item.collection.d.ts +1 -1
- package/lib/collections/tax-summary/report-item.collection.d.ts.map +1 -0
- package/lib/collections/tax-summary/tax-return-categories.const.d.ts +1 -1
- package/lib/collections/tax-summary/tax-return-categories.const.d.ts.map +1 -0
- package/lib/collections/transaction/index.d.ts.map +1 -0
- package/lib/collections/transaction/transaction-allocation.collection.d.ts +1 -3
- package/lib/collections/transaction/transaction-allocation.collection.d.ts.map +1 -0
- package/lib/collections/transaction/transaction.collection.d.ts +1 -0
- package/lib/collections/transaction/transaction.collection.d.ts.map +1 -0
- package/lib/collections/user-event-setting.collection.d.ts.map +1 -0
- package/lib/collections/user-event-type-collection.d.ts.map +1 -0
- package/lib/collections/vehicle/index.d.ts.map +1 -0
- package/lib/collections/vehicle/vehicle-claim.collection.d.ts.map +1 -0
- package/lib/collections/vehicle/vehicle-logbook.collection.d.ts.map +1 -0
- package/lib/db/Enums/address-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-comparison-operator.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-field.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-condition-operator.enum.d.ts.map +1 -0
- package/lib/db/Enums/allocation-rule-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/annual-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-account-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-account-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-connection-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-popular.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-provider.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/bank-transaction-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/bank/index.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-category.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-invoice-expense.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-salary-included-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/chart-accounts-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/chart-accounts/index.d.ts.map +1 -0
- package/lib/db/Enums/chat-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-work-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-details-working-holiday-maker.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/client-invite-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-calculation-percent.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/depreciation-write-off-amount.enum.d.ts.map +1 -0
- package/lib/db/Enums/document-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/file-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/firm-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/holding/holding-type-category.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-holding.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-other.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-sole.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type-list-work.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/income-source-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/income-source/index.d.ts.map +1 -0
- package/lib/db/Enums/index.d.ts +1 -0
- package/lib/db/Enums/index.d.ts.map +1 -0
- package/lib/db/Enums/invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-bank-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-interest-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-payout-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-repayment-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-repayment-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/loan-vehicle-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/phone-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-category-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-sale/tax-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-share-access.enum.d.ts.map +1 -0
- package/lib/db/Enums/property/property-share-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/registration-invite-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/salary-forecast-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/service-notification-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/service-notification-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-depreciation-method.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-statuses.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-tax-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/sole-invoice-template-tax-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/spare-document-spare-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-method-card-brand.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-method-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-payment-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-price-recurring-interval.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-price-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-product-id.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-product-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/subscription/service-subscription-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/tank-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-calculation-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-calculation-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/index.d.ts +3 -0
- package/lib/db/Enums/tax-return/index.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-category-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-category-section.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-return/tax-return-item.enum.d.ts +18 -0
- package/lib/db/Enums/tax-return/tax-return-item.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-review-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-list.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-section.enum.d.ts.map +1 -0
- package/lib/db/Enums/tax-summary-tax-summary.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-feedback.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/ticket-types.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-operation.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-source.enum.d.ts.map +1 -0
- package/lib/db/Enums/transaction-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-client-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-employee-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-frequency.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-event-type-user-type.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-medicare-exemption.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-roles.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-status.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-title.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-work-depreciation-calculation.enum.d.ts.map +1 -0
- package/lib/db/Enums/user-working-holiday-maker.enum.d.ts.map +1 -0
- package/lib/db/Enums/vehicle-claim-details-method.enum.d.ts.map +1 -0
- package/lib/db/Enums/vehicle-logbook-purpose.enum.d.ts.map +1 -0
- package/lib/db/Models/abstract-model.d.ts.map +1 -0
- package/lib/db/Models/address.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account-balance.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account-property.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-account.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-connection.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-transaction-import.d.ts.map +1 -0
- package/lib/db/Models/bank/bank-transaction.d.ts.map +1 -0
- package/lib/db/Models/bank/bank.d.ts.map +1 -0
- package/lib/db/Models/bank/basiq-job-step.enum.d.ts.map +1 -0
- package/lib/db/Models/bank/basiq-job.d.ts.map +1 -0
- package/lib/db/Models/budget/budget-rule.d.ts.map +1 -0
- package/lib/db/Models/budget/budget.d.ts.map +1 -0
- package/lib/db/Models/budget/index.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
- package/lib/db/Models/chart-accounts/chart-accounts.d.ts.map +1 -0
- package/lib/db/Models/client/annual-client-details.d.ts.map +1 -0
- package/lib/db/Models/client/client-details.d.ts.map +1 -0
- package/lib/db/Models/client/client-income-types.d.ts.map +1 -0
- package/lib/db/Models/client/index.d.ts.map +1 -0
- package/lib/db/Models/client/occupation.d.ts.map +1 -0
- package/lib/db/Models/country.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation-capital-project.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation-forecast.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation-receipt.d.ts.map +1 -0
- package/lib/db/Models/depreciation/depreciation.d.ts.map +1 -0
- package/lib/db/Models/document/document-base.d.ts.map +1 -0
- package/lib/db/Models/document/document-folder.d.ts.map +1 -0
- package/lib/db/Models/document/document.d.ts.map +1 -0
- package/lib/db/Models/document/property-document.d.ts.map +1 -0
- package/lib/db/Models/file.d.ts.map +1 -0
- package/lib/db/Models/firm/accountant/tax-review.d.ts.map +1 -0
- package/lib/db/Models/firm/accountant/ticket.d.ts.map +1 -0
- package/lib/db/Models/firm/chat.d.ts.map +1 -0
- package/lib/db/Models/firm/client-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/client-movement.d.ts.map +1 -0
- package/lib/db/Models/firm/employee-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/firm-invite.d.ts.map +1 -0
- package/lib/db/Models/firm/firm.d.ts.map +1 -0
- package/lib/db/Models/firm/message-document.d.ts.map +1 -0
- package/lib/db/Models/firm/message.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-sale.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-type-exchange.d.ts.map +1 -0
- package/lib/db/Models/holding/holding-type.d.ts.map +1 -0
- package/lib/db/Models/holding/holding.d.ts.map +1 -0
- package/lib/db/Models/holding/index.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source-forecast.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source-type.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/income-source.d.ts.map +1 -0
- package/lib/db/Models/incomeSource/salary-forecast.d.ts.map +1 -0
- package/lib/db/Models/index.d.ts +1 -3
- package/lib/db/Models/index.d.ts.map +1 -0
- package/lib/db/Models/loan/borrowing-expense-loan.d.ts.map +1 -0
- package/lib/db/Models/loan/borrowing-expense.d.ts.map +1 -0
- package/lib/db/Models/loan/loan-payout.d.ts.map +1 -0
- package/lib/db/Models/loan/loan.d.ts.map +1 -0
- package/lib/db/Models/observable-model.d.ts.map +1 -0
- package/lib/db/Models/phone.d.ts.map +1 -0
- package/lib/db/Models/property/property-category-movement.d.ts.map +1 -0
- package/lib/db/Models/property/property-category.d.ts.map +1 -0
- package/lib/db/Models/property/property-forecast.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/property-sale.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/db/Models/property/property-sale/tax-exemption.d.ts.map +1 -0
- package/lib/db/Models/property/property-share.d.ts.map +1 -0
- package/lib/db/Models/property/property-subscription.d.ts.map +1 -0
- package/lib/db/Models/property/property-valuation.d.ts.map +1 -0
- package/lib/db/Models/property/property.d.ts.map +1 -0
- package/lib/db/Models/service-notification.d.ts.map +1 -0
- package/lib/db/Models/sole/bas-report.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-activity.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-allocation.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business-loss.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-business.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-contact.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-depreciation-method.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-details.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-forecast.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice-item.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice-template.d.ts.map +1 -0
- package/lib/db/Models/sole/sole-invoice.d.ts.map +1 -0
- package/lib/db/Models/spare/spare-document-category.d.ts.map +1 -0
- package/lib/db/Models/spare/spare-document.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-payment-method.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-payment.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-price.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-product.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-subscription-item.d.ts.map +1 -0
- package/lib/db/Models/subscription/service-subscription.d.ts.map +1 -0
- package/lib/db/Models/tax-calculation.d.ts.map +1 -0
- package/lib/db/Models/tax-return/index.d.ts +3 -0
- package/lib/db/Models/tax-return/index.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return-category.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return-item.d.ts +1 -1
- package/lib/db/Models/tax-return/tax-return-item.d.ts.map +1 -0
- package/lib/db/Models/tax-return/tax-return.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-condition.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule-transaction.d.ts.map +1 -0
- package/lib/db/Models/transaction/allocation-rule.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-allocation.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-base.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-meta-field.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction-receipt.d.ts.map +1 -0
- package/lib/db/Models/transaction/transaction.d.ts.map +1 -0
- package/lib/db/Models/user/employee-details.d.ts.map +1 -0
- package/lib/db/Models/user/registration-invite.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-setting.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-type-category.d.ts.map +1 -0
- package/lib/db/Models/user/user-event-type.d.ts.map +1 -0
- package/lib/db/Models/user/user-event.d.ts.map +1 -0
- package/lib/db/Models/user/user.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-claim-details.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-claim.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle-logbook.d.ts.map +1 -0
- package/lib/db/Models/vehicle/vehicle.d.ts.map +1 -0
- package/lib/db-static/chart-accounts/chart-accounts-values.d.ts.map +1 -0
- package/lib/forms/abstract.form.d.ts.map +1 -0
- package/lib/forms/address/address.form.d.ts.map +1 -0
- package/lib/forms/address/index.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-add-manual.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-allocation.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-import.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-account-properties.form.d.ts.map +1 -0
- package/lib/forms/bank/bank-account/bank-accounts-import.form.d.ts.map +1 -0
- package/lib/forms/budget/budget.form.d.ts.map +1 -0
- package/lib/forms/budget/index.d.ts.map +1 -0
- package/lib/forms/client/annual-client-details.form.d.ts.map +1 -0
- package/lib/forms/client/client-income-types.form.d.ts.map +1 -0
- package/lib/forms/client/index.d.ts.map +1 -0
- package/lib/forms/depreciation/depreciation.form.d.ts.map +1 -0
- package/lib/forms/depreciation/index.d.ts.map +1 -0
- package/lib/forms/form-validations.enum.d.ts.map +1 -0
- package/lib/forms/holding/holding-reinvest.form.d.ts.map +1 -0
- package/lib/forms/holding/holding-sale.form.d.ts.map +1 -0
- package/lib/forms/holding/holding-type.form.d.ts.map +1 -0
- package/lib/forms/holding/holding.form.d.ts.map +1 -0
- package/lib/forms/holding/index.d.ts.map +1 -0
- package/lib/forms/index.d.ts.map +1 -0
- package/lib/forms/loan/index.d.ts.map +1 -0
- package/lib/forms/loan/loan.form.d.ts.map +1 -0
- package/lib/forms/login/login.form.d.ts.map +1 -0
- package/lib/forms/phone/index.d.ts.map +1 -0
- package/lib/forms/phone/phone.form.d.ts.map +1 -0
- package/lib/forms/property/index.d.ts.map +1 -0
- package/lib/forms/property/property-sale/index.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-cost-base.form.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-cost-sale.form.d.ts.map +1 -0
- package/lib/forms/property/property-sale/property-sale-exemptions.form.d.ts.map +1 -0
- package/lib/forms/register/register-client.form.d.ts.map +1 -0
- package/lib/forms/register/register-firm.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/index.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-cgt.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-deductions.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-dividends.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-income-statements.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-income-tests.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-interest.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-losses.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-medicare.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-offsets.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-other-income.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.d.ts.map +1 -0
- package/lib/forms/report/my-tax/my-tax-rent.form.d.ts.map +1 -0
- package/lib/forms/sole/bas-report.form.d.ts.map +1 -0
- package/lib/forms/sole/index.d.ts.map +1 -0
- package/lib/forms/sole/sole-business-allocations.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-business-loss.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-business.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-contact.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-depreciation-method.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-details.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice-item.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice-template.form.d.ts.map +1 -0
- package/lib/forms/sole/sole-invoice.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-condition.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-transaction-meta-field.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule-transaction.form.d.ts.map +1 -0
- package/lib/forms/transaction/allocation-rule.form.d.ts.map +1 -0
- package/lib/forms/transaction/holding/holding-income.form.d.ts.map +1 -0
- package/lib/forms/transaction/index.d.ts.map +1 -0
- package/lib/forms/transaction/messages.enum.d.ts.map +1 -0
- package/lib/forms/transaction/transaction-base.form.d.ts.map +1 -0
- package/lib/forms/transaction/transaction.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-expense.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-income.form.d.ts.map +1 -0
- package/lib/forms/transaction/work/work-transaction.form.d.ts.map +1 -0
- package/lib/forms/user/index.d.ts.map +1 -0
- package/lib/forms/user/password.form.d.ts.map +1 -0
- package/lib/forms/user/reset-password.form.d.ts.map +1 -0
- package/lib/forms/user/user-invite.form.d.ts.map +1 -0
- package/lib/forms/vehicle/index.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-claim-details.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-claim.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle-logbook.form.d.ts.map +1 -0
- package/lib/forms/vehicle/vehicle.form.d.ts.map +1 -0
- package/lib/functions/array/index.d.ts.map +1 -0
- package/lib/functions/array/replace.d.ts.map +1 -0
- package/lib/functions/array/sort-deep.d.ts.map +1 -0
- package/lib/functions/array/sort.d.ts.map +1 -0
- package/lib/functions/array/to-array.d.ts.map +1 -0
- package/lib/functions/clone-deep.d.ts.map +1 -0
- package/lib/functions/create-date.d.ts.map +1 -0
- package/lib/functions/enum-to-list.d.ts.map +1 -0
- package/lib/functions/get-doc-icon.d.ts.map +1 -0
- package/lib/functions/mat-options-functions.d.ts.map +1 -0
- package/lib/functions/mat-sort-options.d.ts.map +1 -0
- package/lib/functions/tax-review-filter-predicate.d.ts.map +1 -0
- package/lib/interceptors/basiq-client-id.interceptor.d.ts.map +1 -0
- package/lib/interceptors/basiq-token.interceptor.d.ts.map +1 -0
- package/lib/interceptors/corelogic-interceptor.d.ts.map +1 -0
- package/lib/interceptors/financial-year-interceptor.d.ts.map +1 -0
- package/lib/interceptors/interceptors.module.d.ts.map +1 -0
- package/lib/interceptors/jwt-interceptor.d.ts.map +1 -0
- package/lib/interceptors/preloader.interceptor.d.ts.map +1 -0
- package/lib/interceptors/user-switcher-interceptor.d.ts.map +1 -0
- package/lib/interfaces/asset-entity-type.enum.d.ts.map +1 -0
- package/lib/interfaces/asset-type.enum.d.ts.map +1 -0
- package/lib/interfaces/asset.interface.d.ts.map +1 -0
- package/lib/interfaces/auth-tokens.interface.d.ts.map +1 -0
- package/lib/interfaces/chart-data.interface.d.ts.map +1 -0
- package/lib/interfaces/chart-serie.interface.d.ts.map +1 -0
- package/lib/interfaces/document.interface.d.ts.map +1 -0
- package/lib/interfaces/documentable.interface.d.ts.map +1 -0
- package/lib/interfaces/event-listener.interface.d.ts.map +1 -0
- package/lib/interfaces/expense.interface.d.ts.map +1 -0
- package/lib/interfaces/income-source-forecast.interface.d.ts.map +1 -0
- package/lib/interfaces/index.d.ts.map +1 -0
- package/lib/interfaces/option.interface.d.ts.map +1 -0
- package/lib/interfaces/photoable.d.ts.map +1 -0
- package/lib/interfaces/receipt.interface.d.ts.map +1 -0
- package/lib/interfaces/table-exportable.interface.d.ts.map +1 -0
- package/lib/interfaces/tank.interface.d.ts.map +1 -0
- package/lib/interfaces/updatable.interface.d.ts.map +1 -0
- package/lib/messages/index.d.ts.map +1 -0
- package/lib/messages/messages.enum.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-item.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-items.const.d.ts.map +1 -0
- package/lib/models/account-setup/account-setup-items.enum.d.ts.map +1 -0
- package/lib/models/address/address.d.ts.map +1 -0
- package/lib/models/address/country.d.ts.map +1 -0
- package/lib/models/address/index.d.ts.map +1 -0
- package/lib/models/address/states.enum.d.ts.map +1 -0
- package/lib/models/asset-sale.d.ts.map +1 -0
- package/lib/models/badge/badge-color.enum.d.ts.map +1 -0
- package/lib/models/badge/badge.d.ts.map +1 -0
- package/lib/models/bank/allocation-group.d.ts.map +1 -0
- package/lib/models/bank/bank-account-chart-data.d.ts.map +1 -0
- package/lib/models/bank/bank-account-property.d.ts.map +1 -0
- package/lib/models/bank/bank-account-types.const.d.ts.map +1 -0
- package/lib/models/bank/bank-account.d.ts.map +1 -0
- package/lib/models/bank/bank-connection.d.ts.map +1 -0
- package/lib/models/bank/bank-external-stats.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction-chart-data.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction-summary-fields.enum.d.ts.map +1 -0
- package/lib/models/bank/bank-transaction.d.ts.map +1 -0
- package/lib/models/bank/bank.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-config.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-connection-data.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-connections-response.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job-response.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job-step.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-job.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-token-response.interface.d.ts.map +1 -0
- package/lib/models/bank/basiq/basiq-token.d.ts.map +1 -0
- package/lib/models/bank/basiq/index.d.ts.map +1 -0
- package/lib/models/bank/index.d.ts.map +1 -0
- package/lib/models/bank/type-loan.const.d.ts.map +1 -0
- package/lib/models/borrowing-expense/borrowing-expense-loan.d.ts.map +1 -0
- package/lib/models/borrowing-expense/borrowing-expense.d.ts.map +1 -0
- package/lib/models/borrowing-expense/index.d.ts.map +1 -0
- package/lib/models/budget/budget-rule.d.ts.map +1 -0
- package/lib/models/budget/budget.d.ts.map +1 -0
- package/lib/models/budget/index.d.ts.map +1 -0
- package/lib/models/chart/chart-data.d.ts.map +1 -0
- package/lib/models/chart/chart-serie.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-categories.const.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-category.e-collection.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-depreciation.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-heading.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-meta-field.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-tax-labels.enum.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts-value.d.ts.map +1 -0
- package/lib/models/chart-accounts/chart-accounts.d.ts.map +1 -0
- package/lib/models/chart-accounts/index.d.ts.map +1 -0
- package/lib/models/chat/chat-view-type.enum.d.ts.map +1 -0
- package/lib/models/chat/chat.d.ts.map +1 -0
- package/lib/models/chat/index.d.ts.map +1 -0
- package/lib/models/chat/message-document.d.ts.map +1 -0
- package/lib/models/chat/message.d.ts.map +1 -0
- package/lib/models/client/annual-client-details.d.ts.map +1 -0
- package/lib/models/client/client-details.d.ts.map +1 -0
- package/lib/models/client/client-income-types.d.ts.map +1 -0
- package/lib/models/client/client-invite.d.ts.map +1 -0
- package/lib/models/client/client-movement.d.ts.map +1 -0
- package/lib/models/client/client-portfolio-chart-data.d.ts.map +1 -0
- package/lib/models/client/client-portfolio-report.d.ts.map +1 -0
- package/lib/models/client/index.d.ts.map +1 -0
- package/lib/models/color/alphabet-colors.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-capital-project.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-forecast.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group-item.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-group.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-groups.const.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-lvp-rate.enum.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation-receipt.d.ts.map +1 -0
- package/lib/models/depreciation/depreciation.d.ts.map +1 -0
- package/lib/models/depreciation/index.d.ts.map +1 -0
- package/lib/models/dictionary/dictionary.d.ts.map +1 -0
- package/lib/models/dictionary/index.d.ts.map +1 -0
- package/lib/models/document/document-api-url-prefix.enum.d.ts.map +1 -0
- package/lib/models/document/document-file-types.const.d.ts.map +1 -0
- package/lib/models/document/document-folder.d.ts.map +1 -0
- package/lib/models/document/document.d.ts.map +1 -0
- package/lib/models/document/index.d.ts.map +1 -0
- package/lib/models/employee/employee-details.d.ts.map +1 -0
- package/lib/models/employee/employee-invite.d.ts.map +1 -0
- package/lib/models/endpoint/endpoint.d.ts.map +1 -0
- package/lib/models/endpoint/endpoints.const.d.ts.map +1 -0
- package/lib/models/event/app-event-type.enum.d.ts.map +1 -0
- package/lib/models/event/app-event.d.ts.map +1 -0
- package/lib/models/event/index.d.ts.map +1 -0
- package/lib/models/export/export-cell-type.enum.d.ts.map +1 -0
- package/lib/models/export/export-cell.d.ts.map +1 -0
- package/lib/models/export/export-data-table.d.ts.map +1 -0
- package/lib/models/export/export-format.enum.d.ts.map +1 -0
- package/lib/models/export/export-row-data-type.enum.d.ts.map +1 -0
- package/lib/models/export/export-row.d.ts.map +1 -0
- package/lib/models/file/file.d.ts.map +1 -0
- package/lib/models/file/icons-file.enum.d.ts.map +1 -0
- package/lib/models/file/index.d.ts.map +1 -0
- package/lib/models/financial-year/financial-year.d.ts.map +1 -0
- package/lib/models/financial-year/index.d.ts.map +1 -0
- package/lib/models/financial-year/month-name-short.enum.d.ts.map +1 -0
- package/lib/models/financial-year/month-number.enum.d.ts.map +1 -0
- package/lib/models/financial-year/months.const.d.ts.map +1 -0
- package/lib/models/firm/firm.d.ts.map +1 -0
- package/lib/models/holding/holding-reinvest.d.ts.map +1 -0
- package/lib/models/holding/holding-sale.d.ts.map +1 -0
- package/lib/models/holding/holding-type-exchange.d.ts.map +1 -0
- package/lib/models/holding/holding-type.d.ts.map +1 -0
- package/lib/models/holding/holding.d.ts.map +1 -0
- package/lib/models/holding/index.d.ts.map +1 -0
- package/lib/models/income-position/income-position.d.ts.map +1 -0
- package/lib/models/income-source/income-source-chart-data.d.ts.map +1 -0
- package/lib/models/income-source/income-source-forecast.d.ts.map +1 -0
- package/lib/models/income-source/income-source-type.d.ts.map +1 -0
- package/lib/models/income-source/income-source.d.ts.map +1 -0
- package/lib/models/income-source/index.d.ts.map +1 -0
- package/lib/models/income-source/salary-forecast.d.ts.map +1 -0
- package/lib/models/income-source/sole-forecast.d.ts.map +1 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/index.d.ts.map +1 -0
- package/lib/models/loan/index.d.ts.map +1 -0
- package/lib/models/loan/loan-max-number-of-payments.enum.d.ts.map +1 -0
- package/lib/models/loan/loan-payment.d.ts.map +1 -0
- package/lib/models/loan/loan-payout.d.ts.map +1 -0
- package/lib/models/loan/loan.d.ts.map +1 -0
- package/lib/models/notification/index.d.ts.map +1 -0
- package/lib/models/notification/notification.d.ts.map +1 -0
- package/lib/models/pdf/pdf-orientation.enum.d.ts.map +1 -0
- package/lib/models/pdf/pdf-settings.d.ts.map +1 -0
- package/lib/models/phone/phone.d.ts.map +1 -0
- package/lib/models/property/calculation-form-item.d.ts.map +1 -0
- package/lib/models/property/calculation-form-type.enum.d.ts.map +1 -0
- package/lib/models/property/capital-costs-itmes.const.d.ts.map +1 -0
- package/lib/models/property/corelogic-suggestion.d.ts.map +1 -0
- package/lib/models/property/index.d.ts.map +1 -0
- package/lib/models/property/property-category-movement.d.ts.map +1 -0
- package/lib/models/property/property-category.d.ts.map +1 -0
- package/lib/models/property/property-document.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-data.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-item.d.ts.map +1 -0
- package/lib/models/property/property-equity-chart-type.enum.d.ts.map +1 -0
- package/lib/models/property/property-forecast.d.ts.map +1 -0
- package/lib/models/property/property-sale/index.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale-cost-base.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/models/property/property-sale/property-sale.d.ts.map +1 -0
- package/lib/models/property/property-sale/tax-exemption-meta-field.d.ts.map +1 -0
- package/lib/models/property/property-sale/tax-exemption.d.ts.map +1 -0
- package/lib/models/property/property-share.d.ts.map +1 -0
- package/lib/models/property/property-subscription.d.ts.map +1 -0
- package/lib/models/property/property-valuation.d.ts.map +1 -0
- package/lib/models/property/property.d.ts.map +1 -0
- package/lib/models/property/share-filter-options.enum.d.ts.map +1 -0
- package/lib/models/registration-invite/registration-invite.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-lvp-report-item.d.ts.map +1 -0
- package/lib/models/report/depreciation/depreciation-report-item.d.ts.map +1 -0
- package/lib/models/report/depreciation/index.d.ts.map +1 -0
- package/lib/models/report/index.d.ts.map +1 -0
- package/lib/models/report/my-tax/ato-links.d.ts.map +1 -0
- package/lib/models/report/my-tax/index.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-interest/my-tax-interest.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-losses/my-tax-losses.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.d.ts.map +1 -0
- package/lib/models/report/my-tax/my-tax-rent/my-tax-rent.d.ts.map +1 -0
- package/lib/models/report/property/index.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item-depreciation.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item-transaction.d.ts.map +1 -0
- package/lib/models/report/property/property-report-item.d.ts.map +1 -0
- package/lib/models/report/sole/index.d.ts.map +1 -0
- package/lib/models/report/sole/sole-business/sole-business-loss-report.d.ts.map +1 -0
- package/lib/models/report/vehicle-expense/vehicle-expense.d.ts.map +1 -0
- package/lib/models/service-subscription/index.d.ts.map +1 -0
- package/lib/models/service-subscription/module-url-list.const.d.ts.map +1 -0
- package/lib/models/service-subscription/payment-method-brand.enum.d.ts.map +1 -0
- package/lib/models/service-subscription/service-payment-method.d.ts.map +1 -0
- package/lib/models/service-subscription/service-payment.d.ts.map +1 -0
- package/lib/models/service-subscription/service-price.d.ts.map +1 -0
- package/lib/models/service-subscription/service-product.d.ts.map +1 -0
- package/lib/models/service-subscription/service-promo-code-duration.enum.d.ts.map +1 -0
- package/lib/models/service-subscription/service-promo-code.d.ts.map +1 -0
- package/lib/models/service-subscription/service-subscription-item.d.ts.map +1 -0
- package/lib/models/service-subscription/service-subscription.d.ts.map +1 -0
- package/lib/models/sole/bas-report.d.ts.map +1 -0
- package/lib/models/sole/index.d.ts.map +1 -0
- package/lib/models/sole/sole-business-activity.d.ts.map +1 -0
- package/lib/models/sole/sole-business-allocation.d.ts.map +1 -0
- package/lib/models/sole/sole-business-loss-offset-rule.d.ts.map +1 -0
- package/lib/models/sole/sole-business-loss.d.ts.map +1 -0
- package/lib/models/sole/sole-business.d.ts.map +1 -0
- package/lib/models/sole/sole-contact.d.ts.map +1 -0
- package/lib/models/sole/sole-depreciation-method.d.ts.map +1 -0
- package/lib/models/sole/sole-details.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice-item.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice-template.d.ts.map +1 -0
- package/lib/models/sole/sole-invoice.d.ts.map +1 -0
- package/lib/models/tax-return/index.d.ts +3 -0
- package/lib/models/tax-return/index.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return-category.d.ts +8 -0
- package/lib/models/tax-return/tax-return-category.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return-item.d.ts +10 -0
- package/lib/models/tax-return/tax-return-item.d.ts.map +1 -0
- package/lib/models/tax-return/tax-return.d.ts +5 -0
- package/lib/models/tax-return/tax-return.d.ts.map +1 -0
- package/lib/models/tax-review/tax-review.d.ts.map +1 -0
- package/lib/models/tax-summary/report-item-details.d.ts +1 -1
- package/lib/models/tax-summary/report-item-details.d.ts.map +1 -0
- package/lib/models/tax-summary/report-item.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary-section.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary-type.enum.d.ts.map +1 -0
- package/lib/models/tax-summary/tax-summary.d.ts.map +1 -0
- package/lib/models/toast/toast-type.enum.d.ts.map +1 -0
- package/lib/models/toast/toast.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-condition.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-transaction-meta-field.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule-transaction.d.ts.map +1 -0
- package/lib/models/transaction/allocation-rule.d.ts.map +1 -0
- package/lib/models/transaction/income-amount-type.enum.d.ts.map +1 -0
- package/lib/models/transaction/index.d.ts.map +1 -0
- package/lib/models/transaction/transaction-allocation.d.ts.map +1 -0
- package/lib/models/transaction/transaction-category.enum.d.ts.map +1 -0
- package/lib/models/transaction/transaction-meta-field.d.ts.map +1 -0
- package/lib/models/transaction/transaction-receipt.d.ts.map +1 -0
- package/lib/models/transaction/transaction.d.ts.map +1 -0
- package/lib/models/user/index.d.ts.map +1 -0
- package/lib/models/user/my-account-history-initiated-by.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history-status.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history-type.enum.d.ts.map +1 -0
- package/lib/models/user/my-account-history.d.ts.map +1 -0
- package/lib/models/user/occupation.d.ts.map +1 -0
- package/lib/models/user/user-roles.const.d.ts.map +1 -0
- package/lib/models/user/user-to-register.d.ts.map +1 -0
- package/lib/models/user/user-work-position.const.d.ts.map +1 -0
- package/lib/models/user/user.d.ts.map +1 -0
- package/lib/models/user-event/user-event-setting-field.enum.d.ts.map +1 -0
- package/lib/models/user-event/user-event-setting.d.ts.map +1 -0
- package/lib/models/user-event/user-event-type-category.d.ts.map +1 -0
- package/lib/models/user-event/user-event-type.d.ts.map +1 -0
- package/lib/models/vehicle/index.d.ts.map +1 -0
- package/lib/models/vehicle/logbook-period.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-claim-details.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-claim.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle-logbook.d.ts.map +1 -0
- package/lib/models/vehicle/vehicle.d.ts.map +1 -0
- package/lib/services/account-setup/account-setup.service.d.ts.map +1 -0
- package/lib/services/account-setup/index.d.ts.map +1 -0
- package/lib/services/affiliate/index.d.ts.map +1 -0
- package/lib/services/affiliate/rewardful/index.d.ts.map +1 -0
- package/lib/services/affiliate/rewardful/rewardful.service.d.ts.map +1 -0
- package/lib/services/asset/assets.service.d.ts.map +1 -0
- package/lib/services/asset/index.d.ts.map +1 -0
- package/lib/services/auth/auth.service.d.ts.map +1 -0
- package/lib/services/auth/index.d.ts.map +1 -0
- package/lib/services/auth/jwt.service.d.ts.map +1 -0
- package/lib/services/bank/bank-account-calculation.service.d.ts.map +1 -0
- package/lib/services/bank/bank-transaction-calculation.service.d.ts.map +1 -0
- package/lib/services/bank/index.d.ts.map +1 -0
- package/lib/services/data.service.d.ts.map +1 -0
- package/lib/services/event/event-dispatcher.service.d.ts.map +1 -0
- package/lib/services/event/index.d.ts.map +1 -0
- package/lib/services/event/sse.service.d.ts.map +1 -0
- package/lib/services/export/export-formatter.service.d.ts.map +1 -0
- package/lib/services/export/index.d.ts.map +1 -0
- package/lib/services/header-title/header-title.service.d.ts.map +1 -0
- package/lib/services/header-title/index.d.ts.map +1 -0
- package/lib/services/http/address/address.service.d.ts.map +1 -0
- package/lib/services/http/address/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-account/bank-account.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-account/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/bank-connection-messages.enum.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/bank-connection.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-connection/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank-transaction/bank-transaction.service.d.ts.map +1 -0
- package/lib/services/http/bank/bank-transaction/index.d.ts.map +1 -0
- package/lib/services/http/bank/bank.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq-messages.enum.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq-token.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/basiq.service.d.ts.map +1 -0
- package/lib/services/http/bank/basiq/index.d.ts.map +1 -0
- package/lib/services/http/bank/index.d.ts.map +1 -0
- package/lib/services/http/budget/budget-messages.enum.d.ts.map +1 -0
- package/lib/services/http/budget/budget.service.d.ts.map +1 -0
- package/lib/services/http/budget/index.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts-depreciations/index.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/chart-accounts.service.d.ts.map +1 -0
- package/lib/services/http/chart-accounts/index.d.ts.map +1 -0
- package/lib/services/http/chat/chat.service.d.ts.map +1 -0
- package/lib/services/http/chat/index.d.ts.map +1 -0
- package/lib/services/http/chat/message-document.service.d.ts.map +1 -0
- package/lib/services/http/chat/message.service.d.ts.map +1 -0
- package/lib/services/http/client/capital-gain/annual-client-details.service.d.ts.map +1 -0
- package/lib/services/http/client/index.d.ts.map +1 -0
- package/lib/services/http/client/occupation/occupation.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-capital-project/index.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-receipt/depreciation-receipt.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation-receipt/index.d.ts.map +1 -0
- package/lib/services/http/depreciation/depreciation.service.d.ts.map +1 -0
- package/lib/services/http/depreciation/index.d.ts.map +1 -0
- package/lib/services/http/document/document-folder/document-folder.service.d.ts.map +1 -0
- package/lib/services/http/document/document.service.d.ts.map +1 -0
- package/lib/services/http/document/index.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-auth-options.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-auth-response.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook-status-response.interface.d.ts.map +1 -0
- package/lib/services/http/facebook/facebook.service.d.ts.map +1 -0
- package/lib/services/http/facebook/index.d.ts.map +1 -0
- package/lib/services/http/file/file.service.d.ts.map +1 -0
- package/lib/services/http/file/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-income/client-income-types.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-income/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/client-invite-messages.enum.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/client-invite.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-invite/index.d.ts.map +1 -0
- package/lib/services/http/firm/client-movement/client-movement.service.d.ts.map +1 -0
- package/lib/services/http/firm/client-movement/index.d.ts.map +1 -0
- package/lib/services/http/firm/employee/employee.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee/index.d.ts.map +1 -0
- package/lib/services/http/firm/employee-invite/employee-invite.service.d.ts.map +1 -0
- package/lib/services/http/firm/employee-invite/index.d.ts.map +1 -0
- package/lib/services/http/firm/firm.service.d.ts.map +1 -0
- package/lib/services/http/firm/index.d.ts.map +1 -0
- package/lib/services/http/firm/portfolio-report/client-portfolio-report.service.d.ts.map +1 -0
- package/lib/services/http/firm/portfolio-report/index.d.ts.map +1 -0
- package/lib/services/http/google/google.service.d.ts.map +1 -0
- package/lib/services/http/google/index.d.ts.map +1 -0
- package/lib/services/http/holding/holding-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-sale-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-sale.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding-type-messages.enum.d.ts.map +1 -0
- package/lib/services/http/holding/holding-type.service.d.ts.map +1 -0
- package/lib/services/http/holding/holding.service.d.ts.map +1 -0
- package/lib/services/http/holding/index.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/income-source.service.d.ts.map +1 -0
- package/lib/services/http/income-source/index.d.ts.map +1 -0
- package/lib/services/http/income-source/salary-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/salary-forecast/salary-forecast.service.d.ts.map +1 -0
- package/lib/services/http/income-source/sole-forecast/index.d.ts.map +1 -0
- package/lib/services/http/income-source/sole-forecast/sole-forecast.service.d.ts.map +1 -0
- package/lib/services/http/index.d.ts.map +1 -0
- package/lib/services/http/loan/borrowing-expense/borrowing-expense.service.d.ts.map +1 -0
- package/lib/services/http/loan/borrowing-expense/index.d.ts.map +1 -0
- package/lib/services/http/loan/index.d.ts.map +1 -0
- package/lib/services/http/loan/loan.service.d.ts.map +1 -0
- package/lib/services/http/property/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category/property-category.service.d.ts.map +1 -0
- package/lib/services/http/property/property-category-movement/index.d.ts.map +1 -0
- package/lib/services/http/property/property-category-movement/property-category-movement.service.d.ts.map +1 -0
- package/lib/services/http/property/property-document/index.d.ts.map +1 -0
- package/lib/services/http/property/property-document/property-document.service.d.ts.map +1 -0
- package/lib/services/http/property/property-sale/index.d.ts.map +1 -0
- package/lib/services/http/property/property-sale/property-sale.service.d.ts.map +1 -0
- package/lib/services/http/property/property-share/index.d.ts.map +1 -0
- package/lib/services/http/property/property-share/property-share.service.d.ts.map +1 -0
- package/lib/services/http/property/property.service.d.ts.map +1 -0
- package/lib/services/http/receipt/index.d.ts.map +1 -0
- package/lib/services/http/receipt/receipt.service.d.ts.map +1 -0
- package/lib/services/http/rest/http-method.type.d.ts.map +1 -0
- package/lib/services/http/rest/index.d.ts.map +1 -0
- package/lib/services/http/rest/rest-method.type.d.ts.map +1 -0
- package/lib/services/http/rest/rest-old.service.d.ts.map +1 -0
- package/lib/services/http/rest/rest.service.d.ts.map +1 -0
- package/lib/services/http/service-notification/index.d.ts.map +1 -0
- package/lib/services/http/service-notification/service-notification.service.d.ts.map +1 -0
- package/lib/services/http/sole/bas-report/bas-report.service.d.ts.map +1 -0
- package/lib/services/http/sole/index.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/messages.enum.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business/sole-business.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-activity/sole-business-activity.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-business-loss/sole-business-loss.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-contact/sole-contact.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-details/sole-details.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-invoice/sole-invoice.service.d.ts.map +1 -0
- package/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.d.ts.map +1 -0
- package/lib/services/http/subscription/index.d.ts.map +1 -0
- package/lib/services/http/subscription/service-payment/service-payment.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-payment-method/service-payment-method.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-price/service-price.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-product/service-product.service.d.ts.map +1 -0
- package/lib/services/http/subscription/service-subscription/subscription.service.d.ts.map +1 -0
- package/lib/services/http/tax-review/index.d.ts.map +1 -0
- package/lib/services/http/tax-review/tax-review-history/tax-review-history.service.d.ts.map +1 -0
- package/lib/services/http/tax-review/tax-review.service.d.ts.map +1 -0
- package/lib/services/http/tax-summary/index.d.ts.map +1 -0
- package/lib/services/http/tax-summary/tax-summary.service.d.ts.map +1 -0
- package/lib/services/http/transaction/index.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction-receipt/transaction-receipt.service.d.ts.map +1 -0
- package/lib/services/http/transaction/transaction.service.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/index.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/tutorial-video-response.interface.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/tutorial-video.service.d.ts.map +1 -0
- package/lib/services/http/tutorial-video/video-source.interface.d.ts.map +1 -0
- package/lib/services/http/user/index.d.ts.map +1 -0
- package/lib/services/http/user/user-event-setting/user-event-setting.service.d.ts.map +1 -0
- package/lib/services/http/user/user-event-type/user-event-type.service.d.ts.map +1 -0
- package/lib/services/http/user/user.service.d.ts.map +1 -0
- package/lib/services/http/user/users-invite/users-invite.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/index.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-claim-details.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-claim.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle-logbook.service.d.ts.map +1 -0
- package/lib/services/http/vehicle/vehicle.service.d.ts.map +1 -0
- package/lib/services/index.d.ts.map +1 -0
- package/lib/services/intercom/index.d.ts.map +1 -0
- package/lib/services/intercom/intercom.service.d.ts.map +1 -0
- package/lib/services/json/chart-accounts/chart-accounts-value.service.d.ts.map +1 -0
- package/lib/services/json/holding/holding-type-exchange.service.d.ts.map +1 -0
- package/lib/services/json/income-source/income-source-type.service.d.ts.map +1 -0
- package/lib/services/json/index.d.ts +1 -0
- package/lib/services/json/index.d.ts.map +1 -0
- package/lib/services/json/tax-exemption/tax-exemption.service.d.ts.map +1 -0
- package/lib/services/json/tax-return/tax-return-item.service.d.ts +12 -0
- package/lib/services/json/tax-return/tax-return-item.service.d.ts.map +1 -0
- package/lib/services/pdf/index.d.ts.map +1 -0
- package/lib/services/pdf/js-pdf.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-dom-element/file-settings.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/file-settings.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.d.ts.map +1 -0
- package/lib/services/pdf/pdf-from-table/pdf-from-table.service.d.ts.map +1 -0
- package/lib/services/preloader/index.d.ts.map +1 -0
- package/lib/services/preloader/preloader.service.d.ts.map +1 -0
- package/lib/services/property/corelogic/corelogic.service.d.ts.map +1 -0
- package/lib/services/property/corelogic/index.d.ts.map +1 -0
- package/lib/services/property/equity-position-chart/equity-position-chart.service.d.ts.map +1 -0
- package/lib/services/property/equity-position-chart/index.d.ts.map +1 -0
- package/lib/services/property/index.d.ts.map +1 -0
- package/lib/services/property/property-calculation/index.d.ts.map +1 -0
- package/lib/services/property/property-calculation/property-calculation.service.d.ts.map +1 -0
- package/lib/services/report/index.d.ts.map +1 -0
- package/lib/services/report/property/property-transaction-report.service.d.ts.map +1 -0
- package/lib/services/toast/index.d.ts.map +1 -0
- package/lib/services/toast/toast.service.d.ts.map +1 -0
- package/lib/services/transaction/index.d.ts.map +1 -0
- package/lib/services/transaction/transaction-calculation.service.d.ts.map +1 -0
- package/lib/services/user/index.d.ts.map +1 -0
- package/lib/services/user/user-switcher.service.d.ts.map +1 -0
- package/lib/services/vehicle/index.d.ts.map +1 -0
- package/lib/services/vehicle/logbook-best-period.service.d.ts.map +1 -0
- package/lib/services/xlsx/index.d.ts.map +1 -0
- package/lib/services/xlsx/xlsx.service.d.ts.map +1 -0
- package/lib/tt-core.module.d.ts.map +1 -0
- package/lib/validators/address-corelogic.validator.d.ts.map +1 -0
- package/lib/validators/at-least-one-enabled.validator.d.ts.map +1 -0
- package/lib/validators/at-least-one.validator.d.ts.map +1 -0
- package/lib/validators/autocomplete.validator.d.ts.map +1 -0
- package/lib/validators/conditional.validator.d.ts.map +1 -0
- package/lib/validators/current-fin-year.validator.d.ts.map +1 -0
- package/lib/validators/date-range.validator.d.ts.map +1 -0
- package/lib/validators/fields-sum.validator.d.ts.map +1 -0
- package/lib/validators/file.validator.d.ts.map +1 -0
- package/lib/validators/greater-than.validator.d.ts.map +1 -0
- package/lib/validators/index.d.ts.map +1 -0
- package/lib/validators/min-date/messages.enum.d.ts.map +1 -0
- package/lib/validators/min-date/min-date.validator.d.ts.map +1 -0
- package/lib/validators/password-match.validator.d.ts.map +1 -0
- package/lib/validators/password.validator.d.ts.map +1 -0
- package/lib/validators/phone-number.validator.d.ts.map +1 -0
- package/lib/validators/required-length.validator.d.ts.map +1 -0
- package/lib/validators/transactions-meta-fields.validator.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -2
- package/public-api.d.ts.map +1 -0
- package/taxtank-core.d.ts.map +1 -0
- /package/lib/db/Enums/{tax-return-category-list.enum.d.ts → tax-return/tax-return-category-list.enum.d.ts} +0 -0
- /package/lib/db/Enums/{tax-return-category-section.enum.d.ts → tax-return/tax-return-category-section.enum.d.ts} +0 -0
|
@@ -13,13 +13,13 @@ import get from 'lodash/get';
|
|
|
13
13
|
import round from 'lodash/round';
|
|
14
14
|
import flatten from 'lodash/flatten';
|
|
15
15
|
import hasIn from 'lodash/hasIn';
|
|
16
|
+
import intersection from 'lodash/intersection';
|
|
16
17
|
import first from 'lodash/first';
|
|
17
18
|
import last from 'lodash/last';
|
|
18
19
|
import uniqBy from 'lodash/uniqBy';
|
|
19
20
|
import differenceBy from 'lodash/differenceBy';
|
|
20
21
|
import moment from 'moment';
|
|
21
22
|
import { DateRange } from 'moment-range';
|
|
22
|
-
import intersection from 'lodash/intersection';
|
|
23
23
|
import range from 'lodash/range';
|
|
24
24
|
import { Validators, UntypedFormGroup, UntypedFormControl, UntypedFormArray, FormControl, FormArray, FormGroup } from '@angular/forms';
|
|
25
25
|
import compact from 'lodash/compact';
|
|
@@ -70,9 +70,9 @@ class CorelogicService {
|
|
|
70
70
|
.pipe(map((response) => response.suggestions.map((item) => plainToClass(CorelogicSuggestion, item))));
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
74
|
-
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
73
|
+
CorelogicService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
74
|
+
CorelogicService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, providedIn: 'root' });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicService, decorators: [{
|
|
76
76
|
type: Injectable,
|
|
77
77
|
args: [{
|
|
78
78
|
providedIn: 'root'
|
|
@@ -110,9 +110,9 @@ class CorelogicInterceptor {
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
114
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
115
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
113
|
+
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, deps: [{ token: CorelogicService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
114
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
|
|
115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
116
116
|
type: Injectable
|
|
117
117
|
}], ctorParameters: function () { return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
118
118
|
type: Inject,
|
|
@@ -149,9 +149,9 @@ class FinancialYearInterceptor {
|
|
|
149
149
|
return next.handle(clonedReq);
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
153
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
152
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
153
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
155
155
|
type: Injectable
|
|
156
156
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
157
157
|
type: Inject,
|
|
@@ -683,11 +683,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
|
|
|
683
683
|
let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
|
|
684
684
|
};
|
|
685
685
|
|
|
686
|
-
class
|
|
687
|
-
}
|
|
686
|
+
let TaxReturn$1 = class TaxReturn extends AbstractModel {
|
|
687
|
+
};
|
|
688
688
|
|
|
689
|
-
class
|
|
690
|
-
}
|
|
689
|
+
let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
|
|
693
|
+
};
|
|
691
694
|
|
|
692
695
|
let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
|
|
693
696
|
};
|
|
@@ -1256,6 +1259,101 @@ var HoldingTypeCategoryEnum;
|
|
|
1256
1259
|
HoldingTypeCategoryEnum[HoldingTypeCategoryEnum["OTHER"] = 14] = "OTHER";
|
|
1257
1260
|
})(HoldingTypeCategoryEnum || (HoldingTypeCategoryEnum = {}));
|
|
1258
1261
|
|
|
1262
|
+
var TaxReturnCategoryListEnum;
|
|
1263
|
+
(function (TaxReturnCategoryListEnum) {
|
|
1264
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SALARY"] = 1] = "SALARY";
|
|
1265
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES"] = 30] = "ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES";
|
|
1266
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["EMPLOYER_LUMP_SUM_PAYMENTS"] = 31] = "EMPLOYER_LUMP_SUM_PAYMENTS";
|
|
1267
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ETP"] = 32] = "ETP";
|
|
1268
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_ALLOWANCES"] = 2] = "GOVERNMENT_ALLOWANCES";
|
|
1269
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_PENSIONS"] = 33] = "GOVERNMENT_PENSIONS";
|
|
1270
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ANNUITIES_SUPER_INCOME_STREAMS"] = 3] = "ANNUITIES_SUPER_INCOME_STREAMS";
|
|
1271
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_LUMP_SUM_PAYMENTS"] = 34] = "SUPERANNUATION_LUMP_SUM_PAYMENTS";
|
|
1272
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ATTRIBUTED_PSI_INCOME"] = 4] = "ATTRIBUTED_PSI_INCOME";
|
|
1273
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_INTEREST"] = 5] = "GROSS_INTEREST";
|
|
1274
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DIVIDENDS"] = 6] = "DIVIDENDS";
|
|
1275
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SHARE_SCHEMES"] = 35] = "SHARE_SCHEMES";
|
|
1276
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_RENT"] = 8] = "GROSS_RENT";
|
|
1277
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS_TRUSTS"] = 13] = "PARTNERSHIPS_TRUSTS";
|
|
1278
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS"] = 36] = "PARTNERSHIPS";
|
|
1279
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TRUSTS"] = 37] = "TRUSTS";
|
|
1280
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PSI_SBE_INCOME"] = 14] = "PSI_SBE_INCOME";
|
|
1281
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SOLE_TRADER_BUSINESS_INCOME"] = 38] = "SOLE_TRADER_BUSINESS_INCOME";
|
|
1282
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_GAINS"] = 15] = "CAPITAL_GAINS";
|
|
1283
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FOREIGN_SOURCE_INCOME"] = 16] = "FOREIGN_SOURCE_INCOME";
|
|
1284
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BONUSES_FROM_LIFE_INSURANCE"] = 17] = "BONUSES_FROM_LIFE_INSURANCE";
|
|
1285
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FORESTRY_MANAGED_INVESTMENT_SCHEMES"] = 39] = "FORESTRY_MANAGED_INVESTMENT_SCHEMES";
|
|
1286
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_INCOME"] = 40] = "OTHER_INCOME";
|
|
1287
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_NO_ABN_GIVEN"] = 42] = "GROSS_PAYMENTS_NO_ABN_GIVEN";
|
|
1288
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_VOLUNTARY_AGREEMENT"] = 43] = "GROSS_PAYMENTS_VOLUNTARY_AGREEMENT";
|
|
1289
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER"] = 44] = "GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER";
|
|
1290
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 45] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
1291
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_BUSINESS_INCOME"] = 46] = "OTHER_BUSINESS_INCOME";
|
|
1292
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["WORK_EXPENSES"] = 7] = "WORK_EXPENSES";
|
|
1293
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_DEDUCTIONS"] = 9] = "INTEREST_DEDUCTIONS";
|
|
1294
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_WORKS"] = 10] = "CAPITAL_WORKS";
|
|
1295
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PLANT_AND_EQUIPMENT"] = 11] = "PLANT_AND_EQUIPMENT";
|
|
1296
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BORROWING_EXPENSES"] = 29] = "BORROWING_EXPENSES";
|
|
1297
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_RENTAL_DEDUCTIONS"] = 12] = "OTHER_RENTAL_DEDUCTIONS";
|
|
1298
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_DEDUCTIONS"] = 18] = "OTHER_DEDUCTIONS";
|
|
1299
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PURCHASES_AND_OTHER_COSTS"] = 48] = "PURCHASES_AND_OTHER_COSTS";
|
|
1300
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES"] = 49] = "CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES";
|
|
1301
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_EXPENSES"] = 50] = "SUPERANNUATION_EXPENSES";
|
|
1302
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BAD_DEBTS"] = 51] = "BAD_DEBTS";
|
|
1303
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["LEASE_EXPENSES"] = 52] = "LEASE_EXPENSES";
|
|
1304
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["RENT_EXPENSES"] = 53] = "RENT_EXPENSES";
|
|
1305
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 54] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
1306
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_OVERSEAS"] = 55] = "INTEREST_EXPENSES_OVERSEAS";
|
|
1307
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEPRECIATION_EXPENSES"] = 56] = "DEPRECIATION_EXPENSES";
|
|
1308
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MOTOR_VEHICLE_EXPENSES"] = 57] = "MOTOR_VEHICLE_EXPENSES";
|
|
1309
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALL_OTHER_EXPENSES"] = 58] = "ALL_OTHER_EXPENSES";
|
|
1310
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_TAX_PAYABLE"] = 19] = "GROSS_TAX_PAYABLE";
|
|
1311
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_ON_TAXABLE_INCOME"] = 20] = "TAX_ON_TAXABLE_INCOME";
|
|
1312
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MEDICARE"] = 21] = "MEDICARE";
|
|
1313
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["STUDENT_LOAN_REPAYMENT"] = 22] = "STUDENT_LOAN_REPAYMENT";
|
|
1314
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_CREDITS"] = 23] = "TAX_CREDITS";
|
|
1315
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_WITHHELD"] = 24] = "TAX_WITHHELD";
|
|
1316
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_INSTALMENTS"] = 25] = "TAX_INSTALMENTS";
|
|
1317
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FRANKING_CREDITS"] = 26] = "FRANKING_CREDITS";
|
|
1318
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS"] = 27] = "TAX_OFFSETS";
|
|
1319
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_LOW"] = 61] = "TAX_OFFSETS_LOW";
|
|
1320
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_MIDDLE"] = 62] = "TAX_OFFSETS_MIDDLE";
|
|
1321
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_SOLE"] = 63] = "TAX_OFFSETS_SOLE";
|
|
1322
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_PAYABLE"] = 28] = "TAX_PAYABLE";
|
|
1323
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BUSINESS_INCOME_OR_LOSS"] = 59] = "BUSINESS_INCOME_OR_LOSS";
|
|
1324
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES"] = 60] = "DEFERRED_BUSINESS_LOSSES";
|
|
1325
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR"] = 64] = "DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR";
|
|
1326
|
+
})(TaxReturnCategoryListEnum || (TaxReturnCategoryListEnum = {}));
|
|
1327
|
+
|
|
1328
|
+
var TaxReturnCategorySectionEnum;
|
|
1329
|
+
(function (TaxReturnCategorySectionEnum) {
|
|
1330
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["WORK_TANK"] = 1] = "WORK_TANK";
|
|
1331
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["PROPERTY_TANK"] = 2] = "PROPERTY_TANK";
|
|
1332
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["OTHER_INCOME"] = 3] = "OTHER_INCOME";
|
|
1333
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SOLE_TANK"] = 4] = "SOLE_TANK";
|
|
1334
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SUMMARY"] = 5] = "SUMMARY";
|
|
1335
|
+
})(TaxReturnCategorySectionEnum || (TaxReturnCategorySectionEnum = {}));
|
|
1336
|
+
|
|
1337
|
+
var TaxReturnItemEnum;
|
|
1338
|
+
(function (TaxReturnItemEnum) {
|
|
1339
|
+
TaxReturnItemEnum[TaxReturnItemEnum["NO_ABN_GIVEN"] = 161] = "NO_ABN_GIVEN";
|
|
1340
|
+
TaxReturnItemEnum[TaxReturnItemEnum["VOLUNTARY_AGREEMENT"] = 162] = "VOLUNTARY_AGREEMENT";
|
|
1341
|
+
TaxReturnItemEnum[TaxReturnItemEnum["SUPERANNUATION_EXPENSES"] = 163] = "SUPERANNUATION_EXPENSES";
|
|
1342
|
+
TaxReturnItemEnum[TaxReturnItemEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 164] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
1343
|
+
TaxReturnItemEnum[TaxReturnItemEnum["BAD_DEBTS"] = 165] = "BAD_DEBTS";
|
|
1344
|
+
TaxReturnItemEnum[TaxReturnItemEnum["OTHER_BUSINESS_INCOME"] = 166] = "OTHER_BUSINESS_INCOME";
|
|
1345
|
+
TaxReturnItemEnum[TaxReturnItemEnum["RENT_EXPENSES"] = 167] = "RENT_EXPENSES";
|
|
1346
|
+
TaxReturnItemEnum[TaxReturnItemEnum["PURCHASES_AND_OTHER_COSTS"] = 168] = "PURCHASES_AND_OTHER_COSTS";
|
|
1347
|
+
TaxReturnItemEnum[TaxReturnItemEnum["DEPRECIATION_EXPENSES"] = 169] = "DEPRECIATION_EXPENSES";
|
|
1348
|
+
TaxReturnItemEnum[TaxReturnItemEnum["MOTOR_VEHICLE_EXPENSES"] = 170] = "MOTOR_VEHICLE_EXPENSES";
|
|
1349
|
+
TaxReturnItemEnum[TaxReturnItemEnum["LABOUR_HIRE_OR_OTHER"] = 171] = "LABOUR_HIRE_OR_OTHER";
|
|
1350
|
+
TaxReturnItemEnum[TaxReturnItemEnum["ALL_OTHER_EXPENSES"] = 172] = "ALL_OTHER_EXPENSES";
|
|
1351
|
+
TaxReturnItemEnum[TaxReturnItemEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 173] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
1352
|
+
TaxReturnItemEnum[TaxReturnItemEnum["INTEREST_EXPENSES_OVERSEAS"] = 174] = "INTEREST_EXPENSES_OVERSEAS";
|
|
1353
|
+
TaxReturnItemEnum[TaxReturnItemEnum["COMMISSION_EXPENSES"] = 175] = "COMMISSION_EXPENSES";
|
|
1354
|
+
TaxReturnItemEnum[TaxReturnItemEnum["LEASE_EXPENSES"] = 176] = "LEASE_EXPENSES";
|
|
1355
|
+
})(TaxReturnItemEnum || (TaxReturnItemEnum = {}));
|
|
1356
|
+
|
|
1259
1357
|
// @TODO Artem TT-2308 move everything
|
|
1260
1358
|
|
|
1261
1359
|
/**
|
|
@@ -1452,6 +1550,9 @@ class CollectionDictionary {
|
|
|
1452
1550
|
return 0;
|
|
1453
1551
|
});
|
|
1454
1552
|
}
|
|
1553
|
+
keysIntersection(keys) {
|
|
1554
|
+
return intersection(keys.map((key) => key.toString()), this.keys);
|
|
1555
|
+
}
|
|
1455
1556
|
/**
|
|
1456
1557
|
* Group collection items by passed path into items object
|
|
1457
1558
|
*/
|
|
@@ -5770,6 +5871,13 @@ class TransactionCollection extends ExportableCollection {
|
|
|
5770
5871
|
getByAllocations(allocations) {
|
|
5771
5872
|
return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
|
|
5772
5873
|
}
|
|
5874
|
+
setAllocatedClaimAmount(allocations) {
|
|
5875
|
+
const allocationsByTransaction = allocations.groupBy('transaction.id');
|
|
5876
|
+
this.items.forEach((transaction) => {
|
|
5877
|
+
transaction.claimAmount = transaction.getAllocatedClaimAmount(allocationsByTransaction.get(transaction.id));
|
|
5878
|
+
});
|
|
5879
|
+
return this;
|
|
5880
|
+
}
|
|
5773
5881
|
/**
|
|
5774
5882
|
* Get transactions related to Vehicle category
|
|
5775
5883
|
*/
|
|
@@ -6524,72 +6632,6 @@ class ReportItemCollection extends Collection {
|
|
|
6524
6632
|
}
|
|
6525
6633
|
}
|
|
6526
6634
|
|
|
6527
|
-
var TaxReturnCategoryListEnum;
|
|
6528
|
-
(function (TaxReturnCategoryListEnum) {
|
|
6529
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SALARY"] = 1] = "SALARY";
|
|
6530
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES"] = 30] = "ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES";
|
|
6531
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["EMPLOYER_LUMP_SUM_PAYMENTS"] = 31] = "EMPLOYER_LUMP_SUM_PAYMENTS";
|
|
6532
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ETP"] = 32] = "ETP";
|
|
6533
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_ALLOWANCES"] = 2] = "GOVERNMENT_ALLOWANCES";
|
|
6534
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_PENSIONS"] = 33] = "GOVERNMENT_PENSIONS";
|
|
6535
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ANNUITIES_SUPER_INCOME_STREAMS"] = 3] = "ANNUITIES_SUPER_INCOME_STREAMS";
|
|
6536
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_LUMP_SUM_PAYMENTS"] = 34] = "SUPERANNUATION_LUMP_SUM_PAYMENTS";
|
|
6537
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ATTRIBUTED_PSI_INCOME"] = 4] = "ATTRIBUTED_PSI_INCOME";
|
|
6538
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_INTEREST"] = 5] = "GROSS_INTEREST";
|
|
6539
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DIVIDENDS"] = 6] = "DIVIDENDS";
|
|
6540
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SHARE_SCHEMES"] = 35] = "SHARE_SCHEMES";
|
|
6541
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_RENT"] = 8] = "GROSS_RENT";
|
|
6542
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS_TRUSTS"] = 13] = "PARTNERSHIPS_TRUSTS";
|
|
6543
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS"] = 36] = "PARTNERSHIPS";
|
|
6544
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TRUSTS"] = 37] = "TRUSTS";
|
|
6545
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PSI_SBE_INCOME"] = 14] = "PSI_SBE_INCOME";
|
|
6546
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SOLE_TRADER_BUSINESS_INCOME"] = 38] = "SOLE_TRADER_BUSINESS_INCOME";
|
|
6547
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_GAINS"] = 15] = "CAPITAL_GAINS";
|
|
6548
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FOREIGN_SOURCE_INCOME"] = 16] = "FOREIGN_SOURCE_INCOME";
|
|
6549
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BONUSES_FROM_LIFE_INSURANCE"] = 17] = "BONUSES_FROM_LIFE_INSURANCE";
|
|
6550
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FORESTRY_MANAGED_INVESTMENT_SCHEMES"] = 39] = "FORESTRY_MANAGED_INVESTMENT_SCHEMES";
|
|
6551
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_INCOME"] = 40] = "OTHER_INCOME";
|
|
6552
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_NO_ABN_GIVEN"] = 42] = "GROSS_PAYMENTS_NO_ABN_GIVEN";
|
|
6553
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_VOLUNTARY_AGREEMENT"] = 43] = "GROSS_PAYMENTS_VOLUNTARY_AGREEMENT";
|
|
6554
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER"] = 44] = "GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER";
|
|
6555
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 45] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
6556
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_BUSINESS_INCOME"] = 46] = "OTHER_BUSINESS_INCOME";
|
|
6557
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["WORK_EXPENSES"] = 7] = "WORK_EXPENSES";
|
|
6558
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_DEDUCTIONS"] = 9] = "INTEREST_DEDUCTIONS";
|
|
6559
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_WORKS"] = 10] = "CAPITAL_WORKS";
|
|
6560
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PLANT_AND_EQUIPMENT"] = 11] = "PLANT_AND_EQUIPMENT";
|
|
6561
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BORROWING_EXPENSES"] = 29] = "BORROWING_EXPENSES";
|
|
6562
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_RENTAL_DEDUCTIONS"] = 12] = "OTHER_RENTAL_DEDUCTIONS";
|
|
6563
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_DEDUCTIONS"] = 18] = "OTHER_DEDUCTIONS";
|
|
6564
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PURCHASES_AND_OTHER_COSTS"] = 48] = "PURCHASES_AND_OTHER_COSTS";
|
|
6565
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES"] = 49] = "CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES";
|
|
6566
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_EXPENSES"] = 50] = "SUPERANNUATION_EXPENSES";
|
|
6567
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BAD_DEBTS"] = 51] = "BAD_DEBTS";
|
|
6568
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["LEASE_EXPENSES"] = 52] = "LEASE_EXPENSES";
|
|
6569
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["RENT_EXPENSES"] = 53] = "RENT_EXPENSES";
|
|
6570
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 54] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
6571
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_OVERSEAS"] = 55] = "INTEREST_EXPENSES_OVERSEAS";
|
|
6572
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEPRECIATION_EXPENSES"] = 56] = "DEPRECIATION_EXPENSES";
|
|
6573
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MOTOR_VEHICLE_EXPENSES"] = 57] = "MOTOR_VEHICLE_EXPENSES";
|
|
6574
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALL_OTHER_EXPENSES"] = 58] = "ALL_OTHER_EXPENSES";
|
|
6575
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_TAX_PAYABLE"] = 19] = "GROSS_TAX_PAYABLE";
|
|
6576
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_ON_TAXABLE_INCOME"] = 20] = "TAX_ON_TAXABLE_INCOME";
|
|
6577
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MEDICARE"] = 21] = "MEDICARE";
|
|
6578
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["STUDENT_LOAN_REPAYMENT"] = 22] = "STUDENT_LOAN_REPAYMENT";
|
|
6579
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_CREDITS"] = 23] = "TAX_CREDITS";
|
|
6580
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_WITHHELD"] = 24] = "TAX_WITHHELD";
|
|
6581
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_INSTALMENTS"] = 25] = "TAX_INSTALMENTS";
|
|
6582
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FRANKING_CREDITS"] = 26] = "FRANKING_CREDITS";
|
|
6583
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS"] = 27] = "TAX_OFFSETS";
|
|
6584
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_LOW"] = 61] = "TAX_OFFSETS_LOW";
|
|
6585
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_MIDDLE"] = 62] = "TAX_OFFSETS_MIDDLE";
|
|
6586
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_SOLE"] = 63] = "TAX_OFFSETS_SOLE";
|
|
6587
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_PAYABLE"] = 28] = "TAX_PAYABLE";
|
|
6588
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BUSINESS_INCOME_OR_LOSS"] = 59] = "BUSINESS_INCOME_OR_LOSS";
|
|
6589
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES"] = 60] = "DEFERRED_BUSINESS_LOSSES";
|
|
6590
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR"] = 64] = "DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR";
|
|
6591
|
-
})(TaxReturnCategoryListEnum || (TaxReturnCategoryListEnum = {}));
|
|
6592
|
-
|
|
6593
6635
|
const TAX_RETURN_CATEGORIES = {
|
|
6594
6636
|
work: {
|
|
6595
6637
|
income: [
|
|
@@ -9055,6 +9097,61 @@ __decorate([
|
|
|
9055
9097
|
Type(() => User)
|
|
9056
9098
|
], Budget.prototype, "user", void 0);
|
|
9057
9099
|
|
|
9100
|
+
class TaxReturnCategory extends TaxReturnCategory$1 {
|
|
9101
|
+
}
|
|
9102
|
+
__decorate([
|
|
9103
|
+
Type(() => Date)
|
|
9104
|
+
], TaxReturnCategory.prototype, "createdAt", void 0);
|
|
9105
|
+
__decorate([
|
|
9106
|
+
Type(() => Date)
|
|
9107
|
+
], TaxReturnCategory.prototype, "updatedAt", void 0);
|
|
9108
|
+
__decorate([
|
|
9109
|
+
Type(() => TaxReturnItem)
|
|
9110
|
+
], TaxReturnCategory.prototype, "taxReturnItems", void 0);
|
|
9111
|
+
__decorate([
|
|
9112
|
+
Type(() => TaxReturnCategory)
|
|
9113
|
+
], TaxReturnCategory.prototype, "parent", void 0);
|
|
9114
|
+
|
|
9115
|
+
class TaxReturnItem extends TaxReturnItem$1 {
|
|
9116
|
+
}
|
|
9117
|
+
// used for business schedule report, the order is important
|
|
9118
|
+
TaxReturnItem.BUSINESS_SCHEDULE_LIST = [
|
|
9119
|
+
TaxReturnItemEnum.NO_ABN_GIVEN,
|
|
9120
|
+
TaxReturnItemEnum.VOLUNTARY_AGREEMENT,
|
|
9121
|
+
TaxReturnItemEnum.LABOUR_HIRE_OR_OTHER,
|
|
9122
|
+
TaxReturnItemEnum.OTHER_BUSINESS_INCOME,
|
|
9123
|
+
TaxReturnItemEnum.ASSESSABLE_GOVERNMENT_PAYMENTS,
|
|
9124
|
+
TaxReturnItemEnum.PURCHASES_AND_OTHER_COSTS,
|
|
9125
|
+
TaxReturnItemEnum.COMMISSION_EXPENSES,
|
|
9126
|
+
TaxReturnItemEnum.SUPERANNUATION_EXPENSES,
|
|
9127
|
+
TaxReturnItemEnum.BAD_DEBTS,
|
|
9128
|
+
TaxReturnItemEnum.LEASE_EXPENSES,
|
|
9129
|
+
TaxReturnItemEnum.RENT_EXPENSES,
|
|
9130
|
+
TaxReturnItemEnum.INTEREST_EXPENSES_WITHIN_AUSTRALIA,
|
|
9131
|
+
TaxReturnItemEnum.INTEREST_EXPENSES_OVERSEAS,
|
|
9132
|
+
TaxReturnItemEnum.DEPRECIATION_EXPENSES,
|
|
9133
|
+
TaxReturnItemEnum.MOTOR_VEHICLE_EXPENSES,
|
|
9134
|
+
TaxReturnItemEnum.ALL_OTHER_EXPENSES
|
|
9135
|
+
];
|
|
9136
|
+
__decorate([
|
|
9137
|
+
Type(() => Date)
|
|
9138
|
+
], TaxReturnItem.prototype, "createdAt", void 0);
|
|
9139
|
+
__decorate([
|
|
9140
|
+
Type(() => Date)
|
|
9141
|
+
], TaxReturnItem.prototype, "updatedAt", void 0);
|
|
9142
|
+
__decorate([
|
|
9143
|
+
Type(() => TaxReturnCategory)
|
|
9144
|
+
], TaxReturnItem.prototype, "taxReturnCategory", void 0);
|
|
9145
|
+
__decorate([
|
|
9146
|
+
Type(() => TaxReturn)
|
|
9147
|
+
], TaxReturnItem.prototype, "taxReturns", void 0);
|
|
9148
|
+
|
|
9149
|
+
class TaxReturn extends TaxReturn$1 {
|
|
9150
|
+
}
|
|
9151
|
+
__decorate([
|
|
9152
|
+
Type(() => TaxReturnItem)
|
|
9153
|
+
], TaxReturn.prototype, "taxReturnItems", void 0);
|
|
9154
|
+
|
|
9058
9155
|
const NAME_TOKEN = 'token';
|
|
9059
9156
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
9060
9157
|
class JwtService extends JwtHelperService {
|
|
@@ -9083,9 +9180,9 @@ class JwtService extends JwtHelperService {
|
|
|
9083
9180
|
return this.getUser().id === userId;
|
|
9084
9181
|
}
|
|
9085
9182
|
}
|
|
9086
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9087
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9183
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9184
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9185
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
|
|
9089
9186
|
type: Injectable,
|
|
9090
9187
|
args: [{
|
|
9091
9188
|
providedIn: 'root'
|
|
@@ -9120,9 +9217,9 @@ class EventDispatcherService {
|
|
|
9120
9217
|
this.eventSubject2.next(event);
|
|
9121
9218
|
}
|
|
9122
9219
|
}
|
|
9123
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9124
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9125
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9220
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9221
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9126
9223
|
type: Injectable,
|
|
9127
9224
|
args: [{
|
|
9128
9225
|
providedIn: 'root'
|
|
@@ -9171,9 +9268,9 @@ class AuthService {
|
|
|
9171
9268
|
location.replace(url);
|
|
9172
9269
|
}
|
|
9173
9270
|
}
|
|
9174
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9175
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9271
|
+
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9272
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
|
|
9177
9274
|
type: Injectable,
|
|
9178
9275
|
args: [{
|
|
9179
9276
|
providedIn: 'root'
|
|
@@ -9306,9 +9403,9 @@ class JwtInterceptor {
|
|
|
9306
9403
|
});
|
|
9307
9404
|
}
|
|
9308
9405
|
}
|
|
9309
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9310
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9406
|
+
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, deps: [{ token: JwtService }, { token: AuthService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9407
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
|
|
9408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9312
9409
|
type: Injectable
|
|
9313
9410
|
}], ctorParameters: function () { return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
9314
9411
|
type: Inject,
|
|
@@ -9341,9 +9438,9 @@ class UserSwitcherService {
|
|
|
9341
9438
|
window.location.replace('/firm/dashboard');
|
|
9342
9439
|
}
|
|
9343
9440
|
}
|
|
9344
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9345
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9441
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9442
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9347
9444
|
type: Injectable,
|
|
9348
9445
|
args: [{
|
|
9349
9446
|
providedIn: 'root'
|
|
@@ -9389,9 +9486,9 @@ class UserSwitcherInterceptor {
|
|
|
9389
9486
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9390
9487
|
}
|
|
9391
9488
|
}
|
|
9392
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9393
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9394
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9489
|
+
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, deps: [{ token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9490
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9395
9492
|
type: Injectable
|
|
9396
9493
|
}], ctorParameters: function () { return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
9397
9494
|
type: Inject,
|
|
@@ -9670,9 +9767,9 @@ class PreloaderService {
|
|
|
9670
9767
|
this.activePreloaders.next(activePreloaders);
|
|
9671
9768
|
}
|
|
9672
9769
|
}
|
|
9673
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9674
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9770
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9771
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
9772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9676
9773
|
type: Injectable,
|
|
9677
9774
|
args: [{
|
|
9678
9775
|
providedIn: 'root'
|
|
@@ -9700,9 +9797,9 @@ class PreloaderInterceptor {
|
|
|
9700
9797
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9701
9798
|
}
|
|
9702
9799
|
}
|
|
9703
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9704
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9800
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9801
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
|
|
9802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9706
9803
|
type: Injectable
|
|
9707
9804
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9708
9805
|
|
|
@@ -9732,9 +9829,9 @@ class DataService {
|
|
|
9732
9829
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
9733
9830
|
}
|
|
9734
9831
|
}
|
|
9735
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9736
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9737
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9832
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9833
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
9834
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
|
|
9738
9835
|
type: Injectable,
|
|
9739
9836
|
args: [{
|
|
9740
9837
|
providedIn: 'root'
|
|
@@ -9771,9 +9868,9 @@ class SseService {
|
|
|
9771
9868
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
9772
9869
|
}
|
|
9773
9870
|
}
|
|
9774
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9775
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9871
|
+
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, deps: [{ token: i0.NgZone }, { token: JwtService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9872
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
9873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
|
|
9777
9874
|
type: Injectable,
|
|
9778
9875
|
args: [{
|
|
9779
9876
|
providedIn: 'root'
|
|
@@ -9987,9 +10084,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
9987
10084
|
*/
|
|
9988
10085
|
listenEvents() { }
|
|
9989
10086
|
};
|
|
9990
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9991
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10087
|
+
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10088
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
|
|
9993
10090
|
type: Injectable,
|
|
9994
10091
|
args: [{
|
|
9995
10092
|
providedIn: 'root'
|
|
@@ -10132,9 +10229,9 @@ class ToastService {
|
|
|
10132
10229
|
}));
|
|
10133
10230
|
}
|
|
10134
10231
|
}
|
|
10135
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10136
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10232
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10233
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
|
|
10138
10235
|
type: Injectable,
|
|
10139
10236
|
args: [{
|
|
10140
10237
|
providedIn: 'root'
|
|
@@ -10212,9 +10309,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10212
10309
|
});
|
|
10213
10310
|
}
|
|
10214
10311
|
}
|
|
10215
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10216
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10217
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10312
|
+
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10313
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10218
10315
|
type: Injectable,
|
|
10219
10316
|
args: [{
|
|
10220
10317
|
providedIn: 'root'
|
|
@@ -10355,9 +10452,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10355
10452
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10356
10453
|
*/
|
|
10357
10454
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10358
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10359
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10360
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10455
|
+
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: BankConnectionService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10456
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
|
|
10361
10458
|
type: Injectable,
|
|
10362
10459
|
args: [{
|
|
10363
10460
|
providedIn: 'root'
|
|
@@ -10392,9 +10489,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10392
10489
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10393
10490
|
}
|
|
10394
10491
|
}
|
|
10395
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10396
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10397
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10492
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10493
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10398
10495
|
type: Injectable,
|
|
10399
10496
|
args: [{
|
|
10400
10497
|
providedIn: 'root'
|
|
@@ -10423,9 +10520,9 @@ class BasiqTokenInterceptor {
|
|
|
10423
10520
|
});
|
|
10424
10521
|
}
|
|
10425
10522
|
}
|
|
10426
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10427
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10523
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10524
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10429
10526
|
type: Injectable
|
|
10430
10527
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10431
10528
|
|
|
@@ -10607,9 +10704,9 @@ class UserService {
|
|
|
10607
10704
|
});
|
|
10608
10705
|
}
|
|
10609
10706
|
}
|
|
10610
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10611
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10707
|
+
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, deps: [{ token: i1.HttpClient }, { token: JwtService }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10708
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
10709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
|
|
10613
10710
|
type: Injectable,
|
|
10614
10711
|
args: [{
|
|
10615
10712
|
providedIn: 'root'
|
|
@@ -10639,17 +10736,17 @@ class BasiqClientIdInterceptor {
|
|
|
10639
10736
|
});
|
|
10640
10737
|
}
|
|
10641
10738
|
}
|
|
10642
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10643
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10739
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10740
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
10741
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10645
10742
|
type: Injectable
|
|
10646
10743
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10647
10744
|
|
|
10648
10745
|
class InterceptorsModule {
|
|
10649
10746
|
}
|
|
10650
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10651
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10652
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10747
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10748
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
|
|
10749
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10653
10750
|
{
|
|
10654
10751
|
provide: HTTP_INTERCEPTORS,
|
|
10655
10752
|
useClass: CorelogicInterceptor,
|
|
@@ -10687,7 +10784,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
10687
10784
|
multi: true
|
|
10688
10785
|
}
|
|
10689
10786
|
] });
|
|
10690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
10691
10788
|
type: NgModule,
|
|
10692
10789
|
args: [{
|
|
10693
10790
|
providers: [
|
|
@@ -10745,12 +10842,12 @@ class TtCoreModule {
|
|
|
10745
10842
|
};
|
|
10746
10843
|
}
|
|
10747
10844
|
}
|
|
10748
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10749
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10845
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10846
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10750
10847
|
InterceptorsModule] });
|
|
10751
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10848
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10752
10849
|
InterceptorsModule] });
|
|
10753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
10754
10851
|
type: NgModule,
|
|
10755
10852
|
args: [{
|
|
10756
10853
|
declarations: [],
|
|
@@ -10927,15 +11024,6 @@ var TaxCalculationTypeEnum;
|
|
|
10927
11024
|
TaxCalculationTypeEnum[TaxCalculationTypeEnum["ETP_TAX_FREE"] = 9] = "ETP_TAX_FREE";
|
|
10928
11025
|
})(TaxCalculationTypeEnum || (TaxCalculationTypeEnum = {}));
|
|
10929
11026
|
|
|
10930
|
-
var TaxReturnCategorySectionEnum;
|
|
10931
|
-
(function (TaxReturnCategorySectionEnum) {
|
|
10932
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["WORK_TANK"] = 1] = "WORK_TANK";
|
|
10933
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["PROPERTY_TANK"] = 2] = "PROPERTY_TANK";
|
|
10934
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["OTHER_INCOME"] = 3] = "OTHER_INCOME";
|
|
10935
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SOLE_TANK"] = 4] = "SOLE_TANK";
|
|
10936
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SUMMARY"] = 5] = "SUMMARY";
|
|
10937
|
-
})(TaxReturnCategorySectionEnum || (TaxReturnCategorySectionEnum = {}));
|
|
10938
|
-
|
|
10939
11027
|
var TaxReviewStatusEnum;
|
|
10940
11028
|
(function (TaxReviewStatusEnum) {
|
|
10941
11029
|
TaxReviewStatusEnum[TaxReviewStatusEnum["NEW"] = 0] = "NEW";
|
|
@@ -12302,9 +12390,9 @@ class AddressService {
|
|
|
12302
12390
|
return this.countriesSubject.asObservable();
|
|
12303
12391
|
}
|
|
12304
12392
|
}
|
|
12305
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12306
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12393
|
+
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12394
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12395
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
|
|
12308
12396
|
type: Injectable,
|
|
12309
12397
|
args: [{
|
|
12310
12398
|
providedIn: 'root'
|
|
@@ -12372,9 +12460,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12372
12460
|
});
|
|
12373
12461
|
}
|
|
12374
12462
|
}
|
|
12375
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12376
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12463
|
+
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12464
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12378
12466
|
type: Injectable,
|
|
12379
12467
|
args: [{
|
|
12380
12468
|
providedIn: 'root'
|
|
@@ -12439,9 +12527,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12439
12527
|
});
|
|
12440
12528
|
}
|
|
12441
12529
|
}
|
|
12442
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12443
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12444
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12530
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12531
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12445
12533
|
type: Injectable,
|
|
12446
12534
|
args: [{
|
|
12447
12535
|
providedIn: 'root'
|
|
@@ -12468,9 +12556,9 @@ class BankService extends RestService$1 {
|
|
|
12468
12556
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12469
12557
|
}
|
|
12470
12558
|
}
|
|
12471
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12472
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12559
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12560
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
|
|
12474
12562
|
type: Injectable,
|
|
12475
12563
|
args: [{
|
|
12476
12564
|
providedIn: 'root'
|
|
@@ -12487,9 +12575,9 @@ class BudgetService extends RestService$1 {
|
|
|
12487
12575
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12488
12576
|
}
|
|
12489
12577
|
}
|
|
12490
|
-
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12491
|
-
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12492
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12578
|
+
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12579
|
+
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
|
|
12580
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
|
|
12493
12581
|
type: Injectable,
|
|
12494
12582
|
args: [{
|
|
12495
12583
|
providedIn: 'root'
|
|
@@ -12517,9 +12605,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12517
12605
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12518
12606
|
}
|
|
12519
12607
|
}
|
|
12520
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12521
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12608
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12609
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12523
12611
|
type: Injectable,
|
|
12524
12612
|
args: [{
|
|
12525
12613
|
providedIn: 'root'
|
|
@@ -12559,9 +12647,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12559
12647
|
}));
|
|
12560
12648
|
}
|
|
12561
12649
|
}
|
|
12562
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12563
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12650
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12651
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12565
12653
|
type: Injectable,
|
|
12566
12654
|
args: [{
|
|
12567
12655
|
providedIn: 'root'
|
|
@@ -12630,9 +12718,9 @@ class ChatService extends RestService$1 {
|
|
|
12630
12718
|
});
|
|
12631
12719
|
}
|
|
12632
12720
|
}
|
|
12633
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12634
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12721
|
+
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12722
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
|
|
12636
12724
|
type: Injectable,
|
|
12637
12725
|
args: [{
|
|
12638
12726
|
providedIn: 'root'
|
|
@@ -12689,9 +12777,9 @@ class MessageService extends RestService$1 {
|
|
|
12689
12777
|
});
|
|
12690
12778
|
}
|
|
12691
12779
|
}
|
|
12692
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12693
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12780
|
+
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12781
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
|
|
12695
12783
|
type: Injectable,
|
|
12696
12784
|
args: [{
|
|
12697
12785
|
providedIn: 'root'
|
|
@@ -12760,9 +12848,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
12760
12848
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
12761
12849
|
}
|
|
12762
12850
|
}
|
|
12763
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12764
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12851
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12852
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12766
12854
|
type: Injectable,
|
|
12767
12855
|
args: [{
|
|
12768
12856
|
providedIn: 'root'
|
|
@@ -12825,9 +12913,9 @@ class ReceiptService {
|
|
|
12825
12913
|
return plainToClass(this.modelClass, data);
|
|
12826
12914
|
}
|
|
12827
12915
|
}
|
|
12828
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12829
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12916
|
+
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12917
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
12918
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12831
12919
|
type: Injectable,
|
|
12832
12920
|
args: [{
|
|
12833
12921
|
providedIn: 'root'
|
|
@@ -12856,9 +12944,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12856
12944
|
this.listenEvents();
|
|
12857
12945
|
}
|
|
12858
12946
|
}
|
|
12859
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12860
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12861
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12947
|
+
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12948
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
12949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12862
12950
|
type: Injectable,
|
|
12863
12951
|
args: [{
|
|
12864
12952
|
providedIn: 'root'
|
|
@@ -12991,9 +13079,9 @@ class DepreciationService extends RestService$1 {
|
|
|
12991
13079
|
});
|
|
12992
13080
|
}
|
|
12993
13081
|
}
|
|
12994
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12995
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12996
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13082
|
+
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: DepreciationReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13083
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
|
|
12997
13085
|
type: Injectable,
|
|
12998
13086
|
args: [{
|
|
12999
13087
|
providedIn: 'root'
|
|
@@ -13043,9 +13131,9 @@ class DepreciationCapitalProjectService {
|
|
|
13043
13131
|
}));
|
|
13044
13132
|
}
|
|
13045
13133
|
}
|
|
13046
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13047
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13134
|
+
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13135
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13049
13137
|
type: Injectable,
|
|
13050
13138
|
args: [{
|
|
13051
13139
|
providedIn: 'root'
|
|
@@ -13255,9 +13343,9 @@ class RestService {
|
|
|
13255
13343
|
*/
|
|
13256
13344
|
listenEvents() { }
|
|
13257
13345
|
}
|
|
13258
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13259
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13346
|
+
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13347
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
|
|
13261
13349
|
type: Injectable,
|
|
13262
13350
|
args: [{
|
|
13263
13351
|
providedIn: 'root'
|
|
@@ -13274,9 +13362,9 @@ class DocumentService extends RestService {
|
|
|
13274
13362
|
this.modelClass = Document;
|
|
13275
13363
|
}
|
|
13276
13364
|
}
|
|
13277
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13278
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13365
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13366
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
|
|
13280
13368
|
type: Injectable,
|
|
13281
13369
|
args: [{
|
|
13282
13370
|
providedIn: 'root'
|
|
@@ -13342,9 +13430,9 @@ class DocumentFolderService extends RestService {
|
|
|
13342
13430
|
}));
|
|
13343
13431
|
}
|
|
13344
13432
|
}
|
|
13345
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13346
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13433
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13434
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13435
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13348
13436
|
type: Injectable,
|
|
13349
13437
|
args: [{
|
|
13350
13438
|
providedIn: 'root'
|
|
@@ -13419,9 +13507,9 @@ FacebookService.authOptions = {
|
|
|
13419
13507
|
auth_type: 'rerequest',
|
|
13420
13508
|
return_scopes: true
|
|
13421
13509
|
};
|
|
13422
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13423
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13424
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13510
|
+
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13511
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
|
|
13425
13513
|
type: Injectable,
|
|
13426
13514
|
args: [{
|
|
13427
13515
|
providedIn: 'root'
|
|
@@ -13489,9 +13577,9 @@ class GoogleService {
|
|
|
13489
13577
|
google.accounts.id.disableAutoSelect();
|
|
13490
13578
|
}
|
|
13491
13579
|
}
|
|
13492
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13493
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13580
|
+
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, deps: [{ token: i1.HttpClient }, { token: ToastService }, { token: JwtService }, { token: i4.Router }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13581
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
|
|
13495
13583
|
type: Injectable,
|
|
13496
13584
|
args: [{
|
|
13497
13585
|
providedIn: 'root'
|
|
@@ -13520,9 +13608,9 @@ class FileService extends RestService$1 {
|
|
|
13520
13608
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13521
13609
|
}
|
|
13522
13610
|
}
|
|
13523
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13524
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13611
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13612
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
|
|
13526
13614
|
type: Injectable,
|
|
13527
13615
|
args: [{
|
|
13528
13616
|
providedIn: 'root'
|
|
@@ -13539,9 +13627,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13539
13627
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13540
13628
|
}
|
|
13541
13629
|
}
|
|
13542
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13543
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13544
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13630
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13631
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13632
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13545
13633
|
type: Injectable,
|
|
13546
13634
|
args: [{
|
|
13547
13635
|
providedIn: 'root'
|
|
@@ -13658,9 +13746,9 @@ class ClientInviteService extends RestService {
|
|
|
13658
13746
|
});
|
|
13659
13747
|
}
|
|
13660
13748
|
}
|
|
13661
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13662
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13749
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13750
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
13751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13664
13752
|
type: Injectable,
|
|
13665
13753
|
args: [{
|
|
13666
13754
|
providedIn: 'root'
|
|
@@ -13744,9 +13832,9 @@ class ClientMovementService extends RestService {
|
|
|
13744
13832
|
});
|
|
13745
13833
|
}
|
|
13746
13834
|
}
|
|
13747
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13748
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13835
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13836
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13750
13838
|
type: Injectable,
|
|
13751
13839
|
args: [{
|
|
13752
13840
|
providedIn: 'root'
|
|
@@ -13775,9 +13863,9 @@ class EmployeeService extends RestService {
|
|
|
13775
13863
|
}));
|
|
13776
13864
|
}
|
|
13777
13865
|
}
|
|
13778
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13779
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13866
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13867
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13781
13869
|
type: Injectable,
|
|
13782
13870
|
args: [{
|
|
13783
13871
|
providedIn: 'root'
|
|
@@ -13818,9 +13906,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13818
13906
|
}));
|
|
13819
13907
|
}
|
|
13820
13908
|
}
|
|
13821
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13822
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13823
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13909
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13910
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
13911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13824
13912
|
type: Injectable,
|
|
13825
13913
|
args: [{
|
|
13826
13914
|
providedIn: 'root'
|
|
@@ -13845,9 +13933,9 @@ class ClientPortfolioReportService {
|
|
|
13845
13933
|
}));
|
|
13846
13934
|
}
|
|
13847
13935
|
}
|
|
13848
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13849
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13936
|
+
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13937
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
13938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13851
13939
|
type: Injectable,
|
|
13852
13940
|
args: [{
|
|
13853
13941
|
providedIn: 'root'
|
|
@@ -13909,9 +13997,9 @@ class FirmService {
|
|
|
13909
13997
|
}));
|
|
13910
13998
|
}
|
|
13911
13999
|
}
|
|
13912
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13913
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13914
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14000
|
+
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14001
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
14002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
|
|
13915
14003
|
type: Injectable,
|
|
13916
14004
|
args: [{
|
|
13917
14005
|
providedIn: 'root'
|
|
@@ -13984,9 +14072,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
13984
14072
|
}).flat();
|
|
13985
14073
|
}
|
|
13986
14074
|
}
|
|
13987
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13988
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14075
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14076
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
13990
14078
|
type: Injectable,
|
|
13991
14079
|
args: [{
|
|
13992
14080
|
providedIn: 'root'
|
|
@@ -14056,9 +14144,9 @@ class SalaryForecastService extends RestService {
|
|
|
14056
14144
|
}).flat();
|
|
14057
14145
|
}
|
|
14058
14146
|
}
|
|
14059
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14060
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14147
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14148
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
14149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14062
14150
|
type: Injectable,
|
|
14063
14151
|
args: [{
|
|
14064
14152
|
providedIn: 'root'
|
|
@@ -14134,9 +14222,9 @@ class SoleForecastService extends RestService {
|
|
|
14134
14222
|
});
|
|
14135
14223
|
}
|
|
14136
14224
|
}
|
|
14137
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14138
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14225
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14226
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14140
14228
|
type: Injectable,
|
|
14141
14229
|
args: [{
|
|
14142
14230
|
providedIn: 'root'
|
|
@@ -14215,9 +14303,9 @@ class IncomeSourceService extends RestService {
|
|
|
14215
14303
|
});
|
|
14216
14304
|
}
|
|
14217
14305
|
}
|
|
14218
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14219
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14306
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14307
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14221
14309
|
type: Injectable,
|
|
14222
14310
|
args: [{
|
|
14223
14311
|
providedIn: 'root'
|
|
@@ -14278,9 +14366,9 @@ class BorrowingExpenseService {
|
|
|
14278
14366
|
}));
|
|
14279
14367
|
}
|
|
14280
14368
|
}
|
|
14281
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14282
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14283
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14369
|
+
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14370
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14284
14372
|
type: Injectable,
|
|
14285
14373
|
args: [{
|
|
14286
14374
|
providedIn: 'root'
|
|
@@ -14360,9 +14448,9 @@ class LoanService extends RestService$1 {
|
|
|
14360
14448
|
}));
|
|
14361
14449
|
}
|
|
14362
14450
|
}
|
|
14363
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14364
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14365
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14451
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14452
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
|
|
14366
14454
|
type: Injectable,
|
|
14367
14455
|
args: [{
|
|
14368
14456
|
providedIn: 'root'
|
|
@@ -14381,9 +14469,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14381
14469
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14382
14470
|
}
|
|
14383
14471
|
}
|
|
14384
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14385
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14386
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14472
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14473
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14387
14475
|
type: Injectable,
|
|
14388
14476
|
args: [{
|
|
14389
14477
|
providedIn: 'root'
|
|
@@ -14399,9 +14487,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14399
14487
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14400
14488
|
}
|
|
14401
14489
|
}
|
|
14402
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14403
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14490
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14491
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14405
14493
|
type: Injectable,
|
|
14406
14494
|
args: [{
|
|
14407
14495
|
providedIn: 'root'
|
|
@@ -14443,9 +14531,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14443
14531
|
});
|
|
14444
14532
|
}
|
|
14445
14533
|
}
|
|
14446
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14447
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14448
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14534
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14535
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14449
14537
|
type: Injectable,
|
|
14450
14538
|
args: [{
|
|
14451
14539
|
providedIn: 'root'
|
|
@@ -14524,9 +14612,9 @@ class TaxExemptionService extends DataService {
|
|
|
14524
14612
|
this.setCache(TaxExemptions);
|
|
14525
14613
|
}
|
|
14526
14614
|
}
|
|
14527
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14528
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14529
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14615
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14616
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14530
14618
|
type: Injectable,
|
|
14531
14619
|
args: [{
|
|
14532
14620
|
providedIn: 'root'
|
|
@@ -14542,9 +14630,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14542
14630
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14543
14631
|
}
|
|
14544
14632
|
}
|
|
14545
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14546
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14633
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14634
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14548
14636
|
type: Injectable,
|
|
14549
14637
|
args: [{
|
|
14550
14638
|
providedIn: 'root'
|
|
@@ -14591,9 +14679,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14591
14679
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14592
14680
|
}
|
|
14593
14681
|
}
|
|
14594
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14595
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14596
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14682
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14683
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14597
14685
|
type: Injectable,
|
|
14598
14686
|
args: [{
|
|
14599
14687
|
providedIn: 'root'
|
|
@@ -14690,9 +14778,9 @@ class PropertyService extends RestService$1 {
|
|
|
14690
14778
|
}));
|
|
14691
14779
|
}
|
|
14692
14780
|
}
|
|
14693
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14694
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14695
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14781
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14782
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
14783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
|
|
14696
14784
|
type: Injectable,
|
|
14697
14785
|
args: [{
|
|
14698
14786
|
providedIn: 'root'
|
|
@@ -14746,9 +14834,9 @@ class ServiceNotificationService extends RestService {
|
|
|
14746
14834
|
});
|
|
14747
14835
|
}
|
|
14748
14836
|
}
|
|
14749
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14750
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14837
|
+
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14838
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
14752
14840
|
type: Injectable,
|
|
14753
14841
|
args: [{
|
|
14754
14842
|
providedIn: 'root'
|
|
@@ -14797,9 +14885,9 @@ class SoleBusinessService extends RestService {
|
|
|
14797
14885
|
}));
|
|
14798
14886
|
}
|
|
14799
14887
|
}
|
|
14800
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14801
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14888
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14889
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
14803
14891
|
type: Injectable,
|
|
14804
14892
|
args: [{
|
|
14805
14893
|
providedIn: 'root'
|
|
@@ -14814,9 +14902,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
14814
14902
|
this.isHydra = true;
|
|
14815
14903
|
}
|
|
14816
14904
|
}
|
|
14817
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14818
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14905
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14906
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
14907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14820
14908
|
type: Injectable,
|
|
14821
14909
|
args: [{
|
|
14822
14910
|
providedIn: 'root'
|
|
@@ -14842,9 +14930,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14842
14930
|
});
|
|
14843
14931
|
}
|
|
14844
14932
|
}
|
|
14845
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14846
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14933
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14934
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
14935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14848
14936
|
type: Injectable,
|
|
14849
14937
|
args: [{
|
|
14850
14938
|
providedIn: 'root'
|
|
@@ -14862,9 +14950,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14862
14950
|
this.isHydra = true;
|
|
14863
14951
|
}
|
|
14864
14952
|
}
|
|
14865
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14866
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14953
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14954
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
14955
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14868
14956
|
type: Injectable,
|
|
14869
14957
|
args: [{
|
|
14870
14958
|
providedIn: 'root'
|
|
@@ -14879,9 +14967,9 @@ class SoleContactService extends RestService {
|
|
|
14879
14967
|
this.isHydra = true;
|
|
14880
14968
|
}
|
|
14881
14969
|
}
|
|
14882
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14883
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14884
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14970
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14971
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
14972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14885
14973
|
type: Injectable,
|
|
14886
14974
|
args: [{
|
|
14887
14975
|
providedIn: 'root'
|
|
@@ -14937,9 +15025,9 @@ class SoleDepreciationMethodService {
|
|
|
14937
15025
|
});
|
|
14938
15026
|
}
|
|
14939
15027
|
}
|
|
14940
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14941
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15028
|
+
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15029
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
15030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
14943
15031
|
type: Injectable,
|
|
14944
15032
|
args: [{
|
|
14945
15033
|
providedIn: 'root'
|
|
@@ -14992,9 +15080,9 @@ class SoleDetailsService {
|
|
|
14992
15080
|
}));
|
|
14993
15081
|
}
|
|
14994
15082
|
}
|
|
14995
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14996
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15083
|
+
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, deps: [{ token: i1.HttpClient }, { token: 'environment' }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15084
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
15085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
14998
15086
|
type: Injectable,
|
|
14999
15087
|
args: [{
|
|
15000
15088
|
providedIn: 'root'
|
|
@@ -15067,9 +15155,9 @@ class SoleInvoiceService extends RestService {
|
|
|
15067
15155
|
});
|
|
15068
15156
|
}
|
|
15069
15157
|
}
|
|
15070
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15071
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15158
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15159
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
15160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15073
15161
|
type: Injectable,
|
|
15074
15162
|
args: [{
|
|
15075
15163
|
providedIn: 'root'
|
|
@@ -15084,9 +15172,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15084
15172
|
this.isHydra = true;
|
|
15085
15173
|
}
|
|
15086
15174
|
}
|
|
15087
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15088
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15089
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15175
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15176
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
15177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15090
15178
|
type: Injectable,
|
|
15091
15179
|
args: [{
|
|
15092
15180
|
providedIn: 'root'
|
|
@@ -15101,9 +15189,9 @@ class BasReportService extends RestService {
|
|
|
15101
15189
|
this.isHydra = true;
|
|
15102
15190
|
}
|
|
15103
15191
|
}
|
|
15104
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15105
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15192
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15193
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
|
|
15107
15195
|
type: Injectable,
|
|
15108
15196
|
args: [{
|
|
15109
15197
|
providedIn: 'root'
|
|
@@ -15129,9 +15217,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15129
15217
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15130
15218
|
}
|
|
15131
15219
|
}
|
|
15132
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15133
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15220
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15221
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15135
15223
|
type: Injectable,
|
|
15136
15224
|
args: [{
|
|
15137
15225
|
providedIn: 'root'
|
|
@@ -15179,9 +15267,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15179
15267
|
});
|
|
15180
15268
|
}
|
|
15181
15269
|
}
|
|
15182
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15183
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15270
|
+
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: SseService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15271
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15272
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15185
15273
|
type: Injectable,
|
|
15186
15274
|
args: [{
|
|
15187
15275
|
providedIn: 'root'
|
|
@@ -15204,9 +15292,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15204
15292
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15205
15293
|
}
|
|
15206
15294
|
}
|
|
15207
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15208
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15295
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15296
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15210
15298
|
type: Injectable,
|
|
15211
15299
|
args: [{
|
|
15212
15300
|
providedIn: 'root'
|
|
@@ -15321,9 +15409,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15321
15409
|
});
|
|
15322
15410
|
}
|
|
15323
15411
|
}
|
|
15324
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15325
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15412
|
+
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: SseService }, { token: ToastService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15413
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15327
15415
|
type: Injectable,
|
|
15328
15416
|
args: [{
|
|
15329
15417
|
providedIn: 'root'
|
|
@@ -15343,9 +15431,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15343
15431
|
this.isApiPlatform = true;
|
|
15344
15432
|
}
|
|
15345
15433
|
}
|
|
15346
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15347
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15348
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15434
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15435
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15349
15437
|
type: Injectable,
|
|
15350
15438
|
args: [{
|
|
15351
15439
|
providedIn: 'root'
|
|
@@ -15377,9 +15465,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15377
15465
|
});
|
|
15378
15466
|
}
|
|
15379
15467
|
}
|
|
15380
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15381
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15468
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15469
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15383
15471
|
type: Injectable,
|
|
15384
15472
|
args: [{
|
|
15385
15473
|
providedIn: 'root'
|
|
@@ -15468,9 +15556,9 @@ class TaxReviewService extends RestService {
|
|
|
15468
15556
|
});
|
|
15469
15557
|
}
|
|
15470
15558
|
}
|
|
15471
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15472
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15559
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15560
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15474
15562
|
type: Injectable,
|
|
15475
15563
|
args: [{
|
|
15476
15564
|
providedIn: 'root'
|
|
@@ -15527,9 +15615,9 @@ class TaxSummaryService {
|
|
|
15527
15615
|
});
|
|
15528
15616
|
}
|
|
15529
15617
|
}
|
|
15530
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15531
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15618
|
+
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15619
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15620
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15533
15621
|
type: Injectable,
|
|
15534
15622
|
args: [{
|
|
15535
15623
|
providedIn: 'root'
|
|
@@ -15548,9 +15636,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15548
15636
|
this.isApiPlatform = true;
|
|
15549
15637
|
}
|
|
15550
15638
|
}
|
|
15551
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15552
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15639
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15640
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15554
15642
|
type: Injectable,
|
|
15555
15643
|
args: [{
|
|
15556
15644
|
providedIn: 'root'
|
|
@@ -15640,9 +15728,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15640
15728
|
});
|
|
15641
15729
|
}
|
|
15642
15730
|
}
|
|
15643
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15644
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15731
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15732
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
15733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
15646
15734
|
type: Injectable,
|
|
15647
15735
|
args: [{
|
|
15648
15736
|
providedIn: 'root'
|
|
@@ -15668,9 +15756,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
15668
15756
|
this.listenEvents();
|
|
15669
15757
|
}
|
|
15670
15758
|
}
|
|
15671
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15672
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15673
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15759
|
+
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15760
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
15761
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
15674
15762
|
type: Injectable,
|
|
15675
15763
|
args: [{
|
|
15676
15764
|
providedIn: 'root'
|
|
@@ -15979,9 +16067,9 @@ class TransactionService extends RestService {
|
|
|
15979
16067
|
});
|
|
15980
16068
|
}
|
|
15981
16069
|
}
|
|
15982
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15983
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16070
|
+
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, deps: [{ token: i1.HttpClient }, { token: EventDispatcherService }, { token: 'environment' }, { token: ToastService }, { token: TransactionReceiptService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16071
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
16072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
|
|
15985
16073
|
type: Injectable,
|
|
15986
16074
|
args: [{
|
|
15987
16075
|
providedIn: 'root'
|
|
@@ -16010,9 +16098,9 @@ class TutorialVideoService {
|
|
|
16010
16098
|
}
|
|
16011
16099
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
16012
16100
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
16013
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16014
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16101
|
+
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16102
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
16103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
16016
16104
|
type: Injectable,
|
|
16017
16105
|
args: [{
|
|
16018
16106
|
providedIn: 'root'
|
|
@@ -16032,9 +16120,9 @@ class VehicleService extends RestService {
|
|
|
16032
16120
|
this.modelClass = Vehicle;
|
|
16033
16121
|
}
|
|
16034
16122
|
}
|
|
16035
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16036
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16123
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16124
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
16125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
|
|
16038
16126
|
type: Injectable,
|
|
16039
16127
|
args: [{
|
|
16040
16128
|
providedIn: 'root'
|
|
@@ -16106,9 +16194,9 @@ class VehicleClaimService extends RestService {
|
|
|
16106
16194
|
combineLatest(batch$).subscribe();
|
|
16107
16195
|
}
|
|
16108
16196
|
}
|
|
16109
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16110
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16197
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16198
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16112
16200
|
type: Injectable,
|
|
16113
16201
|
args: [{
|
|
16114
16202
|
providedIn: 'root'
|
|
@@ -16185,9 +16273,9 @@ class VehicleClaimDetailsService {
|
|
|
16185
16273
|
this.update(vehicleClaimDetails).subscribe();
|
|
16186
16274
|
}
|
|
16187
16275
|
}
|
|
16188
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16189
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16276
|
+
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, deps: [{ token: 'environment' }, { token: i1.HttpClient }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16277
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16191
16279
|
type: Injectable,
|
|
16192
16280
|
args: [{
|
|
16193
16281
|
providedIn: 'root'
|
|
@@ -16207,9 +16295,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16207
16295
|
this.modelClass = VehicleLogbook;
|
|
16208
16296
|
}
|
|
16209
16297
|
}
|
|
16210
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16211
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16298
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16299
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16300
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16213
16301
|
type: Injectable,
|
|
16214
16302
|
args: [{
|
|
16215
16303
|
providedIn: 'root'
|
|
@@ -16226,9 +16314,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16226
16314
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16227
16315
|
}
|
|
16228
16316
|
}
|
|
16229
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16230
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16231
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16317
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16318
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16319
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16232
16320
|
type: Injectable,
|
|
16233
16321
|
args: [{
|
|
16234
16322
|
providedIn: 'root'
|
|
@@ -16259,9 +16347,9 @@ class OccupationService {
|
|
|
16259
16347
|
return this.occupationsSubject.asObservable();
|
|
16260
16348
|
}
|
|
16261
16349
|
}
|
|
16262
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16263
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16350
|
+
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16351
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
|
|
16265
16353
|
type: Injectable,
|
|
16266
16354
|
args: [{
|
|
16267
16355
|
providedIn: 'root'
|
|
@@ -16305,9 +16393,9 @@ class UserEventSettingService extends RestService {
|
|
|
16305
16393
|
}));
|
|
16306
16394
|
}
|
|
16307
16395
|
}
|
|
16308
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16309
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16310
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16396
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16397
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16311
16399
|
type: Injectable,
|
|
16312
16400
|
args: [{
|
|
16313
16401
|
providedIn: 'root'
|
|
@@ -16322,9 +16410,9 @@ class UserEventTypeService extends RestService {
|
|
|
16322
16410
|
this.isHydra = true;
|
|
16323
16411
|
}
|
|
16324
16412
|
}
|
|
16325
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16326
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16327
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16413
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16414
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16415
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16328
16416
|
type: Injectable,
|
|
16329
16417
|
args: [{
|
|
16330
16418
|
providedIn: 'root'
|
|
@@ -16341,9 +16429,9 @@ class UsersInviteService extends RestService {
|
|
|
16341
16429
|
this.url = 'users/invite';
|
|
16342
16430
|
}
|
|
16343
16431
|
}
|
|
16344
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16345
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16432
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16433
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16347
16435
|
type: Injectable,
|
|
16348
16436
|
args: [{
|
|
16349
16437
|
providedIn: 'root'
|
|
@@ -16363,9 +16451,9 @@ class HoldingService extends RestService$1 {
|
|
|
16363
16451
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16364
16452
|
}
|
|
16365
16453
|
}
|
|
16366
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16367
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16454
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16455
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
|
|
16369
16457
|
type: Injectable,
|
|
16370
16458
|
args: [{
|
|
16371
16459
|
providedIn: 'root'
|
|
@@ -16382,9 +16470,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16382
16470
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16383
16471
|
}
|
|
16384
16472
|
}
|
|
16385
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16386
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16473
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16474
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16475
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16388
16476
|
type: Injectable,
|
|
16389
16477
|
args: [{
|
|
16390
16478
|
providedIn: 'root'
|
|
@@ -16401,9 +16489,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16401
16489
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16402
16490
|
}
|
|
16403
16491
|
}
|
|
16404
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16405
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16406
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16492
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16493
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16407
16495
|
type: Injectable,
|
|
16408
16496
|
args: [{
|
|
16409
16497
|
providedIn: 'root'
|
|
@@ -16498,9 +16586,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16498
16586
|
this.setCache(HoldingTypeExchanges);
|
|
16499
16587
|
}
|
|
16500
16588
|
}
|
|
16501
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16502
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16503
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16589
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16590
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16504
16592
|
type: Injectable,
|
|
16505
16593
|
args: [{
|
|
16506
16594
|
providedIn: 'root'
|
|
@@ -16604,9 +16692,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16604
16692
|
this.setCache(IncomeSourceTypes);
|
|
16605
16693
|
}
|
|
16606
16694
|
}
|
|
16607
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16608
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16609
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16695
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16696
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
16697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16610
16698
|
type: Injectable,
|
|
16611
16699
|
args: [{
|
|
16612
16700
|
providedIn: 'root'
|
|
@@ -16628,9 +16716,2101 @@ class ChartAccountsValueService extends DataService {
|
|
|
16628
16716
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16629
16717
|
}
|
|
16630
16718
|
}
|
|
16631
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16632
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16719
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16720
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
16721
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
16722
|
+
type: Injectable,
|
|
16723
|
+
args: [{
|
|
16724
|
+
providedIn: 'root'
|
|
16725
|
+
}]
|
|
16726
|
+
}], ctorParameters: function () { return []; } });
|
|
16727
|
+
|
|
16728
|
+
var TaxReturnItems = [
|
|
16729
|
+
{
|
|
16730
|
+
id: 1,
|
|
16731
|
+
taxReturnCategory: {
|
|
16732
|
+
id: 1
|
|
16733
|
+
},
|
|
16734
|
+
code: 1,
|
|
16735
|
+
subCode: "C",
|
|
16736
|
+
taxReturnCode: null,
|
|
16737
|
+
name: "Salary or wages",
|
|
16738
|
+
seq: 10,
|
|
16739
|
+
isOtherIncome: 0,
|
|
16740
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16741
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16742
|
+
},
|
|
16743
|
+
{
|
|
16744
|
+
id: 2,
|
|
16745
|
+
taxReturnCategory: {
|
|
16746
|
+
id: 30
|
|
16747
|
+
},
|
|
16748
|
+
code: 2,
|
|
16749
|
+
subCode: "K",
|
|
16750
|
+
taxReturnCode: null,
|
|
16751
|
+
name: "Allowances, earnings, tips, directors fees",
|
|
16752
|
+
seq: 20,
|
|
16753
|
+
isOtherIncome: 0,
|
|
16754
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16755
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16756
|
+
},
|
|
16757
|
+
{
|
|
16758
|
+
id: 3,
|
|
16759
|
+
taxReturnCategory: {
|
|
16760
|
+
id: 31
|
|
16761
|
+
},
|
|
16762
|
+
code: 3,
|
|
16763
|
+
subCode: "R",
|
|
16764
|
+
taxReturnCode: null,
|
|
16765
|
+
name: "Employer lump sum payments",
|
|
16766
|
+
seq: 30,
|
|
16767
|
+
isOtherIncome: 0,
|
|
16768
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16769
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16770
|
+
},
|
|
16771
|
+
{
|
|
16772
|
+
id: 4,
|
|
16773
|
+
taxReturnCategory: {
|
|
16774
|
+
id: 32
|
|
16775
|
+
},
|
|
16776
|
+
code: 4,
|
|
16777
|
+
subCode: "I",
|
|
16778
|
+
taxReturnCode: null,
|
|
16779
|
+
name: "Employment termination payments",
|
|
16780
|
+
seq: 40,
|
|
16781
|
+
isOtherIncome: 0,
|
|
16782
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16783
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16784
|
+
},
|
|
16785
|
+
{
|
|
16786
|
+
id: 5,
|
|
16787
|
+
taxReturnCategory: {
|
|
16788
|
+
id: 2
|
|
16789
|
+
},
|
|
16790
|
+
code: 5,
|
|
16791
|
+
subCode: "A",
|
|
16792
|
+
taxReturnCode: null,
|
|
16793
|
+
name: "Australian Government allowances and payments",
|
|
16794
|
+
seq: 50,
|
|
16795
|
+
isOtherIncome: 1,
|
|
16796
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16797
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16798
|
+
},
|
|
16799
|
+
{
|
|
16800
|
+
id: 6,
|
|
16801
|
+
taxReturnCategory: {
|
|
16802
|
+
id: 33
|
|
16803
|
+
},
|
|
16804
|
+
code: 6,
|
|
16805
|
+
subCode: "B",
|
|
16806
|
+
taxReturnCode: null,
|
|
16807
|
+
name: "Australian Government pensions and allowances",
|
|
16808
|
+
seq: 60,
|
|
16809
|
+
isOtherIncome: 1,
|
|
16810
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16811
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16812
|
+
},
|
|
16813
|
+
{
|
|
16814
|
+
id: 7,
|
|
16815
|
+
taxReturnCategory: {
|
|
16816
|
+
id: 3
|
|
16817
|
+
},
|
|
16818
|
+
code: 7,
|
|
16819
|
+
subCode: null,
|
|
16820
|
+
taxReturnCode: null,
|
|
16821
|
+
name: "Australian annuities and superannuation income streams",
|
|
16822
|
+
seq: 70,
|
|
16823
|
+
isOtherIncome: 1,
|
|
16824
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16825
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16826
|
+
},
|
|
16827
|
+
{
|
|
16828
|
+
id: 8,
|
|
16829
|
+
taxReturnCategory: {
|
|
16830
|
+
id: 34
|
|
16831
|
+
},
|
|
16832
|
+
code: 8,
|
|
16833
|
+
subCode: null,
|
|
16834
|
+
taxReturnCode: null,
|
|
16835
|
+
name: "Australian superannuation lump sum payments",
|
|
16836
|
+
seq: 80,
|
|
16837
|
+
isOtherIncome: 1,
|
|
16838
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16839
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16840
|
+
},
|
|
16841
|
+
{
|
|
16842
|
+
id: 9,
|
|
16843
|
+
taxReturnCategory: {
|
|
16844
|
+
id: 4
|
|
16845
|
+
},
|
|
16846
|
+
code: 9,
|
|
16847
|
+
subCode: "O",
|
|
16848
|
+
taxReturnCode: null,
|
|
16849
|
+
name: "Attributed personal services income",
|
|
16850
|
+
seq: 90,
|
|
16851
|
+
isOtherIncome: 0,
|
|
16852
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16853
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16854
|
+
},
|
|
16855
|
+
{
|
|
16856
|
+
id: 10,
|
|
16857
|
+
taxReturnCategory: {
|
|
16858
|
+
id: 5
|
|
16859
|
+
},
|
|
16860
|
+
code: 10,
|
|
16861
|
+
subCode: "L",
|
|
16862
|
+
taxReturnCode: null,
|
|
16863
|
+
name: "Gross interest",
|
|
16864
|
+
seq: 100,
|
|
16865
|
+
isOtherIncome: 1,
|
|
16866
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16867
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16868
|
+
},
|
|
16869
|
+
{
|
|
16870
|
+
id: 11,
|
|
16871
|
+
taxReturnCategory: {
|
|
16872
|
+
id: 6
|
|
16873
|
+
},
|
|
16874
|
+
code: 11,
|
|
16875
|
+
subCode: null,
|
|
16876
|
+
taxReturnCode: null,
|
|
16877
|
+
name: "Dividends",
|
|
16878
|
+
seq: 110,
|
|
16879
|
+
isOtherIncome: 1,
|
|
16880
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16881
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16882
|
+
},
|
|
16883
|
+
{
|
|
16884
|
+
id: 12,
|
|
16885
|
+
taxReturnCategory: {
|
|
16886
|
+
id: 35
|
|
16887
|
+
},
|
|
16888
|
+
code: 12,
|
|
16889
|
+
subCode: null,
|
|
16890
|
+
taxReturnCode: null,
|
|
16891
|
+
name: "Employee share schemes",
|
|
16892
|
+
seq: 120,
|
|
16893
|
+
isOtherIncome: 1,
|
|
16894
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16895
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16896
|
+
},
|
|
16897
|
+
{
|
|
16898
|
+
id: 13,
|
|
16899
|
+
taxReturnCategory: {
|
|
16900
|
+
id: 13
|
|
16901
|
+
},
|
|
16902
|
+
code: 13,
|
|
16903
|
+
subCode: null,
|
|
16904
|
+
taxReturnCode: null,
|
|
16905
|
+
name: "Partnerships and trusts",
|
|
16906
|
+
seq: 130,
|
|
16907
|
+
isOtherIncome: 1,
|
|
16908
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16909
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16910
|
+
},
|
|
16911
|
+
{
|
|
16912
|
+
id: 14,
|
|
16913
|
+
taxReturnCategory: {
|
|
16914
|
+
id: 14
|
|
16915
|
+
},
|
|
16916
|
+
code: 14,
|
|
16917
|
+
subCode: "N",
|
|
16918
|
+
taxReturnCode: null,
|
|
16919
|
+
name: "Personal services income (PSI) - ABN not quoted",
|
|
16920
|
+
seq: 140,
|
|
16921
|
+
isOtherIncome: 1,
|
|
16922
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16923
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16924
|
+
},
|
|
16925
|
+
{
|
|
16926
|
+
id: 15,
|
|
16927
|
+
taxReturnCategory: {
|
|
16928
|
+
id: 38
|
|
16929
|
+
},
|
|
16930
|
+
code: 15,
|
|
16931
|
+
subCode: null,
|
|
16932
|
+
taxReturnCode: null,
|
|
16933
|
+
name: "Net income or loss from business",
|
|
16934
|
+
seq: 150,
|
|
16935
|
+
isOtherIncome: 1,
|
|
16936
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16937
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16938
|
+
},
|
|
16939
|
+
{
|
|
16940
|
+
id: 16,
|
|
16941
|
+
taxReturnCategory: {
|
|
16942
|
+
id: 16
|
|
16943
|
+
},
|
|
16944
|
+
code: 16,
|
|
16945
|
+
subCode: null,
|
|
16946
|
+
taxReturnCode: null,
|
|
16947
|
+
name: "Deferred non-commercial business losses",
|
|
16948
|
+
seq: 160,
|
|
16949
|
+
isOtherIncome: 1,
|
|
16950
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16951
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16952
|
+
},
|
|
16953
|
+
{
|
|
16954
|
+
id: 17,
|
|
16955
|
+
taxReturnCategory: {
|
|
16956
|
+
id: 17
|
|
16957
|
+
},
|
|
16958
|
+
code: 17,
|
|
16959
|
+
subCode: null,
|
|
16960
|
+
taxReturnCode: null,
|
|
16961
|
+
name: "Net farm management deposits or repayments",
|
|
16962
|
+
seq: 170,
|
|
16963
|
+
isOtherIncome: 1,
|
|
16964
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16965
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16966
|
+
},
|
|
16967
|
+
{
|
|
16968
|
+
id: 18,
|
|
16969
|
+
taxReturnCategory: {
|
|
16970
|
+
id: 15
|
|
16971
|
+
},
|
|
16972
|
+
code: 18,
|
|
16973
|
+
subCode: null,
|
|
16974
|
+
taxReturnCode: null,
|
|
16975
|
+
name: "Capital gains",
|
|
16976
|
+
seq: 180,
|
|
16977
|
+
isOtherIncome: 1,
|
|
16978
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16979
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16980
|
+
},
|
|
16981
|
+
{
|
|
16982
|
+
id: 19,
|
|
16983
|
+
taxReturnCategory: {
|
|
16984
|
+
id: 17
|
|
16985
|
+
},
|
|
16986
|
+
code: 19,
|
|
16987
|
+
subCode: null,
|
|
16988
|
+
taxReturnCode: null,
|
|
16989
|
+
name: "Foreign entities",
|
|
16990
|
+
seq: 190,
|
|
16991
|
+
isOtherIncome: 1,
|
|
16992
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16993
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16994
|
+
},
|
|
16995
|
+
{
|
|
16996
|
+
id: 20,
|
|
16997
|
+
taxReturnCategory: {
|
|
16998
|
+
id: 16
|
|
16999
|
+
},
|
|
17000
|
+
code: 20,
|
|
17001
|
+
subCode: null,
|
|
17002
|
+
taxReturnCode: null,
|
|
17003
|
+
name: "Foreign source income and foreign assets or property",
|
|
17004
|
+
seq: 200,
|
|
17005
|
+
isOtherIncome: 1,
|
|
17006
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17007
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17008
|
+
},
|
|
17009
|
+
{
|
|
17010
|
+
id: 21,
|
|
17011
|
+
taxReturnCategory: {
|
|
17012
|
+
id: 12
|
|
17013
|
+
},
|
|
17014
|
+
code: 21,
|
|
17015
|
+
subCode: "T",
|
|
17016
|
+
taxReturnCode: "U",
|
|
17017
|
+
name: "Travel Expenses",
|
|
17018
|
+
seq: 210,
|
|
17019
|
+
isOtherIncome: 1,
|
|
17020
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17021
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17022
|
+
},
|
|
17023
|
+
{
|
|
17024
|
+
id: 22,
|
|
17025
|
+
taxReturnCategory: {
|
|
17026
|
+
id: 8
|
|
17027
|
+
},
|
|
17028
|
+
code: 21,
|
|
17029
|
+
subCode: "A",
|
|
17030
|
+
taxReturnCode: "P",
|
|
17031
|
+
name: "Rental Income",
|
|
17032
|
+
seq: 220,
|
|
17033
|
+
isOtherIncome: 1,
|
|
17034
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17035
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17036
|
+
},
|
|
17037
|
+
{
|
|
17038
|
+
id: 23,
|
|
17039
|
+
taxReturnCategory: {
|
|
17040
|
+
id: 8
|
|
17041
|
+
},
|
|
17042
|
+
code: 21,
|
|
17043
|
+
subCode: "B",
|
|
17044
|
+
taxReturnCode: "P",
|
|
17045
|
+
name: "Other rental Income",
|
|
17046
|
+
seq: 230,
|
|
17047
|
+
isOtherIncome: 1,
|
|
17048
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17049
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17050
|
+
},
|
|
17051
|
+
{
|
|
17052
|
+
id: 24,
|
|
17053
|
+
taxReturnCategory: {
|
|
17054
|
+
id: 9
|
|
17055
|
+
},
|
|
17056
|
+
code: 21,
|
|
17057
|
+
subCode: "L",
|
|
17058
|
+
taxReturnCode: "Q",
|
|
17059
|
+
name: "Interest on loan(s)",
|
|
17060
|
+
seq: 240,
|
|
17061
|
+
isOtherIncome: 1,
|
|
17062
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17063
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17064
|
+
},
|
|
17065
|
+
{
|
|
17066
|
+
id: 25,
|
|
17067
|
+
taxReturnCategory: {
|
|
17068
|
+
id: 10
|
|
17069
|
+
},
|
|
17070
|
+
code: 21,
|
|
17071
|
+
subCode: "R",
|
|
17072
|
+
taxReturnCode: "F",
|
|
17073
|
+
name: "Capital Works - Depreciation",
|
|
17074
|
+
seq: 250,
|
|
17075
|
+
isOtherIncome: 1,
|
|
17076
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17077
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17078
|
+
},
|
|
17079
|
+
{
|
|
17080
|
+
id: 26,
|
|
17081
|
+
taxReturnCategory: {
|
|
17082
|
+
id: 12
|
|
17083
|
+
},
|
|
17084
|
+
code: 21,
|
|
17085
|
+
subCode: "D",
|
|
17086
|
+
taxReturnCode: "U",
|
|
17087
|
+
name: "Advertising for tenants",
|
|
17088
|
+
seq: 260,
|
|
17089
|
+
isOtherIncome: 1,
|
|
17090
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17091
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17092
|
+
},
|
|
17093
|
+
{
|
|
17094
|
+
id: 27,
|
|
17095
|
+
taxReturnCategory: {
|
|
17096
|
+
id: 12
|
|
17097
|
+
},
|
|
17098
|
+
code: 21,
|
|
17099
|
+
subCode: "E",
|
|
17100
|
+
taxReturnCode: "U",
|
|
17101
|
+
name: "Body Corporate Fees",
|
|
17102
|
+
seq: 270,
|
|
17103
|
+
isOtherIncome: 1,
|
|
17104
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17105
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17106
|
+
},
|
|
17107
|
+
{
|
|
17108
|
+
id: 28,
|
|
17109
|
+
taxReturnCategory: {
|
|
17110
|
+
id: 29
|
|
17111
|
+
},
|
|
17112
|
+
code: 21,
|
|
17113
|
+
subCode: "F",
|
|
17114
|
+
taxReturnCode: "U",
|
|
17115
|
+
name: "Borrowing Expenses",
|
|
17116
|
+
seq: 280,
|
|
17117
|
+
isOtherIncome: 1,
|
|
17118
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17119
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17120
|
+
},
|
|
17121
|
+
{
|
|
17122
|
+
id: 29,
|
|
17123
|
+
taxReturnCategory: {
|
|
17124
|
+
id: 12
|
|
17125
|
+
},
|
|
17126
|
+
code: 21,
|
|
17127
|
+
subCode: "G",
|
|
17128
|
+
taxReturnCode: "U",
|
|
17129
|
+
name: "Cleaning",
|
|
17130
|
+
seq: 290,
|
|
17131
|
+
isOtherIncome: 1,
|
|
17132
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17133
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17134
|
+
},
|
|
17135
|
+
{
|
|
17136
|
+
id: 30,
|
|
17137
|
+
taxReturnCategory: {
|
|
17138
|
+
id: 12
|
|
17139
|
+
},
|
|
17140
|
+
code: 21,
|
|
17141
|
+
subCode: "H",
|
|
17142
|
+
taxReturnCode: "U",
|
|
17143
|
+
name: "Council Rates",
|
|
17144
|
+
seq: 300,
|
|
17145
|
+
isOtherIncome: 1,
|
|
17146
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17147
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17148
|
+
},
|
|
17149
|
+
{
|
|
17150
|
+
id: 31,
|
|
17151
|
+
taxReturnCategory: {
|
|
17152
|
+
id: 12
|
|
17153
|
+
},
|
|
17154
|
+
code: 21,
|
|
17155
|
+
subCode: "J",
|
|
17156
|
+
taxReturnCode: "U",
|
|
17157
|
+
name: "Gardening / Lawn Mowing",
|
|
17158
|
+
seq: 310,
|
|
17159
|
+
isOtherIncome: 1,
|
|
17160
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17161
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17162
|
+
},
|
|
17163
|
+
{
|
|
17164
|
+
id: 32,
|
|
17165
|
+
taxReturnCategory: {
|
|
17166
|
+
id: 11
|
|
17167
|
+
},
|
|
17168
|
+
code: 21,
|
|
17169
|
+
subCode: "I",
|
|
17170
|
+
taxReturnCode: "U",
|
|
17171
|
+
name: "Plant & Equipment - Depreciation & Low Value Pool",
|
|
17172
|
+
seq: 320,
|
|
17173
|
+
isOtherIncome: 1,
|
|
17174
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17175
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17176
|
+
},
|
|
17177
|
+
{
|
|
17178
|
+
id: 33,
|
|
17179
|
+
taxReturnCategory: {
|
|
17180
|
+
id: 12
|
|
17181
|
+
},
|
|
17182
|
+
code: 21,
|
|
17183
|
+
subCode: "K",
|
|
17184
|
+
taxReturnCode: "U",
|
|
17185
|
+
name: "Insurance",
|
|
17186
|
+
seq: 330,
|
|
17187
|
+
isOtherIncome: 1,
|
|
17188
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17189
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17190
|
+
},
|
|
17191
|
+
{
|
|
17192
|
+
id: 34,
|
|
17193
|
+
taxReturnCategory: {
|
|
17194
|
+
id: 12
|
|
17195
|
+
},
|
|
17196
|
+
code: 21,
|
|
17197
|
+
subCode: "M",
|
|
17198
|
+
taxReturnCode: "U",
|
|
17199
|
+
name: "Land Tax",
|
|
17200
|
+
seq: 340,
|
|
17201
|
+
isOtherIncome: 1,
|
|
17202
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17203
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17204
|
+
},
|
|
17205
|
+
{
|
|
17206
|
+
id: 35,
|
|
17207
|
+
taxReturnCategory: {
|
|
17208
|
+
id: 12
|
|
17209
|
+
},
|
|
17210
|
+
code: 21,
|
|
17211
|
+
subCode: "N",
|
|
17212
|
+
taxReturnCode: "U",
|
|
17213
|
+
name: "Legal Fees",
|
|
17214
|
+
seq: 350,
|
|
17215
|
+
isOtherIncome: 1,
|
|
17216
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17217
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17218
|
+
},
|
|
17219
|
+
{
|
|
17220
|
+
id: 36,
|
|
17221
|
+
taxReturnCategory: {
|
|
17222
|
+
id: 12
|
|
17223
|
+
},
|
|
17224
|
+
code: 21,
|
|
17225
|
+
subCode: "O",
|
|
17226
|
+
taxReturnCode: "U",
|
|
17227
|
+
name: "Pest Control",
|
|
17228
|
+
seq: 360,
|
|
17229
|
+
isOtherIncome: 1,
|
|
17230
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17231
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17232
|
+
},
|
|
17233
|
+
{
|
|
17234
|
+
id: 37,
|
|
17235
|
+
taxReturnCategory: {
|
|
17236
|
+
id: 12
|
|
17237
|
+
},
|
|
17238
|
+
code: 21,
|
|
17239
|
+
subCode: "P",
|
|
17240
|
+
taxReturnCode: "U",
|
|
17241
|
+
name: "Property Management Fees",
|
|
17242
|
+
seq: 370,
|
|
17243
|
+
isOtherIncome: 1,
|
|
17244
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17245
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17246
|
+
},
|
|
17247
|
+
{
|
|
17248
|
+
id: 38,
|
|
17249
|
+
taxReturnCategory: {
|
|
17250
|
+
id: 12
|
|
17251
|
+
},
|
|
17252
|
+
code: 21,
|
|
17253
|
+
subCode: "Q",
|
|
17254
|
+
taxReturnCode: "U",
|
|
17255
|
+
name: "Repairs & Maintenance",
|
|
17256
|
+
seq: 380,
|
|
17257
|
+
isOtherIncome: 1,
|
|
17258
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17259
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17260
|
+
},
|
|
17261
|
+
{
|
|
17262
|
+
id: 39,
|
|
17263
|
+
taxReturnCategory: {
|
|
17264
|
+
id: 12
|
|
17265
|
+
},
|
|
17266
|
+
code: 21,
|
|
17267
|
+
subCode: "S",
|
|
17268
|
+
taxReturnCode: "U",
|
|
17269
|
+
name: "Stationery / Phone / Postage",
|
|
17270
|
+
seq: 390,
|
|
17271
|
+
isOtherIncome: 1,
|
|
17272
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17273
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17274
|
+
},
|
|
17275
|
+
{
|
|
17276
|
+
id: 40,
|
|
17277
|
+
taxReturnCategory: {
|
|
17278
|
+
id: 12
|
|
17279
|
+
},
|
|
17280
|
+
code: 21,
|
|
17281
|
+
subCode: "U",
|
|
17282
|
+
taxReturnCode: "U",
|
|
17283
|
+
name: "Water Charges",
|
|
17284
|
+
seq: 400,
|
|
17285
|
+
isOtherIncome: 1,
|
|
17286
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17287
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17288
|
+
},
|
|
17289
|
+
{
|
|
17290
|
+
id: 41,
|
|
17291
|
+
taxReturnCategory: {
|
|
17292
|
+
id: 12
|
|
17293
|
+
},
|
|
17294
|
+
code: 21,
|
|
17295
|
+
subCode: "V",
|
|
17296
|
+
taxReturnCode: "U",
|
|
17297
|
+
name: "Sundry Rental Expenses",
|
|
17298
|
+
seq: 410,
|
|
17299
|
+
isOtherIncome: 1,
|
|
17300
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17301
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17302
|
+
},
|
|
17303
|
+
{
|
|
17304
|
+
id: 42,
|
|
17305
|
+
taxReturnCategory: {
|
|
17306
|
+
id: 17
|
|
17307
|
+
},
|
|
17308
|
+
code: 22,
|
|
17309
|
+
subCode: "W",
|
|
17310
|
+
taxReturnCode: null,
|
|
17311
|
+
name: "Bonuses from life insurance companies and friendly societies",
|
|
17312
|
+
seq: 420,
|
|
17313
|
+
isOtherIncome: 1,
|
|
17314
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17315
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17316
|
+
},
|
|
17317
|
+
{
|
|
17318
|
+
id: 43,
|
|
17319
|
+
taxReturnCategory: {
|
|
17320
|
+
id: 39
|
|
17321
|
+
},
|
|
17322
|
+
code: 23,
|
|
17323
|
+
subCode: null,
|
|
17324
|
+
taxReturnCode: null,
|
|
17325
|
+
name: "Forestry managed investment scheme income",
|
|
17326
|
+
seq: 430,
|
|
17327
|
+
isOtherIncome: 1,
|
|
17328
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17329
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17330
|
+
},
|
|
17331
|
+
{
|
|
17332
|
+
id: 44,
|
|
17333
|
+
taxReturnCategory: {
|
|
17334
|
+
id: 40
|
|
17335
|
+
},
|
|
17336
|
+
code: 24,
|
|
17337
|
+
subCode: null,
|
|
17338
|
+
taxReturnCode: null,
|
|
17339
|
+
name: "Other income",
|
|
17340
|
+
seq: 440,
|
|
17341
|
+
isOtherIncome: 1,
|
|
17342
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17343
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17344
|
+
},
|
|
17345
|
+
{
|
|
17346
|
+
id: 45,
|
|
17347
|
+
taxReturnCategory: {
|
|
17348
|
+
id: 7
|
|
17349
|
+
},
|
|
17350
|
+
code: "D1",
|
|
17351
|
+
subCode: null,
|
|
17352
|
+
taxReturnCode: null,
|
|
17353
|
+
name: "Work-related car expenses",
|
|
17354
|
+
seq: 450,
|
|
17355
|
+
isOtherIncome: 0,
|
|
17356
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17357
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17358
|
+
},
|
|
17359
|
+
{
|
|
17360
|
+
id: 46,
|
|
17361
|
+
taxReturnCategory: {
|
|
17362
|
+
id: 7
|
|
17363
|
+
},
|
|
17364
|
+
code: "D1",
|
|
17365
|
+
subCode: "Claim S",
|
|
17366
|
+
taxReturnCode: null,
|
|
17367
|
+
name: "Klm's travelled for work",
|
|
17368
|
+
seq: 460,
|
|
17369
|
+
isOtherIncome: 0,
|
|
17370
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17371
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17372
|
+
},
|
|
17373
|
+
{
|
|
17374
|
+
id: 47,
|
|
17375
|
+
taxReturnCategory: {
|
|
17376
|
+
id: 7
|
|
17377
|
+
},
|
|
17378
|
+
code: "D1",
|
|
17379
|
+
subCode: "Claim B",
|
|
17380
|
+
taxReturnCode: null,
|
|
17381
|
+
name: "Depreciation - Vehicles",
|
|
17382
|
+
seq: 470,
|
|
17383
|
+
isOtherIncome: 0,
|
|
17384
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17385
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17386
|
+
},
|
|
17387
|
+
{
|
|
17388
|
+
id: 48,
|
|
17389
|
+
taxReturnCategory: {
|
|
17390
|
+
id: 7
|
|
17391
|
+
},
|
|
17392
|
+
code: "D2",
|
|
17393
|
+
subCode: null,
|
|
17394
|
+
taxReturnCode: null,
|
|
17395
|
+
name: "Work-related travel expenses",
|
|
17396
|
+
seq: 480,
|
|
17397
|
+
isOtherIncome: 0,
|
|
17398
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17399
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17400
|
+
},
|
|
17401
|
+
{
|
|
17402
|
+
id: 49,
|
|
17403
|
+
taxReturnCategory: {
|
|
17404
|
+
id: 7
|
|
17405
|
+
},
|
|
17406
|
+
code: "D2",
|
|
17407
|
+
subCode: "A",
|
|
17408
|
+
taxReturnCode: null,
|
|
17409
|
+
name: "Award Transport",
|
|
17410
|
+
seq: 490,
|
|
17411
|
+
isOtherIncome: 0,
|
|
17412
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17413
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17414
|
+
},
|
|
17415
|
+
{
|
|
17416
|
+
id: 50,
|
|
17417
|
+
taxReturnCategory: {
|
|
17418
|
+
id: 7
|
|
17419
|
+
},
|
|
17420
|
+
code: "D2",
|
|
17421
|
+
subCode: "D",
|
|
17422
|
+
taxReturnCode: null,
|
|
17423
|
+
name: "Domestic Transport",
|
|
17424
|
+
seq: 500,
|
|
17425
|
+
isOtherIncome: 0,
|
|
17426
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17427
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17428
|
+
},
|
|
17429
|
+
{
|
|
17430
|
+
id: 51,
|
|
17431
|
+
taxReturnCategory: {
|
|
17432
|
+
id: 7
|
|
17433
|
+
},
|
|
17434
|
+
code: "D2",
|
|
17435
|
+
subCode: "T",
|
|
17436
|
+
taxReturnCode: null,
|
|
17437
|
+
name: "Tolls",
|
|
17438
|
+
seq: 510,
|
|
17439
|
+
isOtherIncome: 0,
|
|
17440
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17441
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17442
|
+
},
|
|
17443
|
+
{
|
|
17444
|
+
id: 52,
|
|
17445
|
+
taxReturnCategory: {
|
|
17446
|
+
id: 7
|
|
17447
|
+
},
|
|
17448
|
+
code: "D2",
|
|
17449
|
+
subCode: "P",
|
|
17450
|
+
taxReturnCode: null,
|
|
17451
|
+
name: "Parking",
|
|
17452
|
+
seq: 520,
|
|
17453
|
+
isOtherIncome: 0,
|
|
17454
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17455
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17456
|
+
},
|
|
17457
|
+
{
|
|
17458
|
+
id: 53,
|
|
17459
|
+
taxReturnCategory: {
|
|
17460
|
+
id: 7
|
|
17461
|
+
},
|
|
17462
|
+
code: "D2",
|
|
17463
|
+
subCode: "V",
|
|
17464
|
+
taxReturnCode: null,
|
|
17465
|
+
name: "Hire Vehicle Expenses",
|
|
17466
|
+
seq: 530,
|
|
17467
|
+
isOtherIncome: 0,
|
|
17468
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17469
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17470
|
+
},
|
|
17471
|
+
{
|
|
17472
|
+
id: 54,
|
|
17473
|
+
taxReturnCategory: {
|
|
17474
|
+
id: 7
|
|
17475
|
+
},
|
|
17476
|
+
code: "D2",
|
|
17477
|
+
subCode: "O",
|
|
17478
|
+
taxReturnCode: null,
|
|
17479
|
+
name: "Travel Expenses - Other",
|
|
17480
|
+
seq: 540,
|
|
17481
|
+
isOtherIncome: 0,
|
|
17482
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17483
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17484
|
+
},
|
|
17485
|
+
{
|
|
17486
|
+
id: 55,
|
|
17487
|
+
taxReturnCategory: {
|
|
17488
|
+
id: 7
|
|
17489
|
+
},
|
|
17490
|
+
code: "D3",
|
|
17491
|
+
subCode: null,
|
|
17492
|
+
taxReturnCode: null,
|
|
17493
|
+
name: "Work-related clothing expenses",
|
|
17494
|
+
seq: 550,
|
|
17495
|
+
isOtherIncome: 0,
|
|
17496
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17497
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17498
|
+
},
|
|
17499
|
+
{
|
|
17500
|
+
id: 56,
|
|
17501
|
+
taxReturnCategory: {
|
|
17502
|
+
id: 7
|
|
17503
|
+
},
|
|
17504
|
+
code: "D3",
|
|
17505
|
+
subCode: "C",
|
|
17506
|
+
taxReturnCode: null,
|
|
17507
|
+
name: "Compulsory Work Uniform",
|
|
17508
|
+
seq: 560,
|
|
17509
|
+
isOtherIncome: 0,
|
|
17510
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17511
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17512
|
+
},
|
|
17513
|
+
{
|
|
17514
|
+
id: 57,
|
|
17515
|
+
taxReturnCategory: {
|
|
17516
|
+
id: 7
|
|
17517
|
+
},
|
|
17518
|
+
code: "D3",
|
|
17519
|
+
subCode: "P",
|
|
17520
|
+
taxReturnCode: null,
|
|
17521
|
+
name: "Hi Vis Workwear",
|
|
17522
|
+
seq: 570,
|
|
17523
|
+
isOtherIncome: 0,
|
|
17524
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17525
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17526
|
+
},
|
|
17527
|
+
{
|
|
17528
|
+
id: 58,
|
|
17529
|
+
taxReturnCategory: {
|
|
17530
|
+
id: 7
|
|
17531
|
+
},
|
|
17532
|
+
code: "D3",
|
|
17533
|
+
subCode: "S",
|
|
17534
|
+
taxReturnCode: null,
|
|
17535
|
+
name: "Occupational Specific Clothing",
|
|
17536
|
+
seq: 580,
|
|
17537
|
+
isOtherIncome: 0,
|
|
17538
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17539
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17540
|
+
},
|
|
17541
|
+
{
|
|
17542
|
+
id: 59,
|
|
17543
|
+
taxReturnCategory: {
|
|
17544
|
+
id: 7
|
|
17545
|
+
},
|
|
17546
|
+
code: "D4",
|
|
17547
|
+
subCode: null,
|
|
17548
|
+
taxReturnCode: null,
|
|
17549
|
+
name: "Work-related self-education expenses",
|
|
17550
|
+
seq: 590,
|
|
17551
|
+
isOtherIncome: 0,
|
|
17552
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17553
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17554
|
+
},
|
|
17555
|
+
{
|
|
17556
|
+
id: 60,
|
|
17557
|
+
taxReturnCategory: {
|
|
17558
|
+
id: 7
|
|
17559
|
+
},
|
|
17560
|
+
code: "D4",
|
|
17561
|
+
subCode: "A",
|
|
17562
|
+
taxReturnCode: null,
|
|
17563
|
+
name: "Course Fees",
|
|
17564
|
+
seq: 600,
|
|
17565
|
+
isOtherIncome: 0,
|
|
17566
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17567
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17568
|
+
},
|
|
17569
|
+
{
|
|
17570
|
+
id: 61,
|
|
17571
|
+
taxReturnCategory: {
|
|
17572
|
+
id: 7
|
|
17573
|
+
},
|
|
17574
|
+
code: "D5",
|
|
17575
|
+
subCode: null,
|
|
17576
|
+
taxReturnCode: null,
|
|
17577
|
+
name: "Other work-related expenses",
|
|
17578
|
+
seq: 610,
|
|
17579
|
+
isOtherIncome: 0,
|
|
17580
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17581
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17582
|
+
},
|
|
17583
|
+
{
|
|
17584
|
+
id: 62,
|
|
17585
|
+
taxReturnCategory: {
|
|
17586
|
+
id: 7
|
|
17587
|
+
},
|
|
17588
|
+
code: "D5",
|
|
17589
|
+
subCode: "A",
|
|
17590
|
+
taxReturnCode: null,
|
|
17591
|
+
name: "Mobile Phone",
|
|
17592
|
+
seq: 620,
|
|
17593
|
+
isOtherIncome: 0,
|
|
17594
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17595
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17596
|
+
},
|
|
17597
|
+
{
|
|
17598
|
+
id: 63,
|
|
17599
|
+
taxReturnCategory: {
|
|
17600
|
+
id: 7
|
|
17601
|
+
},
|
|
17602
|
+
code: "D5",
|
|
17603
|
+
subCode: "B",
|
|
17604
|
+
taxReturnCode: null,
|
|
17605
|
+
name: "Books, Journals",
|
|
17606
|
+
seq: 630,
|
|
17607
|
+
isOtherIncome: 0,
|
|
17608
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17609
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17610
|
+
},
|
|
17611
|
+
{
|
|
17612
|
+
id: 64,
|
|
17613
|
+
taxReturnCategory: {
|
|
17614
|
+
id: 7
|
|
17615
|
+
},
|
|
17616
|
+
code: "D5",
|
|
17617
|
+
subCode: "E",
|
|
17618
|
+
taxReturnCode: null,
|
|
17619
|
+
name: "Internet",
|
|
17620
|
+
seq: 640,
|
|
17621
|
+
isOtherIncome: 0,
|
|
17622
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17623
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17624
|
+
},
|
|
17625
|
+
{
|
|
17626
|
+
id: 65,
|
|
17627
|
+
taxReturnCategory: {
|
|
17628
|
+
id: 7
|
|
17629
|
+
},
|
|
17630
|
+
code: "D5",
|
|
17631
|
+
subCode: "F",
|
|
17632
|
+
taxReturnCode: null,
|
|
17633
|
+
name: "Financial Institutions Duty (FID)",
|
|
17634
|
+
seq: 650,
|
|
17635
|
+
isOtherIncome: 0,
|
|
17636
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17637
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17638
|
+
},
|
|
17639
|
+
{
|
|
17640
|
+
id: 66,
|
|
17641
|
+
taxReturnCategory: {
|
|
17642
|
+
id: 7
|
|
17643
|
+
},
|
|
17644
|
+
code: "D5",
|
|
17645
|
+
subCode: "G",
|
|
17646
|
+
taxReturnCode: null,
|
|
17647
|
+
name: "Subscriptions",
|
|
17648
|
+
seq: 660,
|
|
17649
|
+
isOtherIncome: 0,
|
|
17650
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17651
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17652
|
+
},
|
|
17653
|
+
{
|
|
17654
|
+
id: 67,
|
|
17655
|
+
taxReturnCategory: {
|
|
17656
|
+
id: 7
|
|
17657
|
+
},
|
|
17658
|
+
code: "D5",
|
|
17659
|
+
subCode: "H",
|
|
17660
|
+
taxReturnCode: null,
|
|
17661
|
+
name: "Home Office - Running",
|
|
17662
|
+
seq: 670,
|
|
17663
|
+
isOtherIncome: 0,
|
|
17664
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17665
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17666
|
+
},
|
|
17667
|
+
{
|
|
17668
|
+
id: 68,
|
|
17669
|
+
taxReturnCategory: {
|
|
17670
|
+
id: 7
|
|
17671
|
+
},
|
|
17672
|
+
code: "D5",
|
|
17673
|
+
subCode: "I",
|
|
17674
|
+
taxReturnCode: null,
|
|
17675
|
+
name: "Work-related depreciation",
|
|
17676
|
+
seq: 680,
|
|
17677
|
+
isOtherIncome: 0,
|
|
17678
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17679
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17680
|
+
},
|
|
17681
|
+
{
|
|
17682
|
+
id: 70,
|
|
17683
|
+
taxReturnCategory: {
|
|
17684
|
+
id: 7
|
|
17685
|
+
},
|
|
17686
|
+
code: "D5",
|
|
17687
|
+
subCode: "J",
|
|
17688
|
+
taxReturnCode: null,
|
|
17689
|
+
name: "Home Office - Occupancy",
|
|
17690
|
+
seq: 700,
|
|
17691
|
+
isOtherIncome: 0,
|
|
17692
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17693
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17694
|
+
},
|
|
17695
|
+
{
|
|
17696
|
+
id: 71,
|
|
17697
|
+
taxReturnCategory: {
|
|
17698
|
+
id: 7
|
|
17699
|
+
},
|
|
17700
|
+
code: "D5",
|
|
17701
|
+
subCode: "M",
|
|
17702
|
+
taxReturnCode: null,
|
|
17703
|
+
name: "Award Overtime Meal Allowance Expense",
|
|
17704
|
+
seq: 710,
|
|
17705
|
+
isOtherIncome: 0,
|
|
17706
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17707
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
id: 72,
|
|
17711
|
+
taxReturnCategory: {
|
|
17712
|
+
id: 7
|
|
17713
|
+
},
|
|
17714
|
+
code: "D5",
|
|
17715
|
+
subCode: "N",
|
|
17716
|
+
taxReturnCode: null,
|
|
17717
|
+
name: "Newspaper",
|
|
17718
|
+
seq: 720,
|
|
17719
|
+
isOtherIncome: 0,
|
|
17720
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17721
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17722
|
+
},
|
|
17723
|
+
{
|
|
17724
|
+
id: 73,
|
|
17725
|
+
taxReturnCategory: {
|
|
17726
|
+
id: 7
|
|
17727
|
+
},
|
|
17728
|
+
code: "D5",
|
|
17729
|
+
subCode: "P",
|
|
17730
|
+
taxReturnCode: null,
|
|
17731
|
+
name: "Printing, Postage & Stationery",
|
|
17732
|
+
seq: 730,
|
|
17733
|
+
isOtherIncome: 0,
|
|
17734
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17735
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17736
|
+
},
|
|
17737
|
+
{
|
|
17738
|
+
id: 74,
|
|
17739
|
+
taxReturnCategory: {
|
|
17740
|
+
id: 7
|
|
17741
|
+
},
|
|
17742
|
+
code: "D5",
|
|
17743
|
+
subCode: "S",
|
|
17744
|
+
taxReturnCode: null,
|
|
17745
|
+
name: "Seminars, workshops and courses",
|
|
17746
|
+
seq: 740,
|
|
17747
|
+
isOtherIncome: 0,
|
|
17748
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17749
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17750
|
+
},
|
|
17751
|
+
{
|
|
17752
|
+
id: 75,
|
|
17753
|
+
taxReturnCategory: {
|
|
17754
|
+
id: 7
|
|
17755
|
+
},
|
|
17756
|
+
code: "D5",
|
|
17757
|
+
subCode: "T",
|
|
17758
|
+
taxReturnCode: null,
|
|
17759
|
+
name: "Telephone",
|
|
17760
|
+
seq: 750,
|
|
17761
|
+
isOtherIncome: 0,
|
|
17762
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17763
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17764
|
+
},
|
|
17765
|
+
{
|
|
17766
|
+
id: 76,
|
|
17767
|
+
taxReturnCategory: {
|
|
17768
|
+
id: 7
|
|
17769
|
+
},
|
|
17770
|
+
code: "D5",
|
|
17771
|
+
subCode: "U",
|
|
17772
|
+
taxReturnCode: null,
|
|
17773
|
+
name: "Union Fees",
|
|
17774
|
+
seq: 760,
|
|
17775
|
+
isOtherIncome: 0,
|
|
17776
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17777
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17778
|
+
},
|
|
17779
|
+
{
|
|
17780
|
+
id: 77,
|
|
17781
|
+
taxReturnCategory: {
|
|
17782
|
+
id: 7
|
|
17783
|
+
},
|
|
17784
|
+
code: "D5",
|
|
17785
|
+
subCode: "O",
|
|
17786
|
+
taxReturnCode: null,
|
|
17787
|
+
name: "Other work-related expenses",
|
|
17788
|
+
seq: 770,
|
|
17789
|
+
isOtherIncome: 0,
|
|
17790
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17791
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17792
|
+
},
|
|
17793
|
+
{
|
|
17794
|
+
id: 78,
|
|
17795
|
+
taxReturnCategory: {
|
|
17796
|
+
id: 7
|
|
17797
|
+
},
|
|
17798
|
+
code: "D6",
|
|
17799
|
+
subCode: null,
|
|
17800
|
+
taxReturnCode: null,
|
|
17801
|
+
name: "Low-value pool deduction",
|
|
17802
|
+
seq: 780,
|
|
17803
|
+
isOtherIncome: 0,
|
|
17804
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17805
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17806
|
+
},
|
|
17807
|
+
{
|
|
17808
|
+
id: 79,
|
|
17809
|
+
taxReturnCategory: {
|
|
17810
|
+
id: 7
|
|
17811
|
+
},
|
|
17812
|
+
code: "D7",
|
|
17813
|
+
subCode: null,
|
|
17814
|
+
taxReturnCode: null,
|
|
17815
|
+
name: "Interest Deductions",
|
|
17816
|
+
seq: 790,
|
|
17817
|
+
isOtherIncome: 0,
|
|
17818
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17819
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17820
|
+
},
|
|
17821
|
+
{
|
|
17822
|
+
id: 80,
|
|
17823
|
+
taxReturnCategory: {
|
|
17824
|
+
id: 7
|
|
17825
|
+
},
|
|
17826
|
+
code: "D7",
|
|
17827
|
+
subCode: "BL",
|
|
17828
|
+
taxReturnCode: null,
|
|
17829
|
+
name: "Interest Deductions - Linked Bonded & Notes",
|
|
17830
|
+
seq: 800,
|
|
17831
|
+
isOtherIncome: 0,
|
|
17832
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17833
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17834
|
+
},
|
|
17835
|
+
{
|
|
17836
|
+
id: 81,
|
|
17837
|
+
taxReturnCategory: {
|
|
17838
|
+
id: 7
|
|
17839
|
+
},
|
|
17840
|
+
code: "D7",
|
|
17841
|
+
subCode: "BO",
|
|
17842
|
+
taxReturnCode: null,
|
|
17843
|
+
name: "Interest Deductions - Bonds Other",
|
|
17844
|
+
seq: 810,
|
|
17845
|
+
isOtherIncome: 0,
|
|
17846
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17847
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17848
|
+
},
|
|
17849
|
+
{
|
|
17850
|
+
id: 82,
|
|
17851
|
+
taxReturnCategory: {
|
|
17852
|
+
id: 7
|
|
17853
|
+
},
|
|
17854
|
+
code: "D7",
|
|
17855
|
+
subCode: "CN",
|
|
17856
|
+
taxReturnCode: null,
|
|
17857
|
+
name: "Interest Deductions - Convertible Notes",
|
|
17858
|
+
seq: 820,
|
|
17859
|
+
isOtherIncome: 0,
|
|
17860
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17861
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17862
|
+
},
|
|
17863
|
+
{
|
|
17864
|
+
id: 83,
|
|
17865
|
+
taxReturnCategory: {
|
|
17866
|
+
id: 7
|
|
17867
|
+
},
|
|
17868
|
+
code: "D7",
|
|
17869
|
+
subCode: "CP",
|
|
17870
|
+
taxReturnCode: null,
|
|
17871
|
+
name: "Interest Deductions - Convertible Preference Shares",
|
|
17872
|
+
seq: 830,
|
|
17873
|
+
isOtherIncome: 0,
|
|
17874
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17875
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17876
|
+
},
|
|
17877
|
+
{
|
|
17878
|
+
id: 84,
|
|
17879
|
+
taxReturnCategory: {
|
|
17880
|
+
id: 7
|
|
17881
|
+
},
|
|
17882
|
+
code: "D7",
|
|
17883
|
+
subCode: "IR",
|
|
17884
|
+
taxReturnCode: null,
|
|
17885
|
+
name: "Interest Deductions - Instalment Receipts",
|
|
17886
|
+
seq: 840,
|
|
17887
|
+
isOtherIncome: 0,
|
|
17888
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17889
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17890
|
+
},
|
|
17891
|
+
{
|
|
17892
|
+
id: 85,
|
|
17893
|
+
taxReturnCategory: {
|
|
17894
|
+
id: 7
|
|
17895
|
+
},
|
|
17896
|
+
code: "D7",
|
|
17897
|
+
subCode: "MA",
|
|
17898
|
+
taxReturnCode: null,
|
|
17899
|
+
name: "Interest Deductions - Allocated Pensions & Annuities",
|
|
17900
|
+
seq: 850,
|
|
17901
|
+
isOtherIncome: 0,
|
|
17902
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17903
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17904
|
+
},
|
|
17905
|
+
{
|
|
17906
|
+
id: 86,
|
|
17907
|
+
taxReturnCategory: {
|
|
17908
|
+
id: 7
|
|
17909
|
+
},
|
|
17910
|
+
code: "D7",
|
|
17911
|
+
subCode: "MF",
|
|
17912
|
+
taxReturnCode: null,
|
|
17913
|
+
name: "Interest Deductions - Friendly Society",
|
|
17914
|
+
seq: 860,
|
|
17915
|
+
isOtherIncome: 0,
|
|
17916
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17917
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17918
|
+
},
|
|
17919
|
+
{
|
|
17920
|
+
id: 87,
|
|
17921
|
+
taxReturnCategory: {
|
|
17922
|
+
id: 7
|
|
17923
|
+
},
|
|
17924
|
+
code: "D8",
|
|
17925
|
+
subCode: null,
|
|
17926
|
+
taxReturnCode: null,
|
|
17927
|
+
name: "Dividend Deductions",
|
|
17928
|
+
seq: 870,
|
|
17929
|
+
isOtherIncome: 0,
|
|
17930
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17931
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17932
|
+
},
|
|
17933
|
+
{
|
|
17934
|
+
id: 88,
|
|
17935
|
+
taxReturnCategory: {
|
|
17936
|
+
id: 7
|
|
17937
|
+
},
|
|
17938
|
+
code: "D8",
|
|
17939
|
+
subCode: "BL",
|
|
17940
|
+
taxReturnCode: null,
|
|
17941
|
+
name: "Dividend Deductions - Linked Bonded & Notes",
|
|
17942
|
+
seq: 880,
|
|
17943
|
+
isOtherIncome: 0,
|
|
17944
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17945
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17946
|
+
},
|
|
17947
|
+
{
|
|
17948
|
+
id: 89,
|
|
17949
|
+
taxReturnCategory: {
|
|
17950
|
+
id: 7
|
|
17951
|
+
},
|
|
17952
|
+
code: "D8",
|
|
17953
|
+
subCode: "BO",
|
|
17954
|
+
taxReturnCode: null,
|
|
17955
|
+
name: "Dividend Deductions - Bonds Other",
|
|
17956
|
+
seq: 890,
|
|
17957
|
+
isOtherIncome: 0,
|
|
17958
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17959
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17960
|
+
},
|
|
17961
|
+
{
|
|
17962
|
+
id: 90,
|
|
17963
|
+
taxReturnCategory: {
|
|
17964
|
+
id: 7
|
|
17965
|
+
},
|
|
17966
|
+
code: "D8",
|
|
17967
|
+
subCode: "CN",
|
|
17968
|
+
taxReturnCode: null,
|
|
17969
|
+
name: "Dividend Deductions - Convertible Notes",
|
|
17970
|
+
seq: 900,
|
|
17971
|
+
isOtherIncome: 0,
|
|
17972
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17973
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17974
|
+
},
|
|
17975
|
+
{
|
|
17976
|
+
id: 91,
|
|
17977
|
+
taxReturnCategory: {
|
|
17978
|
+
id: 7
|
|
17979
|
+
},
|
|
17980
|
+
code: "D8",
|
|
17981
|
+
subCode: "CP",
|
|
17982
|
+
taxReturnCode: null,
|
|
17983
|
+
name: "Dividend Deductions - Convertible Preference Share",
|
|
17984
|
+
seq: 910,
|
|
17985
|
+
isOtherIncome: 0,
|
|
17986
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17987
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17988
|
+
},
|
|
17989
|
+
{
|
|
17990
|
+
id: 92,
|
|
17991
|
+
taxReturnCategory: {
|
|
17992
|
+
id: 7
|
|
17993
|
+
},
|
|
17994
|
+
code: "D8",
|
|
17995
|
+
subCode: "MA",
|
|
17996
|
+
taxReturnCode: null,
|
|
17997
|
+
name: "Dividend Deductions - Allocated Pensions & Annuities",
|
|
17998
|
+
seq: 920,
|
|
17999
|
+
isOtherIncome: 0,
|
|
18000
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18001
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18002
|
+
},
|
|
18003
|
+
{
|
|
18004
|
+
id: 93,
|
|
18005
|
+
taxReturnCategory: {
|
|
18006
|
+
id: 7
|
|
18007
|
+
},
|
|
18008
|
+
code: "D8",
|
|
18009
|
+
subCode: "MF",
|
|
18010
|
+
taxReturnCode: null,
|
|
18011
|
+
name: "Dividend Deductions - Friendly Society",
|
|
18012
|
+
seq: 930,
|
|
18013
|
+
isOtherIncome: 0,
|
|
18014
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18015
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18016
|
+
},
|
|
18017
|
+
{
|
|
18018
|
+
id: 94,
|
|
18019
|
+
taxReturnCategory: {
|
|
18020
|
+
id: 7
|
|
18021
|
+
},
|
|
18022
|
+
code: "D9",
|
|
18023
|
+
subCode: "J",
|
|
18024
|
+
taxReturnCode: null,
|
|
18025
|
+
name: "Gifts or donations",
|
|
18026
|
+
seq: 940,
|
|
18027
|
+
isOtherIncome: 0,
|
|
18028
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18029
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18030
|
+
},
|
|
18031
|
+
{
|
|
18032
|
+
id: 95,
|
|
18033
|
+
taxReturnCategory: {
|
|
18034
|
+
id: 7
|
|
18035
|
+
},
|
|
18036
|
+
code: "D10",
|
|
18037
|
+
subCode: null,
|
|
18038
|
+
taxReturnCode: null,
|
|
18039
|
+
name: "Cost of managing tax affairs",
|
|
18040
|
+
seq: 950,
|
|
18041
|
+
isOtherIncome: 0,
|
|
18042
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18043
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18044
|
+
},
|
|
18045
|
+
{
|
|
18046
|
+
id: 96,
|
|
18047
|
+
taxReturnCategory: {
|
|
18048
|
+
id: 7
|
|
18049
|
+
},
|
|
18050
|
+
code: "D10",
|
|
18051
|
+
subCode: "N",
|
|
18052
|
+
taxReturnCode: null,
|
|
18053
|
+
name: "Interest Charged by ATO",
|
|
18054
|
+
seq: 960,
|
|
18055
|
+
isOtherIncome: 0,
|
|
18056
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18057
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18058
|
+
},
|
|
18059
|
+
{
|
|
18060
|
+
id: 97,
|
|
18061
|
+
taxReturnCategory: {
|
|
18062
|
+
id: 7
|
|
18063
|
+
},
|
|
18064
|
+
code: "D10",
|
|
18065
|
+
subCode: "L",
|
|
18066
|
+
taxReturnCode: null,
|
|
18067
|
+
name: "Litigation Costs",
|
|
18068
|
+
seq: 970,
|
|
18069
|
+
isOtherIncome: 0,
|
|
18070
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18071
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18072
|
+
},
|
|
18073
|
+
{
|
|
18074
|
+
id: 98,
|
|
18075
|
+
taxReturnCategory: {
|
|
18076
|
+
id: 7
|
|
18077
|
+
},
|
|
18078
|
+
code: "D10",
|
|
18079
|
+
subCode: "M",
|
|
18080
|
+
taxReturnCode: null,
|
|
18081
|
+
name: "Accounting Fees",
|
|
18082
|
+
seq: 980,
|
|
18083
|
+
isOtherIncome: 0,
|
|
18084
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18085
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18086
|
+
},
|
|
18087
|
+
{
|
|
18088
|
+
id: 99,
|
|
18089
|
+
taxReturnCategory: {
|
|
18090
|
+
id: 7
|
|
18091
|
+
},
|
|
18092
|
+
code: "D11",
|
|
18093
|
+
subCode: null,
|
|
18094
|
+
taxReturnCode: null,
|
|
18095
|
+
name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
|
|
18096
|
+
seq: 990,
|
|
18097
|
+
isOtherIncome: 0,
|
|
18098
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18099
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18100
|
+
},
|
|
18101
|
+
{
|
|
18102
|
+
id: 100,
|
|
18103
|
+
taxReturnCategory: {
|
|
18104
|
+
id: 18
|
|
18105
|
+
},
|
|
18106
|
+
code: "D12",
|
|
18107
|
+
subCode: null,
|
|
18108
|
+
taxReturnCode: null,
|
|
18109
|
+
name: "Personal superannuation contributions",
|
|
18110
|
+
seq: 1000,
|
|
18111
|
+
isOtherIncome: 0,
|
|
18112
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18113
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18114
|
+
},
|
|
18115
|
+
{
|
|
18116
|
+
id: 101,
|
|
18117
|
+
taxReturnCategory: {
|
|
18118
|
+
id: 18
|
|
18119
|
+
},
|
|
18120
|
+
code: "D12",
|
|
18121
|
+
subCode: "H",
|
|
18122
|
+
taxReturnCode: null,
|
|
18123
|
+
name: "Personal Super Contributions (Non-Deductible)",
|
|
18124
|
+
seq: 1010,
|
|
18125
|
+
isOtherIncome: 0,
|
|
18126
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18127
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18128
|
+
},
|
|
18129
|
+
{
|
|
18130
|
+
id: 102,
|
|
18131
|
+
taxReturnCategory: {
|
|
18132
|
+
id: 18
|
|
18133
|
+
},
|
|
18134
|
+
code: "D13",
|
|
18135
|
+
subCode: null,
|
|
18136
|
+
taxReturnCode: null,
|
|
18137
|
+
name: "Deduction for project pool",
|
|
18138
|
+
seq: 1020,
|
|
18139
|
+
isOtherIncome: 0,
|
|
18140
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18141
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18142
|
+
},
|
|
18143
|
+
{
|
|
18144
|
+
id: 103,
|
|
18145
|
+
taxReturnCategory: {
|
|
18146
|
+
id: 18
|
|
18147
|
+
},
|
|
18148
|
+
code: "D14",
|
|
18149
|
+
subCode: "A",
|
|
18150
|
+
taxReturnCode: null,
|
|
18151
|
+
name: "Forestry managed investment scheme deduction",
|
|
18152
|
+
seq: 1030,
|
|
18153
|
+
isOtherIncome: 0,
|
|
18154
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18155
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18156
|
+
},
|
|
18157
|
+
{
|
|
18158
|
+
id: 104,
|
|
18159
|
+
taxReturnCategory: {
|
|
18160
|
+
id: 18
|
|
18161
|
+
},
|
|
18162
|
+
code: "D15",
|
|
18163
|
+
subCode: "O",
|
|
18164
|
+
taxReturnCode: null,
|
|
18165
|
+
name: "Non capital losses on disposal of assets",
|
|
18166
|
+
seq: 1040,
|
|
18167
|
+
isOtherIncome: 0,
|
|
18168
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18169
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18170
|
+
},
|
|
18171
|
+
{
|
|
18172
|
+
id: 105,
|
|
18173
|
+
taxReturnCategory: {
|
|
18174
|
+
id: 18
|
|
18175
|
+
},
|
|
18176
|
+
code: "D15",
|
|
18177
|
+
subCode: "P",
|
|
18178
|
+
taxReturnCode: null,
|
|
18179
|
+
name: "Income Protection Insurance",
|
|
18180
|
+
seq: 1050,
|
|
18181
|
+
isOtherIncome: 0,
|
|
18182
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18183
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18184
|
+
},
|
|
18185
|
+
{
|
|
18186
|
+
id: 133,
|
|
18187
|
+
taxReturnCategory: {
|
|
18188
|
+
id: 18
|
|
18189
|
+
},
|
|
18190
|
+
code: "D16",
|
|
18191
|
+
subCode: null,
|
|
18192
|
+
taxReturnCode: null,
|
|
18193
|
+
name: "Private income and expenses",
|
|
18194
|
+
seq: 1330,
|
|
18195
|
+
isOtherIncome: 0,
|
|
18196
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18197
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18198
|
+
},
|
|
18199
|
+
{
|
|
18200
|
+
id: 134,
|
|
18201
|
+
taxReturnCategory: {
|
|
18202
|
+
id: 31
|
|
18203
|
+
},
|
|
18204
|
+
code: 3,
|
|
18205
|
+
subCode: "H",
|
|
18206
|
+
taxReturnCode: null,
|
|
18207
|
+
name: "Lump Sum B",
|
|
18208
|
+
seq: 35,
|
|
18209
|
+
isOtherIncome: 0,
|
|
18210
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18211
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18212
|
+
},
|
|
18213
|
+
{
|
|
18214
|
+
id: 135,
|
|
18215
|
+
taxReturnCategory: {
|
|
18216
|
+
id: 40
|
|
18217
|
+
},
|
|
18218
|
+
code: 24,
|
|
18219
|
+
subCode: "E",
|
|
18220
|
+
taxReturnCode: null,
|
|
18221
|
+
name: "Tax Withheld Lump Sum payments in arrears",
|
|
18222
|
+
seq: 441,
|
|
18223
|
+
isOtherIncome: 1,
|
|
18224
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18225
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18226
|
+
},
|
|
18227
|
+
{
|
|
18228
|
+
id: 136,
|
|
18229
|
+
taxReturnCategory: {
|
|
18230
|
+
id: 40
|
|
18231
|
+
},
|
|
18232
|
+
code: 24,
|
|
18233
|
+
subCode: "Y",
|
|
18234
|
+
taxReturnCode: null,
|
|
18235
|
+
name: "Other Income - Category 1",
|
|
18236
|
+
seq: 442,
|
|
18237
|
+
isOtherIncome: 1,
|
|
18238
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18239
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18240
|
+
},
|
|
18241
|
+
{
|
|
18242
|
+
id: 137,
|
|
18243
|
+
taxReturnCategory: {
|
|
18244
|
+
id: 40
|
|
18245
|
+
},
|
|
18246
|
+
code: 24,
|
|
18247
|
+
subCode: "V",
|
|
18248
|
+
taxReturnCode: null,
|
|
18249
|
+
name: "Other Income - Ctaegory 4",
|
|
18250
|
+
seq: 443,
|
|
18251
|
+
isOtherIncome: 1,
|
|
18252
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18253
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18254
|
+
},
|
|
18255
|
+
{
|
|
18256
|
+
id: 138,
|
|
18257
|
+
taxReturnCategory: {
|
|
18258
|
+
id: 40
|
|
18259
|
+
},
|
|
18260
|
+
code: 24,
|
|
18261
|
+
subCode: "Z",
|
|
18262
|
+
taxReturnCode: null,
|
|
18263
|
+
name: "Taxable Professional Income",
|
|
18264
|
+
seq: 444,
|
|
18265
|
+
isOtherIncome: 1,
|
|
18266
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18267
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18268
|
+
},
|
|
18269
|
+
{
|
|
18270
|
+
id: 139,
|
|
18271
|
+
taxReturnCategory: {
|
|
18272
|
+
id: 40
|
|
18273
|
+
},
|
|
18274
|
+
code: 24,
|
|
18275
|
+
subCode: "X",
|
|
18276
|
+
taxReturnCode: null,
|
|
18277
|
+
name: "Other Income - Category 2 - ATO Interest",
|
|
18278
|
+
seq: 445,
|
|
18279
|
+
isOtherIncome: 1,
|
|
18280
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18281
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18282
|
+
},
|
|
18283
|
+
{
|
|
18284
|
+
id: 140,
|
|
18285
|
+
taxReturnCategory: {
|
|
18286
|
+
id: 6
|
|
18287
|
+
},
|
|
18288
|
+
code: 11,
|
|
18289
|
+
subCode: null,
|
|
18290
|
+
taxReturnCode: null,
|
|
18291
|
+
name: "Dividends",
|
|
18292
|
+
seq: 111,
|
|
18293
|
+
isOtherIncome: 1,
|
|
18294
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18295
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18296
|
+
},
|
|
18297
|
+
{
|
|
18298
|
+
id: 144,
|
|
18299
|
+
taxReturnCategory: {
|
|
18300
|
+
id: 3
|
|
18301
|
+
},
|
|
18302
|
+
code: 7,
|
|
18303
|
+
subCode: "J",
|
|
18304
|
+
taxReturnCode: null,
|
|
18305
|
+
name: "Superannuation income streams - Taxed Element",
|
|
18306
|
+
seq: 71,
|
|
18307
|
+
isOtherIncome: 1,
|
|
18308
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18309
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18310
|
+
},
|
|
18311
|
+
{
|
|
18312
|
+
id: 145,
|
|
18313
|
+
taxReturnCategory: {
|
|
18314
|
+
id: 3
|
|
18315
|
+
},
|
|
18316
|
+
code: 7,
|
|
18317
|
+
subCode: "N",
|
|
18318
|
+
taxReturnCode: null,
|
|
18319
|
+
name: "Superannuation income streams - Untaxed Element",
|
|
18320
|
+
seq: 72,
|
|
18321
|
+
isOtherIncome: 1,
|
|
18322
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18323
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18324
|
+
},
|
|
18325
|
+
{
|
|
18326
|
+
id: 146,
|
|
18327
|
+
taxReturnCategory: {
|
|
18328
|
+
id: 3
|
|
18329
|
+
},
|
|
18330
|
+
code: 7,
|
|
18331
|
+
subCode: "M",
|
|
18332
|
+
taxReturnCode: null,
|
|
18333
|
+
name: "Assessable Amount From Capped Benefit",
|
|
18334
|
+
seq: 73,
|
|
18335
|
+
isOtherIncome: 1,
|
|
18336
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18337
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18338
|
+
},
|
|
18339
|
+
{
|
|
18340
|
+
id: 147,
|
|
18341
|
+
taxReturnCategory: {
|
|
18342
|
+
id: 3
|
|
18343
|
+
},
|
|
18344
|
+
code: 7,
|
|
18345
|
+
subCode: "Y",
|
|
18346
|
+
taxReturnCode: null,
|
|
18347
|
+
name: "Lump Sum in Arrears - Taxed Element",
|
|
18348
|
+
seq: 74,
|
|
18349
|
+
isOtherIncome: 1,
|
|
18350
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18351
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18352
|
+
},
|
|
18353
|
+
{
|
|
18354
|
+
id: 148,
|
|
18355
|
+
taxReturnCategory: {
|
|
18356
|
+
id: 3
|
|
18357
|
+
},
|
|
18358
|
+
code: 7,
|
|
18359
|
+
subCode: "Z",
|
|
18360
|
+
taxReturnCode: null,
|
|
18361
|
+
name: "Lump Sum in Arrears - Untaxed Element",
|
|
18362
|
+
seq: 75,
|
|
18363
|
+
isOtherIncome: 1,
|
|
18364
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18365
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18366
|
+
},
|
|
18367
|
+
{
|
|
18368
|
+
id: 149,
|
|
18369
|
+
taxReturnCategory: {
|
|
18370
|
+
id: 34
|
|
18371
|
+
},
|
|
18372
|
+
code: 8,
|
|
18373
|
+
subCode: "Q",
|
|
18374
|
+
taxReturnCode: null,
|
|
18375
|
+
name: "Superannuation Lump Sum Payments - Taxed Element",
|
|
18376
|
+
seq: 81,
|
|
18377
|
+
isOtherIncome: 1,
|
|
18378
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18379
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18380
|
+
},
|
|
18381
|
+
{
|
|
18382
|
+
id: 150,
|
|
18383
|
+
taxReturnCategory: {
|
|
18384
|
+
id: 34
|
|
18385
|
+
},
|
|
18386
|
+
code: 8,
|
|
18387
|
+
subCode: "P",
|
|
18388
|
+
taxReturnCode: null,
|
|
18389
|
+
name: "Superannuation Lump Sum Payments - Untaxed Element",
|
|
18390
|
+
seq: 82,
|
|
18391
|
+
isOtherIncome: 1,
|
|
18392
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18393
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18394
|
+
},
|
|
18395
|
+
{
|
|
18396
|
+
id: 151,
|
|
18397
|
+
taxReturnCategory: {
|
|
18398
|
+
id: 35
|
|
18399
|
+
},
|
|
18400
|
+
code: 12,
|
|
18401
|
+
subCode: "D",
|
|
18402
|
+
taxReturnCode: null,
|
|
18403
|
+
name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
|
|
18404
|
+
seq: 121,
|
|
18405
|
+
isOtherIncome: 1,
|
|
18406
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18407
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18408
|
+
},
|
|
18409
|
+
{
|
|
18410
|
+
id: 152,
|
|
18411
|
+
taxReturnCategory: {
|
|
18412
|
+
id: 35
|
|
18413
|
+
},
|
|
18414
|
+
code: 12,
|
|
18415
|
+
subCode: "E",
|
|
18416
|
+
taxReturnCode: null,
|
|
18417
|
+
name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
|
|
18418
|
+
seq: 122,
|
|
18419
|
+
isOtherIncome: 1,
|
|
18420
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18421
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18422
|
+
},
|
|
18423
|
+
{
|
|
18424
|
+
id: 153,
|
|
18425
|
+
taxReturnCategory: {
|
|
18426
|
+
id: 35
|
|
18427
|
+
},
|
|
18428
|
+
code: 12,
|
|
18429
|
+
subCode: "F",
|
|
18430
|
+
taxReturnCode: null,
|
|
18431
|
+
name: "Discount From Deferral Schemes",
|
|
18432
|
+
seq: 123,
|
|
18433
|
+
isOtherIncome: 1,
|
|
18434
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18435
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18436
|
+
},
|
|
18437
|
+
{
|
|
18438
|
+
id: 154,
|
|
18439
|
+
taxReturnCategory: {
|
|
18440
|
+
id: 36
|
|
18441
|
+
},
|
|
18442
|
+
code: 13,
|
|
18443
|
+
subCode: "O",
|
|
18444
|
+
taxReturnCode: null,
|
|
18445
|
+
name: "Partnership Income",
|
|
18446
|
+
seq: 131,
|
|
18447
|
+
isOtherIncome: 1,
|
|
18448
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18449
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18450
|
+
},
|
|
18451
|
+
{
|
|
18452
|
+
id: 155,
|
|
18453
|
+
taxReturnCategory: {
|
|
18454
|
+
id: 37
|
|
18455
|
+
},
|
|
18456
|
+
code: 13,
|
|
18457
|
+
subCode: "U",
|
|
18458
|
+
taxReturnCode: null,
|
|
18459
|
+
name: "Trust Income",
|
|
18460
|
+
seq: 132,
|
|
18461
|
+
isOtherIncome: 1,
|
|
18462
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18463
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18464
|
+
},
|
|
18465
|
+
{
|
|
18466
|
+
id: 156,
|
|
18467
|
+
taxReturnCategory: {
|
|
18468
|
+
id: 36
|
|
18469
|
+
},
|
|
18470
|
+
code: 13,
|
|
18471
|
+
subCode: "B",
|
|
18472
|
+
taxReturnCode: null,
|
|
18473
|
+
name: "Partnership Expenses",
|
|
18474
|
+
seq: 133,
|
|
18475
|
+
isOtherIncome: 1,
|
|
18476
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18477
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18478
|
+
},
|
|
18479
|
+
{
|
|
18480
|
+
id: 157,
|
|
18481
|
+
taxReturnCategory: {
|
|
18482
|
+
id: 37
|
|
18483
|
+
},
|
|
18484
|
+
code: 13,
|
|
18485
|
+
subCode: "Y",
|
|
18486
|
+
taxReturnCode: null,
|
|
18487
|
+
name: "Trust Expenses",
|
|
18488
|
+
seq: 134,
|
|
18489
|
+
isOtherIncome: 1,
|
|
18490
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18491
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18492
|
+
},
|
|
18493
|
+
{
|
|
18494
|
+
id: 158,
|
|
18495
|
+
taxReturnCategory: {
|
|
18496
|
+
id: 14
|
|
18497
|
+
},
|
|
18498
|
+
code: 14,
|
|
18499
|
+
subCode: "O",
|
|
18500
|
+
taxReturnCode: null,
|
|
18501
|
+
name: "Personal services income (PSI) - labour hire or other",
|
|
18502
|
+
seq: 141,
|
|
18503
|
+
isOtherIncome: 1,
|
|
18504
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18505
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18506
|
+
},
|
|
18507
|
+
{
|
|
18508
|
+
id: 159,
|
|
18509
|
+
taxReturnCategory: {
|
|
18510
|
+
id: 14
|
|
18511
|
+
},
|
|
18512
|
+
code: 14,
|
|
18513
|
+
subCode: "V",
|
|
18514
|
+
taxReturnCode: null,
|
|
18515
|
+
name: "Personal services income (PSI) - voluntary agreement",
|
|
18516
|
+
seq: 148,
|
|
18517
|
+
isOtherIncome: 1,
|
|
18518
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18519
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18520
|
+
},
|
|
18521
|
+
{
|
|
18522
|
+
id: 160,
|
|
18523
|
+
taxReturnCategory: {
|
|
18524
|
+
id: 18
|
|
18525
|
+
},
|
|
18526
|
+
code: "D15",
|
|
18527
|
+
subCode: "D",
|
|
18528
|
+
taxReturnCode: null,
|
|
18529
|
+
name: "Foreign exchange losses",
|
|
18530
|
+
seq: 1055,
|
|
18531
|
+
isOtherIncome: 0,
|
|
18532
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18533
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18534
|
+
},
|
|
18535
|
+
{
|
|
18536
|
+
id: 161,
|
|
18537
|
+
taxReturnCategory: {
|
|
18538
|
+
id: 42
|
|
18539
|
+
},
|
|
18540
|
+
code: 15,
|
|
18541
|
+
subCode: "D",
|
|
18542
|
+
taxReturnCode: null,
|
|
18543
|
+
name: "Gross payments - no ABN given",
|
|
18544
|
+
seq: 1500,
|
|
18545
|
+
isOtherIncome: 0,
|
|
18546
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18547
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18548
|
+
},
|
|
18549
|
+
{
|
|
18550
|
+
id: 162,
|
|
18551
|
+
taxReturnCategory: {
|
|
18552
|
+
id: 43
|
|
18553
|
+
},
|
|
18554
|
+
code: 15,
|
|
18555
|
+
subCode: "F",
|
|
18556
|
+
taxReturnCode: null,
|
|
18557
|
+
name: "Gross payments - Voluntary agreement",
|
|
18558
|
+
seq: 1510,
|
|
18559
|
+
isOtherIncome: 0,
|
|
18560
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18561
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18562
|
+
},
|
|
18563
|
+
{
|
|
18564
|
+
id: 163,
|
|
18565
|
+
taxReturnCategory: {
|
|
18566
|
+
id: 50
|
|
18567
|
+
},
|
|
18568
|
+
code: 15,
|
|
18569
|
+
subCode: "G",
|
|
18570
|
+
taxReturnCode: null,
|
|
18571
|
+
name: "Superannuation expenses",
|
|
18572
|
+
seq: 1520,
|
|
18573
|
+
isOtherIncome: 0,
|
|
18574
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18575
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18576
|
+
},
|
|
18577
|
+
{
|
|
18578
|
+
id: 164,
|
|
18579
|
+
taxReturnCategory: {
|
|
18580
|
+
id: 45
|
|
18581
|
+
},
|
|
18582
|
+
code: 15,
|
|
18583
|
+
subCode: "H",
|
|
18584
|
+
taxReturnCode: null,
|
|
18585
|
+
name: "Assessable Government Payments",
|
|
18586
|
+
seq: 1530,
|
|
18587
|
+
isOtherIncome: 0,
|
|
18588
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18589
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18590
|
+
},
|
|
18591
|
+
{
|
|
18592
|
+
id: 165,
|
|
18593
|
+
taxReturnCategory: {
|
|
18594
|
+
id: 51
|
|
18595
|
+
},
|
|
18596
|
+
code: 15,
|
|
18597
|
+
subCode: "I",
|
|
18598
|
+
taxReturnCode: null,
|
|
18599
|
+
name: "Bad debts",
|
|
18600
|
+
seq: 1540,
|
|
18601
|
+
isOtherIncome: 0,
|
|
18602
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18603
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18604
|
+
},
|
|
18605
|
+
{
|
|
18606
|
+
id: 166,
|
|
18607
|
+
taxReturnCategory: {
|
|
18608
|
+
id: 46
|
|
18609
|
+
},
|
|
18610
|
+
code: 15,
|
|
18611
|
+
subCode: "U",
|
|
18612
|
+
taxReturnCode: null,
|
|
18613
|
+
name: "Other Business Income",
|
|
18614
|
+
seq: 1550,
|
|
18615
|
+
isOtherIncome: 0,
|
|
18616
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18617
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18618
|
+
},
|
|
18619
|
+
{
|
|
18620
|
+
id: 167,
|
|
18621
|
+
taxReturnCategory: {
|
|
18622
|
+
id: 53
|
|
18623
|
+
},
|
|
18624
|
+
code: 15,
|
|
18625
|
+
subCode: "K",
|
|
18626
|
+
taxReturnCode: null,
|
|
18627
|
+
name: "Rent expenses",
|
|
18628
|
+
seq: 1560,
|
|
18629
|
+
isOtherIncome: 0,
|
|
18630
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18631
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18632
|
+
},
|
|
18633
|
+
{
|
|
18634
|
+
id: 168,
|
|
18635
|
+
taxReturnCategory: {
|
|
18636
|
+
id: 48
|
|
18637
|
+
},
|
|
18638
|
+
code: 15,
|
|
18639
|
+
subCode: "L",
|
|
18640
|
+
taxReturnCode: null,
|
|
18641
|
+
name: "Purchases and other costs",
|
|
18642
|
+
seq: 1570,
|
|
18643
|
+
isOtherIncome: 0,
|
|
18644
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18645
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18646
|
+
},
|
|
18647
|
+
{
|
|
18648
|
+
id: 169,
|
|
18649
|
+
taxReturnCategory: {
|
|
18650
|
+
id: 56
|
|
18651
|
+
},
|
|
18652
|
+
code: 15,
|
|
18653
|
+
subCode: "M",
|
|
18654
|
+
taxReturnCode: null,
|
|
18655
|
+
name: "Depreciation expenses",
|
|
18656
|
+
seq: 1580,
|
|
18657
|
+
isOtherIncome: 0,
|
|
18658
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18659
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18660
|
+
},
|
|
18661
|
+
{
|
|
18662
|
+
id: 170,
|
|
18663
|
+
taxReturnCategory: {
|
|
18664
|
+
id: 57
|
|
18665
|
+
},
|
|
18666
|
+
code: 15,
|
|
18667
|
+
subCode: "N",
|
|
18668
|
+
taxReturnCode: null,
|
|
18669
|
+
name: "Motor vehicle expenses",
|
|
18670
|
+
seq: 1590,
|
|
18671
|
+
isOtherIncome: 0,
|
|
18672
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18673
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18674
|
+
},
|
|
18675
|
+
{
|
|
18676
|
+
id: 171,
|
|
18677
|
+
taxReturnCategory: {
|
|
18678
|
+
id: 44
|
|
18679
|
+
},
|
|
18680
|
+
code: 15,
|
|
18681
|
+
subCode: "O",
|
|
18682
|
+
taxReturnCode: null,
|
|
18683
|
+
name: "Gross payments - Labour hire or other",
|
|
18684
|
+
seq: 1600,
|
|
18685
|
+
isOtherIncome: 0,
|
|
18686
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18687
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18688
|
+
},
|
|
18689
|
+
{
|
|
18690
|
+
id: 172,
|
|
18691
|
+
taxReturnCategory: {
|
|
18692
|
+
id: 58
|
|
18693
|
+
},
|
|
18694
|
+
code: 15,
|
|
18695
|
+
subCode: "P",
|
|
18696
|
+
taxReturnCode: null,
|
|
18697
|
+
name: "All other expenses",
|
|
18698
|
+
seq: 1610,
|
|
18699
|
+
isOtherIncome: 0,
|
|
18700
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18701
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18702
|
+
},
|
|
18703
|
+
{
|
|
18704
|
+
id: 173,
|
|
18705
|
+
taxReturnCategory: {
|
|
18706
|
+
id: 54
|
|
18707
|
+
},
|
|
18708
|
+
code: 15,
|
|
18709
|
+
subCode: "Q",
|
|
18710
|
+
taxReturnCode: null,
|
|
18711
|
+
name: "Interest expenses within Australia",
|
|
18712
|
+
seq: 1620,
|
|
18713
|
+
isOtherIncome: 0,
|
|
18714
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18715
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18716
|
+
},
|
|
18717
|
+
{
|
|
18718
|
+
id: 174,
|
|
18719
|
+
taxReturnCategory: {
|
|
18720
|
+
id: 55
|
|
18721
|
+
},
|
|
18722
|
+
code: 15,
|
|
18723
|
+
subCode: "R",
|
|
18724
|
+
taxReturnCode: null,
|
|
18725
|
+
name: "Interest expenses overseas",
|
|
18726
|
+
seq: 1630,
|
|
18727
|
+
isOtherIncome: 0,
|
|
18728
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18729
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18730
|
+
},
|
|
18731
|
+
{
|
|
18732
|
+
id: 175,
|
|
18733
|
+
taxReturnCategory: {
|
|
18734
|
+
id: 49
|
|
18735
|
+
},
|
|
18736
|
+
code: 15,
|
|
18737
|
+
subCode: "F",
|
|
18738
|
+
taxReturnCode: null,
|
|
18739
|
+
name: "Contractors, subcontractors & commission expenses",
|
|
18740
|
+
seq: 1575,
|
|
18741
|
+
isOtherIncome: 0,
|
|
18742
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18743
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18744
|
+
},
|
|
18745
|
+
{
|
|
18746
|
+
id: 176,
|
|
18747
|
+
taxReturnCategory: {
|
|
18748
|
+
id: 52
|
|
18749
|
+
},
|
|
18750
|
+
code: 15,
|
|
18751
|
+
subCode: "J",
|
|
18752
|
+
taxReturnCode: null,
|
|
18753
|
+
name: "Lease expenses",
|
|
18754
|
+
seq: 1545,
|
|
18755
|
+
isOtherIncome: 0,
|
|
18756
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18757
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18758
|
+
},
|
|
18759
|
+
{
|
|
18760
|
+
id: 177,
|
|
18761
|
+
taxReturnCategory: {
|
|
18762
|
+
id: 14
|
|
18763
|
+
},
|
|
18764
|
+
code: 14,
|
|
18765
|
+
subCode: "J",
|
|
18766
|
+
taxReturnCode: null,
|
|
18767
|
+
name: "Personal services income (PSI) - Other",
|
|
18768
|
+
seq: 142,
|
|
18769
|
+
isOtherIncome: 1,
|
|
18770
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18771
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18772
|
+
},
|
|
18773
|
+
{
|
|
18774
|
+
id: 178,
|
|
18775
|
+
taxReturnCategory: {
|
|
18776
|
+
id: 14
|
|
18777
|
+
},
|
|
18778
|
+
code: 14,
|
|
18779
|
+
subCode: "K",
|
|
18780
|
+
taxReturnCode: null,
|
|
18781
|
+
name: "Personal services income (PSI) - Deductions Associates",
|
|
18782
|
+
seq: 143,
|
|
18783
|
+
isOtherIncome: 1,
|
|
18784
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18785
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18786
|
+
},
|
|
18787
|
+
{
|
|
18788
|
+
id: 179,
|
|
18789
|
+
taxReturnCategory: {
|
|
18790
|
+
id: 14
|
|
18791
|
+
},
|
|
18792
|
+
code: 14,
|
|
18793
|
+
subCode: "L",
|
|
18794
|
+
taxReturnCode: null,
|
|
18795
|
+
name: "Personal services income (PSI) - Deductions Other",
|
|
18796
|
+
seq: 144,
|
|
18797
|
+
isOtherIncome: 1,
|
|
18798
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18799
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18800
|
+
}
|
|
18801
|
+
];
|
|
18802
|
+
|
|
18803
|
+
class TaxReturnItemService extends DataService {
|
|
18804
|
+
constructor() {
|
|
18805
|
+
super();
|
|
18806
|
+
this.modelClass = TaxReturnItem;
|
|
18807
|
+
this.collectionClass = Collection;
|
|
18808
|
+
this.setCache(TaxReturnItems);
|
|
18809
|
+
}
|
|
18810
|
+
}
|
|
18811
|
+
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18812
|
+
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
|
|
18813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
16634
18814
|
type: Injectable,
|
|
16635
18815
|
args: [{
|
|
16636
18816
|
providedIn: 'root'
|
|
@@ -16850,9 +19030,9 @@ class AccountSetupService {
|
|
|
16850
19030
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
16851
19031
|
}
|
|
16852
19032
|
}
|
|
16853
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16854
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16855
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19033
|
+
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, deps: [{ token: ClientIncomeTypesService }, { token: PropertyService }, { token: IncomeSourceService }, { token: BankAccountService }, { token: TransactionAllocationService }, { token: VehicleClaimService }, { token: TransactionService }, { token: SoleBusinessService }, { token: HoldingService }, { token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19034
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
19035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
16856
19036
|
type: Injectable,
|
|
16857
19037
|
args: [{
|
|
16858
19038
|
providedIn: 'root'
|
|
@@ -16878,9 +19058,9 @@ class RewardfulService {
|
|
|
16878
19058
|
});
|
|
16879
19059
|
}
|
|
16880
19060
|
}
|
|
16881
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16882
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16883
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19061
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19062
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
19063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
|
|
16884
19064
|
type: Injectable,
|
|
16885
19065
|
args: [{
|
|
16886
19066
|
providedIn: 'root'
|
|
@@ -16925,9 +19105,9 @@ class AssetsService {
|
|
|
16925
19105
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
16926
19106
|
}
|
|
16927
19107
|
}
|
|
16928
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16929
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19108
|
+
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, deps: [{ token: i1.HttpClient }, { token: UserSwitcherService }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19109
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
19110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
|
|
16931
19111
|
type: Injectable,
|
|
16932
19112
|
args: [{
|
|
16933
19113
|
providedIn: 'root'
|
|
@@ -16986,9 +19166,9 @@ class BankTransactionCalculationService {
|
|
|
16986
19166
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
16987
19167
|
}
|
|
16988
19168
|
}
|
|
16989
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16990
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19169
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19170
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
19171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
16992
19172
|
type: Injectable,
|
|
16993
19173
|
args: [{
|
|
16994
19174
|
providedIn: 'root'
|
|
@@ -17017,9 +19197,9 @@ class BankAccountCalculationService {
|
|
|
17017
19197
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
17018
19198
|
}
|
|
17019
19199
|
}
|
|
17020
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17021
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17022
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19200
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19201
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
19202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
17023
19203
|
type: Injectable,
|
|
17024
19204
|
args: [{
|
|
17025
19205
|
providedIn: 'root'
|
|
@@ -17047,9 +19227,9 @@ class ExportFormatterService {
|
|
|
17047
19227
|
}));
|
|
17048
19228
|
}
|
|
17049
19229
|
}
|
|
17050
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17051
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19230
|
+
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, deps: [{ token: i1$1.CurrencyPipe }, { token: i1$1.PercentPipe }, { token: i1$1.DatePipe }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19231
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
19232
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
17053
19233
|
type: Injectable,
|
|
17054
19234
|
args: [{
|
|
17055
19235
|
providedIn: 'root'
|
|
@@ -17070,9 +19250,9 @@ class HeaderTitleService {
|
|
|
17070
19250
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
17071
19251
|
}
|
|
17072
19252
|
}
|
|
17073
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17074
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17075
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19253
|
+
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, deps: [{ token: i4.Router }, { token: i4.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19254
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
19255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
17076
19256
|
type: Injectable,
|
|
17077
19257
|
args: [{
|
|
17078
19258
|
providedIn: 'root'
|
|
@@ -17106,9 +19286,9 @@ class IntercomService {
|
|
|
17106
19286
|
window.Intercom('boot', connectionCredentials);
|
|
17107
19287
|
}
|
|
17108
19288
|
}
|
|
17109
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17110
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19289
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19290
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
19291
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
|
|
17112
19292
|
type: Injectable,
|
|
17113
19293
|
args: [{
|
|
17114
19294
|
providedIn: 'root'
|
|
@@ -17178,9 +19358,9 @@ class PdfFromDomElementService {
|
|
|
17178
19358
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
17179
19359
|
}
|
|
17180
19360
|
}
|
|
17181
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17182
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17183
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19361
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19362
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
19363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
17184
19364
|
type: Injectable,
|
|
17185
19365
|
args: [{
|
|
17186
19366
|
providedIn: 'root'
|
|
@@ -17274,9 +19454,9 @@ class PdfFromTableService {
|
|
|
17274
19454
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
17275
19455
|
}
|
|
17276
19456
|
}
|
|
17277
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17278
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19457
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19458
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
19459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
17280
19460
|
type: Injectable,
|
|
17281
19461
|
args: [{
|
|
17282
19462
|
providedIn: 'root'
|
|
@@ -17315,9 +19495,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
17315
19495
|
return pdf;
|
|
17316
19496
|
}
|
|
17317
19497
|
}
|
|
17318
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17319
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17320
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19498
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19499
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
19500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
17321
19501
|
type: Injectable,
|
|
17322
19502
|
args: [{
|
|
17323
19503
|
providedIn: 'root'
|
|
@@ -17353,9 +19533,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
17353
19533
|
return pdf;
|
|
17354
19534
|
}
|
|
17355
19535
|
}
|
|
17356
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17357
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19536
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
19537
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
19538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
17359
19539
|
type: Injectable,
|
|
17360
19540
|
args: [{
|
|
17361
19541
|
providedIn: 'root'
|
|
@@ -17382,9 +19562,9 @@ class EquityPositionChartService {
|
|
|
17382
19562
|
}))));
|
|
17383
19563
|
}
|
|
17384
19564
|
}
|
|
17385
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17386
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19565
|
+
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, deps: [{ token: i1.HttpClient }, { token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19566
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
19567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
17388
19568
|
type: Injectable,
|
|
17389
19569
|
args: [{
|
|
17390
19570
|
providedIn: 'root'
|
|
@@ -17537,9 +19717,9 @@ class PropertyCalculationService {
|
|
|
17537
19717
|
}
|
|
17538
19718
|
}
|
|
17539
19719
|
}
|
|
17540
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17541
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17542
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19720
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19721
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
19722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
17543
19723
|
type: Injectable,
|
|
17544
19724
|
args: [{
|
|
17545
19725
|
providedIn: 'root'
|
|
@@ -17590,9 +19770,9 @@ class PropertyTransactionReportService {
|
|
|
17590
19770
|
.getWithoutBorrowingExpenses()));
|
|
17591
19771
|
}
|
|
17592
19772
|
}
|
|
17593
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17594
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19773
|
+
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, deps: [{ token: PropertyService }, { token: TransactionService }, { token: DepreciationService }, { token: ChartAccountsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19774
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
19775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
17596
19776
|
type: Injectable,
|
|
17597
19777
|
args: [{
|
|
17598
19778
|
providedIn: 'root'
|
|
@@ -17660,9 +19840,9 @@ class TransactionCalculationService {
|
|
|
17660
19840
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
17661
19841
|
}
|
|
17662
19842
|
}
|
|
17663
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17664
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19843
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19844
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
19845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
17666
19846
|
type: Injectable,
|
|
17667
19847
|
args: [{
|
|
17668
19848
|
providedIn: 'root'
|
|
@@ -17722,9 +19902,9 @@ class LogbookBestPeriodService {
|
|
|
17722
19902
|
});
|
|
17723
19903
|
}
|
|
17724
19904
|
}
|
|
17725
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17726
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19905
|
+
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, deps: [{ token: VehicleClaimDetailsService }, { token: VehicleClaimService }, { token: VehicleLogbookService }, { token: EventDispatcherService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19906
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
19907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
17728
19908
|
type: Injectable,
|
|
17729
19909
|
args: [{
|
|
17730
19910
|
providedIn: 'root'
|
|
@@ -17802,9 +19982,9 @@ class XlsxService {
|
|
|
17802
19982
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
17803
19983
|
}
|
|
17804
19984
|
}
|
|
17805
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17806
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17807
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19985
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19986
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
19987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
|
|
17808
19988
|
type: Injectable,
|
|
17809
19989
|
args: [{
|
|
17810
19990
|
providedIn: 'root'
|
|
@@ -21004,5 +23184,5 @@ var MessagesEnum;
|
|
|
21004
23184
|
* Generated bundle index. Do not edit.
|
|
21005
23185
|
*/
|
|
21006
23186
|
|
|
21007
|
-
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
23187
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AuthService, BANK_ACCOUNT_TYPES, Badge, BadgeColorEnum, Bank, BankAccount, BankAccountAddManualForm, BankAccountAllocationForm, BankAccountCalculationService, BankAccountChartData, BankAccountCollection, BankAccountImportForm, BankAccountPropertiesForm, BankAccountProperty, BankAccountService, BankAccountStatusEnum, BankAccountTypeEnum, BankAccountsImportForm, BankConnection, BankConnectionMessagesEnum, BankConnectionService, BankConnectionStatusEnum, BankExternalStats, BankPopularEnum, BankProviderEnum, BankService, BankTransaction, BankTransactionCalculationService, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsInvoiceExpenseEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsSalaryIncludedListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientDetails, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientIncomeTypes, ClientIncomeTypesForm, ClientIncomeTypesService, ClientInvite, ClientInviteCollection, ClientInviteMessages, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CorelogicService, CorelogicSuggestion, Country, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReceipt, DepreciationReceiptService, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderService, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeInvite, EmployeeInviteService, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, Firm, FirmService, FirmTypeEnum, FormValidationsEnum, GoogleService, HeaderTitleService, Holding, HoldingCollection, HoldingForm, HoldingIncomeForm, HoldingMessagesEnum, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleForm, HoldingSaleMessagesEnum, HoldingSaleService, HoldingService, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, JsPdf, JwtService, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanMaxNumberOfPaymentsEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, LogbookBestPeriodService, LogbookPeriod, LoginForm, LossTypeEnum, MODULE_URL_LIST, MONTHS, Message, MessageCollection, MessageDocument, MessageDocumentCollection, MessageDocumentService, MessageService, MessagesEnum, MonthNameShortEnum, MonthNumberEnum, MyAccountHistory, MyAccountHistoryInitiatedByEnum, MyAccountHistoryStatusEnum, MyAccountHistoryTypeEnum, MyTaxBusinessDetails, MyTaxBusinessDetailsForm, MyTaxBusinessIncome, MyTaxBusinessIncomeForm, MyTaxBusinessIncomeOrLossesForm, MyTaxBusinessLosses, MyTaxBusinessLossesForm, MyTaxCgt, MyTaxCgtForm, MyTaxDeductions, MyTaxDeductionsForm, MyTaxDividends, MyTaxDividendsForm, MyTaxEstimate, MyTaxIncomeStatements, MyTaxIncomeStatementsForm, MyTaxIncomeTests, MyTaxIncomeTestsForm, MyTaxInterest, MyTaxInterestForm, MyTaxLosses, MyTaxLossesForm, MyTaxMedicareForm, MyTaxOffsets, MyTaxOffsetsForm, MyTaxOtherIncome, MyTaxOtherIncomeForm, MyTaxPartnershipsAndTrusts, MyTaxPartnershipsAndTrustsForm, MyTaxRent, MyTaxRentForm, Notification, Occupation, OccupationService, PASSWORD_REGEXPS, PasswordForm, PdfFromDataTableService, PdfFromDomElementService, PdfFromHtmlTableService, PdfFromTableService, PdfOrientationEnum, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, Property, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentService, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, ReceiptService, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestService$1 as RestService, RewardfulService, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, ShareFilterOptionsEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessLossesCollection, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewHistoryService, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseForm, TransactionCalculationService, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReceipt, TransactionReceiptService, TransactionService, TransactionSourceEnum, TransactionTypeEnum, TtCoreModule, TutorialVideoService, USER_ROLES, USER_WORK_POSITION, User, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserInviteForm, UserMedicareExemptionEnum, UserRolesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, taxReviewFilterPredicate, toArray };
|
|
21008
23188
|
//# sourceMappingURL=taxtank-core.mjs.map
|