Discussions

Building quickbooks commerce module: question about setting tax rates in commerce

My company is building a quickbooks integration module for D7 commerce using SOAP server and services. Our proof of concept is almost done but I'm having trouble setting tax rates in commerce from the create-order screen (/#overlay=admin/commerce/orders/add)

Taxes work fine when a user clicks checkout, but when you manually create an order, it doesn't show tax rates and doesn't add tax as a price component. My tax rule uses one rate with no conditions so it should always apply.

Is this functionality still being developed, or should it work? I'm using the commerce profile btw.

Dan Polant
Posted: Mar 17, 2011

Comments

Ryan Ryan Szrama on March 19, 2011

Ahh, you know, we turned this bug up at DrupalCon, too. : P

There's an open issue here that definitely needs to be fixed for 1.0:

http://drupal.org/node/1094266

The only solution right now would be to set the manual order's status to Shopping cart, save to recalculate prices, and then update to Pending or whatever other status you need. Quite inelegant. :-/

Hozt on March 29, 2011

I have a need for QuickBooks integration also for a project. Are you going to release your project as a module on drupal.org?