Drupal - Ubercart - ERP integration
Eingetragen von Laoyumi (2)
am 14.04.2012 - 08:45 Uhr in
am 14.04.2012 - 08:45 Uhr in
Any modules for the integration of Drupal/Ubercart with an ERP? Searching the subject has not brought up much. But for me online sales like Ubercart make only sense if the information can be exchanged with a ERP.
We use computers to be more effective and here I am expected to transfer data manually into my bookkeeping and resource planning. Maybe I need a pencil-shapener.
Michael
- Anmelden oder Registrieren um Kommentare zu schreiben
Hello, look
am 14.04.2012 - 09:02 Uhr
Hello,
look here:
http://drupal.org/project/erp
it has also ubercart synchronization.
since ERP does not define a standard, there will
be still a lot work to integrate with your system.
but be warned:
if you want to build up a high scalable enterprise solution,
you should not use this.
i think its only for small busineses.
for enterprises i would suggest to use drupal
only as frontend and use an application server
on the backend for better memory and process control.
Cheers
Interesting module
am 14.04.2012 - 14:04 Uhr
A interesting approach. It would indeed make much sense for the smaller business. But it seems that the module has not been ported for Drupal7 and the last update is from one year ago.
Which application server would you use? And how does it exchange data with Drupal and ERP?
Michael
Well, you can you use any
am 14.04.2012 - 18:07 Uhr
Well,
you can you use any applicaiton server for desire, my personal favorite
is tomcat.
basicly you define interfaces for data exchange between
the aplication server and the webserver (very often xml-rpc,soap,etc.).
the application server itself can communicate
with your ERP System by accessing the databases of your ERP directly
or through interfaces defined by your ERP.
best regards
Robert
for drupal 6: xtuple
am 15.04.2012 - 06:24 Uhr
for drupal 6: xtuple