Difference between revisions of "Module OSCommerceWS (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_OSCommerceWS_(développeur)]]
 +
[[es:Módulo_OSCommerceWS_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:OSCommerceWS]]
 
[[Category:OSCommerceWS]]
[[Category:List of Modules]]
+
[[Category:List of Modules (developer)‎]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=OSCommerceWS|
 
name=OSCommerceWS|
Line 7: Line 15:
 
devdoc=This page|
 
devdoc=This page|
 
userdoc=[[Module OSCommerceWS En|Module OSCommerceWS]]|}}
 
userdoc=[[Module OSCommerceWS En|Module OSCommerceWS]]|}}
 +
 +
{{ModuleDeprecatedEs}}
 +
  
 
= Features =
 
= Features =
{{ToTranslate}}
+
The OSCommerceWS module is used to synchronize informations between OSCommerce and Dolibarr using '''Web services'''.
Le module OSCommerceWS permet de synchroniser une partie des informations d'une installation OSCommerce 2 avec une installation de Dolibarr '''via des Web services'''.
 
  
De cette manière, il est possible de
+
By this way, it is possible to
* publier dans OSCommerce des produits introduits dans Dolibarr
+
* publish into OSCommerce some products created into Dolibarr.
* importer des commandes (et leurs détails) dans Dolibarr depuis OSCommerce
+
* import orders (and details) from OSCommerce into Dolibarr.
* importer des clients OSCommerce dans Dolibarr
+
* import customers fomr OSCommerce into Dolibarr.
  
Ce module fonctionne au travers de l'utilisation d'une librairie facilitant l'utilisation des services web: ''NuSOAP''
+
This module works using the ''NuSOAP'' library embedded into Dolibarr.
  
 
= Code =
 
= Code =
 +
All source code for this module is available inside directory '''htdocs/oscommerce_ws'''.
  
Comme indiqué dans une ébauche de documentation très succinte au sein du code, c'est dans le répertoire '''htdocs/oscommerce_ws''' que l'on trouve le code de l'application. Il existe également pas mal de code dans un répertoire '''htdocs/boutique''' mais il est difficile de déterminer à quoi il sert (probablement au module OSCommerce1).
+
Source code you can find into directory '''htdocs/boutique''' is dedicated to [[Module OSCommerce (developer)]] that works differently.
  
Le répertoire '''ws_server/''' doit être copié sur le serveur OSCommerce, dans le répertoire '''catalog/'''. Il doit également être configuré, en modifiant le fichier '''ws_server/includes/configuration.php''' pour y placer la configuration de OSCommerce.
+
The directory '''ws_server/''' must be copied onto the OSCommerce server, inside directory '''catalog/'''. It must then be configured, by modifying the file '''ws_server/includes/configuration.php''' to define the OSCommerce configuration (how to access databases).
  
 
= Permissions =
 
= Permissions =
 +
None
  
 
= Tables SQL =
 
= Tables SQL =
 
None
 
None

Latest revision as of 13:21, 23 July 2019

OSCommerceWS
Numero/ID of module 900
User doc. of module Module OSCommerceWS
Developer doc. of module This page

Este módulo es obsoleto y ya no está disponible. Las posibles razones son:

  • El módulo no se mantiene desde hace más de 1 año
  • El módulo no funciona en las versiones recientes de Dolibarr. Las modificaciones necesarias para que lo haga no se han aplicado todavía.
  • El módulo ofrecía unas funcionalidades que ahora se encuentran disponibles en la versión estándar de Dolibarr.


Features

The OSCommerceWS module is used to synchronize informations between OSCommerce and Dolibarr using Web services.

By this way, it is possible to

  • publish into OSCommerce some products created into Dolibarr.
  • import orders (and details) from OSCommerce into Dolibarr.
  • import customers fomr OSCommerce into Dolibarr.

This module works using the NuSOAP library embedded into Dolibarr.

Code

All source code for this module is available inside directory htdocs/oscommerce_ws.

Source code you can find into directory htdocs/boutique is dedicated to Module OSCommerce (developer) that works differently.

The directory ws_server/ must be copied onto the OSCommerce server, inside directory catalog/. It must then be configured, by modifying the file ws_server/includes/configuration.php to define the OSCommerce configuration (how to access databases).

Permissions

None

Tables SQL

None