25 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
43 $this->family =
"interface";
44 $this->module_position =
'25';
46 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
47 $this->
description =
"Enable the web service client to call external supplier web services";
49 $this->version =
'experimental';
51 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
53 $this->picto =
'technic';
56 $this->dirs = array();
62 $this->hidden =
false;
63 $this->depends = array();
64 $this->requiredby = array();
65 $this->conflictwith = array();
66 $this->phpmin = array(5, 4);
67 $this->langfiles = array(
"other");
70 $this->
const = array();
73 $this->tabs = array();
76 $this->boxes = array();
79 $this->rights = array();
80 $this->rights_class =
'syncsupplierwebservices';
</td > param sortfield sortorder printFieldListOption< tdclass="liste_titremaxwidthsearchright"></td ></tr >< trclass="liste_titre">< inputtype="checkbox"onClick="toggle(this)"/> Ref p ref Label p label Duration p duration center DesiredStock p desiredstock right StockLimitShort p seuil_stock_alerte right stock_physique right stock_real_warehouse right Ordered right StockToBuy right SupplierRef right param sortfield sortorder printFieldListTitle warehouseinternal SELECT description FROM product_lang WHERE qty< br > qty qty qty StockTooLow StockTooLow help help help< trclass="oddeven">< td >< inputtype="checkbox"class="check"name="choose'.$i.'"></td >< tdclass="nowrap"> stock</td >< td >< inputtype="hidden"name="desc'.$i.'"value="'.dol_escape_htmltag($objp-> description
Only used if Module[ID]Desc translation string is not found.
Class to describe a sync supplier web services module.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.
__construct($db)
Constructor.