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'
|
|
@@ -112,9 +112,9 @@ class CorelogicInterceptor {
|
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
|
-
CorelogicInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
116
|
-
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
115
|
+
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 });
|
|
116
|
+
CorelogicInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor });
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: CorelogicInterceptor, decorators: [{
|
|
118
118
|
type: Injectable
|
|
119
119
|
}], ctorParameters: function () {
|
|
120
120
|
return [{ type: CorelogicService }, { type: undefined, decorators: [{
|
|
@@ -153,9 +153,9 @@ class FinancialYearInterceptor {
|
|
|
153
153
|
return next.handle(clonedReq);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
157
|
-
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
156
|
+
FinancialYearInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
157
|
+
FinancialYearInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor });
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FinancialYearInterceptor, decorators: [{
|
|
159
159
|
type: Injectable
|
|
160
160
|
}], ctorParameters: function () {
|
|
161
161
|
return [{ type: undefined, decorators: [{
|
|
@@ -692,11 +692,14 @@ let ServiceSubscriptionItem$1 = class ServiceSubscriptionItem extends AbstractMo
|
|
|
692
692
|
let ServiceSubscription$1 = class ServiceSubscription extends ObservableModel {
|
|
693
693
|
};
|
|
694
694
|
|
|
695
|
-
class
|
|
696
|
-
}
|
|
695
|
+
let TaxReturn$1 = class TaxReturn extends AbstractModel {
|
|
696
|
+
};
|
|
697
697
|
|
|
698
|
-
class
|
|
699
|
-
}
|
|
698
|
+
let TaxReturnCategory$1 = class TaxReturnCategory extends AbstractModel {
|
|
699
|
+
};
|
|
700
|
+
|
|
701
|
+
let TaxReturnItem$1 = class TaxReturnItem extends AbstractModel {
|
|
702
|
+
};
|
|
700
703
|
|
|
701
704
|
let TransactionAllocation$1 = class TransactionAllocation extends AbstractModel {
|
|
702
705
|
};
|
|
@@ -1265,6 +1268,101 @@ var HoldingTypeCategoryEnum;
|
|
|
1265
1268
|
HoldingTypeCategoryEnum[HoldingTypeCategoryEnum["OTHER"] = 14] = "OTHER";
|
|
1266
1269
|
})(HoldingTypeCategoryEnum || (HoldingTypeCategoryEnum = {}));
|
|
1267
1270
|
|
|
1271
|
+
var TaxReturnCategoryListEnum;
|
|
1272
|
+
(function (TaxReturnCategoryListEnum) {
|
|
1273
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SALARY"] = 1] = "SALARY";
|
|
1274
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES"] = 30] = "ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES";
|
|
1275
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["EMPLOYER_LUMP_SUM_PAYMENTS"] = 31] = "EMPLOYER_LUMP_SUM_PAYMENTS";
|
|
1276
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ETP"] = 32] = "ETP";
|
|
1277
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_ALLOWANCES"] = 2] = "GOVERNMENT_ALLOWANCES";
|
|
1278
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_PENSIONS"] = 33] = "GOVERNMENT_PENSIONS";
|
|
1279
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ANNUITIES_SUPER_INCOME_STREAMS"] = 3] = "ANNUITIES_SUPER_INCOME_STREAMS";
|
|
1280
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_LUMP_SUM_PAYMENTS"] = 34] = "SUPERANNUATION_LUMP_SUM_PAYMENTS";
|
|
1281
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ATTRIBUTED_PSI_INCOME"] = 4] = "ATTRIBUTED_PSI_INCOME";
|
|
1282
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_INTEREST"] = 5] = "GROSS_INTEREST";
|
|
1283
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DIVIDENDS"] = 6] = "DIVIDENDS";
|
|
1284
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SHARE_SCHEMES"] = 35] = "SHARE_SCHEMES";
|
|
1285
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_RENT"] = 8] = "GROSS_RENT";
|
|
1286
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS_TRUSTS"] = 13] = "PARTNERSHIPS_TRUSTS";
|
|
1287
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS"] = 36] = "PARTNERSHIPS";
|
|
1288
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TRUSTS"] = 37] = "TRUSTS";
|
|
1289
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PSI_SBE_INCOME"] = 14] = "PSI_SBE_INCOME";
|
|
1290
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SOLE_TRADER_BUSINESS_INCOME"] = 38] = "SOLE_TRADER_BUSINESS_INCOME";
|
|
1291
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_GAINS"] = 15] = "CAPITAL_GAINS";
|
|
1292
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FOREIGN_SOURCE_INCOME"] = 16] = "FOREIGN_SOURCE_INCOME";
|
|
1293
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BONUSES_FROM_LIFE_INSURANCE"] = 17] = "BONUSES_FROM_LIFE_INSURANCE";
|
|
1294
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FORESTRY_MANAGED_INVESTMENT_SCHEMES"] = 39] = "FORESTRY_MANAGED_INVESTMENT_SCHEMES";
|
|
1295
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_INCOME"] = 40] = "OTHER_INCOME";
|
|
1296
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_NO_ABN_GIVEN"] = 42] = "GROSS_PAYMENTS_NO_ABN_GIVEN";
|
|
1297
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_VOLUNTARY_AGREEMENT"] = 43] = "GROSS_PAYMENTS_VOLUNTARY_AGREEMENT";
|
|
1298
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER"] = 44] = "GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER";
|
|
1299
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 45] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
1300
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_BUSINESS_INCOME"] = 46] = "OTHER_BUSINESS_INCOME";
|
|
1301
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["WORK_EXPENSES"] = 7] = "WORK_EXPENSES";
|
|
1302
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_DEDUCTIONS"] = 9] = "INTEREST_DEDUCTIONS";
|
|
1303
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_WORKS"] = 10] = "CAPITAL_WORKS";
|
|
1304
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PLANT_AND_EQUIPMENT"] = 11] = "PLANT_AND_EQUIPMENT";
|
|
1305
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BORROWING_EXPENSES"] = 29] = "BORROWING_EXPENSES";
|
|
1306
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_RENTAL_DEDUCTIONS"] = 12] = "OTHER_RENTAL_DEDUCTIONS";
|
|
1307
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_DEDUCTIONS"] = 18] = "OTHER_DEDUCTIONS";
|
|
1308
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PURCHASES_AND_OTHER_COSTS"] = 48] = "PURCHASES_AND_OTHER_COSTS";
|
|
1309
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES"] = 49] = "CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES";
|
|
1310
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_EXPENSES"] = 50] = "SUPERANNUATION_EXPENSES";
|
|
1311
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BAD_DEBTS"] = 51] = "BAD_DEBTS";
|
|
1312
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["LEASE_EXPENSES"] = 52] = "LEASE_EXPENSES";
|
|
1313
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["RENT_EXPENSES"] = 53] = "RENT_EXPENSES";
|
|
1314
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 54] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
1315
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_OVERSEAS"] = 55] = "INTEREST_EXPENSES_OVERSEAS";
|
|
1316
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEPRECIATION_EXPENSES"] = 56] = "DEPRECIATION_EXPENSES";
|
|
1317
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MOTOR_VEHICLE_EXPENSES"] = 57] = "MOTOR_VEHICLE_EXPENSES";
|
|
1318
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALL_OTHER_EXPENSES"] = 58] = "ALL_OTHER_EXPENSES";
|
|
1319
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_TAX_PAYABLE"] = 19] = "GROSS_TAX_PAYABLE";
|
|
1320
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_ON_TAXABLE_INCOME"] = 20] = "TAX_ON_TAXABLE_INCOME";
|
|
1321
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MEDICARE"] = 21] = "MEDICARE";
|
|
1322
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["STUDENT_LOAN_REPAYMENT"] = 22] = "STUDENT_LOAN_REPAYMENT";
|
|
1323
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_CREDITS"] = 23] = "TAX_CREDITS";
|
|
1324
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_WITHHELD"] = 24] = "TAX_WITHHELD";
|
|
1325
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_INSTALMENTS"] = 25] = "TAX_INSTALMENTS";
|
|
1326
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FRANKING_CREDITS"] = 26] = "FRANKING_CREDITS";
|
|
1327
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS"] = 27] = "TAX_OFFSETS";
|
|
1328
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_LOW"] = 61] = "TAX_OFFSETS_LOW";
|
|
1329
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_MIDDLE"] = 62] = "TAX_OFFSETS_MIDDLE";
|
|
1330
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_SOLE"] = 63] = "TAX_OFFSETS_SOLE";
|
|
1331
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_PAYABLE"] = 28] = "TAX_PAYABLE";
|
|
1332
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BUSINESS_INCOME_OR_LOSS"] = 59] = "BUSINESS_INCOME_OR_LOSS";
|
|
1333
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES"] = 60] = "DEFERRED_BUSINESS_LOSSES";
|
|
1334
|
+
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR"] = 64] = "DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR";
|
|
1335
|
+
})(TaxReturnCategoryListEnum || (TaxReturnCategoryListEnum = {}));
|
|
1336
|
+
|
|
1337
|
+
var TaxReturnCategorySectionEnum;
|
|
1338
|
+
(function (TaxReturnCategorySectionEnum) {
|
|
1339
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["WORK_TANK"] = 1] = "WORK_TANK";
|
|
1340
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["PROPERTY_TANK"] = 2] = "PROPERTY_TANK";
|
|
1341
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["OTHER_INCOME"] = 3] = "OTHER_INCOME";
|
|
1342
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SOLE_TANK"] = 4] = "SOLE_TANK";
|
|
1343
|
+
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SUMMARY"] = 5] = "SUMMARY";
|
|
1344
|
+
})(TaxReturnCategorySectionEnum || (TaxReturnCategorySectionEnum = {}));
|
|
1345
|
+
|
|
1346
|
+
var TaxReturnItemEnum;
|
|
1347
|
+
(function (TaxReturnItemEnum) {
|
|
1348
|
+
TaxReturnItemEnum[TaxReturnItemEnum["NO_ABN_GIVEN"] = 161] = "NO_ABN_GIVEN";
|
|
1349
|
+
TaxReturnItemEnum[TaxReturnItemEnum["VOLUNTARY_AGREEMENT"] = 162] = "VOLUNTARY_AGREEMENT";
|
|
1350
|
+
TaxReturnItemEnum[TaxReturnItemEnum["SUPERANNUATION_EXPENSES"] = 163] = "SUPERANNUATION_EXPENSES";
|
|
1351
|
+
TaxReturnItemEnum[TaxReturnItemEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 164] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
1352
|
+
TaxReturnItemEnum[TaxReturnItemEnum["BAD_DEBTS"] = 165] = "BAD_DEBTS";
|
|
1353
|
+
TaxReturnItemEnum[TaxReturnItemEnum["OTHER_BUSINESS_INCOME"] = 166] = "OTHER_BUSINESS_INCOME";
|
|
1354
|
+
TaxReturnItemEnum[TaxReturnItemEnum["RENT_EXPENSES"] = 167] = "RENT_EXPENSES";
|
|
1355
|
+
TaxReturnItemEnum[TaxReturnItemEnum["PURCHASES_AND_OTHER_COSTS"] = 168] = "PURCHASES_AND_OTHER_COSTS";
|
|
1356
|
+
TaxReturnItemEnum[TaxReturnItemEnum["DEPRECIATION_EXPENSES"] = 169] = "DEPRECIATION_EXPENSES";
|
|
1357
|
+
TaxReturnItemEnum[TaxReturnItemEnum["MOTOR_VEHICLE_EXPENSES"] = 170] = "MOTOR_VEHICLE_EXPENSES";
|
|
1358
|
+
TaxReturnItemEnum[TaxReturnItemEnum["LABOUR_HIRE_OR_OTHER"] = 171] = "LABOUR_HIRE_OR_OTHER";
|
|
1359
|
+
TaxReturnItemEnum[TaxReturnItemEnum["ALL_OTHER_EXPENSES"] = 172] = "ALL_OTHER_EXPENSES";
|
|
1360
|
+
TaxReturnItemEnum[TaxReturnItemEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 173] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
1361
|
+
TaxReturnItemEnum[TaxReturnItemEnum["INTEREST_EXPENSES_OVERSEAS"] = 174] = "INTEREST_EXPENSES_OVERSEAS";
|
|
1362
|
+
TaxReturnItemEnum[TaxReturnItemEnum["COMMISSION_EXPENSES"] = 175] = "COMMISSION_EXPENSES";
|
|
1363
|
+
TaxReturnItemEnum[TaxReturnItemEnum["LEASE_EXPENSES"] = 176] = "LEASE_EXPENSES";
|
|
1364
|
+
})(TaxReturnItemEnum || (TaxReturnItemEnum = {}));
|
|
1365
|
+
|
|
1268
1366
|
// @TODO Artem TT-2308 move everything
|
|
1269
1367
|
|
|
1270
1368
|
/**
|
|
@@ -1461,6 +1559,9 @@ class CollectionDictionary {
|
|
|
1461
1559
|
return 0;
|
|
1462
1560
|
});
|
|
1463
1561
|
}
|
|
1562
|
+
keysIntersection(keys) {
|
|
1563
|
+
return intersection(keys.map((key) => key.toString()), this.keys);
|
|
1564
|
+
}
|
|
1464
1565
|
/**
|
|
1465
1566
|
* Group collection items by passed path into items object
|
|
1466
1567
|
*/
|
|
@@ -5802,6 +5903,13 @@ class TransactionCollection extends ExportableCollection {
|
|
|
5802
5903
|
getByAllocations(allocations) {
|
|
5803
5904
|
return new TransactionCollection(this.items.filter((transaction) => allocations.hasTransaction(transaction)));
|
|
5804
5905
|
}
|
|
5906
|
+
setAllocatedClaimAmount(allocations) {
|
|
5907
|
+
const allocationsByTransaction = allocations.groupBy('transaction.id');
|
|
5908
|
+
this.items.forEach((transaction) => {
|
|
5909
|
+
transaction.claimAmount = transaction.getAllocatedClaimAmount(allocationsByTransaction.get(transaction.id));
|
|
5910
|
+
});
|
|
5911
|
+
return this;
|
|
5912
|
+
}
|
|
5805
5913
|
/**
|
|
5806
5914
|
* Get transactions related to Vehicle category
|
|
5807
5915
|
*/
|
|
@@ -6558,72 +6666,6 @@ class ReportItemCollection extends Collection {
|
|
|
6558
6666
|
}
|
|
6559
6667
|
}
|
|
6560
6668
|
|
|
6561
|
-
var TaxReturnCategoryListEnum;
|
|
6562
|
-
(function (TaxReturnCategoryListEnum) {
|
|
6563
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SALARY"] = 1] = "SALARY";
|
|
6564
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES"] = 30] = "ALLOWANCES_EARNINGS_TIPS_DIRECTOR_FEES";
|
|
6565
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["EMPLOYER_LUMP_SUM_PAYMENTS"] = 31] = "EMPLOYER_LUMP_SUM_PAYMENTS";
|
|
6566
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ETP"] = 32] = "ETP";
|
|
6567
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_ALLOWANCES"] = 2] = "GOVERNMENT_ALLOWANCES";
|
|
6568
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GOVERNMENT_PENSIONS"] = 33] = "GOVERNMENT_PENSIONS";
|
|
6569
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ANNUITIES_SUPER_INCOME_STREAMS"] = 3] = "ANNUITIES_SUPER_INCOME_STREAMS";
|
|
6570
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_LUMP_SUM_PAYMENTS"] = 34] = "SUPERANNUATION_LUMP_SUM_PAYMENTS";
|
|
6571
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ATTRIBUTED_PSI_INCOME"] = 4] = "ATTRIBUTED_PSI_INCOME";
|
|
6572
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_INTEREST"] = 5] = "GROSS_INTEREST";
|
|
6573
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DIVIDENDS"] = 6] = "DIVIDENDS";
|
|
6574
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SHARE_SCHEMES"] = 35] = "SHARE_SCHEMES";
|
|
6575
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_RENT"] = 8] = "GROSS_RENT";
|
|
6576
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS_TRUSTS"] = 13] = "PARTNERSHIPS_TRUSTS";
|
|
6577
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PARTNERSHIPS"] = 36] = "PARTNERSHIPS";
|
|
6578
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TRUSTS"] = 37] = "TRUSTS";
|
|
6579
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PSI_SBE_INCOME"] = 14] = "PSI_SBE_INCOME";
|
|
6580
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SOLE_TRADER_BUSINESS_INCOME"] = 38] = "SOLE_TRADER_BUSINESS_INCOME";
|
|
6581
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_GAINS"] = 15] = "CAPITAL_GAINS";
|
|
6582
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FOREIGN_SOURCE_INCOME"] = 16] = "FOREIGN_SOURCE_INCOME";
|
|
6583
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BONUSES_FROM_LIFE_INSURANCE"] = 17] = "BONUSES_FROM_LIFE_INSURANCE";
|
|
6584
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FORESTRY_MANAGED_INVESTMENT_SCHEMES"] = 39] = "FORESTRY_MANAGED_INVESTMENT_SCHEMES";
|
|
6585
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_INCOME"] = 40] = "OTHER_INCOME";
|
|
6586
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_NO_ABN_GIVEN"] = 42] = "GROSS_PAYMENTS_NO_ABN_GIVEN";
|
|
6587
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_VOLUNTARY_AGREEMENT"] = 43] = "GROSS_PAYMENTS_VOLUNTARY_AGREEMENT";
|
|
6588
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER"] = 44] = "GROSS_PAYMENTS_LABOUR_HIRE_OR_OTHER";
|
|
6589
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ASSESSABLE_GOVERNMENT_PAYMENTS"] = 45] = "ASSESSABLE_GOVERNMENT_PAYMENTS";
|
|
6590
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_BUSINESS_INCOME"] = 46] = "OTHER_BUSINESS_INCOME";
|
|
6591
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["WORK_EXPENSES"] = 7] = "WORK_EXPENSES";
|
|
6592
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_DEDUCTIONS"] = 9] = "INTEREST_DEDUCTIONS";
|
|
6593
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CAPITAL_WORKS"] = 10] = "CAPITAL_WORKS";
|
|
6594
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PLANT_AND_EQUIPMENT"] = 11] = "PLANT_AND_EQUIPMENT";
|
|
6595
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BORROWING_EXPENSES"] = 29] = "BORROWING_EXPENSES";
|
|
6596
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_RENTAL_DEDUCTIONS"] = 12] = "OTHER_RENTAL_DEDUCTIONS";
|
|
6597
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["OTHER_DEDUCTIONS"] = 18] = "OTHER_DEDUCTIONS";
|
|
6598
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["PURCHASES_AND_OTHER_COSTS"] = 48] = "PURCHASES_AND_OTHER_COSTS";
|
|
6599
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES"] = 49] = "CONTRACTORS_SUBCONTRACTORS_COMMISSION_EXPENSES";
|
|
6600
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["SUPERANNUATION_EXPENSES"] = 50] = "SUPERANNUATION_EXPENSES";
|
|
6601
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BAD_DEBTS"] = 51] = "BAD_DEBTS";
|
|
6602
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["LEASE_EXPENSES"] = 52] = "LEASE_EXPENSES";
|
|
6603
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["RENT_EXPENSES"] = 53] = "RENT_EXPENSES";
|
|
6604
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_WITHIN_AUSTRALIA"] = 54] = "INTEREST_EXPENSES_WITHIN_AUSTRALIA";
|
|
6605
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["INTEREST_EXPENSES_OVERSEAS"] = 55] = "INTEREST_EXPENSES_OVERSEAS";
|
|
6606
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEPRECIATION_EXPENSES"] = 56] = "DEPRECIATION_EXPENSES";
|
|
6607
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MOTOR_VEHICLE_EXPENSES"] = 57] = "MOTOR_VEHICLE_EXPENSES";
|
|
6608
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["ALL_OTHER_EXPENSES"] = 58] = "ALL_OTHER_EXPENSES";
|
|
6609
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["GROSS_TAX_PAYABLE"] = 19] = "GROSS_TAX_PAYABLE";
|
|
6610
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_ON_TAXABLE_INCOME"] = 20] = "TAX_ON_TAXABLE_INCOME";
|
|
6611
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["MEDICARE"] = 21] = "MEDICARE";
|
|
6612
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["STUDENT_LOAN_REPAYMENT"] = 22] = "STUDENT_LOAN_REPAYMENT";
|
|
6613
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_CREDITS"] = 23] = "TAX_CREDITS";
|
|
6614
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_WITHHELD"] = 24] = "TAX_WITHHELD";
|
|
6615
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_INSTALMENTS"] = 25] = "TAX_INSTALMENTS";
|
|
6616
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["FRANKING_CREDITS"] = 26] = "FRANKING_CREDITS";
|
|
6617
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS"] = 27] = "TAX_OFFSETS";
|
|
6618
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_LOW"] = 61] = "TAX_OFFSETS_LOW";
|
|
6619
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_MIDDLE"] = 62] = "TAX_OFFSETS_MIDDLE";
|
|
6620
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_OFFSETS_SOLE"] = 63] = "TAX_OFFSETS_SOLE";
|
|
6621
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["TAX_PAYABLE"] = 28] = "TAX_PAYABLE";
|
|
6622
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["BUSINESS_INCOME_OR_LOSS"] = 59] = "BUSINESS_INCOME_OR_LOSS";
|
|
6623
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES"] = 60] = "DEFERRED_BUSINESS_LOSSES";
|
|
6624
|
-
TaxReturnCategoryListEnum[TaxReturnCategoryListEnum["DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR"] = 64] = "DEFERRED_BUSINESS_LOSSES_FROM_PRIOR_YEAR";
|
|
6625
|
-
})(TaxReturnCategoryListEnum || (TaxReturnCategoryListEnum = {}));
|
|
6626
|
-
|
|
6627
6669
|
const TAX_RETURN_CATEGORIES = {
|
|
6628
6670
|
work: {
|
|
6629
6671
|
income: [
|
|
@@ -9109,6 +9151,61 @@ __decorate([
|
|
|
9109
9151
|
Type(() => User)
|
|
9110
9152
|
], Budget.prototype, "user", void 0);
|
|
9111
9153
|
|
|
9154
|
+
class TaxReturnCategory extends TaxReturnCategory$1 {
|
|
9155
|
+
}
|
|
9156
|
+
__decorate([
|
|
9157
|
+
Type(() => Date)
|
|
9158
|
+
], TaxReturnCategory.prototype, "createdAt", void 0);
|
|
9159
|
+
__decorate([
|
|
9160
|
+
Type(() => Date)
|
|
9161
|
+
], TaxReturnCategory.prototype, "updatedAt", void 0);
|
|
9162
|
+
__decorate([
|
|
9163
|
+
Type(() => TaxReturnItem)
|
|
9164
|
+
], TaxReturnCategory.prototype, "taxReturnItems", void 0);
|
|
9165
|
+
__decorate([
|
|
9166
|
+
Type(() => TaxReturnCategory)
|
|
9167
|
+
], TaxReturnCategory.prototype, "parent", void 0);
|
|
9168
|
+
|
|
9169
|
+
class TaxReturnItem extends TaxReturnItem$1 {
|
|
9170
|
+
}
|
|
9171
|
+
// used for business schedule report, the order is important
|
|
9172
|
+
TaxReturnItem.BUSINESS_SCHEDULE_LIST = [
|
|
9173
|
+
TaxReturnItemEnum.NO_ABN_GIVEN,
|
|
9174
|
+
TaxReturnItemEnum.VOLUNTARY_AGREEMENT,
|
|
9175
|
+
TaxReturnItemEnum.LABOUR_HIRE_OR_OTHER,
|
|
9176
|
+
TaxReturnItemEnum.OTHER_BUSINESS_INCOME,
|
|
9177
|
+
TaxReturnItemEnum.ASSESSABLE_GOVERNMENT_PAYMENTS,
|
|
9178
|
+
TaxReturnItemEnum.PURCHASES_AND_OTHER_COSTS,
|
|
9179
|
+
TaxReturnItemEnum.COMMISSION_EXPENSES,
|
|
9180
|
+
TaxReturnItemEnum.SUPERANNUATION_EXPENSES,
|
|
9181
|
+
TaxReturnItemEnum.BAD_DEBTS,
|
|
9182
|
+
TaxReturnItemEnum.LEASE_EXPENSES,
|
|
9183
|
+
TaxReturnItemEnum.RENT_EXPENSES,
|
|
9184
|
+
TaxReturnItemEnum.INTEREST_EXPENSES_WITHIN_AUSTRALIA,
|
|
9185
|
+
TaxReturnItemEnum.INTEREST_EXPENSES_OVERSEAS,
|
|
9186
|
+
TaxReturnItemEnum.DEPRECIATION_EXPENSES,
|
|
9187
|
+
TaxReturnItemEnum.MOTOR_VEHICLE_EXPENSES,
|
|
9188
|
+
TaxReturnItemEnum.ALL_OTHER_EXPENSES
|
|
9189
|
+
];
|
|
9190
|
+
__decorate([
|
|
9191
|
+
Type(() => Date)
|
|
9192
|
+
], TaxReturnItem.prototype, "createdAt", void 0);
|
|
9193
|
+
__decorate([
|
|
9194
|
+
Type(() => Date)
|
|
9195
|
+
], TaxReturnItem.prototype, "updatedAt", void 0);
|
|
9196
|
+
__decorate([
|
|
9197
|
+
Type(() => TaxReturnCategory)
|
|
9198
|
+
], TaxReturnItem.prototype, "taxReturnCategory", void 0);
|
|
9199
|
+
__decorate([
|
|
9200
|
+
Type(() => TaxReturn)
|
|
9201
|
+
], TaxReturnItem.prototype, "taxReturns", void 0);
|
|
9202
|
+
|
|
9203
|
+
class TaxReturn extends TaxReturn$1 {
|
|
9204
|
+
}
|
|
9205
|
+
__decorate([
|
|
9206
|
+
Type(() => TaxReturnItem)
|
|
9207
|
+
], TaxReturn.prototype, "taxReturnItems", void 0);
|
|
9208
|
+
|
|
9112
9209
|
const NAME_TOKEN = 'token';
|
|
9113
9210
|
const NAME_REFRESH_TOKEN = 'refreshToken';
|
|
9114
9211
|
class JwtService extends JwtHelperService {
|
|
@@ -9137,9 +9234,9 @@ class JwtService extends JwtHelperService {
|
|
|
9137
9234
|
return this.getUser().id === userId;
|
|
9138
9235
|
}
|
|
9139
9236
|
}
|
|
9140
|
-
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9141
|
-
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9237
|
+
JwtService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
9238
|
+
JwtService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, providedIn: 'root' });
|
|
9239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtService, decorators: [{
|
|
9143
9240
|
type: Injectable,
|
|
9144
9241
|
args: [{
|
|
9145
9242
|
providedIn: 'root'
|
|
@@ -9174,9 +9271,9 @@ class EventDispatcherService {
|
|
|
9174
9271
|
this.eventSubject2.next(event);
|
|
9175
9272
|
}
|
|
9176
9273
|
}
|
|
9177
|
-
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9178
|
-
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9274
|
+
EventDispatcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9275
|
+
EventDispatcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, providedIn: 'root' });
|
|
9276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EventDispatcherService, decorators: [{
|
|
9180
9277
|
type: Injectable,
|
|
9181
9278
|
args: [{
|
|
9182
9279
|
providedIn: 'root'
|
|
@@ -9225,9 +9322,9 @@ class AuthService {
|
|
|
9225
9322
|
location.replace(url);
|
|
9226
9323
|
}
|
|
9227
9324
|
}
|
|
9228
|
-
AuthService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9229
|
-
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9325
|
+
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 });
|
|
9326
|
+
AuthService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
9327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AuthService, decorators: [{
|
|
9231
9328
|
type: Injectable,
|
|
9232
9329
|
args: [{
|
|
9233
9330
|
providedIn: 'root'
|
|
@@ -9363,9 +9460,9 @@ class JwtInterceptor {
|
|
|
9363
9460
|
});
|
|
9364
9461
|
}
|
|
9365
9462
|
}
|
|
9366
|
-
JwtInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9367
|
-
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9463
|
+
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 });
|
|
9464
|
+
JwtInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor });
|
|
9465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: JwtInterceptor, decorators: [{
|
|
9369
9466
|
type: Injectable
|
|
9370
9467
|
}], ctorParameters: function () {
|
|
9371
9468
|
return [{ type: JwtService }, { type: AuthService }, { type: undefined, decorators: [{
|
|
@@ -9400,9 +9497,9 @@ class UserSwitcherService {
|
|
|
9400
9497
|
window.location.replace('/firm/dashboard');
|
|
9401
9498
|
}
|
|
9402
9499
|
}
|
|
9403
|
-
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9404
|
-
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9405
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9500
|
+
UserSwitcherService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9501
|
+
UserSwitcherService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, providedIn: 'root' });
|
|
9502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherService, decorators: [{
|
|
9406
9503
|
type: Injectable,
|
|
9407
9504
|
args: [{
|
|
9408
9505
|
providedIn: 'root'
|
|
@@ -9448,9 +9545,9 @@ class UserSwitcherInterceptor {
|
|
|
9448
9545
|
return next.handle(this.switch(request, this.userSwitcherService.get()));
|
|
9449
9546
|
}
|
|
9450
9547
|
}
|
|
9451
|
-
UserSwitcherInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9452
|
-
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9548
|
+
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 });
|
|
9549
|
+
UserSwitcherInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor });
|
|
9550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserSwitcherInterceptor, decorators: [{
|
|
9454
9551
|
type: Injectable
|
|
9455
9552
|
}], ctorParameters: function () {
|
|
9456
9553
|
return [{ type: UserSwitcherService }, { type: undefined, decorators: [{
|
|
@@ -9731,9 +9828,9 @@ class PreloaderService {
|
|
|
9731
9828
|
this.activePreloaders.next(activePreloaders);
|
|
9732
9829
|
}
|
|
9733
9830
|
}
|
|
9734
|
-
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9735
|
-
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9831
|
+
PreloaderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9832
|
+
PreloaderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, providedIn: 'root' });
|
|
9833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderService, decorators: [{
|
|
9737
9834
|
type: Injectable,
|
|
9738
9835
|
args: [{
|
|
9739
9836
|
providedIn: 'root'
|
|
@@ -9761,9 +9858,9 @@ class PreloaderInterceptor {
|
|
|
9761
9858
|
return Object.values(ENDPOINTS).find((endpoint) => endpoint.test(requestPath));
|
|
9762
9859
|
}
|
|
9763
9860
|
}
|
|
9764
|
-
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9765
|
-
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9861
|
+
PreloaderInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, deps: [{ token: PreloaderService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9862
|
+
PreloaderInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor });
|
|
9863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PreloaderInterceptor, decorators: [{
|
|
9767
9864
|
type: Injectable
|
|
9768
9865
|
}], ctorParameters: function () { return [{ type: PreloaderService }]; } });
|
|
9769
9866
|
|
|
@@ -9793,9 +9890,9 @@ class DataService {
|
|
|
9793
9890
|
this.cache = this.createCollectionInstance(this.collectionClass, data.map((item) => this.createModelInstance(item)));
|
|
9794
9891
|
}
|
|
9795
9892
|
}
|
|
9796
|
-
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9797
|
-
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9893
|
+
DataService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9894
|
+
DataService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, providedIn: 'root' });
|
|
9895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DataService, decorators: [{
|
|
9799
9896
|
type: Injectable,
|
|
9800
9897
|
args: [{
|
|
9801
9898
|
providedIn: 'root'
|
|
@@ -9832,9 +9929,9 @@ class SseService {
|
|
|
9832
9929
|
.pipe(map((messageEvent) => JSON.parse(messageEvent.data)));
|
|
9833
9930
|
}
|
|
9834
9931
|
}
|
|
9835
|
-
SseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
9836
|
-
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
9837
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
9932
|
+
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 });
|
|
9933
|
+
SseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, providedIn: 'root' });
|
|
9934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SseService, decorators: [{
|
|
9838
9935
|
type: Injectable,
|
|
9839
9936
|
args: [{
|
|
9840
9937
|
providedIn: 'root'
|
|
@@ -10050,9 +10147,9 @@ let RestService$1 = class RestService extends DataService {
|
|
|
10050
10147
|
*/
|
|
10051
10148
|
listenEvents() { }
|
|
10052
10149
|
};
|
|
10053
|
-
RestService$1.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10054
|
-
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10150
|
+
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 });
|
|
10151
|
+
RestService$1.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, providedIn: 'root' });
|
|
10152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService$1, decorators: [{
|
|
10056
10153
|
type: Injectable,
|
|
10057
10154
|
args: [{
|
|
10058
10155
|
providedIn: 'root'
|
|
@@ -10197,9 +10294,9 @@ class ToastService {
|
|
|
10197
10294
|
}));
|
|
10198
10295
|
}
|
|
10199
10296
|
}
|
|
10200
|
-
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10201
|
-
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10202
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10297
|
+
ToastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10298
|
+
ToastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, providedIn: 'root' });
|
|
10299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ToastService, decorators: [{
|
|
10203
10300
|
type: Injectable,
|
|
10204
10301
|
args: [{
|
|
10205
10302
|
providedIn: 'root'
|
|
@@ -10277,9 +10374,9 @@ class BankConnectionService extends RestService$1 {
|
|
|
10277
10374
|
});
|
|
10278
10375
|
}
|
|
10279
10376
|
}
|
|
10280
|
-
BankConnectionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10281
|
-
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10377
|
+
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 });
|
|
10378
|
+
BankConnectionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, providedIn: 'root' });
|
|
10379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankConnectionService, decorators: [{
|
|
10283
10380
|
type: Injectable,
|
|
10284
10381
|
args: [{
|
|
10285
10382
|
providedIn: 'root'
|
|
@@ -10422,9 +10519,9 @@ BasiqService.retrieveAccountsCheckInterval = 3000;
|
|
|
10422
10519
|
* How long we will wait accounts retrieving, break after timeout if not retireved
|
|
10423
10520
|
*/
|
|
10424
10521
|
BasiqService.retrieveAccountsTimeout = 20000;
|
|
10425
|
-
BasiqService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10426
|
-
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10427
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10522
|
+
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 });
|
|
10523
|
+
BasiqService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, providedIn: 'root' });
|
|
10524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqService, decorators: [{
|
|
10428
10525
|
type: Injectable,
|
|
10429
10526
|
args: [{
|
|
10430
10527
|
providedIn: 'root'
|
|
@@ -10461,9 +10558,9 @@ class BasiqTokenService extends RestService$1 {
|
|
|
10461
10558
|
return new BasiqToken(tokenResponse['access_token'], new Date(now + tokenResponse['expires_in'] * 1000));
|
|
10462
10559
|
}
|
|
10463
10560
|
}
|
|
10464
|
-
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10465
|
-
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10561
|
+
BasiqTokenService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
10562
|
+
BasiqTokenService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, providedIn: 'root' });
|
|
10563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenService, decorators: [{
|
|
10467
10564
|
type: Injectable,
|
|
10468
10565
|
args: [{
|
|
10469
10566
|
providedIn: 'root'
|
|
@@ -10492,9 +10589,9 @@ class BasiqTokenInterceptor {
|
|
|
10492
10589
|
});
|
|
10493
10590
|
}
|
|
10494
10591
|
}
|
|
10495
|
-
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10496
|
-
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10592
|
+
BasiqTokenInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, deps: [{ token: BasiqTokenService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10593
|
+
BasiqTokenInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor });
|
|
10594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqTokenInterceptor, decorators: [{
|
|
10498
10595
|
type: Injectable
|
|
10499
10596
|
}], ctorParameters: function () { return [{ type: BasiqTokenService }]; } });
|
|
10500
10597
|
|
|
@@ -10677,9 +10774,9 @@ class UserService {
|
|
|
10677
10774
|
});
|
|
10678
10775
|
}
|
|
10679
10776
|
}
|
|
10680
|
-
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10681
|
-
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10777
|
+
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 });
|
|
10778
|
+
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
10779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserService, decorators: [{
|
|
10683
10780
|
type: Injectable,
|
|
10684
10781
|
args: [{
|
|
10685
10782
|
providedIn: 'root'
|
|
@@ -10711,17 +10808,17 @@ class BasiqClientIdInterceptor {
|
|
|
10711
10808
|
});
|
|
10712
10809
|
}
|
|
10713
10810
|
}
|
|
10714
|
-
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10715
|
-
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
10716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10811
|
+
BasiqClientIdInterceptor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, deps: [{ token: UserService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
10812
|
+
BasiqClientIdInterceptor.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor });
|
|
10813
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasiqClientIdInterceptor, decorators: [{
|
|
10717
10814
|
type: Injectable
|
|
10718
10815
|
}], ctorParameters: function () { return [{ type: UserService }]; } });
|
|
10719
10816
|
|
|
10720
10817
|
class InterceptorsModule {
|
|
10721
10818
|
}
|
|
10722
|
-
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10723
|
-
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10724
|
-
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10819
|
+
InterceptorsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10820
|
+
InterceptorsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule });
|
|
10821
|
+
InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, providers: [
|
|
10725
10822
|
{
|
|
10726
10823
|
provide: HTTP_INTERCEPTORS,
|
|
10727
10824
|
useClass: CorelogicInterceptor,
|
|
@@ -10759,7 +10856,7 @@ InterceptorsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
10759
10856
|
multi: true
|
|
10760
10857
|
}
|
|
10761
10858
|
] });
|
|
10762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: InterceptorsModule, decorators: [{
|
|
10763
10860
|
type: NgModule,
|
|
10764
10861
|
args: [{
|
|
10765
10862
|
providers: [
|
|
@@ -10817,12 +10914,12 @@ class TtCoreModule {
|
|
|
10817
10914
|
};
|
|
10818
10915
|
}
|
|
10819
10916
|
}
|
|
10820
|
-
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
10821
|
-
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
|
10917
|
+
TtCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10918
|
+
TtCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10822
10919
|
InterceptorsModule] });
|
|
10823
|
-
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
|
10920
|
+
TtCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, imports: [CommonModule,
|
|
10824
10921
|
InterceptorsModule] });
|
|
10825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
10922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TtCoreModule, decorators: [{
|
|
10826
10923
|
type: NgModule,
|
|
10827
10924
|
args: [{
|
|
10828
10925
|
declarations: [],
|
|
@@ -10999,15 +11096,6 @@ var TaxCalculationTypeEnum;
|
|
|
10999
11096
|
TaxCalculationTypeEnum[TaxCalculationTypeEnum["ETP_TAX_FREE"] = 9] = "ETP_TAX_FREE";
|
|
11000
11097
|
})(TaxCalculationTypeEnum || (TaxCalculationTypeEnum = {}));
|
|
11001
11098
|
|
|
11002
|
-
var TaxReturnCategorySectionEnum;
|
|
11003
|
-
(function (TaxReturnCategorySectionEnum) {
|
|
11004
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["WORK_TANK"] = 1] = "WORK_TANK";
|
|
11005
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["PROPERTY_TANK"] = 2] = "PROPERTY_TANK";
|
|
11006
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["OTHER_INCOME"] = 3] = "OTHER_INCOME";
|
|
11007
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SOLE_TANK"] = 4] = "SOLE_TANK";
|
|
11008
|
-
TaxReturnCategorySectionEnum[TaxReturnCategorySectionEnum["SUMMARY"] = 5] = "SUMMARY";
|
|
11009
|
-
})(TaxReturnCategorySectionEnum || (TaxReturnCategorySectionEnum = {}));
|
|
11010
|
-
|
|
11011
11099
|
var TaxReviewStatusEnum;
|
|
11012
11100
|
(function (TaxReviewStatusEnum) {
|
|
11013
11101
|
TaxReviewStatusEnum[TaxReviewStatusEnum["NEW"] = 0] = "NEW";
|
|
@@ -12379,9 +12467,9 @@ class AddressService {
|
|
|
12379
12467
|
return this.countriesSubject.asObservable();
|
|
12380
12468
|
}
|
|
12381
12469
|
}
|
|
12382
|
-
AddressService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12383
|
-
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12470
|
+
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 });
|
|
12471
|
+
AddressService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, providedIn: 'root' });
|
|
12472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AddressService, decorators: [{
|
|
12385
12473
|
type: Injectable,
|
|
12386
12474
|
args: [{
|
|
12387
12475
|
providedIn: 'root'
|
|
@@ -12451,9 +12539,9 @@ class BankAccountService extends RestService$1 {
|
|
|
12451
12539
|
});
|
|
12452
12540
|
}
|
|
12453
12541
|
}
|
|
12454
|
-
BankAccountService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12455
|
-
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12542
|
+
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 });
|
|
12543
|
+
BankAccountService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, providedIn: 'root' });
|
|
12544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountService, decorators: [{
|
|
12457
12545
|
type: Injectable,
|
|
12458
12546
|
args: [{
|
|
12459
12547
|
providedIn: 'root'
|
|
@@ -12520,9 +12608,9 @@ class BankTransactionService extends RestService$1 {
|
|
|
12520
12608
|
});
|
|
12521
12609
|
}
|
|
12522
12610
|
}
|
|
12523
|
-
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12524
|
-
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12525
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12611
|
+
BankTransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12612
|
+
BankTransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, providedIn: 'root' });
|
|
12613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionService, decorators: [{
|
|
12526
12614
|
type: Injectable,
|
|
12527
12615
|
args: [{
|
|
12528
12616
|
providedIn: 'root'
|
|
@@ -12549,9 +12637,9 @@ class BankService extends RestService$1 {
|
|
|
12549
12637
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12550
12638
|
}
|
|
12551
12639
|
}
|
|
12552
|
-
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12553
|
-
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12554
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12640
|
+
BankService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12641
|
+
BankService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, providedIn: 'root' });
|
|
12642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankService, decorators: [{
|
|
12555
12643
|
type: Injectable,
|
|
12556
12644
|
args: [{
|
|
12557
12645
|
providedIn: 'root'
|
|
@@ -12568,9 +12656,9 @@ class BudgetService extends RestService$1 {
|
|
|
12568
12656
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
12569
12657
|
}
|
|
12570
12658
|
}
|
|
12571
|
-
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12572
|
-
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12659
|
+
BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12660
|
+
BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, providedIn: 'root' });
|
|
12661
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BudgetService, decorators: [{
|
|
12574
12662
|
type: Injectable,
|
|
12575
12663
|
args: [{
|
|
12576
12664
|
providedIn: 'root'
|
|
@@ -12598,9 +12686,9 @@ class ChartAccountsDepreciationService extends RestService$1 {
|
|
|
12598
12686
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
12599
12687
|
}
|
|
12600
12688
|
}
|
|
12601
|
-
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12602
|
-
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12689
|
+
ChartAccountsDepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12690
|
+
ChartAccountsDepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, providedIn: 'root' });
|
|
12691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsDepreciationService, decorators: [{
|
|
12604
12692
|
type: Injectable,
|
|
12605
12693
|
args: [{
|
|
12606
12694
|
providedIn: 'root'
|
|
@@ -12640,9 +12728,9 @@ class ChartAccountsService extends RestService$1 {
|
|
|
12640
12728
|
}));
|
|
12641
12729
|
}
|
|
12642
12730
|
}
|
|
12643
|
-
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12644
|
-
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12645
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12731
|
+
ChartAccountsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12732
|
+
ChartAccountsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, providedIn: 'root' });
|
|
12733
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsService, decorators: [{
|
|
12646
12734
|
type: Injectable,
|
|
12647
12735
|
args: [{
|
|
12648
12736
|
providedIn: 'root'
|
|
@@ -12711,9 +12799,9 @@ class ChatService extends RestService$1 {
|
|
|
12711
12799
|
});
|
|
12712
12800
|
}
|
|
12713
12801
|
}
|
|
12714
|
-
ChatService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12715
|
-
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12802
|
+
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 });
|
|
12803
|
+
ChatService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, providedIn: 'root' });
|
|
12804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChatService, decorators: [{
|
|
12717
12805
|
type: Injectable,
|
|
12718
12806
|
args: [{
|
|
12719
12807
|
providedIn: 'root'
|
|
@@ -12772,9 +12860,9 @@ class MessageService extends RestService$1 {
|
|
|
12772
12860
|
});
|
|
12773
12861
|
}
|
|
12774
12862
|
}
|
|
12775
|
-
MessageService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12776
|
-
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12777
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12863
|
+
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 });
|
|
12864
|
+
MessageService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, providedIn: 'root' });
|
|
12865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageService, decorators: [{
|
|
12778
12866
|
type: Injectable,
|
|
12779
12867
|
args: [{
|
|
12780
12868
|
providedIn: 'root'
|
|
@@ -12846,9 +12934,9 @@ class MessageDocumentService extends RestService$1 {
|
|
|
12846
12934
|
return combineLatest(files.map((file) => this.add(chatId, file))).pipe(map((docsBase) => docsBase.map((docBase) => plainToClass(MessageDocument, docBase))));
|
|
12847
12935
|
}
|
|
12848
12936
|
}
|
|
12849
|
-
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12850
|
-
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
12937
|
+
MessageDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
12938
|
+
MessageDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, providedIn: 'root' });
|
|
12939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: MessageDocumentService, decorators: [{
|
|
12852
12940
|
type: Injectable,
|
|
12853
12941
|
args: [{
|
|
12854
12942
|
providedIn: 'root'
|
|
@@ -12911,9 +12999,9 @@ class ReceiptService {
|
|
|
12911
12999
|
return plainToClass(this.modelClass, data);
|
|
12912
13000
|
}
|
|
12913
13001
|
}
|
|
12914
|
-
ReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12915
|
-
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13002
|
+
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 });
|
|
13003
|
+
ReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, providedIn: 'root' });
|
|
13004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ReceiptService, decorators: [{
|
|
12917
13005
|
type: Injectable,
|
|
12918
13006
|
args: [{
|
|
12919
13007
|
providedIn: 'root'
|
|
@@ -12944,9 +13032,9 @@ class DepreciationReceiptService extends ReceiptService {
|
|
|
12944
13032
|
this.listenEvents();
|
|
12945
13033
|
}
|
|
12946
13034
|
}
|
|
12947
|
-
DepreciationReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
12948
|
-
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
12949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13035
|
+
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 });
|
|
13036
|
+
DepreciationReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, providedIn: 'root' });
|
|
13037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationReceiptService, decorators: [{
|
|
12950
13038
|
type: Injectable,
|
|
12951
13039
|
args: [{
|
|
12952
13040
|
providedIn: 'root'
|
|
@@ -13081,9 +13169,9 @@ class DepreciationService extends RestService$1 {
|
|
|
13081
13169
|
});
|
|
13082
13170
|
}
|
|
13083
13171
|
}
|
|
13084
|
-
DepreciationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13085
|
-
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13172
|
+
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 });
|
|
13173
|
+
DepreciationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, providedIn: 'root' });
|
|
13174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationService, decorators: [{
|
|
13087
13175
|
type: Injectable,
|
|
13088
13176
|
args: [{
|
|
13089
13177
|
providedIn: 'root'
|
|
@@ -13135,9 +13223,9 @@ class DepreciationCapitalProjectService {
|
|
|
13135
13223
|
}));
|
|
13136
13224
|
}
|
|
13137
13225
|
}
|
|
13138
|
-
DepreciationCapitalProjectService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13139
|
-
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13226
|
+
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 });
|
|
13227
|
+
DepreciationCapitalProjectService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, providedIn: 'root' });
|
|
13228
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DepreciationCapitalProjectService, decorators: [{
|
|
13141
13229
|
type: Injectable,
|
|
13142
13230
|
args: [{
|
|
13143
13231
|
providedIn: 'root'
|
|
@@ -13349,9 +13437,9 @@ class RestService {
|
|
|
13349
13437
|
*/
|
|
13350
13438
|
listenEvents() { }
|
|
13351
13439
|
}
|
|
13352
|
-
RestService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13353
|
-
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13354
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13440
|
+
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 });
|
|
13441
|
+
RestService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, providedIn: 'root' });
|
|
13442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RestService, decorators: [{
|
|
13355
13443
|
type: Injectable,
|
|
13356
13444
|
args: [{
|
|
13357
13445
|
providedIn: 'root'
|
|
@@ -13370,9 +13458,9 @@ class DocumentService extends RestService {
|
|
|
13370
13458
|
this.modelClass = Document;
|
|
13371
13459
|
}
|
|
13372
13460
|
}
|
|
13373
|
-
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13374
|
-
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13461
|
+
DocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13462
|
+
DocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, providedIn: 'root' });
|
|
13463
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentService, decorators: [{
|
|
13376
13464
|
type: Injectable,
|
|
13377
13465
|
args: [{
|
|
13378
13466
|
providedIn: 'root'
|
|
@@ -13438,9 +13526,9 @@ class DocumentFolderService extends RestService {
|
|
|
13438
13526
|
}));
|
|
13439
13527
|
}
|
|
13440
13528
|
}
|
|
13441
|
-
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13442
|
-
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13529
|
+
DocumentFolderService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13530
|
+
DocumentFolderService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, providedIn: 'root' });
|
|
13531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: DocumentFolderService, decorators: [{
|
|
13444
13532
|
type: Injectable,
|
|
13445
13533
|
args: [{
|
|
13446
13534
|
providedIn: 'root'
|
|
@@ -13517,9 +13605,9 @@ FacebookService.authOptions = {
|
|
|
13517
13605
|
auth_type: 'rerequest',
|
|
13518
13606
|
return_scopes: true
|
|
13519
13607
|
};
|
|
13520
|
-
FacebookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13521
|
-
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13522
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13608
|
+
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 });
|
|
13609
|
+
FacebookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, providedIn: 'root' });
|
|
13610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FacebookService, decorators: [{
|
|
13523
13611
|
type: Injectable,
|
|
13524
13612
|
args: [{
|
|
13525
13613
|
providedIn: 'root'
|
|
@@ -13589,9 +13677,9 @@ class GoogleService {
|
|
|
13589
13677
|
google.accounts.id.disableAutoSelect();
|
|
13590
13678
|
}
|
|
13591
13679
|
}
|
|
13592
|
-
GoogleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13593
|
-
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13680
|
+
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 });
|
|
13681
|
+
GoogleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, providedIn: 'root' });
|
|
13682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: GoogleService, decorators: [{
|
|
13595
13683
|
type: Injectable,
|
|
13596
13684
|
args: [{
|
|
13597
13685
|
providedIn: 'root'
|
|
@@ -13622,9 +13710,9 @@ class FileService extends RestService$1 {
|
|
|
13622
13710
|
return this.http.get(`${this.apiUrl}/${file.id}/download`, { responseType: 'blob' });
|
|
13623
13711
|
}
|
|
13624
13712
|
}
|
|
13625
|
-
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13626
|
-
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13627
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13713
|
+
FileService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13714
|
+
FileService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, providedIn: 'root' });
|
|
13715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FileService, decorators: [{
|
|
13628
13716
|
type: Injectable,
|
|
13629
13717
|
args: [{
|
|
13630
13718
|
providedIn: 'root'
|
|
@@ -13641,9 +13729,9 @@ class ClientIncomeTypesService extends RestService$1 {
|
|
|
13641
13729
|
this.disabledMethods = ['postBatch', 'putBatch', 'delete', 'deleteBatch'];
|
|
13642
13730
|
}
|
|
13643
13731
|
}
|
|
13644
|
-
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13645
|
-
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13732
|
+
ClientIncomeTypesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13733
|
+
ClientIncomeTypesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, providedIn: 'root' });
|
|
13734
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientIncomeTypesService, decorators: [{
|
|
13647
13735
|
type: Injectable,
|
|
13648
13736
|
args: [{
|
|
13649
13737
|
providedIn: 'root'
|
|
@@ -13760,9 +13848,9 @@ class ClientInviteService extends RestService {
|
|
|
13760
13848
|
});
|
|
13761
13849
|
}
|
|
13762
13850
|
}
|
|
13763
|
-
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13764
|
-
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13851
|
+
ClientInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13852
|
+
ClientInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, providedIn: 'root' });
|
|
13853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientInviteService, decorators: [{
|
|
13766
13854
|
type: Injectable,
|
|
13767
13855
|
args: [{
|
|
13768
13856
|
providedIn: 'root'
|
|
@@ -13846,9 +13934,9 @@ class ClientMovementService extends RestService {
|
|
|
13846
13934
|
});
|
|
13847
13935
|
}
|
|
13848
13936
|
}
|
|
13849
|
-
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13850
|
-
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13937
|
+
ClientMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13938
|
+
ClientMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, providedIn: 'root' });
|
|
13939
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientMovementService, decorators: [{
|
|
13852
13940
|
type: Injectable,
|
|
13853
13941
|
args: [{
|
|
13854
13942
|
providedIn: 'root'
|
|
@@ -13877,9 +13965,9 @@ class EmployeeService extends RestService {
|
|
|
13877
13965
|
}));
|
|
13878
13966
|
}
|
|
13879
13967
|
}
|
|
13880
|
-
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13881
|
-
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13882
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
13968
|
+
EmployeeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
13969
|
+
EmployeeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, providedIn: 'root' });
|
|
13970
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeService, decorators: [{
|
|
13883
13971
|
type: Injectable,
|
|
13884
13972
|
args: [{
|
|
13885
13973
|
providedIn: 'root'
|
|
@@ -13920,9 +14008,9 @@ class EmployeeInviteService extends RestService {
|
|
|
13920
14008
|
}));
|
|
13921
14009
|
}
|
|
13922
14010
|
}
|
|
13923
|
-
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13924
|
-
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14011
|
+
EmployeeInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14012
|
+
EmployeeInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, providedIn: 'root' });
|
|
14013
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EmployeeInviteService, decorators: [{
|
|
13926
14014
|
type: Injectable,
|
|
13927
14015
|
args: [{
|
|
13928
14016
|
providedIn: 'root'
|
|
@@ -13947,9 +14035,9 @@ class ClientPortfolioReportService {
|
|
|
13947
14035
|
}));
|
|
13948
14036
|
}
|
|
13949
14037
|
}
|
|
13950
|
-
ClientPortfolioReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
13951
|
-
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
13952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14038
|
+
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 });
|
|
14039
|
+
ClientPortfolioReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, providedIn: 'root' });
|
|
14040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ClientPortfolioReportService, decorators: [{
|
|
13953
14041
|
type: Injectable,
|
|
13954
14042
|
args: [{
|
|
13955
14043
|
providedIn: 'root'
|
|
@@ -14013,9 +14101,9 @@ class FirmService {
|
|
|
14013
14101
|
}));
|
|
14014
14102
|
}
|
|
14015
14103
|
}
|
|
14016
|
-
FirmService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14017
|
-
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14104
|
+
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 });
|
|
14105
|
+
FirmService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, providedIn: 'root' });
|
|
14106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: FirmService, decorators: [{
|
|
14019
14107
|
type: Injectable,
|
|
14020
14108
|
args: [{
|
|
14021
14109
|
providedIn: 'root'
|
|
@@ -14090,9 +14178,9 @@ class IncomeSourceForecastService extends RestService {
|
|
|
14090
14178
|
}).flat();
|
|
14091
14179
|
}
|
|
14092
14180
|
}
|
|
14093
|
-
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14094
|
-
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14181
|
+
IncomeSourceForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14182
|
+
IncomeSourceForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, providedIn: 'root' });
|
|
14183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceForecastService, decorators: [{
|
|
14096
14184
|
type: Injectable,
|
|
14097
14185
|
args: [{
|
|
14098
14186
|
providedIn: 'root'
|
|
@@ -14162,9 +14250,9 @@ class SalaryForecastService extends RestService {
|
|
|
14162
14250
|
}).flat();
|
|
14163
14251
|
}
|
|
14164
14252
|
}
|
|
14165
|
-
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14166
|
-
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14253
|
+
SalaryForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14254
|
+
SalaryForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, providedIn: 'root' });
|
|
14255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SalaryForecastService, decorators: [{
|
|
14168
14256
|
type: Injectable,
|
|
14169
14257
|
args: [{
|
|
14170
14258
|
providedIn: 'root'
|
|
@@ -14240,9 +14328,9 @@ class SoleForecastService extends RestService {
|
|
|
14240
14328
|
});
|
|
14241
14329
|
}
|
|
14242
14330
|
}
|
|
14243
|
-
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14244
|
-
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14331
|
+
SoleForecastService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14332
|
+
SoleForecastService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, providedIn: 'root' });
|
|
14333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleForecastService, decorators: [{
|
|
14246
14334
|
type: Injectable,
|
|
14247
14335
|
args: [{
|
|
14248
14336
|
providedIn: 'root'
|
|
@@ -14321,9 +14409,9 @@ class IncomeSourceService extends RestService {
|
|
|
14321
14409
|
});
|
|
14322
14410
|
}
|
|
14323
14411
|
}
|
|
14324
|
-
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14325
|
-
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14412
|
+
IncomeSourceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14413
|
+
IncomeSourceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, providedIn: 'root' });
|
|
14414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceService, decorators: [{
|
|
14327
14415
|
type: Injectable,
|
|
14328
14416
|
args: [{
|
|
14329
14417
|
providedIn: 'root'
|
|
@@ -14384,9 +14472,9 @@ class BorrowingExpenseService {
|
|
|
14384
14472
|
}));
|
|
14385
14473
|
}
|
|
14386
14474
|
}
|
|
14387
|
-
BorrowingExpenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14388
|
-
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14389
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14475
|
+
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 });
|
|
14476
|
+
BorrowingExpenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, providedIn: 'root' });
|
|
14477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BorrowingExpenseService, decorators: [{
|
|
14390
14478
|
type: Injectable,
|
|
14391
14479
|
args: [{
|
|
14392
14480
|
providedIn: 'root'
|
|
@@ -14468,9 +14556,9 @@ class LoanService extends RestService$1 {
|
|
|
14468
14556
|
}));
|
|
14469
14557
|
}
|
|
14470
14558
|
}
|
|
14471
|
-
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14472
|
-
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14473
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14559
|
+
LoanService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14560
|
+
LoanService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, providedIn: 'root' });
|
|
14561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LoanService, decorators: [{
|
|
14474
14562
|
type: Injectable,
|
|
14475
14563
|
args: [{
|
|
14476
14564
|
providedIn: 'root'
|
|
@@ -14489,9 +14577,9 @@ class PropertyCategoryService extends RestService$1 {
|
|
|
14489
14577
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14490
14578
|
}
|
|
14491
14579
|
}
|
|
14492
|
-
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14493
|
-
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14580
|
+
PropertyCategoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14581
|
+
PropertyCategoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, providedIn: 'root' });
|
|
14582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryService, decorators: [{
|
|
14495
14583
|
type: Injectable,
|
|
14496
14584
|
args: [{
|
|
14497
14585
|
providedIn: 'root'
|
|
@@ -14507,9 +14595,9 @@ class PropertyCategoryMovementService extends RestService$1 {
|
|
|
14507
14595
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14508
14596
|
}
|
|
14509
14597
|
}
|
|
14510
|
-
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14511
|
-
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14598
|
+
PropertyCategoryMovementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14599
|
+
PropertyCategoryMovementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, providedIn: 'root' });
|
|
14600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCategoryMovementService, decorators: [{
|
|
14513
14601
|
type: Injectable,
|
|
14514
14602
|
args: [{
|
|
14515
14603
|
providedIn: 'root'
|
|
@@ -14551,9 +14639,9 @@ class PropertyDocumentService extends RestService$1 {
|
|
|
14551
14639
|
});
|
|
14552
14640
|
}
|
|
14553
14641
|
}
|
|
14554
|
-
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14555
|
-
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14642
|
+
PropertyDocumentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14643
|
+
PropertyDocumentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, providedIn: 'root' });
|
|
14644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyDocumentService, decorators: [{
|
|
14557
14645
|
type: Injectable,
|
|
14558
14646
|
args: [{
|
|
14559
14647
|
providedIn: 'root'
|
|
@@ -14627,9 +14715,9 @@ class TaxExemptionService extends DataService {
|
|
|
14627
14715
|
this.setCache(TaxExemptions);
|
|
14628
14716
|
}
|
|
14629
14717
|
}
|
|
14630
|
-
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14631
|
-
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14718
|
+
TaxExemptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14719
|
+
TaxExemptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, providedIn: 'root' });
|
|
14720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxExemptionService, decorators: [{
|
|
14633
14721
|
type: Injectable,
|
|
14634
14722
|
args: [{
|
|
14635
14723
|
providedIn: 'root'
|
|
@@ -14645,9 +14733,9 @@ class PropertySaleService extends RestService$1 {
|
|
|
14645
14733
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
14646
14734
|
}
|
|
14647
14735
|
}
|
|
14648
|
-
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14649
|
-
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14650
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14736
|
+
PropertySaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14737
|
+
PropertySaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, providedIn: 'root' });
|
|
14738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertySaleService, decorators: [{
|
|
14651
14739
|
type: Injectable,
|
|
14652
14740
|
args: [{
|
|
14653
14741
|
providedIn: 'root'
|
|
@@ -14694,9 +14782,9 @@ class PropertyShareService extends RestService$1 {
|
|
|
14694
14782
|
this.listenCSE(PropertySale, ['post', 'delete'], this.resetCache);
|
|
14695
14783
|
}
|
|
14696
14784
|
}
|
|
14697
|
-
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14698
|
-
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14699
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14785
|
+
PropertyShareService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14786
|
+
PropertyShareService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, providedIn: 'root' });
|
|
14787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyShareService, decorators: [{
|
|
14700
14788
|
type: Injectable,
|
|
14701
14789
|
args: [{
|
|
14702
14790
|
providedIn: 'root'
|
|
@@ -14793,9 +14881,9 @@ class PropertyService extends RestService$1 {
|
|
|
14793
14881
|
}));
|
|
14794
14882
|
}
|
|
14795
14883
|
}
|
|
14796
|
-
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14797
|
-
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14798
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14884
|
+
PropertyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14885
|
+
PropertyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, providedIn: 'root' });
|
|
14886
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyService, decorators: [{
|
|
14799
14887
|
type: Injectable,
|
|
14800
14888
|
args: [{
|
|
14801
14889
|
providedIn: 'root'
|
|
@@ -14849,9 +14937,9 @@ class ServiceNotificationService extends RestService {
|
|
|
14849
14937
|
});
|
|
14850
14938
|
}
|
|
14851
14939
|
}
|
|
14852
|
-
ServiceNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14853
|
-
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14940
|
+
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 });
|
|
14941
|
+
ServiceNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, providedIn: 'root' });
|
|
14942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceNotificationService, decorators: [{
|
|
14855
14943
|
type: Injectable,
|
|
14856
14944
|
args: [{
|
|
14857
14945
|
providedIn: 'root'
|
|
@@ -14902,9 +14990,9 @@ class SoleBusinessService extends RestService {
|
|
|
14902
14990
|
}));
|
|
14903
14991
|
}
|
|
14904
14992
|
}
|
|
14905
|
-
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14906
|
-
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14907
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
14993
|
+
SoleBusinessService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
14994
|
+
SoleBusinessService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, providedIn: 'root' });
|
|
14995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessService, decorators: [{
|
|
14908
14996
|
type: Injectable,
|
|
14909
14997
|
args: [{
|
|
14910
14998
|
providedIn: 'root'
|
|
@@ -14919,9 +15007,9 @@ class SoleBusinessActivityService extends RestService {
|
|
|
14919
15007
|
this.isHydra = true;
|
|
14920
15008
|
}
|
|
14921
15009
|
}
|
|
14922
|
-
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14923
|
-
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14924
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15010
|
+
SoleBusinessActivityService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15011
|
+
SoleBusinessActivityService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, providedIn: 'root' });
|
|
15012
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessActivityService, decorators: [{
|
|
14925
15013
|
type: Injectable,
|
|
14926
15014
|
args: [{
|
|
14927
15015
|
providedIn: 'root'
|
|
@@ -14947,9 +15035,9 @@ class SoleBusinessLossService extends RestService {
|
|
|
14947
15035
|
});
|
|
14948
15036
|
}
|
|
14949
15037
|
}
|
|
14950
|
-
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14951
|
-
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14952
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15038
|
+
SoleBusinessLossService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15039
|
+
SoleBusinessLossService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, providedIn: 'root' });
|
|
15040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossService, decorators: [{
|
|
14953
15041
|
type: Injectable,
|
|
14954
15042
|
args: [{
|
|
14955
15043
|
providedIn: 'root'
|
|
@@ -14967,9 +15055,9 @@ class SoleBusinessLossOffsetRuleService extends RestService {
|
|
|
14967
15055
|
this.isHydra = true;
|
|
14968
15056
|
}
|
|
14969
15057
|
}
|
|
14970
|
-
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14971
|
-
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15058
|
+
SoleBusinessLossOffsetRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15059
|
+
SoleBusinessLossOffsetRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, providedIn: 'root' });
|
|
15060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleBusinessLossOffsetRuleService, decorators: [{
|
|
14973
15061
|
type: Injectable,
|
|
14974
15062
|
args: [{
|
|
14975
15063
|
providedIn: 'root'
|
|
@@ -14984,9 +15072,9 @@ class SoleContactService extends RestService {
|
|
|
14984
15072
|
this.isHydra = true;
|
|
14985
15073
|
}
|
|
14986
15074
|
}
|
|
14987
|
-
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
14988
|
-
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
14989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15075
|
+
SoleContactService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15076
|
+
SoleContactService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, providedIn: 'root' });
|
|
15077
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleContactService, decorators: [{
|
|
14990
15078
|
type: Injectable,
|
|
14991
15079
|
args: [{
|
|
14992
15080
|
providedIn: 'root'
|
|
@@ -15042,9 +15130,9 @@ class SoleDepreciationMethodService {
|
|
|
15042
15130
|
});
|
|
15043
15131
|
}
|
|
15044
15132
|
}
|
|
15045
|
-
SoleDepreciationMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15046
|
-
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15047
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15133
|
+
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 });
|
|
15134
|
+
SoleDepreciationMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, providedIn: 'root' });
|
|
15135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDepreciationMethodService, decorators: [{
|
|
15048
15136
|
type: Injectable,
|
|
15049
15137
|
args: [{
|
|
15050
15138
|
providedIn: 'root'
|
|
@@ -15099,9 +15187,9 @@ class SoleDetailsService {
|
|
|
15099
15187
|
}));
|
|
15100
15188
|
}
|
|
15101
15189
|
}
|
|
15102
|
-
SoleDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15103
|
-
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15190
|
+
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 });
|
|
15191
|
+
SoleDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, providedIn: 'root' });
|
|
15192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleDetailsService, decorators: [{
|
|
15105
15193
|
type: Injectable,
|
|
15106
15194
|
args: [{
|
|
15107
15195
|
providedIn: 'root'
|
|
@@ -15177,9 +15265,9 @@ class SoleInvoiceService extends RestService {
|
|
|
15177
15265
|
});
|
|
15178
15266
|
}
|
|
15179
15267
|
}
|
|
15180
|
-
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15181
|
-
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15268
|
+
SoleInvoiceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15269
|
+
SoleInvoiceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, providedIn: 'root' });
|
|
15270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceService, decorators: [{
|
|
15183
15271
|
type: Injectable,
|
|
15184
15272
|
args: [{
|
|
15185
15273
|
providedIn: 'root'
|
|
@@ -15194,9 +15282,9 @@ class SoleInvoiceTemplateService extends RestService {
|
|
|
15194
15282
|
this.isHydra = true;
|
|
15195
15283
|
}
|
|
15196
15284
|
}
|
|
15197
|
-
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15198
|
-
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15199
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15285
|
+
SoleInvoiceTemplateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15286
|
+
SoleInvoiceTemplateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, providedIn: 'root' });
|
|
15287
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SoleInvoiceTemplateService, decorators: [{
|
|
15200
15288
|
type: Injectable,
|
|
15201
15289
|
args: [{
|
|
15202
15290
|
providedIn: 'root'
|
|
@@ -15211,9 +15299,9 @@ class BasReportService extends RestService {
|
|
|
15211
15299
|
this.isHydra = true;
|
|
15212
15300
|
}
|
|
15213
15301
|
}
|
|
15214
|
-
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15215
|
-
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15302
|
+
BasReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15303
|
+
BasReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, providedIn: 'root' });
|
|
15304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BasReportService, decorators: [{
|
|
15217
15305
|
type: Injectable,
|
|
15218
15306
|
args: [{
|
|
15219
15307
|
providedIn: 'root'
|
|
@@ -15239,9 +15327,9 @@ class ServicePaymentService extends RestService$1 {
|
|
|
15239
15327
|
return this.http.get(`${this.environment.apiV2}/service-payments/${payment.id}/invoice-url`);
|
|
15240
15328
|
}
|
|
15241
15329
|
}
|
|
15242
|
-
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15243
|
-
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15330
|
+
ServicePaymentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15331
|
+
ServicePaymentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, providedIn: 'root' });
|
|
15332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentService, decorators: [{
|
|
15245
15333
|
type: Injectable,
|
|
15246
15334
|
args: [{
|
|
15247
15335
|
providedIn: 'root'
|
|
@@ -15289,9 +15377,9 @@ class ServicePaymentMethodService extends RestService$1 {
|
|
|
15289
15377
|
});
|
|
15290
15378
|
}
|
|
15291
15379
|
}
|
|
15292
|
-
ServicePaymentMethodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15293
|
-
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15380
|
+
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 });
|
|
15381
|
+
ServicePaymentMethodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, providedIn: 'root' });
|
|
15382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePaymentMethodService, decorators: [{
|
|
15295
15383
|
type: Injectable,
|
|
15296
15384
|
args: [{
|
|
15297
15385
|
providedIn: 'root'
|
|
@@ -15316,9 +15404,9 @@ class ServicePriceService extends RestService$1 {
|
|
|
15316
15404
|
this.disabledMethods = ['post', 'postBatch', 'put', 'putBatch', 'delete', 'deleteBatch'];
|
|
15317
15405
|
}
|
|
15318
15406
|
}
|
|
15319
|
-
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15320
|
-
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15407
|
+
ServicePriceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15408
|
+
ServicePriceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, providedIn: 'root' });
|
|
15409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServicePriceService, decorators: [{
|
|
15322
15410
|
type: Injectable,
|
|
15323
15411
|
args: [{
|
|
15324
15412
|
providedIn: 'root'
|
|
@@ -15435,9 +15523,9 @@ class SubscriptionService extends RestService$1 {
|
|
|
15435
15523
|
});
|
|
15436
15524
|
}
|
|
15437
15525
|
}
|
|
15438
|
-
SubscriptionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15439
|
-
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15526
|
+
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 });
|
|
15527
|
+
SubscriptionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, providedIn: 'root' });
|
|
15528
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SubscriptionService, decorators: [{
|
|
15441
15529
|
type: Injectable,
|
|
15442
15530
|
args: [{
|
|
15443
15531
|
providedIn: 'root'
|
|
@@ -15459,9 +15547,9 @@ class ServiceProductService extends RestService$1 {
|
|
|
15459
15547
|
this.isApiPlatform = true;
|
|
15460
15548
|
}
|
|
15461
15549
|
}
|
|
15462
|
-
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15463
|
-
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15550
|
+
ServiceProductService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15551
|
+
ServiceProductService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, providedIn: 'root' });
|
|
15552
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ServiceProductService, decorators: [{
|
|
15465
15553
|
type: Injectable,
|
|
15466
15554
|
args: [{
|
|
15467
15555
|
providedIn: 'root'
|
|
@@ -15493,9 +15581,9 @@ class TaxReviewHistoryService extends RestService {
|
|
|
15493
15581
|
});
|
|
15494
15582
|
}
|
|
15495
15583
|
}
|
|
15496
|
-
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15497
|
-
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15584
|
+
TaxReviewHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15585
|
+
TaxReviewHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, providedIn: 'root' });
|
|
15586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewHistoryService, decorators: [{
|
|
15499
15587
|
type: Injectable,
|
|
15500
15588
|
args: [{
|
|
15501
15589
|
providedIn: 'root'
|
|
@@ -15584,9 +15672,9 @@ class TaxReviewService extends RestService {
|
|
|
15584
15672
|
});
|
|
15585
15673
|
}
|
|
15586
15674
|
}
|
|
15587
|
-
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15588
|
-
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15675
|
+
TaxReviewService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15676
|
+
TaxReviewService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, providedIn: 'root' });
|
|
15677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReviewService, decorators: [{
|
|
15590
15678
|
type: Injectable,
|
|
15591
15679
|
args: [{
|
|
15592
15680
|
providedIn: 'root'
|
|
@@ -15643,9 +15731,9 @@ class TaxSummaryService {
|
|
|
15643
15731
|
});
|
|
15644
15732
|
}
|
|
15645
15733
|
}
|
|
15646
|
-
TaxSummaryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15647
|
-
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15734
|
+
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 });
|
|
15735
|
+
TaxSummaryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, providedIn: 'root' });
|
|
15736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxSummaryService, decorators: [{
|
|
15649
15737
|
type: Injectable,
|
|
15650
15738
|
args: [{
|
|
15651
15739
|
providedIn: 'root'
|
|
@@ -15666,9 +15754,9 @@ class AllocationRuleService extends RestService$1 {
|
|
|
15666
15754
|
this.isApiPlatform = true;
|
|
15667
15755
|
}
|
|
15668
15756
|
}
|
|
15669
|
-
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15670
|
-
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15757
|
+
AllocationRuleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15758
|
+
AllocationRuleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, providedIn: 'root' });
|
|
15759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AllocationRuleService, decorators: [{
|
|
15672
15760
|
type: Injectable,
|
|
15673
15761
|
args: [{
|
|
15674
15762
|
providedIn: 'root'
|
|
@@ -15758,9 +15846,9 @@ class TransactionAllocationService extends RestService {
|
|
|
15758
15846
|
});
|
|
15759
15847
|
}
|
|
15760
15848
|
}
|
|
15761
|
-
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15762
|
-
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15849
|
+
TransactionAllocationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
15850
|
+
TransactionAllocationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, providedIn: 'root' });
|
|
15851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionAllocationService, decorators: [{
|
|
15764
15852
|
type: Injectable,
|
|
15765
15853
|
args: [{
|
|
15766
15854
|
providedIn: 'root'
|
|
@@ -15786,9 +15874,9 @@ class TransactionReceiptService extends ReceiptService {
|
|
|
15786
15874
|
this.listenEvents();
|
|
15787
15875
|
}
|
|
15788
15876
|
}
|
|
15789
|
-
TransactionReceiptService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
15790
|
-
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
15791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
15877
|
+
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 });
|
|
15878
|
+
TransactionReceiptService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, providedIn: 'root' });
|
|
15879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionReceiptService, decorators: [{
|
|
15792
15880
|
type: Injectable,
|
|
15793
15881
|
args: [{
|
|
15794
15882
|
providedIn: 'root'
|
|
@@ -16100,9 +16188,9 @@ class TransactionService extends RestService {
|
|
|
16100
16188
|
});
|
|
16101
16189
|
}
|
|
16102
16190
|
}
|
|
16103
|
-
TransactionService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16104
|
-
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16105
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16191
|
+
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 });
|
|
16192
|
+
TransactionService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, providedIn: 'root' });
|
|
16193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionService, decorators: [{
|
|
16106
16194
|
type: Injectable,
|
|
16107
16195
|
args: [{
|
|
16108
16196
|
providedIn: 'root'
|
|
@@ -16133,9 +16221,9 @@ class TutorialVideoService {
|
|
|
16133
16221
|
}
|
|
16134
16222
|
TutorialVideoService.googleUrl = `https://www.googleapis.com/drive/v3/files?fields=*&mimeType='video/mp4'&orderBy=name`;
|
|
16135
16223
|
TutorialVideoService.parents = '1uLMLzi8WUy2go9xhfzJEwgFwOM43dukM';
|
|
16136
|
-
TutorialVideoService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16137
|
-
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16224
|
+
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 });
|
|
16225
|
+
TutorialVideoService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, providedIn: 'root' });
|
|
16226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TutorialVideoService, decorators: [{
|
|
16139
16227
|
type: Injectable,
|
|
16140
16228
|
args: [{
|
|
16141
16229
|
providedIn: 'root'
|
|
@@ -16157,9 +16245,9 @@ class VehicleService extends RestService {
|
|
|
16157
16245
|
this.modelClass = Vehicle;
|
|
16158
16246
|
}
|
|
16159
16247
|
}
|
|
16160
|
-
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16161
|
-
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16248
|
+
VehicleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16249
|
+
VehicleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, providedIn: 'root' });
|
|
16250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleService, decorators: [{
|
|
16163
16251
|
type: Injectable,
|
|
16164
16252
|
args: [{
|
|
16165
16253
|
providedIn: 'root'
|
|
@@ -16231,9 +16319,9 @@ class VehicleClaimService extends RestService {
|
|
|
16231
16319
|
combineLatest(batch$).subscribe();
|
|
16232
16320
|
}
|
|
16233
16321
|
}
|
|
16234
|
-
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16235
|
-
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16322
|
+
VehicleClaimService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16323
|
+
VehicleClaimService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, providedIn: 'root' });
|
|
16324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimService, decorators: [{
|
|
16237
16325
|
type: Injectable,
|
|
16238
16326
|
args: [{
|
|
16239
16327
|
providedIn: 'root'
|
|
@@ -16310,9 +16398,9 @@ class VehicleClaimDetailsService {
|
|
|
16310
16398
|
this.update(vehicleClaimDetails).subscribe();
|
|
16311
16399
|
}
|
|
16312
16400
|
}
|
|
16313
|
-
VehicleClaimDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16314
|
-
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16401
|
+
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 });
|
|
16402
|
+
VehicleClaimDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, providedIn: 'root' });
|
|
16403
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleClaimDetailsService, decorators: [{
|
|
16316
16404
|
type: Injectable,
|
|
16317
16405
|
args: [{
|
|
16318
16406
|
providedIn: 'root'
|
|
@@ -16334,9 +16422,9 @@ class VehicleLogbookService extends RestService {
|
|
|
16334
16422
|
this.modelClass = VehicleLogbook;
|
|
16335
16423
|
}
|
|
16336
16424
|
}
|
|
16337
|
-
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16338
|
-
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16425
|
+
VehicleLogbookService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16426
|
+
VehicleLogbookService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, providedIn: 'root' });
|
|
16427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: VehicleLogbookService, decorators: [{
|
|
16340
16428
|
type: Injectable,
|
|
16341
16429
|
args: [{
|
|
16342
16430
|
providedIn: 'root'
|
|
@@ -16353,9 +16441,9 @@ class AnnualClientDetailsService extends RestService$1 {
|
|
|
16353
16441
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch', 'delete'];
|
|
16354
16442
|
}
|
|
16355
16443
|
}
|
|
16356
|
-
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16357
|
-
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16358
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16444
|
+
AnnualClientDetailsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16445
|
+
AnnualClientDetailsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, providedIn: 'root' });
|
|
16446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AnnualClientDetailsService, decorators: [{
|
|
16359
16447
|
type: Injectable,
|
|
16360
16448
|
args: [{
|
|
16361
16449
|
providedIn: 'root'
|
|
@@ -16386,9 +16474,9 @@ class OccupationService {
|
|
|
16386
16474
|
return this.occupationsSubject.asObservable();
|
|
16387
16475
|
}
|
|
16388
16476
|
}
|
|
16389
|
-
OccupationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16390
|
-
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16391
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16477
|
+
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 });
|
|
16478
|
+
OccupationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, providedIn: 'root' });
|
|
16479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: OccupationService, decorators: [{
|
|
16392
16480
|
type: Injectable,
|
|
16393
16481
|
args: [{
|
|
16394
16482
|
providedIn: 'root'
|
|
@@ -16434,9 +16522,9 @@ class UserEventSettingService extends RestService {
|
|
|
16434
16522
|
}));
|
|
16435
16523
|
}
|
|
16436
16524
|
}
|
|
16437
|
-
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16438
|
-
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16525
|
+
UserEventSettingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16526
|
+
UserEventSettingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, providedIn: 'root' });
|
|
16527
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventSettingService, decorators: [{
|
|
16440
16528
|
type: Injectable,
|
|
16441
16529
|
args: [{
|
|
16442
16530
|
providedIn: 'root'
|
|
@@ -16451,9 +16539,9 @@ class UserEventTypeService extends RestService {
|
|
|
16451
16539
|
this.isHydra = true;
|
|
16452
16540
|
}
|
|
16453
16541
|
}
|
|
16454
|
-
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16455
|
-
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16542
|
+
UserEventTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16543
|
+
UserEventTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, providedIn: 'root' });
|
|
16544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UserEventTypeService, decorators: [{
|
|
16457
16545
|
type: Injectable,
|
|
16458
16546
|
args: [{
|
|
16459
16547
|
providedIn: 'root'
|
|
@@ -16470,9 +16558,9 @@ class UsersInviteService extends RestService {
|
|
|
16470
16558
|
this.url = 'users/invite';
|
|
16471
16559
|
}
|
|
16472
16560
|
}
|
|
16473
|
-
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16474
|
-
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16561
|
+
UsersInviteService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16562
|
+
UsersInviteService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, providedIn: 'root' });
|
|
16563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: UsersInviteService, decorators: [{
|
|
16476
16564
|
type: Injectable,
|
|
16477
16565
|
args: [{
|
|
16478
16566
|
providedIn: 'root'
|
|
@@ -16492,9 +16580,9 @@ class HoldingService extends RestService$1 {
|
|
|
16492
16580
|
this.listenCSE(HoldingSale, ['post', 'put', 'delete'], this.resetCache);
|
|
16493
16581
|
}
|
|
16494
16582
|
}
|
|
16495
|
-
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16496
|
-
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16497
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16583
|
+
HoldingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16584
|
+
HoldingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, providedIn: 'root' });
|
|
16585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingService, decorators: [{
|
|
16498
16586
|
type: Injectable,
|
|
16499
16587
|
args: [{
|
|
16500
16588
|
providedIn: 'root'
|
|
@@ -16511,9 +16599,9 @@ class HoldingTypeService extends RestService$1 {
|
|
|
16511
16599
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16512
16600
|
}
|
|
16513
16601
|
}
|
|
16514
|
-
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16515
|
-
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16602
|
+
HoldingTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16603
|
+
HoldingTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, providedIn: 'root' });
|
|
16604
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeService, decorators: [{
|
|
16517
16605
|
type: Injectable,
|
|
16518
16606
|
args: [{
|
|
16519
16607
|
providedIn: 'root'
|
|
@@ -16530,9 +16618,9 @@ class HoldingSaleService extends RestService$1 {
|
|
|
16530
16618
|
this.disabledMethods = ['postBatch', 'putBatch', 'deleteBatch'];
|
|
16531
16619
|
}
|
|
16532
16620
|
}
|
|
16533
|
-
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16534
|
-
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16621
|
+
HoldingSaleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
16622
|
+
HoldingSaleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, providedIn: 'root' });
|
|
16623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingSaleService, decorators: [{
|
|
16536
16624
|
type: Injectable,
|
|
16537
16625
|
args: [{
|
|
16538
16626
|
providedIn: 'root'
|
|
@@ -16627,9 +16715,9 @@ class HoldingTypeExchangeService extends DataService {
|
|
|
16627
16715
|
this.setCache(HoldingTypeExchanges);
|
|
16628
16716
|
}
|
|
16629
16717
|
}
|
|
16630
|
-
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16631
|
-
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16718
|
+
HoldingTypeExchangeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16719
|
+
HoldingTypeExchangeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, providedIn: 'root' });
|
|
16720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HoldingTypeExchangeService, decorators: [{
|
|
16633
16721
|
type: Injectable,
|
|
16634
16722
|
args: [{
|
|
16635
16723
|
providedIn: 'root'
|
|
@@ -16733,9 +16821,9 @@ class IncomeSourceTypeService extends DataService {
|
|
|
16733
16821
|
this.setCache(IncomeSourceTypes);
|
|
16734
16822
|
}
|
|
16735
16823
|
}
|
|
16736
|
-
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16737
|
-
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16824
|
+
IncomeSourceTypeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16825
|
+
IncomeSourceTypeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, providedIn: 'root' });
|
|
16826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IncomeSourceTypeService, decorators: [{
|
|
16739
16827
|
type: Injectable,
|
|
16740
16828
|
args: [{
|
|
16741
16829
|
providedIn: 'root'
|
|
@@ -16757,9 +16845,2101 @@ class ChartAccountsValueService extends DataService {
|
|
|
16757
16845
|
return this.getCache().find((ca) => ca.chartAccounts.id === chartAccountsId && new FinancialYear().year === ca.financialYear).value;
|
|
16758
16846
|
}
|
|
16759
16847
|
}
|
|
16760
|
-
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16761
|
-
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
16848
|
+
ChartAccountsValueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
16849
|
+
ChartAccountsValueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, providedIn: 'root' });
|
|
16850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ChartAccountsValueService, decorators: [{
|
|
16851
|
+
type: Injectable,
|
|
16852
|
+
args: [{
|
|
16853
|
+
providedIn: 'root'
|
|
16854
|
+
}]
|
|
16855
|
+
}], ctorParameters: function () { return []; } });
|
|
16856
|
+
|
|
16857
|
+
var TaxReturnItems = [
|
|
16858
|
+
{
|
|
16859
|
+
id: 1,
|
|
16860
|
+
taxReturnCategory: {
|
|
16861
|
+
id: 1
|
|
16862
|
+
},
|
|
16863
|
+
code: 1,
|
|
16864
|
+
subCode: "C",
|
|
16865
|
+
taxReturnCode: null,
|
|
16866
|
+
name: "Salary or wages",
|
|
16867
|
+
seq: 10,
|
|
16868
|
+
isOtherIncome: 0,
|
|
16869
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16870
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16871
|
+
},
|
|
16872
|
+
{
|
|
16873
|
+
id: 2,
|
|
16874
|
+
taxReturnCategory: {
|
|
16875
|
+
id: 30
|
|
16876
|
+
},
|
|
16877
|
+
code: 2,
|
|
16878
|
+
subCode: "K",
|
|
16879
|
+
taxReturnCode: null,
|
|
16880
|
+
name: "Allowances, earnings, tips, directors fees",
|
|
16881
|
+
seq: 20,
|
|
16882
|
+
isOtherIncome: 0,
|
|
16883
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16884
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16885
|
+
},
|
|
16886
|
+
{
|
|
16887
|
+
id: 3,
|
|
16888
|
+
taxReturnCategory: {
|
|
16889
|
+
id: 31
|
|
16890
|
+
},
|
|
16891
|
+
code: 3,
|
|
16892
|
+
subCode: "R",
|
|
16893
|
+
taxReturnCode: null,
|
|
16894
|
+
name: "Employer lump sum payments",
|
|
16895
|
+
seq: 30,
|
|
16896
|
+
isOtherIncome: 0,
|
|
16897
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16898
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16899
|
+
},
|
|
16900
|
+
{
|
|
16901
|
+
id: 4,
|
|
16902
|
+
taxReturnCategory: {
|
|
16903
|
+
id: 32
|
|
16904
|
+
},
|
|
16905
|
+
code: 4,
|
|
16906
|
+
subCode: "I",
|
|
16907
|
+
taxReturnCode: null,
|
|
16908
|
+
name: "Employment termination payments",
|
|
16909
|
+
seq: 40,
|
|
16910
|
+
isOtherIncome: 0,
|
|
16911
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16912
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16913
|
+
},
|
|
16914
|
+
{
|
|
16915
|
+
id: 5,
|
|
16916
|
+
taxReturnCategory: {
|
|
16917
|
+
id: 2
|
|
16918
|
+
},
|
|
16919
|
+
code: 5,
|
|
16920
|
+
subCode: "A",
|
|
16921
|
+
taxReturnCode: null,
|
|
16922
|
+
name: "Australian Government allowances and payments",
|
|
16923
|
+
seq: 50,
|
|
16924
|
+
isOtherIncome: 1,
|
|
16925
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16926
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16927
|
+
},
|
|
16928
|
+
{
|
|
16929
|
+
id: 6,
|
|
16930
|
+
taxReturnCategory: {
|
|
16931
|
+
id: 33
|
|
16932
|
+
},
|
|
16933
|
+
code: 6,
|
|
16934
|
+
subCode: "B",
|
|
16935
|
+
taxReturnCode: null,
|
|
16936
|
+
name: "Australian Government pensions and allowances",
|
|
16937
|
+
seq: 60,
|
|
16938
|
+
isOtherIncome: 1,
|
|
16939
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16940
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16941
|
+
},
|
|
16942
|
+
{
|
|
16943
|
+
id: 7,
|
|
16944
|
+
taxReturnCategory: {
|
|
16945
|
+
id: 3
|
|
16946
|
+
},
|
|
16947
|
+
code: 7,
|
|
16948
|
+
subCode: null,
|
|
16949
|
+
taxReturnCode: null,
|
|
16950
|
+
name: "Australian annuities and superannuation income streams",
|
|
16951
|
+
seq: 70,
|
|
16952
|
+
isOtherIncome: 1,
|
|
16953
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16954
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16955
|
+
},
|
|
16956
|
+
{
|
|
16957
|
+
id: 8,
|
|
16958
|
+
taxReturnCategory: {
|
|
16959
|
+
id: 34
|
|
16960
|
+
},
|
|
16961
|
+
code: 8,
|
|
16962
|
+
subCode: null,
|
|
16963
|
+
taxReturnCode: null,
|
|
16964
|
+
name: "Australian superannuation lump sum payments",
|
|
16965
|
+
seq: 80,
|
|
16966
|
+
isOtherIncome: 1,
|
|
16967
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16968
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16969
|
+
},
|
|
16970
|
+
{
|
|
16971
|
+
id: 9,
|
|
16972
|
+
taxReturnCategory: {
|
|
16973
|
+
id: 4
|
|
16974
|
+
},
|
|
16975
|
+
code: 9,
|
|
16976
|
+
subCode: "O",
|
|
16977
|
+
taxReturnCode: null,
|
|
16978
|
+
name: "Attributed personal services income",
|
|
16979
|
+
seq: 90,
|
|
16980
|
+
isOtherIncome: 0,
|
|
16981
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16982
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16983
|
+
},
|
|
16984
|
+
{
|
|
16985
|
+
id: 10,
|
|
16986
|
+
taxReturnCategory: {
|
|
16987
|
+
id: 5
|
|
16988
|
+
},
|
|
16989
|
+
code: 10,
|
|
16990
|
+
subCode: "L",
|
|
16991
|
+
taxReturnCode: null,
|
|
16992
|
+
name: "Gross interest",
|
|
16993
|
+
seq: 100,
|
|
16994
|
+
isOtherIncome: 1,
|
|
16995
|
+
createdAt: "2020-06-01 00:00:00",
|
|
16996
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
16997
|
+
},
|
|
16998
|
+
{
|
|
16999
|
+
id: 11,
|
|
17000
|
+
taxReturnCategory: {
|
|
17001
|
+
id: 6
|
|
17002
|
+
},
|
|
17003
|
+
code: 11,
|
|
17004
|
+
subCode: null,
|
|
17005
|
+
taxReturnCode: null,
|
|
17006
|
+
name: "Dividends",
|
|
17007
|
+
seq: 110,
|
|
17008
|
+
isOtherIncome: 1,
|
|
17009
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17010
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17011
|
+
},
|
|
17012
|
+
{
|
|
17013
|
+
id: 12,
|
|
17014
|
+
taxReturnCategory: {
|
|
17015
|
+
id: 35
|
|
17016
|
+
},
|
|
17017
|
+
code: 12,
|
|
17018
|
+
subCode: null,
|
|
17019
|
+
taxReturnCode: null,
|
|
17020
|
+
name: "Employee share schemes",
|
|
17021
|
+
seq: 120,
|
|
17022
|
+
isOtherIncome: 1,
|
|
17023
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17024
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17025
|
+
},
|
|
17026
|
+
{
|
|
17027
|
+
id: 13,
|
|
17028
|
+
taxReturnCategory: {
|
|
17029
|
+
id: 13
|
|
17030
|
+
},
|
|
17031
|
+
code: 13,
|
|
17032
|
+
subCode: null,
|
|
17033
|
+
taxReturnCode: null,
|
|
17034
|
+
name: "Partnerships and trusts",
|
|
17035
|
+
seq: 130,
|
|
17036
|
+
isOtherIncome: 1,
|
|
17037
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17038
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17039
|
+
},
|
|
17040
|
+
{
|
|
17041
|
+
id: 14,
|
|
17042
|
+
taxReturnCategory: {
|
|
17043
|
+
id: 14
|
|
17044
|
+
},
|
|
17045
|
+
code: 14,
|
|
17046
|
+
subCode: "N",
|
|
17047
|
+
taxReturnCode: null,
|
|
17048
|
+
name: "Personal services income (PSI) - ABN not quoted",
|
|
17049
|
+
seq: 140,
|
|
17050
|
+
isOtherIncome: 1,
|
|
17051
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17052
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17053
|
+
},
|
|
17054
|
+
{
|
|
17055
|
+
id: 15,
|
|
17056
|
+
taxReturnCategory: {
|
|
17057
|
+
id: 38
|
|
17058
|
+
},
|
|
17059
|
+
code: 15,
|
|
17060
|
+
subCode: null,
|
|
17061
|
+
taxReturnCode: null,
|
|
17062
|
+
name: "Net income or loss from business",
|
|
17063
|
+
seq: 150,
|
|
17064
|
+
isOtherIncome: 1,
|
|
17065
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17066
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17067
|
+
},
|
|
17068
|
+
{
|
|
17069
|
+
id: 16,
|
|
17070
|
+
taxReturnCategory: {
|
|
17071
|
+
id: 16
|
|
17072
|
+
},
|
|
17073
|
+
code: 16,
|
|
17074
|
+
subCode: null,
|
|
17075
|
+
taxReturnCode: null,
|
|
17076
|
+
name: "Deferred non-commercial business losses",
|
|
17077
|
+
seq: 160,
|
|
17078
|
+
isOtherIncome: 1,
|
|
17079
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17080
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17081
|
+
},
|
|
17082
|
+
{
|
|
17083
|
+
id: 17,
|
|
17084
|
+
taxReturnCategory: {
|
|
17085
|
+
id: 17
|
|
17086
|
+
},
|
|
17087
|
+
code: 17,
|
|
17088
|
+
subCode: null,
|
|
17089
|
+
taxReturnCode: null,
|
|
17090
|
+
name: "Net farm management deposits or repayments",
|
|
17091
|
+
seq: 170,
|
|
17092
|
+
isOtherIncome: 1,
|
|
17093
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17094
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17095
|
+
},
|
|
17096
|
+
{
|
|
17097
|
+
id: 18,
|
|
17098
|
+
taxReturnCategory: {
|
|
17099
|
+
id: 15
|
|
17100
|
+
},
|
|
17101
|
+
code: 18,
|
|
17102
|
+
subCode: null,
|
|
17103
|
+
taxReturnCode: null,
|
|
17104
|
+
name: "Capital gains",
|
|
17105
|
+
seq: 180,
|
|
17106
|
+
isOtherIncome: 1,
|
|
17107
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17108
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17109
|
+
},
|
|
17110
|
+
{
|
|
17111
|
+
id: 19,
|
|
17112
|
+
taxReturnCategory: {
|
|
17113
|
+
id: 17
|
|
17114
|
+
},
|
|
17115
|
+
code: 19,
|
|
17116
|
+
subCode: null,
|
|
17117
|
+
taxReturnCode: null,
|
|
17118
|
+
name: "Foreign entities",
|
|
17119
|
+
seq: 190,
|
|
17120
|
+
isOtherIncome: 1,
|
|
17121
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17122
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17123
|
+
},
|
|
17124
|
+
{
|
|
17125
|
+
id: 20,
|
|
17126
|
+
taxReturnCategory: {
|
|
17127
|
+
id: 16
|
|
17128
|
+
},
|
|
17129
|
+
code: 20,
|
|
17130
|
+
subCode: null,
|
|
17131
|
+
taxReturnCode: null,
|
|
17132
|
+
name: "Foreign source income and foreign assets or property",
|
|
17133
|
+
seq: 200,
|
|
17134
|
+
isOtherIncome: 1,
|
|
17135
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17136
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17137
|
+
},
|
|
17138
|
+
{
|
|
17139
|
+
id: 21,
|
|
17140
|
+
taxReturnCategory: {
|
|
17141
|
+
id: 12
|
|
17142
|
+
},
|
|
17143
|
+
code: 21,
|
|
17144
|
+
subCode: "T",
|
|
17145
|
+
taxReturnCode: "U",
|
|
17146
|
+
name: "Travel Expenses",
|
|
17147
|
+
seq: 210,
|
|
17148
|
+
isOtherIncome: 1,
|
|
17149
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17150
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17151
|
+
},
|
|
17152
|
+
{
|
|
17153
|
+
id: 22,
|
|
17154
|
+
taxReturnCategory: {
|
|
17155
|
+
id: 8
|
|
17156
|
+
},
|
|
17157
|
+
code: 21,
|
|
17158
|
+
subCode: "A",
|
|
17159
|
+
taxReturnCode: "P",
|
|
17160
|
+
name: "Rental Income",
|
|
17161
|
+
seq: 220,
|
|
17162
|
+
isOtherIncome: 1,
|
|
17163
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17164
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17165
|
+
},
|
|
17166
|
+
{
|
|
17167
|
+
id: 23,
|
|
17168
|
+
taxReturnCategory: {
|
|
17169
|
+
id: 8
|
|
17170
|
+
},
|
|
17171
|
+
code: 21,
|
|
17172
|
+
subCode: "B",
|
|
17173
|
+
taxReturnCode: "P",
|
|
17174
|
+
name: "Other rental Income",
|
|
17175
|
+
seq: 230,
|
|
17176
|
+
isOtherIncome: 1,
|
|
17177
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17178
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17179
|
+
},
|
|
17180
|
+
{
|
|
17181
|
+
id: 24,
|
|
17182
|
+
taxReturnCategory: {
|
|
17183
|
+
id: 9
|
|
17184
|
+
},
|
|
17185
|
+
code: 21,
|
|
17186
|
+
subCode: "L",
|
|
17187
|
+
taxReturnCode: "Q",
|
|
17188
|
+
name: "Interest on loan(s)",
|
|
17189
|
+
seq: 240,
|
|
17190
|
+
isOtherIncome: 1,
|
|
17191
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17192
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17193
|
+
},
|
|
17194
|
+
{
|
|
17195
|
+
id: 25,
|
|
17196
|
+
taxReturnCategory: {
|
|
17197
|
+
id: 10
|
|
17198
|
+
},
|
|
17199
|
+
code: 21,
|
|
17200
|
+
subCode: "R",
|
|
17201
|
+
taxReturnCode: "F",
|
|
17202
|
+
name: "Capital Works - Depreciation",
|
|
17203
|
+
seq: 250,
|
|
17204
|
+
isOtherIncome: 1,
|
|
17205
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17206
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17207
|
+
},
|
|
17208
|
+
{
|
|
17209
|
+
id: 26,
|
|
17210
|
+
taxReturnCategory: {
|
|
17211
|
+
id: 12
|
|
17212
|
+
},
|
|
17213
|
+
code: 21,
|
|
17214
|
+
subCode: "D",
|
|
17215
|
+
taxReturnCode: "U",
|
|
17216
|
+
name: "Advertising for tenants",
|
|
17217
|
+
seq: 260,
|
|
17218
|
+
isOtherIncome: 1,
|
|
17219
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17220
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17221
|
+
},
|
|
17222
|
+
{
|
|
17223
|
+
id: 27,
|
|
17224
|
+
taxReturnCategory: {
|
|
17225
|
+
id: 12
|
|
17226
|
+
},
|
|
17227
|
+
code: 21,
|
|
17228
|
+
subCode: "E",
|
|
17229
|
+
taxReturnCode: "U",
|
|
17230
|
+
name: "Body Corporate Fees",
|
|
17231
|
+
seq: 270,
|
|
17232
|
+
isOtherIncome: 1,
|
|
17233
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17234
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17235
|
+
},
|
|
17236
|
+
{
|
|
17237
|
+
id: 28,
|
|
17238
|
+
taxReturnCategory: {
|
|
17239
|
+
id: 29
|
|
17240
|
+
},
|
|
17241
|
+
code: 21,
|
|
17242
|
+
subCode: "F",
|
|
17243
|
+
taxReturnCode: "U",
|
|
17244
|
+
name: "Borrowing Expenses",
|
|
17245
|
+
seq: 280,
|
|
17246
|
+
isOtherIncome: 1,
|
|
17247
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17248
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17249
|
+
},
|
|
17250
|
+
{
|
|
17251
|
+
id: 29,
|
|
17252
|
+
taxReturnCategory: {
|
|
17253
|
+
id: 12
|
|
17254
|
+
},
|
|
17255
|
+
code: 21,
|
|
17256
|
+
subCode: "G",
|
|
17257
|
+
taxReturnCode: "U",
|
|
17258
|
+
name: "Cleaning",
|
|
17259
|
+
seq: 290,
|
|
17260
|
+
isOtherIncome: 1,
|
|
17261
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17262
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17263
|
+
},
|
|
17264
|
+
{
|
|
17265
|
+
id: 30,
|
|
17266
|
+
taxReturnCategory: {
|
|
17267
|
+
id: 12
|
|
17268
|
+
},
|
|
17269
|
+
code: 21,
|
|
17270
|
+
subCode: "H",
|
|
17271
|
+
taxReturnCode: "U",
|
|
17272
|
+
name: "Council Rates",
|
|
17273
|
+
seq: 300,
|
|
17274
|
+
isOtherIncome: 1,
|
|
17275
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17276
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17277
|
+
},
|
|
17278
|
+
{
|
|
17279
|
+
id: 31,
|
|
17280
|
+
taxReturnCategory: {
|
|
17281
|
+
id: 12
|
|
17282
|
+
},
|
|
17283
|
+
code: 21,
|
|
17284
|
+
subCode: "J",
|
|
17285
|
+
taxReturnCode: "U",
|
|
17286
|
+
name: "Gardening / Lawn Mowing",
|
|
17287
|
+
seq: 310,
|
|
17288
|
+
isOtherIncome: 1,
|
|
17289
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17290
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17291
|
+
},
|
|
17292
|
+
{
|
|
17293
|
+
id: 32,
|
|
17294
|
+
taxReturnCategory: {
|
|
17295
|
+
id: 11
|
|
17296
|
+
},
|
|
17297
|
+
code: 21,
|
|
17298
|
+
subCode: "I",
|
|
17299
|
+
taxReturnCode: "U",
|
|
17300
|
+
name: "Plant & Equipment - Depreciation & Low Value Pool",
|
|
17301
|
+
seq: 320,
|
|
17302
|
+
isOtherIncome: 1,
|
|
17303
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17304
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17305
|
+
},
|
|
17306
|
+
{
|
|
17307
|
+
id: 33,
|
|
17308
|
+
taxReturnCategory: {
|
|
17309
|
+
id: 12
|
|
17310
|
+
},
|
|
17311
|
+
code: 21,
|
|
17312
|
+
subCode: "K",
|
|
17313
|
+
taxReturnCode: "U",
|
|
17314
|
+
name: "Insurance",
|
|
17315
|
+
seq: 330,
|
|
17316
|
+
isOtherIncome: 1,
|
|
17317
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17318
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17319
|
+
},
|
|
17320
|
+
{
|
|
17321
|
+
id: 34,
|
|
17322
|
+
taxReturnCategory: {
|
|
17323
|
+
id: 12
|
|
17324
|
+
},
|
|
17325
|
+
code: 21,
|
|
17326
|
+
subCode: "M",
|
|
17327
|
+
taxReturnCode: "U",
|
|
17328
|
+
name: "Land Tax",
|
|
17329
|
+
seq: 340,
|
|
17330
|
+
isOtherIncome: 1,
|
|
17331
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17332
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17333
|
+
},
|
|
17334
|
+
{
|
|
17335
|
+
id: 35,
|
|
17336
|
+
taxReturnCategory: {
|
|
17337
|
+
id: 12
|
|
17338
|
+
},
|
|
17339
|
+
code: 21,
|
|
17340
|
+
subCode: "N",
|
|
17341
|
+
taxReturnCode: "U",
|
|
17342
|
+
name: "Legal Fees",
|
|
17343
|
+
seq: 350,
|
|
17344
|
+
isOtherIncome: 1,
|
|
17345
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17346
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17347
|
+
},
|
|
17348
|
+
{
|
|
17349
|
+
id: 36,
|
|
17350
|
+
taxReturnCategory: {
|
|
17351
|
+
id: 12
|
|
17352
|
+
},
|
|
17353
|
+
code: 21,
|
|
17354
|
+
subCode: "O",
|
|
17355
|
+
taxReturnCode: "U",
|
|
17356
|
+
name: "Pest Control",
|
|
17357
|
+
seq: 360,
|
|
17358
|
+
isOtherIncome: 1,
|
|
17359
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17360
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17361
|
+
},
|
|
17362
|
+
{
|
|
17363
|
+
id: 37,
|
|
17364
|
+
taxReturnCategory: {
|
|
17365
|
+
id: 12
|
|
17366
|
+
},
|
|
17367
|
+
code: 21,
|
|
17368
|
+
subCode: "P",
|
|
17369
|
+
taxReturnCode: "U",
|
|
17370
|
+
name: "Property Management Fees",
|
|
17371
|
+
seq: 370,
|
|
17372
|
+
isOtherIncome: 1,
|
|
17373
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17374
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17375
|
+
},
|
|
17376
|
+
{
|
|
17377
|
+
id: 38,
|
|
17378
|
+
taxReturnCategory: {
|
|
17379
|
+
id: 12
|
|
17380
|
+
},
|
|
17381
|
+
code: 21,
|
|
17382
|
+
subCode: "Q",
|
|
17383
|
+
taxReturnCode: "U",
|
|
17384
|
+
name: "Repairs & Maintenance",
|
|
17385
|
+
seq: 380,
|
|
17386
|
+
isOtherIncome: 1,
|
|
17387
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17388
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17389
|
+
},
|
|
17390
|
+
{
|
|
17391
|
+
id: 39,
|
|
17392
|
+
taxReturnCategory: {
|
|
17393
|
+
id: 12
|
|
17394
|
+
},
|
|
17395
|
+
code: 21,
|
|
17396
|
+
subCode: "S",
|
|
17397
|
+
taxReturnCode: "U",
|
|
17398
|
+
name: "Stationery / Phone / Postage",
|
|
17399
|
+
seq: 390,
|
|
17400
|
+
isOtherIncome: 1,
|
|
17401
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17402
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17403
|
+
},
|
|
17404
|
+
{
|
|
17405
|
+
id: 40,
|
|
17406
|
+
taxReturnCategory: {
|
|
17407
|
+
id: 12
|
|
17408
|
+
},
|
|
17409
|
+
code: 21,
|
|
17410
|
+
subCode: "U",
|
|
17411
|
+
taxReturnCode: "U",
|
|
17412
|
+
name: "Water Charges",
|
|
17413
|
+
seq: 400,
|
|
17414
|
+
isOtherIncome: 1,
|
|
17415
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17416
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17417
|
+
},
|
|
17418
|
+
{
|
|
17419
|
+
id: 41,
|
|
17420
|
+
taxReturnCategory: {
|
|
17421
|
+
id: 12
|
|
17422
|
+
},
|
|
17423
|
+
code: 21,
|
|
17424
|
+
subCode: "V",
|
|
17425
|
+
taxReturnCode: "U",
|
|
17426
|
+
name: "Sundry Rental Expenses",
|
|
17427
|
+
seq: 410,
|
|
17428
|
+
isOtherIncome: 1,
|
|
17429
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17430
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17431
|
+
},
|
|
17432
|
+
{
|
|
17433
|
+
id: 42,
|
|
17434
|
+
taxReturnCategory: {
|
|
17435
|
+
id: 17
|
|
17436
|
+
},
|
|
17437
|
+
code: 22,
|
|
17438
|
+
subCode: "W",
|
|
17439
|
+
taxReturnCode: null,
|
|
17440
|
+
name: "Bonuses from life insurance companies and friendly societies",
|
|
17441
|
+
seq: 420,
|
|
17442
|
+
isOtherIncome: 1,
|
|
17443
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17444
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17445
|
+
},
|
|
17446
|
+
{
|
|
17447
|
+
id: 43,
|
|
17448
|
+
taxReturnCategory: {
|
|
17449
|
+
id: 39
|
|
17450
|
+
},
|
|
17451
|
+
code: 23,
|
|
17452
|
+
subCode: null,
|
|
17453
|
+
taxReturnCode: null,
|
|
17454
|
+
name: "Forestry managed investment scheme income",
|
|
17455
|
+
seq: 430,
|
|
17456
|
+
isOtherIncome: 1,
|
|
17457
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17458
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17459
|
+
},
|
|
17460
|
+
{
|
|
17461
|
+
id: 44,
|
|
17462
|
+
taxReturnCategory: {
|
|
17463
|
+
id: 40
|
|
17464
|
+
},
|
|
17465
|
+
code: 24,
|
|
17466
|
+
subCode: null,
|
|
17467
|
+
taxReturnCode: null,
|
|
17468
|
+
name: "Other income",
|
|
17469
|
+
seq: 440,
|
|
17470
|
+
isOtherIncome: 1,
|
|
17471
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17472
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17473
|
+
},
|
|
17474
|
+
{
|
|
17475
|
+
id: 45,
|
|
17476
|
+
taxReturnCategory: {
|
|
17477
|
+
id: 7
|
|
17478
|
+
},
|
|
17479
|
+
code: "D1",
|
|
17480
|
+
subCode: null,
|
|
17481
|
+
taxReturnCode: null,
|
|
17482
|
+
name: "Work-related car expenses",
|
|
17483
|
+
seq: 450,
|
|
17484
|
+
isOtherIncome: 0,
|
|
17485
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17486
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17487
|
+
},
|
|
17488
|
+
{
|
|
17489
|
+
id: 46,
|
|
17490
|
+
taxReturnCategory: {
|
|
17491
|
+
id: 7
|
|
17492
|
+
},
|
|
17493
|
+
code: "D1",
|
|
17494
|
+
subCode: "Claim S",
|
|
17495
|
+
taxReturnCode: null,
|
|
17496
|
+
name: "Klm's travelled for work",
|
|
17497
|
+
seq: 460,
|
|
17498
|
+
isOtherIncome: 0,
|
|
17499
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17500
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17501
|
+
},
|
|
17502
|
+
{
|
|
17503
|
+
id: 47,
|
|
17504
|
+
taxReturnCategory: {
|
|
17505
|
+
id: 7
|
|
17506
|
+
},
|
|
17507
|
+
code: "D1",
|
|
17508
|
+
subCode: "Claim B",
|
|
17509
|
+
taxReturnCode: null,
|
|
17510
|
+
name: "Depreciation - Vehicles",
|
|
17511
|
+
seq: 470,
|
|
17512
|
+
isOtherIncome: 0,
|
|
17513
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17514
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17515
|
+
},
|
|
17516
|
+
{
|
|
17517
|
+
id: 48,
|
|
17518
|
+
taxReturnCategory: {
|
|
17519
|
+
id: 7
|
|
17520
|
+
},
|
|
17521
|
+
code: "D2",
|
|
17522
|
+
subCode: null,
|
|
17523
|
+
taxReturnCode: null,
|
|
17524
|
+
name: "Work-related travel expenses",
|
|
17525
|
+
seq: 480,
|
|
17526
|
+
isOtherIncome: 0,
|
|
17527
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17528
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17529
|
+
},
|
|
17530
|
+
{
|
|
17531
|
+
id: 49,
|
|
17532
|
+
taxReturnCategory: {
|
|
17533
|
+
id: 7
|
|
17534
|
+
},
|
|
17535
|
+
code: "D2",
|
|
17536
|
+
subCode: "A",
|
|
17537
|
+
taxReturnCode: null,
|
|
17538
|
+
name: "Award Transport",
|
|
17539
|
+
seq: 490,
|
|
17540
|
+
isOtherIncome: 0,
|
|
17541
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17542
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17543
|
+
},
|
|
17544
|
+
{
|
|
17545
|
+
id: 50,
|
|
17546
|
+
taxReturnCategory: {
|
|
17547
|
+
id: 7
|
|
17548
|
+
},
|
|
17549
|
+
code: "D2",
|
|
17550
|
+
subCode: "D",
|
|
17551
|
+
taxReturnCode: null,
|
|
17552
|
+
name: "Domestic Transport",
|
|
17553
|
+
seq: 500,
|
|
17554
|
+
isOtherIncome: 0,
|
|
17555
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17556
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17557
|
+
},
|
|
17558
|
+
{
|
|
17559
|
+
id: 51,
|
|
17560
|
+
taxReturnCategory: {
|
|
17561
|
+
id: 7
|
|
17562
|
+
},
|
|
17563
|
+
code: "D2",
|
|
17564
|
+
subCode: "T",
|
|
17565
|
+
taxReturnCode: null,
|
|
17566
|
+
name: "Tolls",
|
|
17567
|
+
seq: 510,
|
|
17568
|
+
isOtherIncome: 0,
|
|
17569
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17570
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17571
|
+
},
|
|
17572
|
+
{
|
|
17573
|
+
id: 52,
|
|
17574
|
+
taxReturnCategory: {
|
|
17575
|
+
id: 7
|
|
17576
|
+
},
|
|
17577
|
+
code: "D2",
|
|
17578
|
+
subCode: "P",
|
|
17579
|
+
taxReturnCode: null,
|
|
17580
|
+
name: "Parking",
|
|
17581
|
+
seq: 520,
|
|
17582
|
+
isOtherIncome: 0,
|
|
17583
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17584
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17585
|
+
},
|
|
17586
|
+
{
|
|
17587
|
+
id: 53,
|
|
17588
|
+
taxReturnCategory: {
|
|
17589
|
+
id: 7
|
|
17590
|
+
},
|
|
17591
|
+
code: "D2",
|
|
17592
|
+
subCode: "V",
|
|
17593
|
+
taxReturnCode: null,
|
|
17594
|
+
name: "Hire Vehicle Expenses",
|
|
17595
|
+
seq: 530,
|
|
17596
|
+
isOtherIncome: 0,
|
|
17597
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17598
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17599
|
+
},
|
|
17600
|
+
{
|
|
17601
|
+
id: 54,
|
|
17602
|
+
taxReturnCategory: {
|
|
17603
|
+
id: 7
|
|
17604
|
+
},
|
|
17605
|
+
code: "D2",
|
|
17606
|
+
subCode: "O",
|
|
17607
|
+
taxReturnCode: null,
|
|
17608
|
+
name: "Travel Expenses - Other",
|
|
17609
|
+
seq: 540,
|
|
17610
|
+
isOtherIncome: 0,
|
|
17611
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17612
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17613
|
+
},
|
|
17614
|
+
{
|
|
17615
|
+
id: 55,
|
|
17616
|
+
taxReturnCategory: {
|
|
17617
|
+
id: 7
|
|
17618
|
+
},
|
|
17619
|
+
code: "D3",
|
|
17620
|
+
subCode: null,
|
|
17621
|
+
taxReturnCode: null,
|
|
17622
|
+
name: "Work-related clothing expenses",
|
|
17623
|
+
seq: 550,
|
|
17624
|
+
isOtherIncome: 0,
|
|
17625
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17626
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17627
|
+
},
|
|
17628
|
+
{
|
|
17629
|
+
id: 56,
|
|
17630
|
+
taxReturnCategory: {
|
|
17631
|
+
id: 7
|
|
17632
|
+
},
|
|
17633
|
+
code: "D3",
|
|
17634
|
+
subCode: "C",
|
|
17635
|
+
taxReturnCode: null,
|
|
17636
|
+
name: "Compulsory Work Uniform",
|
|
17637
|
+
seq: 560,
|
|
17638
|
+
isOtherIncome: 0,
|
|
17639
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17640
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17641
|
+
},
|
|
17642
|
+
{
|
|
17643
|
+
id: 57,
|
|
17644
|
+
taxReturnCategory: {
|
|
17645
|
+
id: 7
|
|
17646
|
+
},
|
|
17647
|
+
code: "D3",
|
|
17648
|
+
subCode: "P",
|
|
17649
|
+
taxReturnCode: null,
|
|
17650
|
+
name: "Hi Vis Workwear",
|
|
17651
|
+
seq: 570,
|
|
17652
|
+
isOtherIncome: 0,
|
|
17653
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17654
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17655
|
+
},
|
|
17656
|
+
{
|
|
17657
|
+
id: 58,
|
|
17658
|
+
taxReturnCategory: {
|
|
17659
|
+
id: 7
|
|
17660
|
+
},
|
|
17661
|
+
code: "D3",
|
|
17662
|
+
subCode: "S",
|
|
17663
|
+
taxReturnCode: null,
|
|
17664
|
+
name: "Occupational Specific Clothing",
|
|
17665
|
+
seq: 580,
|
|
17666
|
+
isOtherIncome: 0,
|
|
17667
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17668
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17669
|
+
},
|
|
17670
|
+
{
|
|
17671
|
+
id: 59,
|
|
17672
|
+
taxReturnCategory: {
|
|
17673
|
+
id: 7
|
|
17674
|
+
},
|
|
17675
|
+
code: "D4",
|
|
17676
|
+
subCode: null,
|
|
17677
|
+
taxReturnCode: null,
|
|
17678
|
+
name: "Work-related self-education expenses",
|
|
17679
|
+
seq: 590,
|
|
17680
|
+
isOtherIncome: 0,
|
|
17681
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17682
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17683
|
+
},
|
|
17684
|
+
{
|
|
17685
|
+
id: 60,
|
|
17686
|
+
taxReturnCategory: {
|
|
17687
|
+
id: 7
|
|
17688
|
+
},
|
|
17689
|
+
code: "D4",
|
|
17690
|
+
subCode: "A",
|
|
17691
|
+
taxReturnCode: null,
|
|
17692
|
+
name: "Course Fees",
|
|
17693
|
+
seq: 600,
|
|
17694
|
+
isOtherIncome: 0,
|
|
17695
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17696
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17697
|
+
},
|
|
17698
|
+
{
|
|
17699
|
+
id: 61,
|
|
17700
|
+
taxReturnCategory: {
|
|
17701
|
+
id: 7
|
|
17702
|
+
},
|
|
17703
|
+
code: "D5",
|
|
17704
|
+
subCode: null,
|
|
17705
|
+
taxReturnCode: null,
|
|
17706
|
+
name: "Other work-related expenses",
|
|
17707
|
+
seq: 610,
|
|
17708
|
+
isOtherIncome: 0,
|
|
17709
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17710
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17711
|
+
},
|
|
17712
|
+
{
|
|
17713
|
+
id: 62,
|
|
17714
|
+
taxReturnCategory: {
|
|
17715
|
+
id: 7
|
|
17716
|
+
},
|
|
17717
|
+
code: "D5",
|
|
17718
|
+
subCode: "A",
|
|
17719
|
+
taxReturnCode: null,
|
|
17720
|
+
name: "Mobile Phone",
|
|
17721
|
+
seq: 620,
|
|
17722
|
+
isOtherIncome: 0,
|
|
17723
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17724
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17725
|
+
},
|
|
17726
|
+
{
|
|
17727
|
+
id: 63,
|
|
17728
|
+
taxReturnCategory: {
|
|
17729
|
+
id: 7
|
|
17730
|
+
},
|
|
17731
|
+
code: "D5",
|
|
17732
|
+
subCode: "B",
|
|
17733
|
+
taxReturnCode: null,
|
|
17734
|
+
name: "Books, Journals",
|
|
17735
|
+
seq: 630,
|
|
17736
|
+
isOtherIncome: 0,
|
|
17737
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17738
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17739
|
+
},
|
|
17740
|
+
{
|
|
17741
|
+
id: 64,
|
|
17742
|
+
taxReturnCategory: {
|
|
17743
|
+
id: 7
|
|
17744
|
+
},
|
|
17745
|
+
code: "D5",
|
|
17746
|
+
subCode: "E",
|
|
17747
|
+
taxReturnCode: null,
|
|
17748
|
+
name: "Internet",
|
|
17749
|
+
seq: 640,
|
|
17750
|
+
isOtherIncome: 0,
|
|
17751
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17752
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17753
|
+
},
|
|
17754
|
+
{
|
|
17755
|
+
id: 65,
|
|
17756
|
+
taxReturnCategory: {
|
|
17757
|
+
id: 7
|
|
17758
|
+
},
|
|
17759
|
+
code: "D5",
|
|
17760
|
+
subCode: "F",
|
|
17761
|
+
taxReturnCode: null,
|
|
17762
|
+
name: "Financial Institutions Duty (FID)",
|
|
17763
|
+
seq: 650,
|
|
17764
|
+
isOtherIncome: 0,
|
|
17765
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17766
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17767
|
+
},
|
|
17768
|
+
{
|
|
17769
|
+
id: 66,
|
|
17770
|
+
taxReturnCategory: {
|
|
17771
|
+
id: 7
|
|
17772
|
+
},
|
|
17773
|
+
code: "D5",
|
|
17774
|
+
subCode: "G",
|
|
17775
|
+
taxReturnCode: null,
|
|
17776
|
+
name: "Subscriptions",
|
|
17777
|
+
seq: 660,
|
|
17778
|
+
isOtherIncome: 0,
|
|
17779
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17780
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17781
|
+
},
|
|
17782
|
+
{
|
|
17783
|
+
id: 67,
|
|
17784
|
+
taxReturnCategory: {
|
|
17785
|
+
id: 7
|
|
17786
|
+
},
|
|
17787
|
+
code: "D5",
|
|
17788
|
+
subCode: "H",
|
|
17789
|
+
taxReturnCode: null,
|
|
17790
|
+
name: "Home Office - Running",
|
|
17791
|
+
seq: 670,
|
|
17792
|
+
isOtherIncome: 0,
|
|
17793
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17794
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17795
|
+
},
|
|
17796
|
+
{
|
|
17797
|
+
id: 68,
|
|
17798
|
+
taxReturnCategory: {
|
|
17799
|
+
id: 7
|
|
17800
|
+
},
|
|
17801
|
+
code: "D5",
|
|
17802
|
+
subCode: "I",
|
|
17803
|
+
taxReturnCode: null,
|
|
17804
|
+
name: "Work-related depreciation",
|
|
17805
|
+
seq: 680,
|
|
17806
|
+
isOtherIncome: 0,
|
|
17807
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17808
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17809
|
+
},
|
|
17810
|
+
{
|
|
17811
|
+
id: 70,
|
|
17812
|
+
taxReturnCategory: {
|
|
17813
|
+
id: 7
|
|
17814
|
+
},
|
|
17815
|
+
code: "D5",
|
|
17816
|
+
subCode: "J",
|
|
17817
|
+
taxReturnCode: null,
|
|
17818
|
+
name: "Home Office - Occupancy",
|
|
17819
|
+
seq: 700,
|
|
17820
|
+
isOtherIncome: 0,
|
|
17821
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17822
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17823
|
+
},
|
|
17824
|
+
{
|
|
17825
|
+
id: 71,
|
|
17826
|
+
taxReturnCategory: {
|
|
17827
|
+
id: 7
|
|
17828
|
+
},
|
|
17829
|
+
code: "D5",
|
|
17830
|
+
subCode: "M",
|
|
17831
|
+
taxReturnCode: null,
|
|
17832
|
+
name: "Award Overtime Meal Allowance Expense",
|
|
17833
|
+
seq: 710,
|
|
17834
|
+
isOtherIncome: 0,
|
|
17835
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17836
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17837
|
+
},
|
|
17838
|
+
{
|
|
17839
|
+
id: 72,
|
|
17840
|
+
taxReturnCategory: {
|
|
17841
|
+
id: 7
|
|
17842
|
+
},
|
|
17843
|
+
code: "D5",
|
|
17844
|
+
subCode: "N",
|
|
17845
|
+
taxReturnCode: null,
|
|
17846
|
+
name: "Newspaper",
|
|
17847
|
+
seq: 720,
|
|
17848
|
+
isOtherIncome: 0,
|
|
17849
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17850
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17851
|
+
},
|
|
17852
|
+
{
|
|
17853
|
+
id: 73,
|
|
17854
|
+
taxReturnCategory: {
|
|
17855
|
+
id: 7
|
|
17856
|
+
},
|
|
17857
|
+
code: "D5",
|
|
17858
|
+
subCode: "P",
|
|
17859
|
+
taxReturnCode: null,
|
|
17860
|
+
name: "Printing, Postage & Stationery",
|
|
17861
|
+
seq: 730,
|
|
17862
|
+
isOtherIncome: 0,
|
|
17863
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17864
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17865
|
+
},
|
|
17866
|
+
{
|
|
17867
|
+
id: 74,
|
|
17868
|
+
taxReturnCategory: {
|
|
17869
|
+
id: 7
|
|
17870
|
+
},
|
|
17871
|
+
code: "D5",
|
|
17872
|
+
subCode: "S",
|
|
17873
|
+
taxReturnCode: null,
|
|
17874
|
+
name: "Seminars, workshops and courses",
|
|
17875
|
+
seq: 740,
|
|
17876
|
+
isOtherIncome: 0,
|
|
17877
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17878
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17879
|
+
},
|
|
17880
|
+
{
|
|
17881
|
+
id: 75,
|
|
17882
|
+
taxReturnCategory: {
|
|
17883
|
+
id: 7
|
|
17884
|
+
},
|
|
17885
|
+
code: "D5",
|
|
17886
|
+
subCode: "T",
|
|
17887
|
+
taxReturnCode: null,
|
|
17888
|
+
name: "Telephone",
|
|
17889
|
+
seq: 750,
|
|
17890
|
+
isOtherIncome: 0,
|
|
17891
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17892
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17893
|
+
},
|
|
17894
|
+
{
|
|
17895
|
+
id: 76,
|
|
17896
|
+
taxReturnCategory: {
|
|
17897
|
+
id: 7
|
|
17898
|
+
},
|
|
17899
|
+
code: "D5",
|
|
17900
|
+
subCode: "U",
|
|
17901
|
+
taxReturnCode: null,
|
|
17902
|
+
name: "Union Fees",
|
|
17903
|
+
seq: 760,
|
|
17904
|
+
isOtherIncome: 0,
|
|
17905
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17906
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17907
|
+
},
|
|
17908
|
+
{
|
|
17909
|
+
id: 77,
|
|
17910
|
+
taxReturnCategory: {
|
|
17911
|
+
id: 7
|
|
17912
|
+
},
|
|
17913
|
+
code: "D5",
|
|
17914
|
+
subCode: "O",
|
|
17915
|
+
taxReturnCode: null,
|
|
17916
|
+
name: "Other work-related expenses",
|
|
17917
|
+
seq: 770,
|
|
17918
|
+
isOtherIncome: 0,
|
|
17919
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17920
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17921
|
+
},
|
|
17922
|
+
{
|
|
17923
|
+
id: 78,
|
|
17924
|
+
taxReturnCategory: {
|
|
17925
|
+
id: 7
|
|
17926
|
+
},
|
|
17927
|
+
code: "D6",
|
|
17928
|
+
subCode: null,
|
|
17929
|
+
taxReturnCode: null,
|
|
17930
|
+
name: "Low-value pool deduction",
|
|
17931
|
+
seq: 780,
|
|
17932
|
+
isOtherIncome: 0,
|
|
17933
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17934
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17935
|
+
},
|
|
17936
|
+
{
|
|
17937
|
+
id: 79,
|
|
17938
|
+
taxReturnCategory: {
|
|
17939
|
+
id: 7
|
|
17940
|
+
},
|
|
17941
|
+
code: "D7",
|
|
17942
|
+
subCode: null,
|
|
17943
|
+
taxReturnCode: null,
|
|
17944
|
+
name: "Interest Deductions",
|
|
17945
|
+
seq: 790,
|
|
17946
|
+
isOtherIncome: 0,
|
|
17947
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17948
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17949
|
+
},
|
|
17950
|
+
{
|
|
17951
|
+
id: 80,
|
|
17952
|
+
taxReturnCategory: {
|
|
17953
|
+
id: 7
|
|
17954
|
+
},
|
|
17955
|
+
code: "D7",
|
|
17956
|
+
subCode: "BL",
|
|
17957
|
+
taxReturnCode: null,
|
|
17958
|
+
name: "Interest Deductions - Linked Bonded & Notes",
|
|
17959
|
+
seq: 800,
|
|
17960
|
+
isOtherIncome: 0,
|
|
17961
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17962
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17963
|
+
},
|
|
17964
|
+
{
|
|
17965
|
+
id: 81,
|
|
17966
|
+
taxReturnCategory: {
|
|
17967
|
+
id: 7
|
|
17968
|
+
},
|
|
17969
|
+
code: "D7",
|
|
17970
|
+
subCode: "BO",
|
|
17971
|
+
taxReturnCode: null,
|
|
17972
|
+
name: "Interest Deductions - Bonds Other",
|
|
17973
|
+
seq: 810,
|
|
17974
|
+
isOtherIncome: 0,
|
|
17975
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17976
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17977
|
+
},
|
|
17978
|
+
{
|
|
17979
|
+
id: 82,
|
|
17980
|
+
taxReturnCategory: {
|
|
17981
|
+
id: 7
|
|
17982
|
+
},
|
|
17983
|
+
code: "D7",
|
|
17984
|
+
subCode: "CN",
|
|
17985
|
+
taxReturnCode: null,
|
|
17986
|
+
name: "Interest Deductions - Convertible Notes",
|
|
17987
|
+
seq: 820,
|
|
17988
|
+
isOtherIncome: 0,
|
|
17989
|
+
createdAt: "2020-06-01 00:00:00",
|
|
17990
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
17991
|
+
},
|
|
17992
|
+
{
|
|
17993
|
+
id: 83,
|
|
17994
|
+
taxReturnCategory: {
|
|
17995
|
+
id: 7
|
|
17996
|
+
},
|
|
17997
|
+
code: "D7",
|
|
17998
|
+
subCode: "CP",
|
|
17999
|
+
taxReturnCode: null,
|
|
18000
|
+
name: "Interest Deductions - Convertible Preference Shares",
|
|
18001
|
+
seq: 830,
|
|
18002
|
+
isOtherIncome: 0,
|
|
18003
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18004
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18005
|
+
},
|
|
18006
|
+
{
|
|
18007
|
+
id: 84,
|
|
18008
|
+
taxReturnCategory: {
|
|
18009
|
+
id: 7
|
|
18010
|
+
},
|
|
18011
|
+
code: "D7",
|
|
18012
|
+
subCode: "IR",
|
|
18013
|
+
taxReturnCode: null,
|
|
18014
|
+
name: "Interest Deductions - Instalment Receipts",
|
|
18015
|
+
seq: 840,
|
|
18016
|
+
isOtherIncome: 0,
|
|
18017
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18018
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18019
|
+
},
|
|
18020
|
+
{
|
|
18021
|
+
id: 85,
|
|
18022
|
+
taxReturnCategory: {
|
|
18023
|
+
id: 7
|
|
18024
|
+
},
|
|
18025
|
+
code: "D7",
|
|
18026
|
+
subCode: "MA",
|
|
18027
|
+
taxReturnCode: null,
|
|
18028
|
+
name: "Interest Deductions - Allocated Pensions & Annuities",
|
|
18029
|
+
seq: 850,
|
|
18030
|
+
isOtherIncome: 0,
|
|
18031
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18032
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18033
|
+
},
|
|
18034
|
+
{
|
|
18035
|
+
id: 86,
|
|
18036
|
+
taxReturnCategory: {
|
|
18037
|
+
id: 7
|
|
18038
|
+
},
|
|
18039
|
+
code: "D7",
|
|
18040
|
+
subCode: "MF",
|
|
18041
|
+
taxReturnCode: null,
|
|
18042
|
+
name: "Interest Deductions - Friendly Society",
|
|
18043
|
+
seq: 860,
|
|
18044
|
+
isOtherIncome: 0,
|
|
18045
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18046
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18047
|
+
},
|
|
18048
|
+
{
|
|
18049
|
+
id: 87,
|
|
18050
|
+
taxReturnCategory: {
|
|
18051
|
+
id: 7
|
|
18052
|
+
},
|
|
18053
|
+
code: "D8",
|
|
18054
|
+
subCode: null,
|
|
18055
|
+
taxReturnCode: null,
|
|
18056
|
+
name: "Dividend Deductions",
|
|
18057
|
+
seq: 870,
|
|
18058
|
+
isOtherIncome: 0,
|
|
18059
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18060
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18061
|
+
},
|
|
18062
|
+
{
|
|
18063
|
+
id: 88,
|
|
18064
|
+
taxReturnCategory: {
|
|
18065
|
+
id: 7
|
|
18066
|
+
},
|
|
18067
|
+
code: "D8",
|
|
18068
|
+
subCode: "BL",
|
|
18069
|
+
taxReturnCode: null,
|
|
18070
|
+
name: "Dividend Deductions - Linked Bonded & Notes",
|
|
18071
|
+
seq: 880,
|
|
18072
|
+
isOtherIncome: 0,
|
|
18073
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18074
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18075
|
+
},
|
|
18076
|
+
{
|
|
18077
|
+
id: 89,
|
|
18078
|
+
taxReturnCategory: {
|
|
18079
|
+
id: 7
|
|
18080
|
+
},
|
|
18081
|
+
code: "D8",
|
|
18082
|
+
subCode: "BO",
|
|
18083
|
+
taxReturnCode: null,
|
|
18084
|
+
name: "Dividend Deductions - Bonds Other",
|
|
18085
|
+
seq: 890,
|
|
18086
|
+
isOtherIncome: 0,
|
|
18087
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18088
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18089
|
+
},
|
|
18090
|
+
{
|
|
18091
|
+
id: 90,
|
|
18092
|
+
taxReturnCategory: {
|
|
18093
|
+
id: 7
|
|
18094
|
+
},
|
|
18095
|
+
code: "D8",
|
|
18096
|
+
subCode: "CN",
|
|
18097
|
+
taxReturnCode: null,
|
|
18098
|
+
name: "Dividend Deductions - Convertible Notes",
|
|
18099
|
+
seq: 900,
|
|
18100
|
+
isOtherIncome: 0,
|
|
18101
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18102
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18103
|
+
},
|
|
18104
|
+
{
|
|
18105
|
+
id: 91,
|
|
18106
|
+
taxReturnCategory: {
|
|
18107
|
+
id: 7
|
|
18108
|
+
},
|
|
18109
|
+
code: "D8",
|
|
18110
|
+
subCode: "CP",
|
|
18111
|
+
taxReturnCode: null,
|
|
18112
|
+
name: "Dividend Deductions - Convertible Preference Share",
|
|
18113
|
+
seq: 910,
|
|
18114
|
+
isOtherIncome: 0,
|
|
18115
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18116
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18117
|
+
},
|
|
18118
|
+
{
|
|
18119
|
+
id: 92,
|
|
18120
|
+
taxReturnCategory: {
|
|
18121
|
+
id: 7
|
|
18122
|
+
},
|
|
18123
|
+
code: "D8",
|
|
18124
|
+
subCode: "MA",
|
|
18125
|
+
taxReturnCode: null,
|
|
18126
|
+
name: "Dividend Deductions - Allocated Pensions & Annuities",
|
|
18127
|
+
seq: 920,
|
|
18128
|
+
isOtherIncome: 0,
|
|
18129
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18130
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18131
|
+
},
|
|
18132
|
+
{
|
|
18133
|
+
id: 93,
|
|
18134
|
+
taxReturnCategory: {
|
|
18135
|
+
id: 7
|
|
18136
|
+
},
|
|
18137
|
+
code: "D8",
|
|
18138
|
+
subCode: "MF",
|
|
18139
|
+
taxReturnCode: null,
|
|
18140
|
+
name: "Dividend Deductions - Friendly Society",
|
|
18141
|
+
seq: 930,
|
|
18142
|
+
isOtherIncome: 0,
|
|
18143
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18144
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18145
|
+
},
|
|
18146
|
+
{
|
|
18147
|
+
id: 94,
|
|
18148
|
+
taxReturnCategory: {
|
|
18149
|
+
id: 7
|
|
18150
|
+
},
|
|
18151
|
+
code: "D9",
|
|
18152
|
+
subCode: "J",
|
|
18153
|
+
taxReturnCode: null,
|
|
18154
|
+
name: "Gifts or donations",
|
|
18155
|
+
seq: 940,
|
|
18156
|
+
isOtherIncome: 0,
|
|
18157
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18158
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18159
|
+
},
|
|
18160
|
+
{
|
|
18161
|
+
id: 95,
|
|
18162
|
+
taxReturnCategory: {
|
|
18163
|
+
id: 7
|
|
18164
|
+
},
|
|
18165
|
+
code: "D10",
|
|
18166
|
+
subCode: null,
|
|
18167
|
+
taxReturnCode: null,
|
|
18168
|
+
name: "Cost of managing tax affairs",
|
|
18169
|
+
seq: 950,
|
|
18170
|
+
isOtherIncome: 0,
|
|
18171
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18172
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18173
|
+
},
|
|
18174
|
+
{
|
|
18175
|
+
id: 96,
|
|
18176
|
+
taxReturnCategory: {
|
|
18177
|
+
id: 7
|
|
18178
|
+
},
|
|
18179
|
+
code: "D10",
|
|
18180
|
+
subCode: "N",
|
|
18181
|
+
taxReturnCode: null,
|
|
18182
|
+
name: "Interest Charged by ATO",
|
|
18183
|
+
seq: 960,
|
|
18184
|
+
isOtherIncome: 0,
|
|
18185
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18186
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18187
|
+
},
|
|
18188
|
+
{
|
|
18189
|
+
id: 97,
|
|
18190
|
+
taxReturnCategory: {
|
|
18191
|
+
id: 7
|
|
18192
|
+
},
|
|
18193
|
+
code: "D10",
|
|
18194
|
+
subCode: "L",
|
|
18195
|
+
taxReturnCode: null,
|
|
18196
|
+
name: "Litigation Costs",
|
|
18197
|
+
seq: 970,
|
|
18198
|
+
isOtherIncome: 0,
|
|
18199
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18200
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18201
|
+
},
|
|
18202
|
+
{
|
|
18203
|
+
id: 98,
|
|
18204
|
+
taxReturnCategory: {
|
|
18205
|
+
id: 7
|
|
18206
|
+
},
|
|
18207
|
+
code: "D10",
|
|
18208
|
+
subCode: "M",
|
|
18209
|
+
taxReturnCode: null,
|
|
18210
|
+
name: "Accounting Fees",
|
|
18211
|
+
seq: 980,
|
|
18212
|
+
isOtherIncome: 0,
|
|
18213
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18214
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18215
|
+
},
|
|
18216
|
+
{
|
|
18217
|
+
id: 99,
|
|
18218
|
+
taxReturnCategory: {
|
|
18219
|
+
id: 7
|
|
18220
|
+
},
|
|
18221
|
+
code: "D11",
|
|
18222
|
+
subCode: null,
|
|
18223
|
+
taxReturnCode: null,
|
|
18224
|
+
name: "Deductible amount of undeducted purchase price of a foreign pension or annuity",
|
|
18225
|
+
seq: 990,
|
|
18226
|
+
isOtherIncome: 0,
|
|
18227
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18228
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18229
|
+
},
|
|
18230
|
+
{
|
|
18231
|
+
id: 100,
|
|
18232
|
+
taxReturnCategory: {
|
|
18233
|
+
id: 18
|
|
18234
|
+
},
|
|
18235
|
+
code: "D12",
|
|
18236
|
+
subCode: null,
|
|
18237
|
+
taxReturnCode: null,
|
|
18238
|
+
name: "Personal superannuation contributions",
|
|
18239
|
+
seq: 1000,
|
|
18240
|
+
isOtherIncome: 0,
|
|
18241
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18242
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18243
|
+
},
|
|
18244
|
+
{
|
|
18245
|
+
id: 101,
|
|
18246
|
+
taxReturnCategory: {
|
|
18247
|
+
id: 18
|
|
18248
|
+
},
|
|
18249
|
+
code: "D12",
|
|
18250
|
+
subCode: "H",
|
|
18251
|
+
taxReturnCode: null,
|
|
18252
|
+
name: "Personal Super Contributions (Non-Deductible)",
|
|
18253
|
+
seq: 1010,
|
|
18254
|
+
isOtherIncome: 0,
|
|
18255
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18256
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18257
|
+
},
|
|
18258
|
+
{
|
|
18259
|
+
id: 102,
|
|
18260
|
+
taxReturnCategory: {
|
|
18261
|
+
id: 18
|
|
18262
|
+
},
|
|
18263
|
+
code: "D13",
|
|
18264
|
+
subCode: null,
|
|
18265
|
+
taxReturnCode: null,
|
|
18266
|
+
name: "Deduction for project pool",
|
|
18267
|
+
seq: 1020,
|
|
18268
|
+
isOtherIncome: 0,
|
|
18269
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18270
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18271
|
+
},
|
|
18272
|
+
{
|
|
18273
|
+
id: 103,
|
|
18274
|
+
taxReturnCategory: {
|
|
18275
|
+
id: 18
|
|
18276
|
+
},
|
|
18277
|
+
code: "D14",
|
|
18278
|
+
subCode: "A",
|
|
18279
|
+
taxReturnCode: null,
|
|
18280
|
+
name: "Forestry managed investment scheme deduction",
|
|
18281
|
+
seq: 1030,
|
|
18282
|
+
isOtherIncome: 0,
|
|
18283
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18284
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18285
|
+
},
|
|
18286
|
+
{
|
|
18287
|
+
id: 104,
|
|
18288
|
+
taxReturnCategory: {
|
|
18289
|
+
id: 18
|
|
18290
|
+
},
|
|
18291
|
+
code: "D15",
|
|
18292
|
+
subCode: "O",
|
|
18293
|
+
taxReturnCode: null,
|
|
18294
|
+
name: "Non capital losses on disposal of assets",
|
|
18295
|
+
seq: 1040,
|
|
18296
|
+
isOtherIncome: 0,
|
|
18297
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18298
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18299
|
+
},
|
|
18300
|
+
{
|
|
18301
|
+
id: 105,
|
|
18302
|
+
taxReturnCategory: {
|
|
18303
|
+
id: 18
|
|
18304
|
+
},
|
|
18305
|
+
code: "D15",
|
|
18306
|
+
subCode: "P",
|
|
18307
|
+
taxReturnCode: null,
|
|
18308
|
+
name: "Income Protection Insurance",
|
|
18309
|
+
seq: 1050,
|
|
18310
|
+
isOtherIncome: 0,
|
|
18311
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18312
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18313
|
+
},
|
|
18314
|
+
{
|
|
18315
|
+
id: 133,
|
|
18316
|
+
taxReturnCategory: {
|
|
18317
|
+
id: 18
|
|
18318
|
+
},
|
|
18319
|
+
code: "D16",
|
|
18320
|
+
subCode: null,
|
|
18321
|
+
taxReturnCode: null,
|
|
18322
|
+
name: "Private income and expenses",
|
|
18323
|
+
seq: 1330,
|
|
18324
|
+
isOtherIncome: 0,
|
|
18325
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18326
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18327
|
+
},
|
|
18328
|
+
{
|
|
18329
|
+
id: 134,
|
|
18330
|
+
taxReturnCategory: {
|
|
18331
|
+
id: 31
|
|
18332
|
+
},
|
|
18333
|
+
code: 3,
|
|
18334
|
+
subCode: "H",
|
|
18335
|
+
taxReturnCode: null,
|
|
18336
|
+
name: "Lump Sum B",
|
|
18337
|
+
seq: 35,
|
|
18338
|
+
isOtherIncome: 0,
|
|
18339
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18340
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18341
|
+
},
|
|
18342
|
+
{
|
|
18343
|
+
id: 135,
|
|
18344
|
+
taxReturnCategory: {
|
|
18345
|
+
id: 40
|
|
18346
|
+
},
|
|
18347
|
+
code: 24,
|
|
18348
|
+
subCode: "E",
|
|
18349
|
+
taxReturnCode: null,
|
|
18350
|
+
name: "Tax Withheld Lump Sum payments in arrears",
|
|
18351
|
+
seq: 441,
|
|
18352
|
+
isOtherIncome: 1,
|
|
18353
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18354
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18355
|
+
},
|
|
18356
|
+
{
|
|
18357
|
+
id: 136,
|
|
18358
|
+
taxReturnCategory: {
|
|
18359
|
+
id: 40
|
|
18360
|
+
},
|
|
18361
|
+
code: 24,
|
|
18362
|
+
subCode: "Y",
|
|
18363
|
+
taxReturnCode: null,
|
|
18364
|
+
name: "Other Income - Category 1",
|
|
18365
|
+
seq: 442,
|
|
18366
|
+
isOtherIncome: 1,
|
|
18367
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18368
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18369
|
+
},
|
|
18370
|
+
{
|
|
18371
|
+
id: 137,
|
|
18372
|
+
taxReturnCategory: {
|
|
18373
|
+
id: 40
|
|
18374
|
+
},
|
|
18375
|
+
code: 24,
|
|
18376
|
+
subCode: "V",
|
|
18377
|
+
taxReturnCode: null,
|
|
18378
|
+
name: "Other Income - Ctaegory 4",
|
|
18379
|
+
seq: 443,
|
|
18380
|
+
isOtherIncome: 1,
|
|
18381
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18382
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18383
|
+
},
|
|
18384
|
+
{
|
|
18385
|
+
id: 138,
|
|
18386
|
+
taxReturnCategory: {
|
|
18387
|
+
id: 40
|
|
18388
|
+
},
|
|
18389
|
+
code: 24,
|
|
18390
|
+
subCode: "Z",
|
|
18391
|
+
taxReturnCode: null,
|
|
18392
|
+
name: "Taxable Professional Income",
|
|
18393
|
+
seq: 444,
|
|
18394
|
+
isOtherIncome: 1,
|
|
18395
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18396
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18397
|
+
},
|
|
18398
|
+
{
|
|
18399
|
+
id: 139,
|
|
18400
|
+
taxReturnCategory: {
|
|
18401
|
+
id: 40
|
|
18402
|
+
},
|
|
18403
|
+
code: 24,
|
|
18404
|
+
subCode: "X",
|
|
18405
|
+
taxReturnCode: null,
|
|
18406
|
+
name: "Other Income - Category 2 - ATO Interest",
|
|
18407
|
+
seq: 445,
|
|
18408
|
+
isOtherIncome: 1,
|
|
18409
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18410
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18411
|
+
},
|
|
18412
|
+
{
|
|
18413
|
+
id: 140,
|
|
18414
|
+
taxReturnCategory: {
|
|
18415
|
+
id: 6
|
|
18416
|
+
},
|
|
18417
|
+
code: 11,
|
|
18418
|
+
subCode: null,
|
|
18419
|
+
taxReturnCode: null,
|
|
18420
|
+
name: "Dividends",
|
|
18421
|
+
seq: 111,
|
|
18422
|
+
isOtherIncome: 1,
|
|
18423
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18424
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18425
|
+
},
|
|
18426
|
+
{
|
|
18427
|
+
id: 144,
|
|
18428
|
+
taxReturnCategory: {
|
|
18429
|
+
id: 3
|
|
18430
|
+
},
|
|
18431
|
+
code: 7,
|
|
18432
|
+
subCode: "J",
|
|
18433
|
+
taxReturnCode: null,
|
|
18434
|
+
name: "Superannuation income streams - Taxed Element",
|
|
18435
|
+
seq: 71,
|
|
18436
|
+
isOtherIncome: 1,
|
|
18437
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18438
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18439
|
+
},
|
|
18440
|
+
{
|
|
18441
|
+
id: 145,
|
|
18442
|
+
taxReturnCategory: {
|
|
18443
|
+
id: 3
|
|
18444
|
+
},
|
|
18445
|
+
code: 7,
|
|
18446
|
+
subCode: "N",
|
|
18447
|
+
taxReturnCode: null,
|
|
18448
|
+
name: "Superannuation income streams - Untaxed Element",
|
|
18449
|
+
seq: 72,
|
|
18450
|
+
isOtherIncome: 1,
|
|
18451
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18452
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18453
|
+
},
|
|
18454
|
+
{
|
|
18455
|
+
id: 146,
|
|
18456
|
+
taxReturnCategory: {
|
|
18457
|
+
id: 3
|
|
18458
|
+
},
|
|
18459
|
+
code: 7,
|
|
18460
|
+
subCode: "M",
|
|
18461
|
+
taxReturnCode: null,
|
|
18462
|
+
name: "Assessable Amount From Capped Benefit",
|
|
18463
|
+
seq: 73,
|
|
18464
|
+
isOtherIncome: 1,
|
|
18465
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18466
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18467
|
+
},
|
|
18468
|
+
{
|
|
18469
|
+
id: 147,
|
|
18470
|
+
taxReturnCategory: {
|
|
18471
|
+
id: 3
|
|
18472
|
+
},
|
|
18473
|
+
code: 7,
|
|
18474
|
+
subCode: "Y",
|
|
18475
|
+
taxReturnCode: null,
|
|
18476
|
+
name: "Lump Sum in Arrears - Taxed Element",
|
|
18477
|
+
seq: 74,
|
|
18478
|
+
isOtherIncome: 1,
|
|
18479
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18480
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18481
|
+
},
|
|
18482
|
+
{
|
|
18483
|
+
id: 148,
|
|
18484
|
+
taxReturnCategory: {
|
|
18485
|
+
id: 3
|
|
18486
|
+
},
|
|
18487
|
+
code: 7,
|
|
18488
|
+
subCode: "Z",
|
|
18489
|
+
taxReturnCode: null,
|
|
18490
|
+
name: "Lump Sum in Arrears - Untaxed Element",
|
|
18491
|
+
seq: 75,
|
|
18492
|
+
isOtherIncome: 1,
|
|
18493
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18494
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18495
|
+
},
|
|
18496
|
+
{
|
|
18497
|
+
id: 149,
|
|
18498
|
+
taxReturnCategory: {
|
|
18499
|
+
id: 34
|
|
18500
|
+
},
|
|
18501
|
+
code: 8,
|
|
18502
|
+
subCode: "Q",
|
|
18503
|
+
taxReturnCode: null,
|
|
18504
|
+
name: "Superannuation Lump Sum Payments - Taxed Element",
|
|
18505
|
+
seq: 81,
|
|
18506
|
+
isOtherIncome: 1,
|
|
18507
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18508
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18509
|
+
},
|
|
18510
|
+
{
|
|
18511
|
+
id: 150,
|
|
18512
|
+
taxReturnCategory: {
|
|
18513
|
+
id: 34
|
|
18514
|
+
},
|
|
18515
|
+
code: 8,
|
|
18516
|
+
subCode: "P",
|
|
18517
|
+
taxReturnCode: null,
|
|
18518
|
+
name: "Superannuation Lump Sum Payments - Untaxed Element",
|
|
18519
|
+
seq: 82,
|
|
18520
|
+
isOtherIncome: 1,
|
|
18521
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18522
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18523
|
+
},
|
|
18524
|
+
{
|
|
18525
|
+
id: 151,
|
|
18526
|
+
taxReturnCategory: {
|
|
18527
|
+
id: 35
|
|
18528
|
+
},
|
|
18529
|
+
code: 12,
|
|
18530
|
+
subCode: "D",
|
|
18531
|
+
taxReturnCode: null,
|
|
18532
|
+
name: "Discount From Taxed Upfront Schemes - Eligible for reduction",
|
|
18533
|
+
seq: 121,
|
|
18534
|
+
isOtherIncome: 1,
|
|
18535
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18536
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18537
|
+
},
|
|
18538
|
+
{
|
|
18539
|
+
id: 152,
|
|
18540
|
+
taxReturnCategory: {
|
|
18541
|
+
id: 35
|
|
18542
|
+
},
|
|
18543
|
+
code: 12,
|
|
18544
|
+
subCode: "E",
|
|
18545
|
+
taxReturnCode: null,
|
|
18546
|
+
name: "Discount From Taxed Upfront Schemes - Not Eligible for reduction",
|
|
18547
|
+
seq: 122,
|
|
18548
|
+
isOtherIncome: 1,
|
|
18549
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18550
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18551
|
+
},
|
|
18552
|
+
{
|
|
18553
|
+
id: 153,
|
|
18554
|
+
taxReturnCategory: {
|
|
18555
|
+
id: 35
|
|
18556
|
+
},
|
|
18557
|
+
code: 12,
|
|
18558
|
+
subCode: "F",
|
|
18559
|
+
taxReturnCode: null,
|
|
18560
|
+
name: "Discount From Deferral Schemes",
|
|
18561
|
+
seq: 123,
|
|
18562
|
+
isOtherIncome: 1,
|
|
18563
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18564
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18565
|
+
},
|
|
18566
|
+
{
|
|
18567
|
+
id: 154,
|
|
18568
|
+
taxReturnCategory: {
|
|
18569
|
+
id: 36
|
|
18570
|
+
},
|
|
18571
|
+
code: 13,
|
|
18572
|
+
subCode: "O",
|
|
18573
|
+
taxReturnCode: null,
|
|
18574
|
+
name: "Partnership Income",
|
|
18575
|
+
seq: 131,
|
|
18576
|
+
isOtherIncome: 1,
|
|
18577
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18578
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18579
|
+
},
|
|
18580
|
+
{
|
|
18581
|
+
id: 155,
|
|
18582
|
+
taxReturnCategory: {
|
|
18583
|
+
id: 37
|
|
18584
|
+
},
|
|
18585
|
+
code: 13,
|
|
18586
|
+
subCode: "U",
|
|
18587
|
+
taxReturnCode: null,
|
|
18588
|
+
name: "Trust Income",
|
|
18589
|
+
seq: 132,
|
|
18590
|
+
isOtherIncome: 1,
|
|
18591
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18592
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18593
|
+
},
|
|
18594
|
+
{
|
|
18595
|
+
id: 156,
|
|
18596
|
+
taxReturnCategory: {
|
|
18597
|
+
id: 36
|
|
18598
|
+
},
|
|
18599
|
+
code: 13,
|
|
18600
|
+
subCode: "B",
|
|
18601
|
+
taxReturnCode: null,
|
|
18602
|
+
name: "Partnership Expenses",
|
|
18603
|
+
seq: 133,
|
|
18604
|
+
isOtherIncome: 1,
|
|
18605
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18606
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18607
|
+
},
|
|
18608
|
+
{
|
|
18609
|
+
id: 157,
|
|
18610
|
+
taxReturnCategory: {
|
|
18611
|
+
id: 37
|
|
18612
|
+
},
|
|
18613
|
+
code: 13,
|
|
18614
|
+
subCode: "Y",
|
|
18615
|
+
taxReturnCode: null,
|
|
18616
|
+
name: "Trust Expenses",
|
|
18617
|
+
seq: 134,
|
|
18618
|
+
isOtherIncome: 1,
|
|
18619
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18620
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18621
|
+
},
|
|
18622
|
+
{
|
|
18623
|
+
id: 158,
|
|
18624
|
+
taxReturnCategory: {
|
|
18625
|
+
id: 14
|
|
18626
|
+
},
|
|
18627
|
+
code: 14,
|
|
18628
|
+
subCode: "O",
|
|
18629
|
+
taxReturnCode: null,
|
|
18630
|
+
name: "Personal services income (PSI) - labour hire or other",
|
|
18631
|
+
seq: 141,
|
|
18632
|
+
isOtherIncome: 1,
|
|
18633
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18634
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18635
|
+
},
|
|
18636
|
+
{
|
|
18637
|
+
id: 159,
|
|
18638
|
+
taxReturnCategory: {
|
|
18639
|
+
id: 14
|
|
18640
|
+
},
|
|
18641
|
+
code: 14,
|
|
18642
|
+
subCode: "V",
|
|
18643
|
+
taxReturnCode: null,
|
|
18644
|
+
name: "Personal services income (PSI) - voluntary agreement",
|
|
18645
|
+
seq: 148,
|
|
18646
|
+
isOtherIncome: 1,
|
|
18647
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18648
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18649
|
+
},
|
|
18650
|
+
{
|
|
18651
|
+
id: 160,
|
|
18652
|
+
taxReturnCategory: {
|
|
18653
|
+
id: 18
|
|
18654
|
+
},
|
|
18655
|
+
code: "D15",
|
|
18656
|
+
subCode: "D",
|
|
18657
|
+
taxReturnCode: null,
|
|
18658
|
+
name: "Foreign exchange losses",
|
|
18659
|
+
seq: 1055,
|
|
18660
|
+
isOtherIncome: 0,
|
|
18661
|
+
createdAt: "2020-06-01 00:00:00",
|
|
18662
|
+
updatedAt: "2020-06-01 00:00:00"
|
|
18663
|
+
},
|
|
18664
|
+
{
|
|
18665
|
+
id: 161,
|
|
18666
|
+
taxReturnCategory: {
|
|
18667
|
+
id: 42
|
|
18668
|
+
},
|
|
18669
|
+
code: 15,
|
|
18670
|
+
subCode: "D",
|
|
18671
|
+
taxReturnCode: null,
|
|
18672
|
+
name: "Gross payments - no ABN given",
|
|
18673
|
+
seq: 1500,
|
|
18674
|
+
isOtherIncome: 0,
|
|
18675
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18676
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18677
|
+
},
|
|
18678
|
+
{
|
|
18679
|
+
id: 162,
|
|
18680
|
+
taxReturnCategory: {
|
|
18681
|
+
id: 43
|
|
18682
|
+
},
|
|
18683
|
+
code: 15,
|
|
18684
|
+
subCode: "F",
|
|
18685
|
+
taxReturnCode: null,
|
|
18686
|
+
name: "Gross payments - Voluntary agreement",
|
|
18687
|
+
seq: 1510,
|
|
18688
|
+
isOtherIncome: 0,
|
|
18689
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18690
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18691
|
+
},
|
|
18692
|
+
{
|
|
18693
|
+
id: 163,
|
|
18694
|
+
taxReturnCategory: {
|
|
18695
|
+
id: 50
|
|
18696
|
+
},
|
|
18697
|
+
code: 15,
|
|
18698
|
+
subCode: "G",
|
|
18699
|
+
taxReturnCode: null,
|
|
18700
|
+
name: "Superannuation expenses",
|
|
18701
|
+
seq: 1520,
|
|
18702
|
+
isOtherIncome: 0,
|
|
18703
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18704
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18705
|
+
},
|
|
18706
|
+
{
|
|
18707
|
+
id: 164,
|
|
18708
|
+
taxReturnCategory: {
|
|
18709
|
+
id: 45
|
|
18710
|
+
},
|
|
18711
|
+
code: 15,
|
|
18712
|
+
subCode: "H",
|
|
18713
|
+
taxReturnCode: null,
|
|
18714
|
+
name: "Assessable Government Payments",
|
|
18715
|
+
seq: 1530,
|
|
18716
|
+
isOtherIncome: 0,
|
|
18717
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18718
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18719
|
+
},
|
|
18720
|
+
{
|
|
18721
|
+
id: 165,
|
|
18722
|
+
taxReturnCategory: {
|
|
18723
|
+
id: 51
|
|
18724
|
+
},
|
|
18725
|
+
code: 15,
|
|
18726
|
+
subCode: "I",
|
|
18727
|
+
taxReturnCode: null,
|
|
18728
|
+
name: "Bad debts",
|
|
18729
|
+
seq: 1540,
|
|
18730
|
+
isOtherIncome: 0,
|
|
18731
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18732
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18733
|
+
},
|
|
18734
|
+
{
|
|
18735
|
+
id: 166,
|
|
18736
|
+
taxReturnCategory: {
|
|
18737
|
+
id: 46
|
|
18738
|
+
},
|
|
18739
|
+
code: 15,
|
|
18740
|
+
subCode: "U",
|
|
18741
|
+
taxReturnCode: null,
|
|
18742
|
+
name: "Other Business Income",
|
|
18743
|
+
seq: 1550,
|
|
18744
|
+
isOtherIncome: 0,
|
|
18745
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18746
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18747
|
+
},
|
|
18748
|
+
{
|
|
18749
|
+
id: 167,
|
|
18750
|
+
taxReturnCategory: {
|
|
18751
|
+
id: 53
|
|
18752
|
+
},
|
|
18753
|
+
code: 15,
|
|
18754
|
+
subCode: "K",
|
|
18755
|
+
taxReturnCode: null,
|
|
18756
|
+
name: "Rent expenses",
|
|
18757
|
+
seq: 1560,
|
|
18758
|
+
isOtherIncome: 0,
|
|
18759
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18760
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18761
|
+
},
|
|
18762
|
+
{
|
|
18763
|
+
id: 168,
|
|
18764
|
+
taxReturnCategory: {
|
|
18765
|
+
id: 48
|
|
18766
|
+
},
|
|
18767
|
+
code: 15,
|
|
18768
|
+
subCode: "L",
|
|
18769
|
+
taxReturnCode: null,
|
|
18770
|
+
name: "Purchases and other costs",
|
|
18771
|
+
seq: 1570,
|
|
18772
|
+
isOtherIncome: 0,
|
|
18773
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18774
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18775
|
+
},
|
|
18776
|
+
{
|
|
18777
|
+
id: 169,
|
|
18778
|
+
taxReturnCategory: {
|
|
18779
|
+
id: 56
|
|
18780
|
+
},
|
|
18781
|
+
code: 15,
|
|
18782
|
+
subCode: "M",
|
|
18783
|
+
taxReturnCode: null,
|
|
18784
|
+
name: "Depreciation expenses",
|
|
18785
|
+
seq: 1580,
|
|
18786
|
+
isOtherIncome: 0,
|
|
18787
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18788
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18789
|
+
},
|
|
18790
|
+
{
|
|
18791
|
+
id: 170,
|
|
18792
|
+
taxReturnCategory: {
|
|
18793
|
+
id: 57
|
|
18794
|
+
},
|
|
18795
|
+
code: 15,
|
|
18796
|
+
subCode: "N",
|
|
18797
|
+
taxReturnCode: null,
|
|
18798
|
+
name: "Motor vehicle expenses",
|
|
18799
|
+
seq: 1590,
|
|
18800
|
+
isOtherIncome: 0,
|
|
18801
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18802
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18803
|
+
},
|
|
18804
|
+
{
|
|
18805
|
+
id: 171,
|
|
18806
|
+
taxReturnCategory: {
|
|
18807
|
+
id: 44
|
|
18808
|
+
},
|
|
18809
|
+
code: 15,
|
|
18810
|
+
subCode: "O",
|
|
18811
|
+
taxReturnCode: null,
|
|
18812
|
+
name: "Gross payments - Labour hire or other",
|
|
18813
|
+
seq: 1600,
|
|
18814
|
+
isOtherIncome: 0,
|
|
18815
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18816
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18817
|
+
},
|
|
18818
|
+
{
|
|
18819
|
+
id: 172,
|
|
18820
|
+
taxReturnCategory: {
|
|
18821
|
+
id: 58
|
|
18822
|
+
},
|
|
18823
|
+
code: 15,
|
|
18824
|
+
subCode: "P",
|
|
18825
|
+
taxReturnCode: null,
|
|
18826
|
+
name: "All other expenses",
|
|
18827
|
+
seq: 1610,
|
|
18828
|
+
isOtherIncome: 0,
|
|
18829
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18830
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18831
|
+
},
|
|
18832
|
+
{
|
|
18833
|
+
id: 173,
|
|
18834
|
+
taxReturnCategory: {
|
|
18835
|
+
id: 54
|
|
18836
|
+
},
|
|
18837
|
+
code: 15,
|
|
18838
|
+
subCode: "Q",
|
|
18839
|
+
taxReturnCode: null,
|
|
18840
|
+
name: "Interest expenses within Australia",
|
|
18841
|
+
seq: 1620,
|
|
18842
|
+
isOtherIncome: 0,
|
|
18843
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18844
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18845
|
+
},
|
|
18846
|
+
{
|
|
18847
|
+
id: 174,
|
|
18848
|
+
taxReturnCategory: {
|
|
18849
|
+
id: 55
|
|
18850
|
+
},
|
|
18851
|
+
code: 15,
|
|
18852
|
+
subCode: "R",
|
|
18853
|
+
taxReturnCode: null,
|
|
18854
|
+
name: "Interest expenses overseas",
|
|
18855
|
+
seq: 1630,
|
|
18856
|
+
isOtherIncome: 0,
|
|
18857
|
+
createdAt: "2022-07-29 00:00:00",
|
|
18858
|
+
updatedAt: "2022-07-29 00:00:00"
|
|
18859
|
+
},
|
|
18860
|
+
{
|
|
18861
|
+
id: 175,
|
|
18862
|
+
taxReturnCategory: {
|
|
18863
|
+
id: 49
|
|
18864
|
+
},
|
|
18865
|
+
code: 15,
|
|
18866
|
+
subCode: "F",
|
|
18867
|
+
taxReturnCode: null,
|
|
18868
|
+
name: "Contractors, subcontractors & commission expenses",
|
|
18869
|
+
seq: 1575,
|
|
18870
|
+
isOtherIncome: 0,
|
|
18871
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18872
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18873
|
+
},
|
|
18874
|
+
{
|
|
18875
|
+
id: 176,
|
|
18876
|
+
taxReturnCategory: {
|
|
18877
|
+
id: 52
|
|
18878
|
+
},
|
|
18879
|
+
code: 15,
|
|
18880
|
+
subCode: "J",
|
|
18881
|
+
taxReturnCode: null,
|
|
18882
|
+
name: "Lease expenses",
|
|
18883
|
+
seq: 1545,
|
|
18884
|
+
isOtherIncome: 0,
|
|
18885
|
+
createdAt: "2022-08-31 00:00:00",
|
|
18886
|
+
updatedAt: "2022-08-31 00:00:00"
|
|
18887
|
+
},
|
|
18888
|
+
{
|
|
18889
|
+
id: 177,
|
|
18890
|
+
taxReturnCategory: {
|
|
18891
|
+
id: 14
|
|
18892
|
+
},
|
|
18893
|
+
code: 14,
|
|
18894
|
+
subCode: "J",
|
|
18895
|
+
taxReturnCode: null,
|
|
18896
|
+
name: "Personal services income (PSI) - Other",
|
|
18897
|
+
seq: 142,
|
|
18898
|
+
isOtherIncome: 1,
|
|
18899
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18900
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18901
|
+
},
|
|
18902
|
+
{
|
|
18903
|
+
id: 178,
|
|
18904
|
+
taxReturnCategory: {
|
|
18905
|
+
id: 14
|
|
18906
|
+
},
|
|
18907
|
+
code: 14,
|
|
18908
|
+
subCode: "K",
|
|
18909
|
+
taxReturnCode: null,
|
|
18910
|
+
name: "Personal services income (PSI) - Deductions Associates",
|
|
18911
|
+
seq: 143,
|
|
18912
|
+
isOtherIncome: 1,
|
|
18913
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18914
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18915
|
+
},
|
|
18916
|
+
{
|
|
18917
|
+
id: 179,
|
|
18918
|
+
taxReturnCategory: {
|
|
18919
|
+
id: 14
|
|
18920
|
+
},
|
|
18921
|
+
code: 14,
|
|
18922
|
+
subCode: "L",
|
|
18923
|
+
taxReturnCode: null,
|
|
18924
|
+
name: "Personal services income (PSI) - Deductions Other",
|
|
18925
|
+
seq: 144,
|
|
18926
|
+
isOtherIncome: 1,
|
|
18927
|
+
createdAt: "2022-10-15 00:00:00",
|
|
18928
|
+
updatedAt: "2022-10-15 00:00:00"
|
|
18929
|
+
}
|
|
18930
|
+
];
|
|
18931
|
+
|
|
18932
|
+
class TaxReturnItemService extends DataService {
|
|
18933
|
+
constructor() {
|
|
18934
|
+
super();
|
|
18935
|
+
this.modelClass = TaxReturnItem;
|
|
18936
|
+
this.collectionClass = Collection;
|
|
18937
|
+
this.setCache(TaxReturnItems);
|
|
18938
|
+
}
|
|
18939
|
+
}
|
|
18940
|
+
TaxReturnItemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
18941
|
+
TaxReturnItemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, providedIn: 'root' });
|
|
18942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TaxReturnItemService, decorators: [{
|
|
16763
18943
|
type: Injectable,
|
|
16764
18944
|
args: [{
|
|
16765
18945
|
providedIn: 'root'
|
|
@@ -16979,9 +19159,9 @@ class AccountSetupService {
|
|
|
16979
19159
|
return this.create(AccountSetupItemsEnum.BANK_FEEDS, this.bankAccountsService.getArray());
|
|
16980
19160
|
}
|
|
16981
19161
|
}
|
|
16982
|
-
AccountSetupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
16983
|
-
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
16984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19162
|
+
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 });
|
|
19163
|
+
AccountSetupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, providedIn: 'root' });
|
|
19164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AccountSetupService, decorators: [{
|
|
16985
19165
|
type: Injectable,
|
|
16986
19166
|
args: [{
|
|
16987
19167
|
providedIn: 'root'
|
|
@@ -17007,9 +19187,9 @@ class RewardfulService {
|
|
|
17007
19187
|
});
|
|
17008
19188
|
}
|
|
17009
19189
|
}
|
|
17010
|
-
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17011
|
-
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17012
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19190
|
+
RewardfulService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19191
|
+
RewardfulService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, providedIn: 'root' });
|
|
19192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: RewardfulService, decorators: [{
|
|
17013
19193
|
type: Injectable,
|
|
17014
19194
|
args: [{
|
|
17015
19195
|
providedIn: 'root'
|
|
@@ -17056,9 +19236,9 @@ class AssetsService {
|
|
|
17056
19236
|
return this.http.delete(`${this.environment.apiV2}/${asset.entityType}/${entityId}/${asset.type}/${asset.id}`);
|
|
17057
19237
|
}
|
|
17058
19238
|
}
|
|
17059
|
-
AssetsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17060
|
-
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17061
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19239
|
+
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 });
|
|
19240
|
+
AssetsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, providedIn: 'root' });
|
|
19241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: AssetsService, decorators: [{
|
|
17062
19242
|
type: Injectable,
|
|
17063
19243
|
args: [{
|
|
17064
19244
|
providedIn: 'root'
|
|
@@ -17119,9 +19299,9 @@ class BankTransactionCalculationService {
|
|
|
17119
19299
|
return allocations.getByBankTransactionsIds(bankTransactions.debitTransactions.getIds()).amount;
|
|
17120
19300
|
}
|
|
17121
19301
|
}
|
|
17122
|
-
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17123
|
-
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17124
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19302
|
+
BankTransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19303
|
+
BankTransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, providedIn: 'root' });
|
|
19304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankTransactionCalculationService, decorators: [{
|
|
17125
19305
|
type: Injectable,
|
|
17126
19306
|
args: [{
|
|
17127
19307
|
providedIn: 'root'
|
|
@@ -17150,9 +19330,9 @@ class BankAccountCalculationService {
|
|
|
17150
19330
|
return bankAccounts.currentBalance - this.getTaxTankBalance(bankAccounts.getLoanAccounts(), bankTransactions, allocations);
|
|
17151
19331
|
}
|
|
17152
19332
|
}
|
|
17153
|
-
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17154
|
-
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17155
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19333
|
+
BankAccountCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, deps: [{ token: BankTransactionCalculationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19334
|
+
BankAccountCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, providedIn: 'root' });
|
|
19335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BankAccountCalculationService, decorators: [{
|
|
17156
19336
|
type: Injectable,
|
|
17157
19337
|
args: [{
|
|
17158
19338
|
providedIn: 'root'
|
|
@@ -17180,9 +19360,9 @@ class ExportFormatterService {
|
|
|
17180
19360
|
}));
|
|
17181
19361
|
}
|
|
17182
19362
|
}
|
|
17183
|
-
ExportFormatterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17184
|
-
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17185
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19363
|
+
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 });
|
|
19364
|
+
ExportFormatterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, providedIn: 'root' });
|
|
19365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: ExportFormatterService, decorators: [{
|
|
17186
19366
|
type: Injectable,
|
|
17187
19367
|
args: [{
|
|
17188
19368
|
providedIn: 'root'
|
|
@@ -17203,9 +19383,9 @@ class HeaderTitleService {
|
|
|
17203
19383
|
}), filter((route) => route.outlet === 'primary'), mergeMap((route) => route.data));
|
|
17204
19384
|
}
|
|
17205
19385
|
}
|
|
17206
|
-
HeaderTitleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17207
|
-
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19386
|
+
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 });
|
|
19387
|
+
HeaderTitleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, providedIn: 'root' });
|
|
19388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: HeaderTitleService, decorators: [{
|
|
17209
19389
|
type: Injectable,
|
|
17210
19390
|
args: [{
|
|
17211
19391
|
providedIn: 'root'
|
|
@@ -17239,9 +19419,9 @@ class IntercomService {
|
|
|
17239
19419
|
window.Intercom('boot', connectionCredentials);
|
|
17240
19420
|
}
|
|
17241
19421
|
}
|
|
17242
|
-
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17243
|
-
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19422
|
+
IntercomService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, deps: [{ token: 'environment' }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19423
|
+
IntercomService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, providedIn: 'root' });
|
|
19424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: IntercomService, decorators: [{
|
|
17245
19425
|
type: Injectable,
|
|
17246
19426
|
args: [{
|
|
17247
19427
|
providedIn: 'root'
|
|
@@ -17313,9 +19493,9 @@ class PdfFromDomElementService {
|
|
|
17313
19493
|
.then((blob) => new File([blob], filename, { type: 'application/pdf' })));
|
|
17314
19494
|
}
|
|
17315
19495
|
}
|
|
17316
|
-
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17317
|
-
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19496
|
+
PdfFromDomElementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19497
|
+
PdfFromDomElementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, providedIn: 'root' });
|
|
19498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDomElementService, decorators: [{
|
|
17319
19499
|
type: Injectable,
|
|
17320
19500
|
args: [{
|
|
17321
19501
|
providedIn: 'root'
|
|
@@ -17409,9 +19589,9 @@ class PdfFromTableService {
|
|
|
17409
19589
|
.setTextColor(FILE_SETTINGS.text.colorPrimary);
|
|
17410
19590
|
}
|
|
17411
19591
|
}
|
|
17412
|
-
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17413
|
-
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19592
|
+
PdfFromTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19593
|
+
PdfFromTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, providedIn: 'root' });
|
|
19594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromTableService, decorators: [{
|
|
17415
19595
|
type: Injectable,
|
|
17416
19596
|
args: [{
|
|
17417
19597
|
providedIn: 'root'
|
|
@@ -17445,9 +19625,9 @@ class PdfFromDataTableService extends PdfFromTableService {
|
|
|
17445
19625
|
return pdf;
|
|
17446
19626
|
}
|
|
17447
19627
|
}
|
|
17448
|
-
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17449
|
-
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19628
|
+
PdfFromDataTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, deps: [{ token: ExportFormatterService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19629
|
+
PdfFromDataTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, providedIn: 'root' });
|
|
19630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromDataTableService, decorators: [{
|
|
17451
19631
|
type: Injectable,
|
|
17452
19632
|
args: [{
|
|
17453
19633
|
providedIn: 'root'
|
|
@@ -17480,9 +19660,9 @@ class PdfFromHtmlTableService extends PdfFromTableService {
|
|
|
17480
19660
|
return pdf;
|
|
17481
19661
|
}
|
|
17482
19662
|
}
|
|
17483
|
-
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17484
|
-
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19663
|
+
PdfFromHtmlTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
19664
|
+
PdfFromHtmlTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, providedIn: 'root' });
|
|
19665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PdfFromHtmlTableService, decorators: [{
|
|
17486
19666
|
type: Injectable,
|
|
17487
19667
|
args: [{
|
|
17488
19668
|
providedIn: 'root'
|
|
@@ -17509,9 +19689,9 @@ class EquityPositionChartService {
|
|
|
17509
19689
|
}))));
|
|
17510
19690
|
}
|
|
17511
19691
|
}
|
|
17512
|
-
EquityPositionChartService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17513
|
-
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19692
|
+
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 });
|
|
19693
|
+
EquityPositionChartService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, providedIn: 'root' });
|
|
19694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: EquityPositionChartService, decorators: [{
|
|
17515
19695
|
type: Injectable,
|
|
17516
19696
|
args: [{
|
|
17517
19697
|
providedIn: 'root'
|
|
@@ -17666,9 +19846,9 @@ class PropertyCalculationService {
|
|
|
17666
19846
|
}
|
|
17667
19847
|
}
|
|
17668
19848
|
}
|
|
17669
|
-
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17670
|
-
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19849
|
+
PropertyCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19850
|
+
PropertyCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, providedIn: 'root' });
|
|
19851
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyCalculationService, decorators: [{
|
|
17672
19852
|
type: Injectable,
|
|
17673
19853
|
args: [{
|
|
17674
19854
|
providedIn: 'root'
|
|
@@ -17719,9 +19899,9 @@ class PropertyTransactionReportService {
|
|
|
17719
19899
|
.getWithoutBorrowingExpenses()));
|
|
17720
19900
|
}
|
|
17721
19901
|
}
|
|
17722
|
-
PropertyTransactionReportService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17723
|
-
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19902
|
+
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 });
|
|
19903
|
+
PropertyTransactionReportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, providedIn: 'root' });
|
|
19904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: PropertyTransactionReportService, decorators: [{
|
|
17725
19905
|
type: Injectable,
|
|
17726
19906
|
args: [{
|
|
17727
19907
|
providedIn: 'root'
|
|
@@ -17789,9 +19969,9 @@ class TransactionCalculationService {
|
|
|
17789
19969
|
return bankTransactions.sumBy('amount') - allocations.getByBankTransactionsIds(bankTransactions.getIds()).sumBy('amount');
|
|
17790
19970
|
}
|
|
17791
19971
|
}
|
|
17792
|
-
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17793
|
-
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
19972
|
+
TransactionCalculationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
19973
|
+
TransactionCalculationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, providedIn: 'root' });
|
|
19974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: TransactionCalculationService, decorators: [{
|
|
17795
19975
|
type: Injectable,
|
|
17796
19976
|
args: [{
|
|
17797
19977
|
providedIn: 'root'
|
|
@@ -17851,9 +20031,9 @@ class LogbookBestPeriodService {
|
|
|
17851
20031
|
});
|
|
17852
20032
|
}
|
|
17853
20033
|
}
|
|
17854
|
-
LogbookBestPeriodService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17855
|
-
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20034
|
+
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 });
|
|
20035
|
+
LogbookBestPeriodService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, providedIn: 'root' });
|
|
20036
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: LogbookBestPeriodService, decorators: [{
|
|
17857
20037
|
type: Injectable,
|
|
17858
20038
|
args: [{
|
|
17859
20039
|
providedIn: 'root'
|
|
@@ -17932,9 +20112,9 @@ class XlsxService {
|
|
|
17932
20112
|
FileSaver.saveAs(data, `${fileName}.xlsx`);
|
|
17933
20113
|
}
|
|
17934
20114
|
}
|
|
17935
|
-
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
|
17936
|
-
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
|
17937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
|
20115
|
+
XlsxService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
20116
|
+
XlsxService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, providedIn: 'root' });
|
|
20117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: XlsxService, decorators: [{
|
|
17938
20118
|
type: Injectable,
|
|
17939
20119
|
args: [{
|
|
17940
20120
|
providedIn: 'root'
|
|
@@ -21147,5 +23327,5 @@ var MessagesEnum;
|
|
|
21147
23327
|
* Generated bundle index. Do not edit.
|
|
21148
23328
|
*/
|
|
21149
23329
|
|
|
21150
|
-
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 };
|
|
23330
|
+
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 };
|
|
21151
23331
|
//# sourceMappingURL=taxtank-core.mjs.map
|