I am having trouble seeing how I can export transactions from Drupal to Quickbooks using the module. Has anyone been able to do this? It seems to only have options to sync users.

Comments

harking’s picture

You might start with my work on the module to add support for line items and other relationships:
http://github.com/harking/Quickbooks-API/ Give it a fork and go to town.

There is already a very good interface for talking to the QB Web Connector, so your best bet is to dive into the code and see what you can figure out.

kilrizzy’s picture

It seems like the ability is there after looking at it further, and it is keeping my quickbooks data inside the table, there just seems to be no action between moving the data to quickbooks, or to drupal past storing it in the data table

sarvab’s picture

You may also find luck with http://drupal.org/project/uc_qb. Unfortunately patches are likely required, but in D5 it has run on a production ubercart site importing all customers, products, and transactions periodically