Integrate Sage Line 50 with windows application

后端 未结 5 1104
鱼传尺愫
鱼传尺愫 2021-02-09 07:55

I have to integrate C# Windows application with Sage Line 50. (To send all invoice details from application to Sage).

I searched on Google and most of the places it says

5条回答
  •  佛祖请我去吃肉
    2021-02-09 08:33

    I have been looking into exactly the same issue. The Sage SDK is £1500 PER YEAR!!! and my understanding after speaking to Sage is that any applications developed with this years version would not necessarily work with future versions of Sage so you would need to spend ANOTHER!!! £1500 to get the latest dll's etc if your application needs updating for later versions. That’s too rich for me and more importantly my client.

    I have been looking at alternatives and found SDATA at

    http://sage.github.io/SData-2.0/

    This is quite tricky stuff but for anyone interested it is allowing me to query customer information and crucially it is allowing me to add and edit customers. I’m going to try adding invoices next.

    I’ve been using the link above and the example .net client here as reference

    https://github.com/Sage/SDataCSharpClientLib

    Hope this helps someone.

提交回复
热议问题