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
Copy file name to clipboardExpand all lines: src/app/branding/fyle-contents-config.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,9 @@ export const fyleContents = {
85
85
preferenceLabel: 'Other Preferences',
86
86
preferenceSubLabel: 'Based on your preference, you can choose whether you want to create any new records in NetSuite from Fyle. (when there is no employee record found, or when the accounting period is closed).',
87
87
previewDescriptionFieldLabel: 'Preview of the Description Field',
88
-
autoCreateMerchantsLabel: 'Auto Create Merchant on NetSuite for Credit Card Charge'
88
+
autoCreateMerchantsLabel: 'Auto Create Merchant on NetSuite for Credit Card Charge',
89
+
singleCreditLineJELabel: 'Create a single itemized offset credit entry for Journal',
90
+
singleCreditLineJESubLabel: 'Merge all Credits in a Journal to create a single entry.'
Copy file name to clipboardExpand all lines: src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.html
[subLabel]="'While exporting reimbursable expenses from ' + brandingConfig.brandName + ', the integration will automatically create a ' + getCreateVendorLabel().toLowerCase() + ' if a match does not exist in NetSuite already.'"
[subLabel]="'While exporting reimbursable expenses from ' + brandingConfig.brandName + ', the integration will automatically create a ' + getCreateVendorLabel().toLowerCase() + ' if a match does not exist in NetSuite already.'"
[subLabel]="'While exporting credit card expenses from ' + brandingConfig.brandName + ', the integration will automatically create a merchant if a match does not exist in NetSuite already.'"
Copy file name to clipboardExpand all lines: src/app/integrations/netsuite/netsuite-shared/netsuite-advanced-settings/netsuite-advanced-settings.component.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,10 @@ export class NetsuiteAdvancedSettingsComponent implements OnInit {
Copy file name to clipboardExpand all lines: src/app/integrations/netsuite/netsuite-shared/netsuite-export-settings/netsuite-export-settings.component.ts
+54Lines changed: 54 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,8 @@ export class NetsuiteExportSettingsComponent implements OnInit {
0 commit comments