Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 18 additions & 25 deletions src/components/Integrations/integrations.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ export const spendInsightsFileUpload = [
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/acumatica.png",
},
{
name: "Deltek Ajera",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments"],
img: "https://static.codat.io/public/officialLogos/Square/ajera.jpg",
},
{
name: "Epicor",
to: "/spend-insights/resources/link-file",
Expand Down Expand Up @@ -220,27 +227,6 @@ export const spendInsightsFileUpload = [
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/infor-lawson.png",
},
{
name: "QuickBooks Desktop",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/19EEFA32-58A8-4097-B95A-EF150BF24FA0.png",
},
{
name: "QuickBooks Online",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments"],
img: "https://static.codat.io/public/officialLogos/Square/D3A7993F-8165-46EF-8C61-F3C06C3EF88A.png",
},
{
name: "Intuit Enterprise Suite",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/D3A7993F-8165-46EF-8C61-F3C06C3EF88A.png",
},
{
name: "Meditech",
to: "/spend-insights/resources/link-file",
Expand Down Expand Up @@ -340,28 +326,35 @@ export const spendInsightsFileUpload = [
img: "https://static.codat.io/public/officialLogos/Square/oracle-jd-edwards.png",
},
{
name: "Sage 200 Professional",
name: "Sage 50 Accounts",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
},
{
name: "Sage 200 Standard",
name: "Sage 50 Accounts Cloud",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
},
{
name: "Sage 50 Accounts",
name: "Sage 100",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
},
{
name: "Sage 50 Accounts Cloud",
name: "Sage 200 Professional",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
},
{
name: "Sage 200 Standard",
to: "/spend-insights/resources/link-file",
sourceType: "accounting",
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
Expand Down
Loading