Great module, any plans to port the existing code to D6? There is already work done on the QB API to D6.

Comments

sarvab’s picture

Hi krisbfunk,

It may still be a ways off before we'll be able to port this to D6 since it would be a significant amount of work testing and debugging and I may not find the time to delve into it for awhile.

I'll be sure to update here if we do start into a D6 port or even if we release a minimally tested quick port.

KrisBulman’s picture

Great, I'll check back for updates. Nice work, btw.

trimpton’s picture

Could we get this moving quicker for a bounty?

kay_v’s picture

I would also like to present this as an option to my client, and would add to the bounty.

gdoteof’s picture

also willing to add to the bounty

Island Usurper’s picture

Status: Active » Needs review
StatusFileSize
new19.12 KB

A couple of quick changes to the .info file and to hook_menu, plus a run through Coder results in this patch. I'll be doing what I can to make sure it works for my use, but this will allow others make sure it works for them, too.

I haven't done any testing at all, yet, but I'll post updates if I find any bugs before it's committed.

Island Usurper’s picture

StatusFileSize
new31.26 KB

Here's an updated patch, since I didn't do all of the watchdog() calls right.

I still can't get the module to work right. The session value for 'qb_orders' never seems to be populated, so I've added a workaround to avoid foreach() errors. Hopefully someone more familiar than I will be able to figure it out.

Island Usurper’s picture

StatusFileSize
new58.18 KB

Here is a patch to get uc_qb to actually work with qb.module on Drupal 6. I have successfully imported orders, products, customers, and everything else it's supposed to into QuickBooks.

I have had to make a few changes to qb and qbwc to do this, so make sure you apply the patches in the following issues:
#412566: Settings form values not saved correctly.
#419538: Fixes for Web Connector, and support for uc_qb.

In case it matters, I am using QuickBooks Web Connector 2.0.0.139 and QuickBooks Enterprise Solutions 9.0.

doughold’s picture

Subscribing, I would love to see this done!

kanani’s picture

subscribing,

I've got a potential client which may be able to fund some development on this. They're looking at a mid September launch of a fully tested integration.

I think the big functional piece they are requiring is that Quick Books is auto updated daily with orders through the site.

dhservices’s picture

I would also be happy to contribute to funding some of this but would also need to have a fully-tested integration by mid-September. Please advise. Thanks.

bfdi533’s picture

Definitely useful here as well when it is D6 ready. Any news or predict on the D6 port?

shineshadow’s picture

Is there any reason this url...

$orders[] = t('#%order (@link)', array('%order' => $order->order_id, '@link' => url('fleurville/admin/store/orders/'. $order->order_id, array('absolute' => TRUE))));

around line 918 is still being used??

mdnola504’s picture

Hi,

Can't seem to apply this patch. Seems like it can only apply some of the changes. Are your previous patches in this thread supposed to be applied first? I tried that and that didn't seem to work. I tried just applying this one by itself and that didn't work either. I am applying the patches to revision 1.1.2.1. BTW, the first patch worked no problem but I can't get this one working no matter what I try. Each attempt I re-extract the uc_qb folder and try fresh each time.

What could I be missing here?

Thanks,
Matt

BenK’s picture

I'm also interested to see if anyone has gotten these patches working in production....

Also, does the module work with QuickBooks online (instead of just the Desktop software)?

Cheers,
Ben

maedi’s picture

subscribing. I think a bounty is in order to get a Drupal 6 version. Please name your price.

wintervanilla’s picture

Our small business could commit $100 - $150 towards a working d6 module. Anyone else got a purse for this?

maedi’s picture

I could also chip in around this range.

kilrizzy’s picture

Subscribing, any update?

ChrisBryant’s picture

The maintainer of this module doesn't currently have any time to work on the project unfortunately. If anyone wants to or is able to step up to maintain or co-maintain the module please say so and we'll make it happen.

deggertsen’s picture

Subscribing. I may be hiring somebody to do this soon if I can garner enough funds for it.

thisisnotrealpeople’s picture

subscribing

nimzie’s picture

Wondering the current update status on this. We would be willing to contribute to this module as well.

petergus’s picture

anything working on this?? seems a module like this is in high demand but nothing on the table yet?

deggertsen’s picture

See http://www.webgility.com/ for a quickbooks integration module that actually works. It may not be free but at least it works well. I would guess that is where most people go when they need full quickbooks integration, at least that's where I go.

tinker’s picture

Posted a new patch and complete tar.gz and zip versions of a working D6 port
#1082082: Working Ubercart Quickbooks Integration port for Drupal 6

nigelcunningham’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Closed (fixed)

Closing as fixed now that we have a 6.x branch.

Please submit new issues for specific areas that need improvement.