27 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
46 $this->family =
"technic";
47 $this->module_position =
'72';
49 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
50 $this->
description =
"Outils d'exports de donnees Dolibarr (via un assistant)";
52 $this->version =
'dolibarr';
53 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
54 $this->picto =
'technic';
57 $this->dirs = array(
"/export/temp");
60 $this->config_page_url = array(
"export.php");
63 $this->depends = array();
64 $this->requiredby = array();
65 $this->phpmin = array(4, 2, 0);
66 $this->phpmax = array();
69 $this->
const = array();
72 $this->boxes = array();
75 $this->rights = array();
76 $this->rights_class =
'export';
80 $this->rights[$r][0] = 1201;
81 $this->rights[$r][1] =
'Lire les exports';
82 $this->rights[$r][2] =
'r';
83 $this->rights[$r][3] = 0;
84 $this->rights[$r][4] =
'lire';
87 $this->rights[$r][0] = 1202;
88 $this->rights[$r][1] =
'Creer/modifier un export';
89 $this->rights[$r][2] =
'w';
90 $this->rights[$r][3] = 0;
91 $this->rights[$r][4] =
'creer';
</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.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.
Class to describe and enable module export.
__construct($db)
Constructor.