PHP Class to export data to QuickBooks import format? [closed]

旧街凉风 提交于 2019-12-04 14:18:33

问题


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).


回答1:


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.

You can see some additional information here: QuickBooks integration methods

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).

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

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.




回答2:


I've never seen one.

I have to do this from time to time, and it's basically an awkward reinvention of the wheel.

would love if someone proved me wrong!

This might help: Intuit Quickbooks Import/Export Forum



来源:https://stackoverflow.com/questions/1090062/php-class-to-export-data-to-quickbooks-import-format

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!