QuickBooks 开发从哪里开始?

发布于 2024-11-07 08:27:49 字数 1436 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

纸伞微斜 2024-11-14 08:27:49

Intuit 开发者网络 (IDN) 是了解 QuickBooks 集成的起点。对于 .NET 开发人员,您可以选择以下两个方向:

  1. 加入 Front Runner 计划 - 这是 Intuit 和 Microsoft 之间的合作伙伴关系,旨在帮助想要使用 Intuit 合作伙伴平台 (IPP) 开发基于云的服务的 .NET 开发人员。 IPP 是一个基于云的托管开发平台,通常被认为是 QuickBooks 集成的未来方式。到目前为止,IPP 对 Microsoft 技术堆栈还不太友好;所谓的本机 IPP 应用程序在 Flash 和 Java 中运行。

  2. 将传统的 QuickBooks SDK 与 QBFC 框架结合使用。这种集成方法经过了时间的考验,而且更简单,特别是如果您只对定制开发感兴趣的话。 SDK 一直更容易与 .NET 和 C# 一起使用,尽管许多开发人员在使用 Java、PHP 和其他语言(尽管存在困难)方面表现良好。

IDN 站点上提供了针对这两种方法的大量在线资源和可下载资源。不过,您找不到任何有关 QuickBooks 开发的书籍或课程 - 这是一个小众领域。

The Intuit Developer Network (IDN) is the starting point for learning about QuickBooks integration. For .NET developers, there are 2 directions you could go:

  1. Join the Front Runner program - this is a partnership between Intuit and Microsoft to assist .NET developers who want to develop cloud based services using the Intuit Partner Platform (IPP). The IPP is a hosted cloud based development platform, and is generally regarded as the way of the future for QuickBooks integration. IPP has not up to now been that friendly to the Microsoft technology stack; so-called native IPP apps run in Flash and Java.

  2. Use the traditional QuickBooks SDK with the QBFC framework. This method of integration is time tested and it is simpler, especially if you are only interested in custom development. The SDK has always been eaiser to use with .NET and C#, although many developers have done well with Java, PHP, and other languages despite the difficulties.

There are plenty of online and downloadable resources for both these approaches available at the IDN site. You won't find any books or classes on QuickBooks development, though - it's a niche area.

╰沐子 2024-11-14 08:27:49

查看 Quickbooks SDK文档。该SDK有两个COM接口:QBFC和QBXML。使用 QBXML 的不同之处在于,您需要手动序列化和反序列化 XML,一旦掌握了 XML 的句柄,这并不难。我发现 QBXML 更方便,因为您可以选择包含您需要的请求和响应。

另外,如果您计划使用 Quickbooks SDK,请参阅在线参考是你最好的朋友。

Take a look at Quickbooks SDK and Documentation. The SDK has two COM interface: QBFC and QBXML. The difference in using QBXML, you need to serialize and deserialize XML manually which isn't hard once you get the handle of it. And I find QBXML much more convenient since you can choose to include requests and responses you need.

Also, if you plan to use Quickbooks SDK, the Online Reference is your best friend.

我要还你自由 2024-11-14 08:27:49

是的,它提供了 SDK,您可以使用它将您的应用程序与 Quick Books 集成
http://qbsdk.developer.intuit.com/sdk/qb/Get_Oriented

Yes it provides SDK using which you can integrate your application with Quick Books
http://qbsdk.developer.intuit.com/sdk/qb/Get_Oriented

流年里的时光 2024-11-14 08:27:49

对于新的 QuickBooks Online API,请使用 http://qbapi.com

For the new QuickBooks Online API, use http://qbapi.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文