diff --git a/src/app/branding/fyle-branding-config.ts b/src/app/branding/fyle-branding-config.ts index 609ce70d1..34951fdd8 100644 --- a/src/app/branding/fyle-branding-config.ts +++ b/src/app/branding/fyle-branding-config.ts @@ -145,6 +145,6 @@ export const fyleDemoVideoLinks: DemoVideo[string] = { TRAVELPERK: 'https://www.youtube.com/embed/2oYdc8KcQnk', XERO: 'https://www.youtube.com/embed/IplJd7tGWBk', NETSUITE: 'https://www.youtube.com/embed/wQXQYTLsVH8', - QBD_DIRECT: 'https://www.youtube.com/embed/b63lS2DG5j4' + QBD_DIRECT: 'https://www.youtube.com/embed/rKxbQWETnlo' } }; \ No newline at end of file diff --git a/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.html b/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.html index 16b60730d..170107f74 100644 --- a/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.html +++ b/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-download-file/qbd-direct-download-file.component.html @@ -43,7 +43,7 @@

Enter com
- +

Where to find company file path?

diff --git a/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.html b/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.html index ccc7c02e7..48f9d8ac5 100644 --- a/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.html +++ b/src/app/integrations/qbd-direct/qbd-direct-shared/qbd-direct-setup-connection/qbd-direct-setup-connection.component.html @@ -75,7 +75,7 @@

Click on

- +
diff --git a/src/app/shared/components/dashboard/dashboard-error-section/dashboard-error-section.component.ts b/src/app/shared/components/dashboard/dashboard-error-section/dashboard-error-section.component.ts index c6335e40a..b1014c897 100644 --- a/src/app/shared/components/dashboard/dashboard-error-section/dashboard-error-section.component.ts +++ b/src/app/shared/components/dashboard/dashboard-error-section/dashboard-error-section.component.ts @@ -1,10 +1,9 @@ import { Component, Input, OnInit } from '@angular/core'; -import { Observable, filter, forkJoin } from 'rxjs'; import { brandingConfig, brandingContent, brandingFeatureConfig } from 'src/app/branding/branding-config'; import { DestinationFieldMap } from 'src/app/core/models/db/dashboard.model'; -import { DestinationAttribute, GroupedDestinationAttribute } from 'src/app/core/models/db/destination-attribute.model'; +import { DestinationAttribute } from 'src/app/core/models/db/destination-attribute.model'; import { Error, AccountingGroupedErrors, AccountingGroupedErrorStat, ErrorModel, ErrorResponse } from 'src/app/core/models/db/error.model'; -import { ExtendedGenericMapping, GenericMappingResponse } from 'src/app/core/models/db/extended-generic-mapping.model'; +import { ExtendedGenericMapping } from 'src/app/core/models/db/extended-generic-mapping.model'; import { AccountingDisplayName, AccountingErrorType, AccountingField, AppName, AppUrl, ExportErrorSourceType, FyleField, MappingState } from 'src/app/core/models/enum/enum.model'; import { ResolveMappingErrorProperty, trackingAppMap } from 'src/app/core/models/misc/tracking.model'; import { Expense } from 'src/app/core/models/intacct/db/expense.model'; @@ -175,7 +174,11 @@ export class DashboardErrorSectionComponent implements OnInit { this.groupedError = groupedError; this.sourceField = sourceField; this.destinationField = this.destinationFieldMap[this.sourceField]; - this.isMultiLineOption = this.importCodeFields?.includes(this.destinationField); + if ([AppName.QBD_DIRECT, AppName.QBO].includes(this.appName)) { + this.isMultiLineOption = this.sourceField === ExportErrorSourceType.CATEGORY && brandingConfig.brandId !== 'co' ? true : false; + } else { + this.isMultiLineOption = this.importCodeFields?.includes(this.destinationField) && brandingConfig.brandId !== 'co' ? true : false; + } if (this.destinationOptionsVersion === 'v1') { this.getDestinationOptionsV1(errorType); diff --git a/src/app/shared/components/helper/mapping/generic-mapping-table/generic-mapping-table.component.html b/src/app/shared/components/helper/mapping/generic-mapping-table/generic-mapping-table.component.html index f4994b64b..7c00ea4b5 100644 --- a/src/app/shared/components/helper/mapping/generic-mapping-table/generic-mapping-table.component.html +++ b/src/app/shared/components/helper/mapping/generic-mapping-table/generic-mapping-table.component.html @@ -29,7 +29,9 @@ [emptyFilterMessage]="isSearching ? 'Searching...' : 'No results found'" (onFilter)="searchOptions($event)"> -
+

{{ value?.code }}: {{ value?.value }}