taxtank-core 0.33.93 → 0.33.95
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/README.md +5 -5
- package/esm2022/common/public-api.mjs +1 -1
- package/esm2022/common/src/common.module.mjs +1 -1
- package/esm2022/common/src/db/enums/index.mjs +1 -1
- package/esm2022/common/src/db/enums/user/index.mjs +1 -1
- package/esm2022/common/src/db/enums/user/user-roles.enum.mjs +1 -1
- package/esm2022/common/src/db/index.mjs +1 -1
- package/esm2022/common/src/interceptors/jwt-interceptor.mjs +1 -1
- package/esm2022/common/src/services/auth/auth-messages.enum.mjs +1 -1
- package/esm2022/common/src/services/auth/auth-tokens.interface.mjs +1 -1
- package/esm2022/common/src/services/auth/auth.service.mjs +1 -1
- package/esm2022/common/src/services/auth/index.mjs +1 -1
- package/esm2022/common/src/services/auth/jwt-decoded.interface.mjs +1 -1
- package/esm2022/common/src/services/auth/jwt.service.mjs +1 -1
- package/esm2022/common/src/services/index.mjs +1 -1
- package/esm2022/common/src/services/mixpanel.service.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/src/lib/collections/account-setup-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/allocation-group.collection.mjs +1 -1
- package/esm2022/src/lib/collections/allocation-rule.collection.mjs +1 -1
- package/esm2022/src/lib/collections/asset-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/bank-account.collection.mjs +1 -1
- package/esm2022/src/lib/collections/bank-transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chart-accounts/chart-accounts-value.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/collections/chart-accounts.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/chat.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/index.mjs +1 -1
- package/esm2022/src/lib/collections/chat/message-document.collection.mjs +1 -1
- package/esm2022/src/lib/collections/chat/message.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-invite.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-movement.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client-portfolio-report.collection.mjs +1 -1
- package/esm2022/src/lib/collections/client.collection.mjs +1 -1
- package/esm2022/src/lib/collections/collection-dictionary.mjs +1 -1
- package/esm2022/src/lib/collections/depreciation-forecast.collection.mjs +1 -1
- package/esm2022/src/lib/collections/depreciation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/exportable.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/employee-invite.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/employee.collection.mjs +1 -1
- package/esm2022/src/lib/collections/firm/index.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding-trade.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding-type.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/holding.collection.mjs +1 -1
- package/esm2022/src/lib/collections/holding/index.mjs +1 -1
- package/esm2022/src/lib/collections/home-office/home-office-claim.collection.mjs +1 -1
- package/esm2022/src/lib/collections/home-office/index.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/income-source-forecast.collection.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/income-source.collection.mjs +1 -1
- package/esm2022/src/lib/collections/income-source/index.mjs +1 -1
- package/esm2022/src/lib/collections/index.mjs +1 -1
- package/esm2022/src/lib/collections/loan/index.mjs +1 -1
- package/esm2022/src/lib/collections/loan/loan-payment.collection.mjs +1 -1
- package/esm2022/src/lib/collections/loan/loan.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/index.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-category-movement.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/property-sale-tax-exemption-meta-field.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-sale/property-sale.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-share.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property-valuation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/property.collection.mjs +1 -1
- package/esm2022/src/lib/collections/property/tax-exemption.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/depreciation/depreciation-lvp-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/depreciation/depreciation-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/income-expense/transaction-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/index.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item-depreciation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item-transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/property/property-report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/report/vehicle-expense/vehicle-expense.collection.mjs +1 -1
- package/esm2022/src/lib/collections/sole/index.mjs +1 -1
- package/esm2022/src/lib/collections/sole/sole-business-loss.collection.mjs +1 -1
- package/esm2022/src/lib/collections/sole/sole-invoice-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/sole/sole-invoice.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/index.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-price.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-product.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/service-subscription.collection.mjs +1 -1
- package/esm2022/src/lib/collections/subscription/subscription-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-review.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/index.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/report-item.collection.mjs +1 -1
- package/esm2022/src/lib/collections/tax-summary/tax-return-categories.const.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/index.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction-allocation.collection.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction-base.collection.mjs +1 -1
- package/esm2022/src/lib/collections/transaction/transaction.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user/user.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user-event-setting.collection.mjs +1 -1
- package/esm2022/src/lib/collections/user-event-type-collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/best-vehicle-logbook.collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/vehicle-claim.collection.mjs +1 -1
- package/esm2022/src/lib/collections/vehicle/vehicle-logbook.collection.mjs +1 -1
- package/esm2022/src/lib/core.module.mjs +1 -1
- package/esm2022/src/lib/db/Enums/address-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/annual-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-comparison-operator.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-field.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-condition-operator.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/allocation-rule/allocation-rule-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/allocation-rule/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-account-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-account-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-connection-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-popular.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-provider.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/bank-transaction-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-bank-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type-label.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-interest-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-payout-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type-label.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-repayment-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/bank/loan/loan-vehicle-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/business-chart-accounts.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-adjustment-included-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-category.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-etp.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-tax-deductible.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-taxable.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-heading-vehicle-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-holding-untaxed-income-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-keep-sign.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-meta-field-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-property-adjustments-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-salary-adjustments-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/chart-accounts-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/chat-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-work-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-details-working-holiday-maker.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/client-invite-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/client/timezone.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-calculation-percent.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/depreciation-write-off-amount.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/document-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/file-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/employee-invite-role.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/firm-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/firm/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/holding-trade-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/holding-type-category.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/holding-type-exchange-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/holding/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/home-office/home-office-claim-method.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/home-office/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-forecast-trust-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-holding.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-other.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-sole.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type-list-work.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/income-source-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/income-source/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/phone-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-category-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption-meta-field.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-sale/tax-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-share-access.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/property/property-share-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/registration-invite-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/salary-forecast-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/service-notification-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/service-notification-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/setup-item-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/sole-depreciation-method.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-state.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-statuses.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-tax-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-template-tax-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/spare-document-spare-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-method-card-brand.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-method-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-payment-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-recurring-interval.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-price-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-product-id.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-product-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/subscription/service-subscription-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tank-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-calculation-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-calculation-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-category-section.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-return/tax-return-item.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-review-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-list.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-section.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/tax-summary-tax-summary.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-feedback.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/ticket-types.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-operation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-source.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/transaction-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user/gender.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user/index.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-client-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-employee-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-frequency.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-event-type-user-type.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-medicare-exemption.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-status.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-title.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-work-depreciation-calculation.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/user-working-holiday-maker.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/vehicle-claim-details-method.enum.mjs +1 -1
- package/esm2022/src/lib/db/Enums/vehicle-logbook-purpose.enum.mjs +1 -1
- package/esm2022/src/lib/db/Models/abstract-model.mjs +1 -1
- package/esm2022/src/lib/db/Models/address.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account-balance.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account-property.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-account.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-connection.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-transaction-import.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank-transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/bank.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/basiq-job-step.enum.mjs +1 -1
- package/esm2022/src/lib/db/Models/bank/basiq-job.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/budget-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/budget.mjs +1 -1
- package/esm2022/src/lib/db/Models/budget/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-heading.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts-value.mjs +1 -1
- package/esm2022/src/lib/db/Models/chart-accounts/chart-accounts.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/annual-client-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/client-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/client/occupation.mjs +1 -1
- package/esm2022/src/lib/db/Models/country.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation-capital-project.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/depreciation/depreciation.mjs +1 -7
- package/esm2022/src/lib/db/Models/document/document-folder.mjs +1 -1
- package/esm2022/src/lib/db/Models/document/folder-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/document/property-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/file.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/accountant/tax-review.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/accountant/ticket.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/chat.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/client-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/client-movement.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/employee-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/firm-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/firm.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/message-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/firm/message.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-sale.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-trade-import.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-trade.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-type-exchange.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/holding-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/holding/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/income-source.mjs +1 -1
- package/esm2022/src/lib/db/Models/incomeSource/salary-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/borrowing-expense-loan.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/borrowing-expense.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/loan-payout.mjs +1 -1
- package/esm2022/src/lib/db/Models/loan/loan.mjs +1 -1
- package/esm2022/src/lib/db/Models/observable-model.mjs +1 -1
- package/esm2022/src/lib/db/Models/phone.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/borrowing-report.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-category-movement.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/property-sale.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-sale/tax-exemption.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-share.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-subscription.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property-valuation.mjs +1 -1
- package/esm2022/src/lib/db/Models/property/property.mjs +1 -1
- package/esm2022/src/lib/db/Models/service-notification.mjs +1 -1
- package/esm2022/src/lib/db/Models/setup-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/bas-report.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-activity.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-allocation.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-loss-offset-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business-loss.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-business.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-contact.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-depreciation-method.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-forecast.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice-template.mjs +1 -1
- package/esm2022/src/lib/db/Models/sole/sole-invoice.mjs +1 -1
- package/esm2022/src/lib/db/Models/spare/spare-document-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/spare/spare-document.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-payment-method.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-payment.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-price.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-product.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-subscription-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/subscription/service-subscription.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-calculation.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return-item.mjs +1 -1
- package/esm2022/src/lib/db/Models/tax-return/tax-return.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-condition.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule-transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/allocation-rule.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-allocation.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-base.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/db/Models/transaction/transaction.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/employee-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/registration-invite.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-setting.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-type-category.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event-type.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user-event.mjs +1 -1
- package/esm2022/src/lib/db/Models/user/user.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle-claim-details.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle-claim.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle-logbook.mjs +1 -1
- package/esm2022/src/lib/db/Models/vehicle/vehicle.mjs +1 -1
- package/esm2022/src/lib/db-static/chart-accounts/chart-accounts-values.mjs +1 -1
- package/esm2022/src/lib/forms/abstract.form.mjs +1 -1
- package/esm2022/src/lib/forms/address/address.form.mjs +1 -1
- package/esm2022/src/lib/forms/address/index.mjs +1 -1
- package/esm2022/src/lib/forms/aussie/aussie-appointment.form.mjs +1 -1
- package/esm2022/src/lib/forms/aussie/aussie-confirmation.form.mjs +1 -1
- package/esm2022/src/lib/forms/aussie/aussie-store.form.mjs +1 -1
- package/esm2022/src/lib/forms/aussie/index.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-add-manual.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-allocation.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-account-properties.form.mjs +1 -1
- package/esm2022/src/lib/forms/bank/bank-account/bank-accounts-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/budget/budget.form.mjs +1 -1
- package/esm2022/src/lib/forms/budget/index.mjs +1 -1
- package/esm2022/src/lib/forms/chart-accounts/chart-accounts.form.mjs +1 -1
- package/esm2022/src/lib/forms/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/forms/chat/chat-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/chat/index.mjs +1 -1
- package/esm2022/src/lib/forms/client/annual-client-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/client/capital-loss.form.mjs +1 -1
- package/esm2022/src/lib/forms/client/index.mjs +1 -1
- package/esm2022/src/lib/forms/collection.form.mjs +1 -1
- package/esm2022/src/lib/forms/depreciation/depreciation.form.mjs +7 -16
- package/esm2022/src/lib/forms/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/document-folder.form.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/document.form.mjs +1 -1
- package/esm2022/src/lib/forms/document-folder/index.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-invite-put.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/client-movement.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/employee-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/employee-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm-branch.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/firm.form.mjs +1 -1
- package/esm2022/src/lib/forms/firm/index.mjs +1 -1
- package/esm2022/src/lib/forms/form-validations.enum.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-reinvest.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-trade/holding-trade-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-trade/holding-trade.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-trade/index.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-trade-import.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/holding-type.form.mjs +1 -1
- package/esm2022/src/lib/forms/holding/index.mjs +1 -1
- package/esm2022/src/lib/forms/home-office/home-office-calculator.form.mjs +1 -1
- package/esm2022/src/lib/forms/home-office/home-office-claim.form.mjs +1 -1
- package/esm2022/src/lib/forms/home-office/home-office-log.form.mjs +1 -1
- package/esm2022/src/lib/forms/home-office/index.mjs +1 -1
- package/esm2022/src/lib/forms/index.mjs +1 -1
- package/esm2022/src/lib/forms/loan/index.mjs +1 -1
- package/esm2022/src/lib/forms/loan/loan.form.mjs +1 -1
- package/esm2022/src/lib/forms/login/login.form.mjs +1 -1
- package/esm2022/src/lib/forms/phone/index.mjs +1 -1
- package/esm2022/src/lib/forms/phone/phone.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/borrowing-report.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/index.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-add.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-category-movement-form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-document.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-edit.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-forecast.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-base.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-cost-sale.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-sale/property-sale-exemptions.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-share.form.mjs +1 -1
- package/esm2022/src/lib/forms/property/property-valuation.form.mjs +1 -1
- package/esm2022/src/lib/forms/register/register-client.form.mjs +1 -1
- package/esm2022/src/lib/forms/register/register-firm.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/index.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income-or-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-cgt.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-deductions.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-dividends.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-income-statements.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-income-tests.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-interest.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-losses.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-medicare.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-offsets.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-other-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-partnerships-and-trusts.form.mjs +1 -1
- package/esm2022/src/lib/forms/report/my-tax/my-tax-rent.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/bas-report.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/index.mjs +1 -1
- package/esm2022/src/lib/forms/sole/invoice-payment.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business-allocations.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business-loss.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-business.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-contact.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-depreciation-method.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice-item.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice-template.form.mjs +1 -1
- package/esm2022/src/lib/forms/sole/sole-invoice.form.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/index.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/tax-review-filter-status.enum.mjs +1 -1
- package/esm2022/src/lib/forms/tax-review/tax-review-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-condition.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-transaction-meta-field.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/allocation-rule.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/holding/holding-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/index.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/messages.enum.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/sole/sole-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/sole/sole-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction-base-filter.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction-base.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-expense.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-income.form.mjs +1 -1
- package/esm2022/src/lib/forms/transaction/work/work-transaction.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/client-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/index.mjs +1 -1
- package/esm2022/src/lib/forms/user/password.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/reset-password.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/user-invite.form.mjs +1 -1
- package/esm2022/src/lib/forms/user/user.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-claim-details.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-claim.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle-logbook.form.mjs +1 -1
- package/esm2022/src/lib/forms/vehicle/vehicle.form.mjs +1 -1
- package/esm2022/src/lib/functions/array/to-array.mjs +1 -1
- package/esm2022/src/lib/functions/clone-deep.mjs +1 -1
- package/esm2022/src/lib/functions/create-date.mjs +1 -1
- package/esm2022/src/lib/functions/get-doc-icon.mjs +1 -1
- package/esm2022/src/lib/functions/mat-sort-options.mjs +1 -1
- package/esm2022/src/lib/interceptors/aussie.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/basiq-client-id.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/basiq-token.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/preloader.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/rewardful.interceptor.mjs +1 -1
- package/esm2022/src/lib/interceptors/user-switcher-interceptor.mjs +1 -1
- package/esm2022/src/lib/interfaces/asset-entity-type.enum.mjs +1 -1
- package/esm2022/src/lib/interfaces/asset.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/document.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/documentable.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/expense.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/income-source-forecast.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/index.mjs +1 -1
- package/esm2022/src/lib/interfaces/tank.interface.mjs +1 -1
- package/esm2022/src/lib/interfaces/updatable.interface.mjs +1 -1
- package/esm2022/src/lib/messages/index.mjs +1 -1
- package/esm2022/src/lib/messages/messages.enum.mjs +1 -1
- package/esm2022/src/lib/models/account-setup/account-setup-item.mjs +1 -1
- package/esm2022/src/lib/models/account-setup/account-setup-items.enum.mjs +1 -1
- package/esm2022/src/lib/models/address/index.mjs +1 -1
- package/esm2022/src/lib/models/address/states.enum.mjs +1 -1
- package/esm2022/src/lib/models/asset-sale.mjs +1 -1
- package/esm2022/src/lib/models/aussie/aussie-appointment.mjs +1 -1
- package/esm2022/src/lib/models/aussie/aussie-broker.mjs +1 -1
- package/esm2022/src/lib/models/aussie/aussie-store.interface.mjs +1 -1
- package/esm2022/src/lib/models/aussie/aussie-store.mjs +1 -1
- package/esm2022/src/lib/models/aussie/index.mjs +1 -1
- package/esm2022/src/lib/models/bank/allocation-group.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account-property.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-account.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-connection.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-external-stats.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction-summary-fields.enum.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank-transaction.mjs +1 -1
- package/esm2022/src/lib/models/bank/bank.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-config.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-connection-data.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-connections-response.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job-response.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job-step.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-job.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-token-response.interface.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/basiq-token.mjs +1 -1
- package/esm2022/src/lib/models/bank/basiq/index.mjs +1 -1
- package/esm2022/src/lib/models/bank/index.mjs +1 -1
- package/esm2022/src/lib/models/bank/type-loan.const.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/borrowing-expense-loan.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/borrowing-expense.mjs +1 -1
- package/esm2022/src/lib/models/borrowing-expense/index.mjs +1 -1
- package/esm2022/src/lib/models/budget/budget-rule.mjs +1 -1
- package/esm2022/src/lib/models/budget/budget.mjs +1 -1
- package/esm2022/src/lib/models/budget/index.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-category.e-collection.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-depreciation.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/chart-accounts-value.mjs +1 -1
- package/esm2022/src/lib/models/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/models/chat/chat-view-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/chat/index.mjs +1 -1
- package/esm2022/src/lib/models/client/annual-client-details.mjs +1 -1
- package/esm2022/src/lib/models/client/capital-loss.interface.mjs +1 -1
- package/esm2022/src/lib/models/client/capital-loss.mjs +1 -1
- package/esm2022/src/lib/models/client/client-details.mjs +1 -1
- package/esm2022/src/lib/models/client/client-portfolio-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/client/client-portfolio-report.mjs +1 -1
- package/esm2022/src/lib/models/client/index.mjs +1 -1
- package/esm2022/src/lib/models/date-range.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-capital-project.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-forecast.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group-item.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group.enum.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-group.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-groups.const.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation-lvp-rate.enum.mjs +1 -1
- package/esm2022/src/lib/models/depreciation/depreciation.mjs +1 -4
- package/esm2022/src/lib/models/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/models/dictionary/dictionary.mjs +1 -1
- package/esm2022/src/lib/models/dictionary/index.mjs +1 -1
- package/esm2022/src/lib/models/document/document-api-url-prefix.enum.mjs +1 -1
- package/esm2022/src/lib/models/document/document-file-types.const.mjs +1 -1
- package/esm2022/src/lib/models/document/document-folder.mjs +1 -1
- package/esm2022/src/lib/models/document/document.mjs +1 -1
- package/esm2022/src/lib/models/document/index.mjs +1 -1
- package/esm2022/src/lib/models/employee/employee-details.mjs +1 -1
- package/esm2022/src/lib/models/event/app-event-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/event/app-event.mjs +1 -1
- package/esm2022/src/lib/models/event/index.mjs +1 -1
- package/esm2022/src/lib/models/export/export-cell-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/export/export-cell.mjs +1 -1
- package/esm2022/src/lib/models/export/export-data-table.mjs +1 -1
- package/esm2022/src/lib/models/export/export-format.enum.mjs +1 -1
- package/esm2022/src/lib/models/file/file.mjs +1 -1
- package/esm2022/src/lib/models/file/icons-file.enum.mjs +1 -1
- package/esm2022/src/lib/models/file/index.mjs +1 -1
- package/esm2022/src/lib/models/financial-year/index.mjs +1 -1
- package/esm2022/src/lib/models/financial-year/months.const.mjs +1 -1
- package/esm2022/src/lib/models/firm/firm-branch.interface.mjs +1 -1
- package/esm2022/src/lib/models/firm/firm-branch.mjs +1 -1
- package/esm2022/src/lib/models/firm/index.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-reinvest.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-sale.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-trade-import.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-trade.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-type-exchange.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding-type.mjs +1 -1
- package/esm2022/src/lib/models/holding/holding.mjs +1 -1
- package/esm2022/src/lib/models/holding/index.mjs +1 -1
- package/esm2022/src/lib/models/home-office/home-office-claim.interface.mjs +1 -1
- package/esm2022/src/lib/models/home-office/home-office-claim.mjs +1 -1
- package/esm2022/src/lib/models/home-office/home-office-log.interface.mjs +1 -1
- package/esm2022/src/lib/models/home-office/home-office-log.mjs +1 -1
- package/esm2022/src/lib/models/home-office/index.mjs +1 -1
- package/esm2022/src/lib/models/income-position/income-position.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-forecast.mjs +1 -1
- package/esm2022/src/lib/models/income-source/income-source-type.mjs +1 -1
- package/esm2022/src/lib/models/income-source/index.mjs +1 -1
- package/esm2022/src/lib/models/income-source/salary-forecast.mjs +1 -1
- package/esm2022/src/lib/models/income-source/sole-forecast.mjs +1 -1
- package/esm2022/src/lib/models/index.mjs +1 -1
- package/esm2022/src/lib/models/loan/index.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-max-number-of-payments.enum.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-payment.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan-payout.mjs +1 -1
- package/esm2022/src/lib/models/loan/loan.mjs +1 -1
- package/esm2022/src/lib/models/notification/index.mjs +1 -1
- package/esm2022/src/lib/models/notification/notification.mjs +1 -1
- package/esm2022/src/lib/models/pdf/pdf-orientation.enum.mjs +1 -1
- package/esm2022/src/lib/models/pdf/pdf-settings.mjs +1 -1
- package/esm2022/src/lib/models/property/borrowing-report.mjs +1 -1
- package/esm2022/src/lib/models/property/calculation-form-item.mjs +1 -1
- package/esm2022/src/lib/models/property/calculation-form-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/property/capital-costs-itmes.const.mjs +1 -1
- package/esm2022/src/lib/models/property/index.mjs +1 -1
- package/esm2022/src/lib/models/property/property-category-movement.mjs +1 -1
- package/esm2022/src/lib/models/property/property-category.mjs +1 -1
- package/esm2022/src/lib/models/property/property-corelogic-stats.interface.mjs +1 -1
- package/esm2022/src/lib/models/property/property-document.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-data.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-item.mjs +1 -1
- package/esm2022/src/lib/models/property/property-equity-chart-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/property/property-forecast.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale-cost-base.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale-tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/property-sale.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/tax-exemption-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/property/property-sale/tax-exemption.mjs +1 -1
- package/esm2022/src/lib/models/property/property-share.mjs +1 -1
- package/esm2022/src/lib/models/property/property-subscription.mjs +1 -1
- package/esm2022/src/lib/models/property/property-valuation.mjs +5 -2
- package/esm2022/src/lib/models/property/property.mjs +1 -1
- package/esm2022/src/lib/models/registration-invite/registration-invite.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-asset-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-lvp-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/depreciation-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/models/report/income-expense/transaction-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/index.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/ato-links.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/index.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-income-or-losses-categories.const.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/business-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/loss-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-details/my-tax-business-details.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-income/my-tax-business-income.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-business-income-or-losses/my-tax-business-losses/my-tax-business-losses.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/cgt-exemption-and-rollover-code.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-cgt/my-tax-cgt.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-clothing-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-fields.const.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/deduction-self-education-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-deductions/my-tax-deductions.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-dividends/my-tax-dividends.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-estimate/my-tax-estimate.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-income-statements/my-tax-income-statements.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-income-tests/my-tax-income-tests.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-interest/my-tax-interest.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-losses/my-tax-losses.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-offsets/my-tax-offsets.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-other-income/my-tax-other-income.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-partnerships-and-trusts/my-tax-partnerships-and-trusts.mjs +1 -1
- package/esm2022/src/lib/models/report/my-tax/my-tax-rent/my-tax-rent.mjs +1 -1
- package/esm2022/src/lib/models/report/property/index.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item-depreciation.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item-transaction.mjs +1 -1
- package/esm2022/src/lib/models/report/property/property-report-item.mjs +1 -1
- package/esm2022/src/lib/models/report/report.interface.mjs +1 -1
- package/esm2022/src/lib/models/report/reports.const.mjs +1 -1
- package/esm2022/src/lib/models/report/sole/index.mjs +1 -1
- package/esm2022/src/lib/models/report/sole/sole-business/sole-business-loss-report.mjs +1 -1
- package/esm2022/src/lib/models/report/vehicle-expense/vehicle-expense.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/index.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/module-url-list.const.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/payment-method-brand.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-payment-method.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-payment.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-price.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product-icons.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product-roles.const.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-product.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-promo-code-duration.enum.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-promo-code.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-subscription-item.mjs +1 -1
- package/esm2022/src/lib/models/service-subscription/service-subscription.mjs +1 -1
- package/esm2022/src/lib/models/sole/bas-report.mjs +1 -1
- package/esm2022/src/lib/models/sole/index.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-activity.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-allocation.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-loss-offset-rule.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business-loss.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-business.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-contact.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-depreciation-method.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-details.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice-item.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice-template.mjs +1 -1
- package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/index.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return-category.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return-item.mjs +1 -1
- package/esm2022/src/lib/models/tax-return/tax-return.mjs +1 -1
- package/esm2022/src/lib/models/tax-review/tax-review.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/report-item-details.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/report-item.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary-section.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/tax-summary/tax-summary.mjs +1 -1
- package/esm2022/src/lib/models/toast/toast-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/toast/toast.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-condition.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule-transaction.mjs +1 -1
- package/esm2022/src/lib/models/transaction/allocation-rule.mjs +1 -1
- package/esm2022/src/lib/models/transaction/income-amount-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/transaction/index.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-allocation.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-category.enum.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction-meta-field.mjs +1 -1
- package/esm2022/src/lib/models/transaction/transaction.mjs +1 -1
- package/esm2022/src/lib/models/user/index.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-initiated-by.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-status.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history-type.enum.mjs +1 -1
- package/esm2022/src/lib/models/user/my-account-history.mjs +1 -1
- package/esm2022/src/lib/models/user/occupation.mjs +1 -1
- package/esm2022/src/lib/models/user/user-roles.const.mjs +1 -1
- package/esm2022/src/lib/models/user/user-to-register.mjs +1 -1
- package/esm2022/src/lib/models/user/user.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-setting-field.enum.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-setting.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-type-category.mjs +1 -1
- package/esm2022/src/lib/models/user-event/user-event-type.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle-claim-details.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle-claim.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle-logbook.mjs +1 -1
- package/esm2022/src/lib/models/vehicle/vehicle.mjs +1 -1
- package/esm2022/src/lib/pipes/app-currency.pipe.mjs +1 -1
- package/esm2022/src/lib/pipes/app-percent.pipe.mjs +1 -1
- package/esm2022/src/lib/pipes/index.mjs +1 -1
- package/esm2022/src/lib/pipes/safe-url.pipe.mjs +1 -1
- package/esm2022/src/lib/services/account-setup/account-setup.service.mjs +1 -1
- package/esm2022/src/lib/services/account-setup/index.mjs +1 -1
- package/esm2022/src/lib/services/adblock/adblock.service.mjs +48 -0
- package/esm2022/src/lib/services/adblock/index.mjs +2 -0
- package/esm2022/src/lib/services/asset/assets.service.mjs +1 -1
- package/esm2022/src/lib/services/asset/index.mjs +1 -1
- package/esm2022/src/lib/services/bank/bank-account-calculation.service.mjs +1 -1
- package/esm2022/src/lib/services/bank/index.mjs +1 -1
- package/esm2022/src/lib/services/data.service.mjs +1 -1
- package/esm2022/src/lib/services/event/event-dispatcher.service.mjs +1 -1
- package/esm2022/src/lib/services/event/index.mjs +1 -1
- package/esm2022/src/lib/services/event/sse.service.mjs +1 -1
- package/esm2022/src/lib/services/export/export-formatter.service.mjs +1 -1
- package/esm2022/src/lib/services/export/index.mjs +1 -1
- package/esm2022/src/lib/services/firm/current-firm-branch.service.mjs +1 -1
- package/esm2022/src/lib/services/firm/index.mjs +1 -1
- package/esm2022/src/lib/services/header-title/header-title.service.mjs +1 -1
- package/esm2022/src/lib/services/header-title/index.mjs +1 -1
- package/esm2022/src/lib/services/http/address/address.service.mjs +1 -1
- package/esm2022/src/lib/services/http/address/index.mjs +1 -1
- package/esm2022/src/lib/services/http/aussie/aussie.service.mjs +1 -1
- package/esm2022/src/lib/services/http/aussie/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-account/bank-account.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-account/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/bank-connection.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-connection/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-transaction/bank-transaction.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank-transaction/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/bank.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq-token.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/basiq.service.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/basiq/index.mjs +1 -1
- package/esm2022/src/lib/services/http/bank/index.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/budget-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/budget.service.mjs +1 -1
- package/esm2022/src/lib/services/http/budget/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/chart-accounts-depreciations.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-depreciations/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/chart-accounts.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chart-accounts/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/chat.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/index.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/message-document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/chat/message.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/annual-client-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/capital-loss-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/capital-loss.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/capital-loss/index.mjs +1 -1
- package/esm2022/src/lib/services/http/client/client-coupon.service.mjs +1 -1
- package/esm2022/src/lib/services/http/client/index.mjs +1 -1
- package/esm2022/src/lib/services/http/client/occupation/occupation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/depreciation-capital-project.service.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation-capital-project/index.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/depreciation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/depreciation/index.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/document-folder-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/document-folder.service.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-folder/index.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/document/document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/document/index.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-auth-options.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-auth-response.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook-status-response.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/facebook.service.mjs +1 -1
- package/esm2022/src/lib/services/http/facebook/index.mjs +1 -1
- package/esm2022/src/lib/services/http/file/file.service.mjs +1 -1
- package/esm2022/src/lib/services/http/file/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/client-invite-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/client-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-invite/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/client-movement-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/client-movement.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/client-movement/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/employee-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/employee.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee-invite/employee-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/employee-invite/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/firm-branch.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-branch/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/firm.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/index.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/portfolio-report/client-portfolio-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/firm/portfolio-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/google/google.service.mjs +1 -1
- package/esm2022/src/lib/services/http/google/index.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-sale.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-trade-import/holding-trade-import-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-trade-import/holding-trade-import.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-trade-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-trade.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-type-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/holding-type.service.mjs +1 -1
- package/esm2022/src/lib/services/http/holding/index.mjs +1 -1
- package/esm2022/src/lib/services/http/home-office/home-office-claim-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/home-office/home-office-claim.service.mjs +1 -1
- package/esm2022/src/lib/services/http/home-office/home-office-log-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/home-office/home-office-log.service.mjs +1 -1
- package/esm2022/src/lib/services/http/home-office/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-forecast/income-source-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/income-source.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/salary-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/salary-forecast/salary-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/sole-forecast/index.mjs +1 -1
- package/esm2022/src/lib/services/http/income-source/sole-forecast/sole-forecast.service.mjs +1 -1
- package/esm2022/src/lib/services/http/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/borrowing-expense/borrowing-expense.service.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/borrowing-expense/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/index.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/loan-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/loan/loan.service.mjs +1 -1
- package/esm2022/src/lib/services/http/pdf/pdf.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/borrowing-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/borrowing-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category/property-category.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category-movement/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-category-movement/property-category-movement.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-document/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-document/property-document-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-document/property-document.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-sale/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-sale/property-sale.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-share/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-share/property-share.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-valuation/index.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-valuation/property-valuation-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property-valuation/property-valuation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/property/property.service.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/http-error-messages.const.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/http-method.type.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/index.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest-method.type.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest-old.service.mjs +1 -1
- package/esm2022/src/lib/services/http/rest/rest.service.mjs +1 -1
- package/esm2022/src/lib/services/http/rest-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/service-notification/index.mjs +1 -1
- package/esm2022/src/lib/services/http/service-notification/service-notification.service.mjs +1 -1
- package/esm2022/src/lib/services/http/setup-item/setup-item.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/bas-report-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/bas-report.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/bas-report/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/index.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/sole-business-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business/sole-business.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-activity/sole-business-activity.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss-rules/sole-business-loss-offset-rule.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-business-loss/sole-business-loss.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-contact/sole-contact.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-depreciation-method/sole-depreciation-method.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-details/sole-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-invoice/sole-invoice.service.mjs +1 -1
- package/esm2022/src/lib/services/http/sole/sole-invoice-template/sole-invoice-template.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/index.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-payment/service-payment.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-payment-method/service-payment-method.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-price/service-price.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-product/service-product.service.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-subscription/subscription-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/subscription/service-subscription/subscription.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/index.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review-history/tax-review-history.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-review/tax-review.service.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-summary/index.mjs +1 -1
- package/esm2022/src/lib/services/http/tax-summary/tax-summary.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/index.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/prior-transaction.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction-allocation/allocation-rule/allocation-rule.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction-allocation/transaction-allocation.service.mjs +1 -1
- package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/financial-year/financial-year.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/index.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-event-setting/user-event-setting.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-event-type/user-event-type.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/user/user.service.mjs +1 -1
- package/esm2022/src/lib/services/http/user/users-invite/users-invite.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/index.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-claim-details.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-claim.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/index.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-logbook/vehicle-logbook.service.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/http/vehicle/vehicle.service.mjs +1 -1
- package/esm2022/src/lib/services/http/youtube/index.mjs +1 -1
- package/esm2022/src/lib/services/http/youtube/youtube-video.interface.mjs +1 -1
- package/esm2022/src/lib/services/http/youtube/youtube.service.mjs +1 -1
- package/esm2022/src/lib/services/index.mjs +2 -1
- package/esm2022/src/lib/services/intercom/index.mjs +1 -1
- package/esm2022/src/lib/services/intercom/intercom.service.mjs +1 -1
- package/esm2022/src/lib/services/json/chart-accounts/chart-accounts-value.service.mjs +1 -1
- package/esm2022/src/lib/services/json/holding/holding-type-exchange.service.mjs +1 -1
- package/esm2022/src/lib/services/json/income-source/income-source-type.service.mjs +1 -1
- package/esm2022/src/lib/services/json/index.mjs +1 -1
- package/esm2022/src/lib/services/json/tax-exemption/tax-exemption.service.mjs +1 -1
- package/esm2022/src/lib/services/json/tax-return/tax-return-item.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/index.mjs +1 -1
- package/esm2022/src/lib/services/pdf/js-pdf.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-dom-element/file-settings.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-dom-element/pdf-from-dom-element.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/file-settings.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-data-table/pdf-from-data-table.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-html-table/pdf-from-html-table.service.mjs +1 -1
- package/esm2022/src/lib/services/pdf/pdf-from-table/pdf-from-table.service.mjs +1 -1
- package/esm2022/src/lib/services/preloader/index.mjs +1 -1
- package/esm2022/src/lib/services/preloader/preloader.service.mjs +1 -1
- package/esm2022/src/lib/services/property/corelogic/corelogic-messages.enum.mjs +1 -1
- package/esm2022/src/lib/services/property/corelogic/corelogic.service.mjs +1 -1
- package/esm2022/src/lib/services/property/corelogic/index.mjs +1 -1
- package/esm2022/src/lib/services/property/equity-position-chart/equity-position-chart.service.mjs +1 -1
- package/esm2022/src/lib/services/property/equity-position-chart/index.mjs +1 -1
- package/esm2022/src/lib/services/property/index.mjs +1 -1
- package/esm2022/src/lib/services/property/property-calculation/index.mjs +1 -1
- package/esm2022/src/lib/services/property/property-calculation/property-calculation.service.mjs +1 -1
- package/esm2022/src/lib/services/report/index.mjs +1 -1
- package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +1 -1
- package/esm2022/src/lib/services/toast/index.mjs +1 -1
- package/esm2022/src/lib/services/toast/toast.service.mjs +1 -1
- package/esm2022/src/lib/services/user/index.mjs +1 -1
- package/esm2022/src/lib/services/user/user-switcher.service.mjs +1 -1
- package/esm2022/src/lib/services/xlsx/index.mjs +1 -1
- package/esm2022/src/lib/services/xlsx/xlsx.service.mjs +1 -1
- package/esm2022/src/lib/validators/at-least-one-enabled.validator.mjs +1 -1
- package/esm2022/src/lib/validators/at-least-one.validator.mjs +1 -1
- package/esm2022/src/lib/validators/autocomplete.validator.mjs +1 -1
- package/esm2022/src/lib/validators/conditional.validator.mjs +1 -1
- package/esm2022/src/lib/validators/current-fin-year.validator.mjs +1 -1
- package/esm2022/src/lib/validators/date/max-date.validator.mjs +1 -1
- package/esm2022/src/lib/validators/date/min-date.validator.mjs +1 -1
- package/esm2022/src/lib/validators/date-range.validator.mjs +1 -1
- package/esm2022/src/lib/validators/fields-sum.validator.mjs +1 -1
- package/esm2022/src/lib/validators/file.validator.mjs +1 -1
- package/esm2022/src/lib/validators/greater-than.validator.mjs +1 -1
- package/esm2022/src/lib/validators/group.validator.mjs +1 -1
- package/esm2022/src/lib/validators/index.mjs +1 -1
- package/esm2022/src/lib/validators/match-sum.validator.mjs +1 -1
- package/esm2022/src/lib/validators/password-match.validator.mjs +1 -1
- package/esm2022/src/lib/validators/password.validator.mjs +1 -1
- package/esm2022/src/lib/validators/phone-number.validator.mjs +1 -1
- package/esm2022/src/lib/validators/required-length.validator.mjs +1 -1
- package/esm2022/src/lib/validators/string/alpha-space.validator.mjs +1 -1
- package/esm2022/src/lib/validators/unique-email.validator.mjs +1 -1
- package/fesm2022/taxtank-core-common.mjs.map +1 -1
- package/fesm2022/taxtank-core.mjs +54 -23
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +4 -3
- package/src/lib/db/Models/depreciation/depreciation.d.ts +0 -1
- package/src/lib/forms/depreciation/depreciation.form.d.ts +0 -1
- package/src/lib/models/depreciation/depreciation.d.ts +0 -1
- package/src/lib/models/property/property-valuation.d.ts +1 -0
- package/src/lib/services/adblock/adblock.service.d.ts +21 -0
- package/src/lib/services/adblock/index.d.ts +1 -0
- package/src/lib/services/index.d.ts +1 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, Inject, inject, EventEmitter, NgModule, Pipe } from '@angular/core';
|
2
|
+
import { Injectable, Inject, inject, EventEmitter, signal, NgModule, Pipe } from '@angular/core';
|
3
3
|
import * as i1$1 from '@angular/common';
|
4
4
|
import { formatDate, CommonModule, CurrencyPipe, DatePipe } from '@angular/common';
|
5
5
|
import * as i1 from '@angular/common/http';
|
@@ -32,6 +32,7 @@ import merge from 'lodash/merge';
|
|
32
32
|
import * as i4 from '@angular/router';
|
33
33
|
import { NavigationEnd } from '@angular/router';
|
34
34
|
import _ from 'lodash';
|
35
|
+
import { checkAdBlock } from 'adblock-checker';
|
35
36
|
import { jsPDF } from 'jspdf';
|
36
37
|
import { applyPlugin } from 'jspdf-autotable';
|
37
38
|
import html2pdf from 'html2pdf.js';
|
@@ -351,11 +352,6 @@ __decorate([
|
|
351
352
|
], TransactionBase.prototype, "gstClaimAmount", null);
|
352
353
|
|
353
354
|
let Depreciation$1 = class Depreciation extends TransactionBase {
|
354
|
-
constructor() {
|
355
|
-
super(...arguments);
|
356
|
-
this.financialYear = new FinancialYear().year;
|
357
|
-
this.closeBalance = 0;
|
358
|
-
}
|
359
355
|
};
|
360
356
|
|
361
357
|
let DocumentFolder$1 = class DocumentFolder extends AbstractModel {
|
@@ -5628,6 +5624,9 @@ class PropertyValuation extends PropertyValuation$1 {
|
|
5628
5624
|
__decorate([
|
5629
5625
|
Type(() => Date)
|
5630
5626
|
], PropertyValuation.prototype, "date", void 0);
|
5627
|
+
__decorate([
|
5628
|
+
Transform(({ value }) => !!value)
|
5629
|
+
], PropertyValuation.prototype, "isCorelogic", void 0);
|
5631
5630
|
__decorate([
|
5632
5631
|
Type(() => PropertyDocument)
|
5633
5632
|
], PropertyValuation.prototype, "document", void 0);
|
@@ -6820,9 +6819,6 @@ __decorate([
|
|
6820
6819
|
__decorate([
|
6821
6820
|
Type(() => Date)
|
6822
6821
|
], Depreciation.prototype, "date", void 0);
|
6823
|
-
__decorate([
|
6824
|
-
Type(() => Date)
|
6825
|
-
], Depreciation.prototype, "claimStartDate", void 0);
|
6826
6822
|
__decorate([
|
6827
6823
|
Type(() => Date)
|
6828
6824
|
], Depreciation.prototype, "lowValuePoolDate", void 0);
|
@@ -19246,6 +19242,50 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
19246
19242
|
}]
|
19247
19243
|
}], ctorParameters: () => [{ type: SetupItemService }, { type: PropertyService }, { type: IncomeSourceService }, { type: BankAccountService }, { type: TransactionAllocationService }, { type: VehicleClaimService }, { type: TransactionService }, { type: SoleBusinessService }, { type: HoldingTradeService }, { type: UserService }, { type: ClientMovementService }, { type: ClientInviteService }, { type: EmployeeService }, { type: EmployeeInviteService }, { type: FirmService }] });
|
19248
19244
|
|
19245
|
+
class AdblockService {
|
19246
|
+
constructor() {
|
19247
|
+
this.isAdBlockDetected = signal(false);
|
19248
|
+
/**
|
19249
|
+
* do we need to show initial or recurrent notification
|
19250
|
+
*/
|
19251
|
+
this.isNotificationShown = signal(true);
|
19252
|
+
/**
|
19253
|
+
* checkAdBlock is promise based, so we need to know when service is ready
|
19254
|
+
*/
|
19255
|
+
this.serviceInitSubject = new Subject();
|
19256
|
+
this.isInitialModalClosed = signal(false);
|
19257
|
+
checkAdBlock().then((isWorking) => {
|
19258
|
+
this.isAdBlockDetected.set(isWorking);
|
19259
|
+
this.setNotificationShown(this.getNotificationShown());
|
19260
|
+
this.setInitialModalClosed(this.getInitialModalClosed());
|
19261
|
+
this.serviceInitSubject.next(true);
|
19262
|
+
this.serviceInitSubject.complete();
|
19263
|
+
});
|
19264
|
+
}
|
19265
|
+
getNotificationShown() {
|
19266
|
+
return JSON.parse(localStorage.getItem('isNotificationShown')) || false;
|
19267
|
+
}
|
19268
|
+
setNotificationShown(isShown) {
|
19269
|
+
localStorage.setItem('isNotificationShown', `${isShown}`);
|
19270
|
+
this.isNotificationShown.set(isShown);
|
19271
|
+
}
|
19272
|
+
setInitialModalClosed(isClosed) {
|
19273
|
+
localStorage.setItem('isInitialModalClosed', `${isClosed}`);
|
19274
|
+
this.isInitialModalClosed.set(isClosed);
|
19275
|
+
}
|
19276
|
+
getInitialModalClosed() {
|
19277
|
+
return JSON.parse(localStorage.getItem('isInitialModalClosed')) || false;
|
19278
|
+
}
|
19279
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AdblockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
19280
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AdblockService, providedIn: 'root' }); }
|
19281
|
+
}
|
19282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: AdblockService, decorators: [{
|
19283
|
+
type: Injectable,
|
19284
|
+
args: [{
|
19285
|
+
providedIn: 'root'
|
19286
|
+
}]
|
19287
|
+
}], ctorParameters: () => [] });
|
19288
|
+
|
19249
19289
|
const KEY = '_switch_user';
|
19250
19290
|
/**
|
19251
19291
|
* provides user management to managers (users with ROLE_ACCOUNTANT for now, more in future)
|
@@ -24768,15 +24808,13 @@ class TransactionBaseFilterForm extends FormGroup {
|
|
24768
24808
|
|
24769
24809
|
class DepreciationForm extends TransactionBaseForm {
|
24770
24810
|
constructor(depreciation, registeredForGst) {
|
24771
|
-
super(depreciation, registeredForGst
|
24772
|
-
claimStartDate: new FormControl({ value: depreciation.claimStartDate, disabled: depreciation.chartAccounts?.id !== ChartAccountsListEnum.BUILDING_AT_COST }),
|
24773
|
-
isCloseBalanceCorrect: new FormControl(true),
|
24774
|
-
closeBalance: new FormControl({ value: depreciation.closeBalance, disabled: true }, Validators.required),
|
24775
|
-
financialYear: new FormControl(depreciation.financialYear)
|
24776
|
-
});
|
24811
|
+
super(depreciation, registeredForGst);
|
24777
24812
|
if (depreciation.id) {
|
24778
24813
|
this.get('claimPercent').setValue(depreciation.currentYearForecast.claimPercent);
|
24779
24814
|
}
|
24815
|
+
this.addControl('isCloseBalanceCorrect', new UntypedFormControl(true));
|
24816
|
+
this.addControl('closeBalance', new UntypedFormControl({ value: depreciation.closeBalance || 0, disabled: true }, Validators.required));
|
24817
|
+
this.addControl('financialYear', new UntypedFormControl(depreciation.financialYear || new FinancialYear().year));
|
24780
24818
|
// forbid to change chartAccounts/claimPercent for existing depreciations
|
24781
24819
|
if (depreciation.id) {
|
24782
24820
|
this.get('chartAccounts').disable({ emitEvent: false });
|
@@ -24800,13 +24838,6 @@ class DepreciationForm extends TransactionBaseForm {
|
|
24800
24838
|
}
|
24801
24839
|
});
|
24802
24840
|
}
|
24803
|
-
watchChartAccounts() {
|
24804
|
-
super.watchChartAccounts();
|
24805
|
-
this.get('chartAccounts').valueChanges.subscribe((chartAccounts) => {
|
24806
|
-
const claimStartDate = this.get('claimStartDate');
|
24807
|
-
chartAccounts.id == ChartAccountsListEnum.BUILDING_AT_COST ? claimStartDate.enable() : claimStartDate.disable();
|
24808
|
-
});
|
24809
|
-
}
|
24810
24841
|
submit(data = {}, includeDisabledFields = false) {
|
24811
24842
|
return super.submit(data, true);
|
24812
24843
|
}
|
@@ -25236,5 +25267,5 @@ var MessagesEnum;
|
|
25236
25267
|
* Generated bundle index. Do not edit.
|
25237
25268
|
*/
|
25238
25269
|
|
25239
|
-
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, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, 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, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, 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, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25270
|
+
export { AbstractForm, AbstractModel, AccountSetupItem, AccountSetupItemCollection, AccountSetupService, AdblockService, Address, AddressForm, AddressService, AddressTypeEnum, AllocationGroup, AllocationGroupCollection, AllocationRule, AllocationRuleCollection, AllocationRuleConditionComparisonOperatorEnum, AllocationRuleConditionFieldEnum, AllocationRuleConditionOperatorEnum, AllocationRuleForm, AllocationRuleService, AllocationRuleTransaction, AllocationRuleTransactionMetaField, AllocationRuleTypeEnum, AlphabetColorsEnum, AnnualClientDetails, AnnualClientDetailsForm, AnnualClientDetailsService, AnnualFrequencyEnum, AppCurrencyPipe, AppEvent, AppEvent2, AppEventTypeEnum, AppFile, AppPercentPipe, AssetEntityTypeEnum, AssetSale, AssetSaleCollection, AssetTypeEnum, AssetsService, AussieAppointment, AussieAppointmentForm, AussieBroker, AussieConfirmationForm, AussieService, AussieStore, AussieStoreForm, 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, BankTransactionChartData, BankTransactionCollection, BankTransactionService, BankTransactionSummaryFieldsEnum, BankTransactionTypeEnum, BasReport, BasReportForm, BasReportMessagesEnum, BasReportService, BasiqConfig, BasiqJob, BasiqJobResponse, BasiqJobStep, BasiqMessagesEnum, BasiqService, BasiqToken, BasiqTokenService, BestVehicleLogbookCollection, BorrowingExpense, BorrowingExpenseLoan, BorrowingExpenseService, BorrowingReport, BorrowingReportForm, BorrowingReportMessagesEnum, BorrowingReportService, Budget, BudgetForm, BudgetMessagesEnum, BudgetRule, BudgetService, BusinessChartAccountsEnum, BusinessTypeEnum, CAPITAL_COSTS_ITEMS, CHART_ACCOUNTS_CATEGORIES, CalculationFormItem, CalculationFormTypeEnum, CapitalLoss, CapitalLossForm, CapitalLossMessagesEnum, CapitalLossService, CgtExemptionAndRolloverCodeEnum, ChartAccounts, ChartAccountsAdjustmentIncludedListEnum, ChartAccountsCategoryECollection, ChartAccountsCategoryEnum, ChartAccountsCollection, ChartAccountsDepreciation, ChartAccountsDepreciationService, ChartAccountsEtpEnum, ChartAccountsForm, ChartAccountsHeading, ChartAccountsHeadingListEnum, ChartAccountsHeadingTaxDeductibleEnum, ChartAccountsHeadingTaxableEnum, ChartAccountsHeadingVehicleListEnum, ChartAccountsHoldingUntaxedIncomeListEnum, ChartAccountsKeepSign, ChartAccountsListEnum, ChartAccountsMessagesEnum, ChartAccountsMetaField, ChartAccountsMetaFieldListEnum, ChartAccountsMetaFieldTypeEnum, ChartAccountsPropertyAdjustmentsListEnum, ChartAccountsSalaryAdjustmentsListEnum, ChartAccountsService, ChartAccountsTaxLabelsEnum, ChartAccountsTypeEnum, ChartAccountsValue, ChartAccountsValueCollection, ChartAccountsValueService, ChartData, ChartSerie, Chat, ChatCollection, ChatFilterForm, ChatService, ChatStatusEnum, ChatViewTypeEnum, ClientCollection, ClientCouponService, ClientDetails, ClientDetailsForm, ClientDetailsMedicareExemptionEnum, ClientDetailsWorkDepreciationCalculationEnum, ClientDetailsWorkingHolidayMakerEnum, ClientInvite, ClientInviteCollection, ClientInviteForm, ClientInviteMessages, ClientInvitePutForm, ClientInviteService, ClientInviteStatusEnum, ClientInviteTypeEnum, ClientMovement, ClientMovementCollection, ClientMovementForm, ClientMovementMessagesEnum, ClientMovementService, ClientPortfolioChartData, ClientPortfolioReport, ClientPortfolioReportCollection, ClientPortfolioReportService, Collection, CollectionDictionary, CollectionForm, CoreModule, CorelogicMessagesEnum, CorelogicService, CorelogicSuggestion, Country, CurrentFirmBranchService, DEDUCTION_CATEGORIES, DEPRECIATION_GROUPS, DOCUMENT_FILE_TYPES, DateRange, DeductionClothingTypeEnum, DeductionSelfEducationTypeEnum, Depreciation, DepreciationCalculationEnum, DepreciationCalculationPercentEnum, DepreciationCapitalProject, DepreciationCapitalProjectService, DepreciationCollection, DepreciationForecast, DepreciationForecastCollection, DepreciationForm, DepreciationGroup, DepreciationGroupEnum, DepreciationGroupItem, DepreciationLvpAssetTypeEnum, DepreciationLvpRateEnum, DepreciationLvpReportItem, DepreciationLvpReportItemCollection, DepreciationReportItem, DepreciationReportItemCollection, DepreciationService, DepreciationTypeEnum, DepreciationWriteOffAmountEnum, Dictionary, Document, DocumentApiUrlPrefixEnum, DocumentFolder, DocumentFolderForm, DocumentFolderMessagesEnum, DocumentFolderService, DocumentForm, DocumentMessagesEnum, DocumentService, DocumentTypeEnum, ENDPOINTS, EmployeeCollection, EmployeeDetails, EmployeeDetailsForm, EmployeeInvite, EmployeeInviteCollection, EmployeeInviteForm, EmployeeInviteRoleEnum, EmployeeInviteService, EmployeeMessagesEnum, EmployeeService, Endpoint, EquityPositionChartService, EventDispatcherService, ExportDataTable, ExportFormatEnum, ExportFormatterService, ExportableCollection, FacebookService, FileService, FileValidator, FinancialYear, FinancialYearService, Firm, FirmBranch, FirmBranchForm, FirmBranchMessagesEnum, FirmBranchService, FirmForm, FirmInviteForm, FirmMessagesEnum, FirmService, FirmTypeEnum, FormValidationsEnum, GenderEnum, GoogleService, HTTP_ERROR_MESSAGES, HeaderTitleService, Holding, HoldingCollection, HoldingIncomeForm, HoldingReinvest, HoldingReinvestForm, HoldingSale, HoldingSaleCollection, HoldingSaleService, HoldingTrade, HoldingTradeCollection, HoldingTradeFilterForm, HoldingTradeForm, HoldingTradeImport, HoldingTradeImportForm, HoldingTradeImportMessagesEnum, HoldingTradeImportService, HoldingTradeMessagesEnum, HoldingTradeService, HoldingTradeTypeEnum, HoldingType, HoldingTypeCategoryEnum, HoldingTypeCollection, HoldingTypeExchange, HoldingTypeExchangeListEnum, HoldingTypeExchangeService, HoldingTypeForm, HoldingTypeMessagesEnum, HoldingTypeService, HomeOfficeCalculatorForm, HomeOfficeClaim, HomeOfficeClaimCollection, HomeOfficeClaimForm, HomeOfficeClaimMessagesEnum, HomeOfficeClaimMethodEnum, HomeOfficeClaimService, HomeOfficeLog, HomeOfficeLogForm, HomeOfficeLogMessagesEnum, HomeOfficeLogService, IconsFileEnum, IncomeAmountTypeEnum, IncomePosition, IncomeSource, IncomeSourceChartData, IncomeSourceCollection, IncomeSourceForecast, IncomeSourceForecastCollection, IncomeSourceForecastService, IncomeSourceForecastTrustTypeEnum, IncomeSourceMessagesEnum, IncomeSourceService, IncomeSourceType, IncomeSourceTypeEnum, IncomeSourceTypeListHoldingEnum, IncomeSourceTypeListOtherEnum, IncomeSourceTypeListSoleEnum, IncomeSourceTypeListWorkEnum, IncomeSourceTypeService, InterceptorsModule, IntercomService, InviteStatusEnum, InvoicePaymentForm, JsPdf, Loan, LoanBankTypeEnum, LoanCollection, LoanForm, LoanFrequencyEnum, LoanInterestTypeEnum, LoanInterestTypeLabelEnum, LoanMaxNumberOfPaymentsEnum, LoanMessagesEnum, LoanPayment, LoanPaymentCollection, LoanPayout, LoanPayoutTypeEnum, LoanRepaymentFrequencyEnum, LoanRepaymentTypeEnum, LoanRepaymentTypeLabelEnum, LoanService, LoanTypeEnum, LoanVehicleTypeEnum, 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, PdfService, PdfSettings, Phone, PhoneForm, PhoneTypeEnum, PreloaderService, PriorTransactionService, Property, PropertyAddForm, PropertyCalculationService, PropertyCategory, PropertyCategoryListEnum, PropertyCategoryMovement, PropertyCategoryMovementCollection, PropertyCategoryMovementForm, PropertyCategoryMovementService, PropertyCategoryService, PropertyCollection, PropertyDepreciationCalculationEnum, PropertyDocument, PropertyDocumentForm, PropertyDocumentMessagesEnum, PropertyDocumentService, PropertyEditForm, PropertyEquityChartData, PropertyEquityChartItem, PropertyEquityChartTypeEnum, PropertyForecast, PropertyForecastForm, PropertyMessagesEnum, PropertyReportItem, PropertyReportItemCollection, PropertyReportItemDepreciation, PropertyReportItemDepreciationCollection, PropertyReportItemTransaction, PropertyReportItemTransactionCollection, PropertySale, PropertySaleCollection, PropertySaleCostBase, PropertySaleCostBaseForm, PropertySaleCostSaleForm, PropertySaleExemptionsForm, PropertySaleService, PropertySaleTaxExemptionMetaField, PropertySaleTaxExemptionMetaFieldCollection, PropertyService, PropertyShare, PropertyShareAccessEnum, PropertyShareCollection, PropertyShareForm, PropertyShareService, PropertyShareStatusEnum, PropertySubscription, PropertyTransactionReportService, PropertyValuation, PropertyValuationCollection, PropertyValuationForm, PropertyValuationMessages, PropertyValuationService, REPORTS, RegisterClientForm, RegisterFirmForm, RegistrationInvite, RegistrationInviteStatusEnum, ReportItem, ReportItemCollection, ReportItemDetails, ResetPasswordForm, RestMessagesEnum, RestService$1 as RestService, SERVICE_PRODUCT_ROLES, SafeUrlPipe, SalaryForecast, SalaryForecastFrequencyEnum, SalaryForecastService, ServiceNotificationService, ServiceNotificationStatusEnum, ServiceNotificationTypeEnum, ServicePayment, ServicePaymentMethod, ServicePaymentMethodService, ServicePaymentService, ServicePaymentStatusEnum, ServicePrice, ServicePriceCollection, ServicePriceListEnum, ServicePriceRecurringIntervalEnum, ServicePriceService, ServicePriceTypeEnum, ServiceProduct, ServiceProductCollection, ServiceProductIconsEnum, ServiceProductIdEnum, ServiceProductService, ServiceProductStatusEnum, ServicePromoCode, ServiceSubscription, ServiceSubscriptionCollection, ServiceSubscriptionItem, ServiceSubscriptionStatusEnum, SetupItemTypeEnum, SoleBusiness, SoleBusinessActivity, SoleBusinessActivityService, SoleBusinessAllocation, SoleBusinessAllocationsForm, SoleBusinessForm, SoleBusinessLoss, SoleBusinessLossCollection, SoleBusinessLossForm, SoleBusinessLossOffsetRule, SoleBusinessLossOffsetRuleService, SoleBusinessLossReport, SoleBusinessLossService, SoleBusinessMessagesEnum, SoleBusinessService, SoleContact, SoleContactForm, SoleContactService, SoleDepreciationMethod, SoleDepreciationMethodEnum, SoleDepreciationMethodForm, SoleDepreciationMethodService, SoleDetails, SoleDetailsForm, SoleDetailsService, SoleForecast, SoleForecastService, SoleIncomeForm, SoleInvoice, SoleInvoiceCollection, SoleInvoiceForm, SoleInvoiceItem, SoleInvoiceItemCollection, SoleInvoiceItemForm, SoleInvoiceService, SoleInvoiceStateEnum, SoleInvoiceStatusesEnum, SoleInvoiceTaxTypeEnum, SoleInvoiceTemplate, SoleInvoiceTemplateForm, SoleInvoiceTemplateService, SoleInvoiceTemplateTaxTypeEnum, SpareDocumentSpareTypeEnum, SseService, StatesEnum, SubscriptionItemCollection, SubscriptionMessagesEnum, SubscriptionService, TAX_RETURN_CATEGORIES, TYPE_LOAN, TankTypeEnum, TaxCalculationMedicareExemptionEnum, TaxCalculationTypeEnum, TaxExemption, TaxExemptionCollection, TaxExemptionEnum, TaxExemptionMetaField, TaxExemptionMetaFieldEnum, TaxExemptionService, TaxReturn, TaxReturnCategory, TaxReturnCategoryListEnum, TaxReturnCategorySectionEnum, TaxReturnItem, TaxReturnItemEnum, TaxReturnItemService, TaxReview, TaxReviewCollection, TaxReviewFilterForm, TaxReviewFilterStatusEnum, TaxReviewHistoryService, TaxReviewMessagesEnum, TaxReviewService, TaxReviewStatusEnum, TaxSummary, TaxSummaryListEnum, TaxSummarySection, TaxSummarySectionEnum, TaxSummaryService, TaxSummaryTaxSummaryEnum, TaxSummaryTypeEnum, TicketFeedbackEnum, TicketStatusEnum, TicketTypesEnum, TimezoneEnum, Toast, ToastService, ToastTypeEnum, Transaction, TransactionAllocation, TransactionAllocationCollection, TransactionAllocationService, TransactionBase, TransactionBaseCollection, TransactionBaseFilterForm, TransactionBaseForm, TransactionCategoryEnum, TransactionCollection, TransactionForm, TransactionMetaField, TransactionOperationEnum, TransactionReportItem, TransactionReportItemCollection, TransactionService, TransactionSourceEnum, TransactionTypeEnum, USER_ROLES, USER_WORK_POSITION, UniqueEmailValidator, User, UserCollection, UserEventSetting, UserEventSettingCollection, UserEventSettingFieldEnum, UserEventSettingService, UserEventStatusEnum, UserEventType, UserEventTypeCategory, UserEventTypeClientTypeEnum, UserEventTypeCollection, UserEventTypeEmployeeTypeEnum, UserEventTypeFrequencyEnum, UserEventTypeService, UserEventTypeUserTypeEnum, UserForm, UserInviteForm, UserMedicareExemptionEnum, UserMessagesEnum, UserService, UserStatusEnum, UserSwitcherService, UserTitleEnum, UserToRegister, UserWorkDepreciationCalculationEnum, UserWorkingHolidayMakerEnum, UsersInviteService, Vehicle, VehicleClaim, VehicleClaimCollection, VehicleClaimDetails, VehicleClaimDetailsForm, VehicleClaimDetailsMethodEnum, VehicleClaimDetailsService, VehicleClaimForm, VehicleClaimService, VehicleExpense, VehicleExpenseCollection, VehicleForm, VehicleLogbook, VehicleLogbookCollection, VehicleLogbookForm, VehicleLogbookMessages, VehicleLogbookPurposeEnum, VehicleLogbookService, VehicleMessagesEnum, VehicleService, WorkExpenseForm, WorkIncomeForm, XlsxService, YoutubeService, alphaSpaceValidator, atLeastOneCheckedValidator, atoLinks, autocompleteValidator, cloneDeep, compare, compareMatOptions, conditionalValidator, createDate, currentFinYearValidator, displayMatOptions, enumToList, fieldsSumValidator, getDocIcon, greaterThanValidator, matchSumValidator, maxDateValidator, minDateValidator, passwordMatchValidator, passwordValidator, replace, sort, sortDeep, toArray };
|
25240
25271
|
//# sourceMappingURL=taxtank-core.mjs.map
|