Integrating with Sage Financial Software [closed]
Asked Answered
W

4

30

I have recently been asked to develop an application that will have to integrate with Sage Line 50 financial software.
I've done some googling and I am surprised at the lack of info on interfacing with Sage from Java or .Net. Is Sage such a black box that you need to sign up to a Sage Developer program before you get any info?
Are there any open source options to allow apps to talk to Sage?

Any info appreciated.

Cheers

Paul

Winnow answered 19/3, 2009 at 9:2 Comment(2)
Really off-topic, but do you do freelancing? How did you end up working on this project?Immunoreaction
It's a surprisingly common requirement for small businesses, particularly in the UK - a huge amount of the use Sage for their accounting and getting numbers in and out of it is a common request.Cyclopropane
W
21

Looking on the Sage UK site I found the following Developer SDK.

Upshot is that you need to use .Net if you want to use the SDK.

Problem is that the SDK is only available under the Developer programme which starts at £1500: Here's the brochure.

However the developer programme does give you free copies of the Sage software for development purposes, so I can see the benefits if your business is Sage integration.

Another option is an addon for Sage which is sold by Sage for £299

http://shop.sage.co.uk/pdf/connect_for_Sage_50.pdf

This gives an XML import/export facility, this may be enough for my purposes.

Winnow answered 31/3, 2009 at 18:59 Comment(2)
This isn't your only option now Sage have an open source web service built into all there products it's called SData (Sage Data Service).Weak
New program is: developers.sageone.com Examples at: github.com/sageBasilius
S
22

Theres a new methodology Sage are moving to called SData. I think you can read about this at http://sdata.sage.com/

The long term aspiration is that SData will provide full CRUD facilities and simplify integration between different Sage programs (of which there are many!) and therefore provide a consistent web service that 3rd party applications can be integrated with too.

Subglacial answered 17/12, 2011 at 10:44 Comment(8)
If you're looking for accessing data from Sage financial products then SData is Sage's own open source method that doesn't require a developer licence. Heavy integration like modifying Sage forms etc then you'll need the developer licence (access to SDK).Weak
This appears to have since been replaced by developers.sageone.com -- now a free self-serve program apparently run out of the UK. Sadly, for my purposes, while it supports the US, it does not explicitly support Canada. :(Basilius
Also, github.com/sage has examples, look for repos starting with "sageone".Basilius
Sage 50 Canadian edition appears to be easy enough to integrate with -- it uses a MySQL database, e.g. github.com/sinergi/sage50/blob/master/config/doctrine.phpBasilius
There is also complementary access to the Sage 50 SDKs for Canada and the US (aka Simply Accounting) - see link under Program Levels: sage.com/ca/partners/development-partners-erp-crm-hrmsBasilius
Actually the more I look into Sage's development resources the more confused I get. At this point it still appears product-specific. :)Basilius
@LouisSt-Amour I had the same issue as well...Sageone seems to have well defined api's. Not even sure if and how we could use SData to connect to Sage 50 (which is an on-premise app).Tacy
Sage One is a completely different product and Sage 50 is a different in different countries... Sage has bought a number of companies and kept them as separate products with separate SDKs/APIs to add to confusion! This question was about Sage 50 and talking about Sage One may confuse others.Hazlitt
W
21

Looking on the Sage UK site I found the following Developer SDK.

Upshot is that you need to use .Net if you want to use the SDK.

Problem is that the SDK is only available under the Developer programme which starts at £1500: Here's the brochure.

However the developer programme does give you free copies of the Sage software for development purposes, so I can see the benefits if your business is Sage integration.

Another option is an addon for Sage which is sold by Sage for £299

http://shop.sage.co.uk/pdf/connect_for_Sage_50.pdf

This gives an XML import/export facility, this may be enough for my purposes.

Winnow answered 31/3, 2009 at 18:59 Comment(2)
This isn't your only option now Sage have an open source web service built into all there products it's called SData (Sage Data Service).Weak
New program is: developers.sageone.com Examples at: github.com/sageBasilius
C
2

I've done quite a bit with Sage Line 50 V9 (a couple of versions old, I know). Sage provide an ODBC driver which you can happily talk to with ADO & ADO.NET. The driver is however read-only which may or may not be an issue to you. There do seem to be some limitations with SQL queries though - in particular, double joins don't work (a JOIN b JOIN c) & need to be flattened-out. Also, the DISTINCT keyword doesn't seem to be recognised. Hope this of some use.

Clywd answered 19/3, 2009 at 9:19 Comment(0)
C
1

Going back a few years, but Sage also used to provide a read-write API (not ODBC based) for accessing the data in their products.

I'm not surprised that you need to join the developer program - Sage is a traditional closed source commercial application - it's unlikly to have open source options available for it.

Joining the dev program used to be free for Sage customers, which the people you are working for should be, surely...?

EDIT - yikes, not free any more

Cyclopropane answered 27/3, 2009 at 12:31 Comment(2)
For Sage Payroll, although they prefer you to use ther SDK, they do allow read/write access through an ODBC driver. However, you still have yo be on the Developer Program to get the annually changing password.Skiles
That's a damn expensive password alright.Ingesta

© 2022 - 2024 — McMap. All rights reserved.