From d3c722a2e162f78982b7fbc0868d362d410c83ec Mon Sep 17 00:00:00 2001 From: Dhaarani <55541808+DhaaraniCIT@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:52:49 +0530 Subject: [PATCH] fix: intacct css fix (#1015) * fix: intacct css fix * QBO auto create vendor condition and content fix --- src/app/branding/c1-contents-config.ts | 2 +- src/app/branding/fyle-contents-config.ts | 2 +- .../intacct-advanced-settings.component.html | 2 +- .../qbo-advanced-settings/qbo-advanced-settings.component.ts | 2 +- src/styles.scss | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/branding/c1-contents-config.ts b/src/app/branding/c1-contents-config.ts index faac3dffa..b2543956c 100644 --- a/src/app/branding/c1-contents-config.ts +++ b/src/app/branding/c1-contents-config.ts @@ -288,7 +288,7 @@ export const c1Contents = { advancedSettings: { stepName: 'Advanced settings', contentText: 'Customize the integration based on your accounting requirements. ', - autoCreateVendorsLabel: 'Auto-create vendors', + autoCreateVendorsLabel: 'Auto-create employee as vendor', paymentSyncLabel: 'Auto sync payment status for reimbursable expenses', customizationSubLabel: 'you can choose what data points need to be exported and what shouldn\'t be.', autoCreateMerchantsAsVendorsLabel: 'Auto-create merchants as vendors', diff --git a/src/app/branding/fyle-contents-config.ts b/src/app/branding/fyle-contents-config.ts index 98b73c303..2d423b3d3 100644 --- a/src/app/branding/fyle-contents-config.ts +++ b/src/app/branding/fyle-contents-config.ts @@ -288,7 +288,7 @@ export const fyleContents = { advancedSettings: { stepName: 'Advanced Settings', contentText: 'In this section, you can customize the integration based on your accounting requirements. ', - autoCreateVendorsLabel: 'Auto-Create Vendors', + autoCreateVendorsLabel: 'Auto-create employee as vendor', paymentSyncLabel: 'Auto Sync payment status for reimbursable expenses', customizationSubLabel: 'You can choose what data points need to be exported and what shouldn\'t be.', autoCreateMerchantsAsVendorsLabel: 'Auto-create Merchants as Vendors', diff --git a/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html b/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html index 950f288c1..1fbf10281 100644 --- a/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html +++ b/src/app/integrations/intacct/intacct-shared/intacct-advanced-settings/intacct-advanced-settings.component.html @@ -83,7 +83,7 @@ [subLabel]="'When matching ' + getEmployeeField() +' record is not found for an employee in ' + brandingConfig.brandName + ', the integration will auto-create a new record in Sage Intacct.'" [formControllerName]="'autoCreateEmployeeVendor'"> -
+