You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contentText: 'Import data from QuickBooks Desktop to Fyle and export expenses from Fyle to QuickBooks Desktop',
9
+
contentText: 'Import data from QuickBooks Desktop to '+brandingConfig.brandName+' and export expenses from '+brandingConfig.brandName+' to QuickBooks Desktop',
10
10
guideHeaderText: 'Guide to setup your integrations'
11
11
},
12
12
configuration: {
@@ -24,42 +24,42 @@ export const fyleContents = {
24
24
exportSetting: {
25
25
stepName: 'Export Settings',
26
26
headerText: ' Export Corporate Card Expenses',
27
-
contentText: 'In this section, you can configure how and when the expenses from '+brandingConfig.brandName+' can be exported to QuickBooks Desktop',
27
+
contentText: 'In this section, you can configure how and when the expenses from '+brandingConfig.brandName+' need to be exported to QuickBooks Desktop.',
reimbursableExpenseSubLabel: 'Enable this to export the reimbursable expenses from '+brandingConfig.brandName+'. If not enabled, any <b>out-of-pocket</b> expenses will not be exported to Quickbooks Desktop.',
31
31
reimbursableExpenseTypeLabel: 'How should the expenses be exported?',
32
32
reimbursableExpenseTypeSubLabel: 'Choose the type of transaction in QuickBooks Desktop to export your '+brandingConfig.brandName+' expenses.',
33
33
reimbursableExpenseStateLabel: 'At which state should the expenses be ready to export from '+brandingConfig.brandName+'?',
34
-
reimbursableExpenseStateSubLabel: 'You can export expenses either when they are awaiting closure after approval (Processing) or when the payment has been settled (Closed).',
34
+
reimbursableExpenseStateSubLabel: 'You can export expenses either when they are awaiting payments after approval (Processing) or when the payment has been settled (Closed).',
35
35
reimbursableExpenseDateLabel: 'Set the expense ',
36
36
reimbursableExpenseDateSubLabel: 'Expenses will be grouped and posted using the configured date when exporting from '+brandingConfig.brandName+' to QuickBooks Desktop',
37
37
reimbursableExpenseGroupLabel: 'How should the expenses be grouped?',
38
38
reimbursableExpenseGroupSubLabel: 'Expenses can either be exported as single line items (Expense) or as a grouped report with multiple line items (Report)',
39
39
employeeMappingLabel: 'How are your Employees represented in QuickBooks Desktop?',
40
-
employeeMappingSubLabel: 'Select how you represent your employees in QuickBooks Desktop. This would help to export the expenses from '+brandingConfig.brandName+' to the correct employee/vendor record in QuickBooks Desktop.',
40
+
employeeMappingSubLabel: 'Select how employees are represented in QuickBooks Desktopto ensure expenses from '+brandingConfig.brandName+' export to the correct employee/vendor record.',
41
41
autoMapEmployeesLabel: 'How should Employees in '+brandingConfig.brandName+' be mapped to ',
42
42
autoMapEmployeesSubLabel: 'Automatically map the employees in '+brandingConfig.brandName+' to their corresponding records in QuickBooks Desktop based on a unique parameter.',
43
-
defaultReimbursableAccountPayableLabel: 'To which accounts payable account should the ',
43
+
defaultReimbursableAccountPayableLabel: 'Select the Default Credit Account for adding ',
44
44
defaultReimbursableAccountPayableSubLabel: 'The integration will post the offset credit entry in '
creditCardExpenseSubLabel: 'Enable this to export the non-reimbursable expenses from '+brandingConfig.brandName+'. If not enabled, any <b>corporate credit card </b> expenses will not be exported to Quickbooks Desktop.',
48
+
creditCardExpenseSubLabel: 'Enable this to export the corporate credit card expenses from '+brandingConfig.brandName+'. If not enabled, any <b>non-reimbursable </b> expenses will not be exported to Quickbooks Desktop.',
49
49
creditCardExpenseTypeLabel: 'How should the expenses be exported?',
50
50
creditCardExpenseTypeSubLabel: 'Choose the type of transaction in QuickBooks Desktop to export your '+brandingConfig.brandName+' expenses.',
51
51
creditCardExpenseStateLabel: 'At which state should the expenses be ready to export from '+brandingConfig.brandName+'?',
52
-
creditCardExpenseStateSubLabel: 'You could choose to export ccc expenses when they have been approved and are awaiting payment clearance, or simply when they have been paid out.',
52
+
creditCardExpenseStateSubLabel: 'You can export expenses either when they are awaiting closure after approval (Approved) or when the expense has been closed (Closed).',
53
53
creditCardExpenseDateLabel: 'Set the expense ',
54
54
creditCardExpenseDateSubLabel: 'Expenses will be grouped and posted using the configured date when exporting from '+brandingConfig.brandName+' to QuickBooks Desktop',
55
55
creditCardExpenseGroupLabel: 'How should the expenses be grouped?',
56
56
creditCardExpenseGroupSubLabel: 'Expenses can either be exported as single line items (Expense) or as a grouped report with multiple line items (Report)',
57
57
creditCardExpenseNameinJELabel: 'Name in Journal Entry',
58
-
creditCardExpenseNameinJESubLabel: 'You can select either the \'Merchant Name\' or the \'Employee Name\' to appear in the \'Name\' field of your Journal Entries.',
defaultCCCAccountSubLabel: 'Post all your company corporate card transactions to a default credit card account.',
61
-
defaultCCCAccountPayableLabel: 'To which accounts payable account should the ',
62
-
defaultCCCAccountPayableSubLabel: 'The integration will post the offset credit entry in '
58
+
creditCardExpenseNameinJESubLabel: 'You can select either the \'Merchant Name\' or the \'Employee Name\' to appear in the \'Name\' field of your journal entries.',
59
+
defaultCCCAccountLabel: 'Set a Default Credit Card Account',
60
+
defaultCCCAccountSubLabel: 'If there\'s no card-to-card mapping or when an expense lacks a corporate card transaction associated with it, expenses will be posted to the default card configured here.',
61
+
defaultCCCAccountPayableLabel: 'Select the Default Credit Account for adding Journal Entry ',
62
+
defaultCCCAccountPayableSubLabel: 'This account will be used for the credit line of the '
Copy file name to clipboardExpand all lines: src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-export-settings/qbd-direct-export-settings.component.html
[subLabel]="brandingContent.reimbursable.defaultReimbursableAccountPayableSubLabel + (exportSettingsForm.get('reimbursableExportType')?.value | snakeCaseToSpaceCase | titlecase) + ' ,while debit lines will reflect the category chosen by the employee for each respective expense'"
[subLabel]="brandingContent.corporateCard.defaultCCCAccountPayableSubLabel + (exportSettingsForm.get('creditCardExportType')?.value | snakeCaseToSpaceCase | titlecase) + ' ,while debit lines will reflect the category chosen by the employee for each respective expense'"
0 commit comments