Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 830
gravyface Avatar asked Aug 05 '26 16:08

gravyface


1 Answers

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.

like image 113
Keith Palmer Jr. Avatar answered Aug 08 '26 10:08

Keith Palmer Jr.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!