PHP类将数据导出为QuickBooks导入格式? [英] PHP Class to export data to QuickBooks import format?

查看:278
本文介绍了PHP类将数据导出为QuickBooks导入格式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看到大量的SOAP / RDS东西,但只是想要转储一些MySQL数据和/或CSV文件到IIF / QIF / OFX格式,不想重塑的轮子(懒惰随后)。

Seeing lots of SOAP/RDS stuff, but just want to dump some MySQL data and/or CSV files to IIF/QIF/OFX format and don't want to reinvent the wheel (laziness ensues).

推荐答案

对于QuickBooks,你不会看到IIF / QIF / OFX导入的很多原因:IIF支持在QuickBooks中已弃用,并且QIF和OFX根本不受支持。

You're not going to see much in the way of IIF/QIF/OFX imports for QuickBooks for good reason: IIF support is deprecated in QuickBooks, and QIF and OFX are not supported at all.

您可以在此处查看一些其他信息:
QuickBooks集成方法

You can see some additional information here: QuickBooks integration methods

到目前为止,您最好的选择是使用QuickBooks SDK,并为自己编写一个简单的qbXML导入程序,做正确的事情,并编写一个完整的SDK应用程序使用Web连接器导入数据。 qbXML是Intuit / SDK支持的事务格式,Web连接器提供了一种与QuickBooks(包括导入和导出数据)进行自动通信的方法。

By far your best bet is to use the QuickBooks SDK and write a simple qbXML importer for yourself, or do the "right thing" and write a full SDK application using the Web Connector to import the data. qbXML is the transaction format supported by Intuit/the SDK, and the Web Connector provides an automated way to communicate with QuickBooks (both import and export of data).

这里有一组PHP类用于与QuickBooks通信:
QuickBooks PHP Framework

There is a set of PHP classes here for communicating with QuickBooks: QuickBooks PHP Framework

免责声明:我是上述代码的作者。如果你还在寻找IIF的进口...与我联系,因为它是一个我可能能够帮助你。

Disclaimer: I'm the author of the code above. If you're still looking for IIF imports... get in touch with me as it's something I might be able to help you out with.

这篇关于PHP类将数据导出为QuickBooks导入格式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆