25 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
44 $this->numero = 30000;
48 $this->family =
"portal";
49 $this->module_position =
'51';
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
52 $this->
description =
"Enable the public collaboration features, like shared pad, shared online sheets, etc...";
54 $this->version =
'development';
56 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
58 $this->picto =
'website';
61 $this->dirs = array(
"/collab/temp");
65 $this->config_page_url = array();
69 $this->hidden = !empty($conf->global->MODULE_COLLAB_DISABLED);
70 $this->depends = array();
71 $this->requiredby = array();
72 $this->conflictwith = array();
73 $this->langfiles = array(
"collab");
77 $this->
const = array();
81 $this->tabs = array();
85 $this->boxes = array();
88 $this->rights = array();
89 $this->rights_class =
'collab';
112 $this->menu[$r] = array(
116 'mainmenu'=>
'collab',
117 'url'=>
'/collab/index.php',
120 'enabled'=>
'$conf->collab->enabled',
</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 Websites module.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.
__construct($db)
Constructor.