taxtank-core 0.13.1 → 0.13.2
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.
|
@@ -8804,41 +8804,41 @@
|
|
|
8804
8804
|
_a[AccountSetupItemsEnum.SALARY] = classTransformer.plainToClass(AccountSetupItem, {
|
|
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
|
-
url: '/client/work-tank/forecasting',
|
|
8807
|
+
url: '/client/work-tank/forecasting#salaryProductTour',
|
|
8808
8808
|
clientIncomeTypes: ['salary']
|
|
8809
8809
|
}),
|
|
8810
8810
|
_a[AccountSetupItemsEnum.OTHER_INCOME] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8811
8811
|
title: 'Add any other expected incomes',
|
|
8812
8812
|
description: 'To ensure an accurate tax position forecast, add estimates for any other income types, like dividends, interest, trusts, annuities, director payments etc.',
|
|
8813
|
-
url: '/client/work-tank/forecasting',
|
|
8813
|
+
url: '/client/work-tank/forecasting#otherIncomeProductTour',
|
|
8814
8814
|
clientIncomeTypes: ['dividends', 'other']
|
|
8815
8815
|
}),
|
|
8816
8816
|
_a[AccountSetupItemsEnum.PROPERTY] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8817
8817
|
title: 'Add your properties',
|
|
8818
8818
|
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
|
-
url: '/client/property-tank',
|
|
8819
|
+
url: '/client/property-tank#productTour',
|
|
8820
8820
|
clientIncomeTypes: ['property']
|
|
8821
8821
|
}),
|
|
8822
8822
|
_a[AccountSetupItemsEnum.BANK_FEEDS] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8823
8823
|
title: 'Link banks and select accounts',
|
|
8824
8824
|
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'
|
|
8825
|
+
url: '/client/bank-feeds#bankAccountProductTour'
|
|
8826
8826
|
}),
|
|
8827
8827
|
_a[AccountSetupItemsEnum.WORK_LOGBOOK] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8828
8828
|
title: 'Set up your logbook method',
|
|
8829
8829
|
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'
|
|
8830
|
+
url: '/client/work-tank/logbook#productTour'
|
|
8831
8831
|
}),
|
|
8832
8832
|
_a[AccountSetupItemsEnum.SOLE_INCOME] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8833
8833
|
title: 'Add your business details',
|
|
8834
8834
|
description: 'Add your business details, logo and payment terms to create invoice templates in minutes.',
|
|
8835
|
-
url: '/client/sole-tank/forecasting',
|
|
8835
|
+
url: '/client/sole-tank/forecasting#productTour',
|
|
8836
8836
|
clientIncomeTypes: ['sole']
|
|
8837
8837
|
}),
|
|
8838
8838
|
_a[AccountSetupItemsEnum.TRANSACTION] = classTransformer.plainToClass(AccountSetupItem, {
|
|
8839
8839
|
title: 'Allocation transactions',
|
|
8840
8840
|
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'
|
|
8841
|
+
url: '/client/bank-feeds#allocationProductTour'
|
|
8842
8842
|
}),
|
|
8843
8843
|
_a);
|
|
8844
8844
|
|