taxtank-core 0.13.1 → 0.13.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/taxtank-core.umd.js +10 -3
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/models/account-setup/account-setup-item.js +1 -1
- package/esm2015/lib/models/account-setup/account-setup-items.const.js +11 -4
- package/fesm2015/taxtank-core.js +10 -3
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/models/account-setup/account-setup-item.d.ts +1 -0
- package/package.json +1 -1
|
@@ -8805,40 +8805,47 @@
|
|
|
8805
8805
|
title: 'Add your work income forecast',
|
|
8806
8806
|
description: 'One the most important steps is to add your salary or wage incomes so we can automatically calculate tax withheld and your forecasted tax position.',
|
|
8807
8807
|
url: '/client/work-tank/forecasting',
|
|
8808
|
+
urlFragment: 'salaryProductTour',
|
|
8808
8809
|
clientIncomeTypes: ['salary']
|
|
8809
8810
|
}),
|
|
8810
8811
|
_a[AccountSetupItemsEnum.OTHER_INCOME] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8811
8812
|
title: 'Add any other expected incomes',
|
|
8812
8813
|
description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
|
|
8813
8814
|
url: '/client/work-tank/forecasting',
|
|
8815
|
+
urlFragment: 'otherIncomeProductTour',
|
|
8814
8816
|
clientIncomeTypes: ['dividends', 'other']
|
|
8815
8817
|
}),
|
|
8816
8818
|
_a[AccountSetupItemsEnum.PROPERTY] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8817
8819
|
title: 'Add your properties',
|
|
8818
8820
|
description: 'Add your properties to seamlessly manage your rental incomes and expenses, whilst tracking your cash position, tax positions and equity forecasts in real time.',
|
|
8819
8821
|
url: '/client/property-tank',
|
|
8822
|
+
urlFragment: 'productTour',
|
|
8820
8823
|
clientIncomeTypes: ['property']
|
|
8821
8824
|
}),
|
|
8822
8825
|
_a[AccountSetupItemsEnum.BANK_FEEDS] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8823
8826
|
title: 'Link banks and select accounts',
|
|
8824
8827
|
description: 'Link banks to automatically feed your account transactions to save you time and money. Allocating live transactions ensures nothing is missed, lost or forgotten!',
|
|
8825
|
-
url: '/client/bank-feeds'
|
|
8828
|
+
url: '/client/bank-feeds',
|
|
8829
|
+
urlFragment: 'bankAccountProductTour',
|
|
8826
8830
|
}),
|
|
8827
8831
|
_a[AccountSetupItemsEnum.WORK_LOGBOOK] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8828
8832
|
title: 'Set up your logbook method',
|
|
8829
8833
|
description: 'Do you use your vehicle for work? Select your method and the klms or logbook % to automate accurately all vehicle expenses throughout the year.',
|
|
8830
|
-
url: '/client/work-tank/logbook'
|
|
8834
|
+
url: '/client/work-tank/logbook',
|
|
8835
|
+
urlFragment: 'productTour'
|
|
8831
8836
|
}),
|
|
8832
8837
|
_a[AccountSetupItemsEnum.SOLE_INCOME] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8833
8838
|
title: 'Add your business details',
|
|
8834
8839
|
description: 'Add your business details, logo and payment terms to create invoice templates in minutes.',
|
|
8835
8840
|
url: '/client/sole-tank/forecasting',
|
|
8841
|
+
urlFragment: 'productTour',
|
|
8836
8842
|
clientIncomeTypes: ['sole']
|
|
8837
8843
|
}),
|
|
8838
8844
|
_a[AccountSetupItemsEnum.TRANSACTION] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8839
8845
|
title: 'Allocation transactions',
|
|
8840
8846
|
description: 'Select one or multiple transactions, the category from the dropdown and attach your receipt. It’s that simple to capture every possible deduction, and keep organised all throughout the year.',
|
|
8841
|
-
url: '/client/bank-feeds'
|
|
8847
|
+
url: '/client/bank-feeds',
|
|
8848
|
+
urlFragment: 'allocationProductTour',
|
|
8842
8849
|
}),
|
|
8843
8850
|
_a);
|
|
8844
8851
|
|