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/c1-contents-config.ts
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,10 @@ export const c1Contents = {
254
254
accountingPeriodSubLabel: 'If the accounting period is closed, the expenses will be exported with a date stamp for the first day of the current open accounting period.',
255
255
autoCreateVendorsSubLabel: 'Automatically create a new contact in Xero if an added merchant doesn\'t have a corresponding match.',
256
256
customPreferencesLabel: 'Other preferences',
257
-
customPreferencesSubLabel: 'Create new records in Xero if no contacts found or the accounting period is closed.'
257
+
customPreferencesSubLabel: 'Create new records in Xero if no contacts found or the accounting period is closed.',
258
+
memoStructureLabel: 'Set the line-item description field in Xero',
259
+
memoStructureSubLabel: 'Choose from a list of available data points that you\'d like to export to the description field in Xero.',
260
+
customizeSectionSubLabel: 'Customize the data that you\'d like to export from Expense Management to Xero by choosing which data points need to be exported.'
Copy file name to clipboardExpand all lines: src/app/branding/fyle-contents-config.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,7 @@ export const fyleContents = {
250
250
topLevelMemoStructureSubLabel: 'Select the datapoints you\'d like to export to Xero’s top-level memo field when exporting expenses from Fyle.',
251
251
memoStructureLabel: 'Customize the Line-Item Level Memo Field',
252
252
memoStructureSubLabel: 'Select the datapoints you\'d like to export to Xero\’s line-item level memo field when exporting expenses from Fyle.',
253
+
customizeSectionSubLabel: 'In this section, you can customize the data that you\'d like to export from '+brandingConfig.brandName+' to Xero. You can choose what data points need to be exported and what shouldn\'t be.',
253
254
frequencySubLabel: 'Set a frequency based on how often you want your expenses in Fyle to be exported to Xero.',
254
255
customPreferencesLabel: 'Other Preferences',
255
256
customPreferencesSubLabel: 'Based on your preference, you can choose whether you want to create any new records in Xero from '+brandingConfig.brandName+'. (when there is no employee record found, or when the accounting period is closed)',
Copy file name to clipboardExpand all lines: src/app/core/models/business-central/business-central-configuration/business-central-export-setting.model.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ export type BusinessCentralExportSetting = {
15
15
credit_card_expense_date: ExportDateType,
16
16
default_bank_account_name: string,
17
17
default_bank_account_id: string,
18
+
default_ccc_bank_account_name: string,
19
+
default_ccc_bank_account_id: string,
18
20
name_in_journal_entry: string,
19
21
employee_field_mapping: string,
20
22
auto_map_employees: string,
@@ -184,6 +186,7 @@ export class BusinessCentralExportSettingModel {
0 commit comments