简体   繁体   English

将Sage Line 50与windows应用程序集成

[英]Integrate Sage Line 50 with windows application

I have to integrate C# Windows application with Sage Line 50. (To send all invoice details from application to Sage). 我必须将C#Windows应用程序与Sage Line 50集成。(将所有发票详细信息从应用程序发送到Sage)。

I searched on Google and most of the places it says to integrate Sage Line 50, we need to use Sage development kit (SDK). 我搜索了Google以及它所说的集成Sage Line 50的大多数地方,我们需要使用Sage开发工具包(SDK)。 But it's not free. 但它不是免费的。

We already bought Sage Line 50. But now I want to know how we can integrate our accounting software with Sage Line 50? 我们已经购买了Sage Line 50.但是现在我想知道如何将我们的会计软件与Sage Line 50相结合?

I found this URL 我找到了这个网址

http://crmsageconnector.codeplex.com/

they use Microsoft Dynamics CRM Connector for Sage Line 50 to synchronization of data, as well as data migration. 他们使用Microsoft Dynamics CRM Connector for Sage Line 50来同步数据以及数据迁移。

Yes, the Sage 50 Accounts SDK is required if you want to integrate your accounting data to Sage... And yes, it costs money: about £1500. 是的,如果您想将会计数据整合到Sage中,则需要Sage 50 Accounts SDK ...是的,它需要花费:大约1500英镑。

For this you get full access to the development support team (who are really helpful and know what they're talking about), the SDK DLLs, comprehensive SDK docs and the activation keys in order for you to start using the SDKs with Sage. 为此,您可以完全访问开发支持团队(他们非常有帮助并知道他们在谈论什么),SDK DLL,全面的SDK文档和激活密钥,以便您开始使用Sage的SDK。

Note - the example codes are written in C# and VB.Net. 注 - 示例代码用C#和VB.Net编写。

I have been looking into exactly the same issue. 我一直在研究同样的问题。 The Sage SDK is £1500 PER YEAR!!! Sage SDK每年1500英镑!!! 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!!! 在与Sage交谈后,我的理解是,使用今年版本开发的任何应用程序都不一定适用于未来版本的Sage,因此您需要再花费一次! £1500 to get the latest dll's etc if your application needs updating for later versions. 如果您的应用程序需要更新以用于更高版本,则需要1500英镑才能获得最新的dll等。 That's too rich for me and more importantly my client. 这对我来说太丰富了,更重要的是我的客户。

I have been looking at alternatives and found SDATA at 我一直在寻找替代品,并找到了SDATA

http://sage.github.io/SData-2.0/ 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 我一直在使用上面的链接和示例.net客户端作为参考

https://github.com/Sage/SDataCSharpClientLib https://github.com/Sage/SDataCSharpClientLib

Hope this helps someone. 希望这有助于某人。

Sage Data对象C#似乎是另一种付费方式,但该网站没有下载链接工作http://www.sagedataobjects.com/

You need to apply to become a sage developer over at http://www.sage.co.uk/partnering-sage/developers/index.html 您需要申请成为一名sage开发人员, 网址http://www.sage.co.uk/partnering-sage/developers/index.html

Chose an option that suits you best and apply or you can hire a developer that has already paid to become a member to write the code for you (like me lol). 选择最适合您的选项并申请,或者您可以聘请已经支付成为会员的开发人员为您编写代码(像我这样)。

You may find my product PostTrans which imports data from excel of use. 您可能会发现我的产品PostTrans从excel中导入数据。 By using excel you can easily add you own code/macros/formula to manipulate data before posting into the Sage 50 accounts, with full validation and in cell search for codes. 通过使用excel,您可以轻松添加自己的代码/宏/公式来操作数据,然后发布到Sage 50帐户,完全验证和单元格搜索代码。

idaea for data entry, or import of external data. 用于数据输入或导入外部数据的idaea。 see http://www.posttrans.co.uk/ http://www.posttrans.co.uk/

Sorry for the advert, but may be of help ;_) 对不起该广告,但可能有所帮助; _)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM