Skip to content

Commit 60902d1

Browse files
Merge pull request #1752 from codatio/furtherIUIntegrations
Add further support íntelligent upload integrations
2 parents e5261d0 + 1a6ad40 commit 60902d1

File tree

1 file changed

+18
-25
lines changed

1 file changed

+18
-25
lines changed

src/components/Integrations/integrations.js

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ export const spendInsightsFileUpload = [
171171
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
172172
img: "https://static.codat.io/public/officialLogos/Square/acumatica.png",
173173
},
174+
{
175+
name: "Deltek Ajera",
176+
to: "/spend-insights/resources/link-file",
177+
sourceType: "accounting",
178+
tags: ["Bills", "Suppliers", "Payments"],
179+
img: "https://static.codat.io/public/officialLogos/Square/ajera.jpg",
180+
},
174181
{
175182
name: "Epicor",
176183
to: "/spend-insights/resources/link-file",
@@ -220,27 +227,6 @@ export const spendInsightsFileUpload = [
220227
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
221228
img: "https://static.codat.io/public/officialLogos/Square/infor-lawson.png",
222229
},
223-
{
224-
name: "QuickBooks Desktop",
225-
to: "/spend-insights/resources/link-file",
226-
sourceType: "accounting",
227-
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
228-
img: "https://static.codat.io/public/officialLogos/Square/19EEFA32-58A8-4097-B95A-EF150BF24FA0.png",
229-
},
230-
{
231-
name: "QuickBooks Online",
232-
to: "/spend-insights/resources/link-file",
233-
sourceType: "accounting",
234-
tags: ["Bills", "Suppliers", "Payments"],
235-
img: "https://static.codat.io/public/officialLogos/Square/D3A7993F-8165-46EF-8C61-F3C06C3EF88A.png",
236-
},
237-
{
238-
name: "Intuit Enterprise Suite",
239-
to: "/spend-insights/resources/link-file",
240-
sourceType: "accounting",
241-
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
242-
img: "https://static.codat.io/public/officialLogos/Square/D3A7993F-8165-46EF-8C61-F3C06C3EF88A.png",
243-
},
244230
{
245231
name: "Meditech",
246232
to: "/spend-insights/resources/link-file",
@@ -340,28 +326,35 @@ export const spendInsightsFileUpload = [
340326
img: "https://static.codat.io/public/officialLogos/Square/oracle-jd-edwards.png",
341327
},
342328
{
343-
name: "Sage 200 Professional",
329+
name: "Sage 50 Accounts",
344330
to: "/spend-insights/resources/link-file",
345331
sourceType: "accounting",
346332
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
347333
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
348334
},
349335
{
350-
name: "Sage 200 Standard",
336+
name: "Sage 50 Accounts Cloud",
351337
to: "/spend-insights/resources/link-file",
352338
sourceType: "accounting",
353339
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
354340
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
355341
},
356342
{
357-
name: "Sage 50 Accounts",
343+
name: "Sage 100",
358344
to: "/spend-insights/resources/link-file",
359345
sourceType: "accounting",
360346
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
361347
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
362348
},
363349
{
364-
name: "Sage 50 Accounts Cloud",
350+
name: "Sage 200 Professional",
351+
to: "/spend-insights/resources/link-file",
352+
sourceType: "accounting",
353+
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],
354+
img: "https://static.codat.io/public/officialLogos/Square/sage.png",
355+
},
356+
{
357+
name: "Sage 200 Standard",
365358
to: "/spend-insights/resources/link-file",
366359
sourceType: "accounting",
367360
tags: ["Bills", "Suppliers", "Payments", "Direct costs"],

0 commit comments

Comments
 (0)