PHP and Quickbooks

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
QbertsBrother
Forum Commoner
Posts: 58
Joined: Thu Oct 11, 2007 10:12 am

PHP and Quickbooks

Post by QbertsBrother »

hello all

has anyone attempted to create anything that connects to quickbooks and imports data to produce invoices? that is what i am going to try to do and i was wondering if anyone had any resources that they might recommend. maybe some websites that discus the process and/or problems involved with it?

thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP and Quickbooks

Post by Christopher »

(#10850)
infiniteacuity
Forum Newbie
Posts: 12
Joined: Tue Jun 16, 2009 2:48 pm
Location: Ft. Lauderdale

Re: PHP and Quickbooks

Post by infiniteacuity »

We provide QuickBooks integration services. You can read about it here: http://www.infiniteacuity.com/accountin ... ration.php

You should look into QODBC if you are looking to do it yourself. It allows you to make an ODBC connection to QuickBooks and make data calls and update calls to QuickBooks. We are currently finishing out a project that does just what you are asking. However, we utilize an VB app instead of PHP code.
Post Reply