diff --git a/docs/lending/features/accounts-payable-overview.md b/docs/lending/features/accounts-payable-overview.md index 1870c01680..8d4a787c6a 100644 --- a/docs/lending/features/accounts-payable-overview.md +++ b/docs/lending/features/accounts-payable-overview.md @@ -7,7 +7,7 @@ image: "/img/banners/social/lending.png" import Products from "@components/Products"; import { IntegrationsList } from "@components/Integrations"; -import { accountingIntegrations } from "@components/Integrations/integrations"; +import { integrationsAccountingFilterLending } from "@components/Integrations/integrations"; import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; @@ -118,7 +118,7 @@ Once you have the Lending solution enabled, configure your instance to work with Follow the respective guides to set up and enable accounting integrations that will serve as a data source for the feature: - + #### Enable data types and sync schedule diff --git a/docs/lending/features/accounts-receivable-overview.md b/docs/lending/features/accounts-receivable-overview.md index beb1ec245f..6ed975b588 100644 --- a/docs/lending/features/accounts-receivable-overview.md +++ b/docs/lending/features/accounts-receivable-overview.md @@ -8,7 +8,7 @@ image: "/img/banners/social/lending.png" import Products from "@components/Products"; import { IntegrationsList } from "@components/Integrations"; import { - accountingIntegrations, + integrationsAccountingFilterLending, bankingIntegrations, } from "@components/Integrations/integrations"; import Tabs from "@theme/Tabs"; @@ -187,7 +187,7 @@ Follow the respective guides to set up and enable at least one accounting and on ##### Accounting - + ##### Banking diff --git a/docs/lending/features/financial-statements-overview.md b/docs/lending/features/financial-statements-overview.md index 8f4ff56b7f..bf026779f5 100644 --- a/docs/lending/features/financial-statements-overview.md +++ b/docs/lending/features/financial-statements-overview.md @@ -7,7 +7,7 @@ image: "/img/banners/social/lending.png" import Products from "@components/Products"; import { IntegrationsList } from "@components/Integrations"; -import { accountingIntegrations } from "@components/Integrations/integrations"; +import { integrationsAccountingFilterLending } from "@components/Integrations/integrations"; import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; @@ -255,7 +255,7 @@ Once you have the Lending solution enabled, configure your instance to work with Follow the respective guides to set up and enable accounting integrations that will serve as a data source for the feature: - + #### Enable data types and sync schedule diff --git a/docs/lending/get-started.md b/docs/lending/get-started.md index eac1f9595d..bb3baa972f 100644 --- a/docs/lending/get-started.md +++ b/docs/lending/get-started.md @@ -7,7 +7,7 @@ image: "/img/banners/social/lending.png" import { IntegrationsList } from "@components/Integrations"; import { - accountingIntegrations, + integrationsAccountingFilterLending, bankingIntegrations, commerceIntegrations, } from "@components/Integrations/integrations"; @@ -37,7 +37,7 @@ Data source coverage varies by feature, so be sure to review the coverage for th #### Accounting - + #### Banking diff --git a/src/components/Integrations/integrations.js b/src/components/Integrations/integrations.js index 1fe0b5e6fb..52b4b685c6 100644 --- a/src/components/Integrations/integrations.js +++ b/src/components/Integrations/integrations.js @@ -539,7 +539,7 @@ export const integrationsAccountingFilterLending = [ "Oracle NetSuite", "QuickBooks Desktop", "QuickBooks Online", - "Sage 50", + "Sage 50 Accounts", "Sage 200 Standard", "Sage Accounting", "Sage Intacct", @@ -556,7 +556,7 @@ export const integrationsAccountingFilterCreditModel = [ "Oracle NetSuite", "QuickBooks Desktop", "QuickBooks Online", - "Sage 50", + "Sage 50 Accounts", "Sage 200 Standard", "Sage Accounting", "Sage Intacct",