Skip to content

Commit ec1144a

Browse files
authored
feat: folder creation (#1053)
1 parent 92dc51b commit ec1144a

File tree

95 files changed

+1653
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1653
-126
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"space-before-function-paren": "off",
6666
"@typescript-eslint/quotes": "off",
6767
"@angular-eslint/no-empty-lifecycle-method": "off",
68+
"@angular-eslint/no-input-rename": "off",
6869
"linebreak-style": "off",
6970
"key-spacing": ["error", { "beforeColon": false }],
7071
"keyword-spacing": ["error", { "before": true }],

src/app/branding/c1-branding-config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ export const c1KbArticles: KbArticle[string] = {
130130
ADVANCED_SETTING: `${brandingConfig.helpArticleDomain}/en/articles/9082146-configure-the-capital-one-sage-intacct-integration#h_498f2acc61`,
131131
LANDING: `${brandingConfig.helpArticleDomain}/en/articles/9082146-configure-the-capital-one-sage-intacct-integration`,
132132
CONNECTOR: `${brandingConfig.helpArticleDomain}/en/articles/9081356-generate-credentials-to-connect-with-sage-intacct`,
133-
SKIP_EXPORT: `${brandingConfig.helpArticleDomain}/en/articles/9082146-configure-the-capital-one-sage-intacct-integration`
133+
SKIP_EXPORT: `${brandingConfig.helpArticleDomain}/en/articles/9082146-configure-the-capital-one-sage-intacct-integration`,
134+
HELPER_ARTICLE: `${brandingConfig.helpArticleDomain}/en/articles/7882821-how-to-skip-exporting-specific-expenses-from-fyle-to-sage-intacct`
134135
}
135136
}
136137
};

src/app/branding/c1-contents-config.ts

+11-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ export const brandingConfig: BrandingConfiguration = config as BrandingConfigura
66
export const c1Contents = {
77
qbd_direct: {
88
landing: {
9-
contentText: 'Import chart of accounts and projects from NetSuite and export expenses from your Expense Management account.',
9+
contentText: 'Import data from QuickBooks Desktop to ' + brandingConfig.brandName + ' and export expenses from ' + brandingConfig.brandName + ' to QuickBooks Desktop',
1010
guideHeaderText: 'How to setup your integration'
1111
},
1212
configuration: {
13+
preRequisite: {
14+
stepName: 'Prerequisites',
15+
configurationHeaderText: 'Getting started',
16+
configurationSubHeaderText: 'Begin your QuickBooks integration by completing the following steps.'
17+
},
1318
connector: {
14-
configurationHeaderText: 'Connect to NetSuite subsidary',
15-
configurationSubHeaderText: 'Expenses will be posted to the NetSuite subsidary selected here. You can\'t change the subsidary once they\'re configured.',
16-
stepName: 'Connect to NetSuite',
19+
configurationHeaderText: 'Connect to QuickBooks Desktop',
20+
configurationSubHeaderText: 'Connect to QuickBooks desktop by completing the following steps.',
21+
stepName: 'Connect to QuickBooks Desktop',
1722
subLabel: 'Provide your credentials to establish a secure connection between your Expense Management and NetSuite account'
1823
},
1924
exportSetting: {
@@ -73,7 +78,7 @@ export const c1Contents = {
7378
stepName: 'Advanced settings',
7479
contentText: 'Customize the integration based on your accounting requirements.',
7580
customizeSectionLabel: 'Customization',
76-
customizeSectionSubLabel: 'In this section, you can customize the data that you\'d like to export from Fyle to QuickBooks Desktop You can choose what data points need to be exported and what shouldn\'t be.',
81+
customizeSectionSubLabel: 'In this section, you can customize the data that you\'d like to export from ' + brandingConfig.brandName + ' to QuickBooks Desktop You can choose what data points need to be exported and what shouldn\'t be.',
7782
automationLabel: 'Automation',
7883
automationSubLabel: 'You can automate the export and sync of your data in this section.',
7984
scheduleAutoExportLabel: 'Schedule automatic export',
@@ -88,7 +93,7 @@ export const c1Contents = {
8893
otherPreferencesLabel: 'Other preferences',
8994
otherPreferencesSubLabel: 'Based on your preference, you can choose whether you want to create any new records in QuickBooks Desktop from ' + brandingConfig.brandName + '.',
9095
autoCreateMerchantsAsVendorsLabel: 'Auto-create merchants as vendors',
91-
autoCreateMerchantsAsVendorsSubLabel: 'Fyle will auto-create a new vendor in QuickBooks Desktop if a merchant added by an employee does not have a corresponding match in QuickBooks Desktop. ',
96+
autoCreateMerchantsAsVendorsSubLabel: '' + brandingConfig.brandName + ' will auto-create a new vendor in QuickBooks Desktop if a merchant added by an employee does not have a corresponding match in QuickBooks Desktop. ',
9297
skipExportLabel: 'Skip export of specific expenses from ' + brandingConfig.brandName + ' to QuickBooks Desktop',
9398
skipExportSubLabel: 'You could choose to skip expenses from ' + brandingConfig.brandName + ' to QuickBooks Desktop by setting up a conditional rule. ',
9499
autoCreateReimbursableEnitityLabel: 'Auto create reimbursable enitity',

src/app/branding/fyle-branding-config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ export const fyleKbArticles: KbArticle[string] = {
131131
ADVANCED_SETTING: `${brandingConfig.helpArticleDomain}/en/articles/8394683-how-to-configure-the-fyle-sage-intacct-integration#h_3f6718633c`,
132132
LANDING: `${brandingConfig.helpArticleDomain}/en/articles/8394683-how-to-configure-the-fyle-sage-intacct-integration`,
133133
CONNECTOR: `${brandingConfig.helpArticleDomain}/en/articles/8394683-how-to-configure-the-fyle-sage-intacct-integration#h_38e0c9bea6`,
134-
SKIP_EXPORT: `${brandingConfig.helpArticleDomain}/en/articles/7882821-how-to-skip-exporting-specific-expenses-from-fyle-to-sage-intacct`
134+
SKIP_EXPORT: `${brandingConfig.helpArticleDomain}/en/articles/7882821-how-to-skip-exporting-specific-expenses-from-fyle-to-sage-intacct`,
135+
HELPER_ARTICLE: `${brandingConfig.helpArticleDomain}/en/articles/7882821-how-to-skip-exporting-specific-expenses-from-fyle-to-sage-intacct`
135136
}
136137
}
137138
};

0 commit comments

Comments
 (0)