Closed (outdated)
Project:
erp
Version:
6.x-1.1-beta7
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2010 at 16:16 UTC
Updated:
9 Apr 2017 at 23:52 UTC
Jump to comment: Most recent
Comments
Comment #1
singularoAt the moment, all that this module does is to automatically create Ubercart products from erp items.
Its triggered from a menu item at erp/ubercart (you may need to check permissions, or login as admin).
The module is mostly just a proof of concept at this stage, but please try it out, and let me know what extra it needs to do to work for you, and I'll see what I can do.
Comment #2
maxchock commentedI did create 1 item using "erp item", but I couldn't find the created item at ubercart product. Can you please show me the right way if i'm heading the wrong way? I'm quite a newbie at Drupal and ubercart, so with your details given will greatly help.
THanks & regards,
Max.
Comment #3
maxchock commentedby the way, any documentation available?
Thanks.
Comment #4
singularoErrr...
http://stratoserp.com/ubercart-erp-integration
Not really.
Comment #5
maxchock commentedI c,
If that's the case, I got few question.
1. My current setup is drupalerp (6.15) which I downloaded thru drupal.org and I added in other module like ubercart, thickbox, google analytic and etc. I assume this can work also, am I right?
2. After I create the Erp Item, where is the place to see whether it has update to ubercart Product as well?
Thanks & regards,
Max.
Comment #6
singularoAt this stage, it will simply add/update the REMOTE site's ubercart item, so you need to check on that site.
There is still quite a bit of work to do on this integration. Patches appreciated!
Comment #7
singularoMissed answering Question 1.
The erp_ubercart_service module needs to be placed on the "remote" site. It has dependencies of :
dependencies[] = services
dependencies[] = xmlrpc_server
dependencies[] = services_keyauth
dependencies[] = node_service
dependencies[] = system_service
dependencies[] = user_service
But i'm not aware of it or any of them causing any problems. To test the functionality, I simply copied the dependencies and the erp_ubercart_service module to our live site and enabled them.
Locally, the normal erp modules are needed except the erp_ubercart_service module
Comment #8
maxchock commentedHi,
Any site using this combination successfully? I think this Ubercart + erp is very potential. I've search everywhere but didn't see any useful info about Ubercart + others erp system. Currently i'm studying Drupal + Magento + OpenERP, but I believe it may be a mess because in this case Magento is almost useless. So i'm back here to finding solution for Ubercart + your erp.
Hope you can help me on this by provide more info on your current usage.
Thanks & best regards,
Max Chock.
Comment #9
singularo