26 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
46 $this->family =
"interface";
48 $this->module_position =
'01';
50 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
51 $this->
description =
"EMail notifications (push) on business Dolibarr events";
52 $this->descriptionlong =
'Module600Long';
54 $this->version =
'dolibarr';
55 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
56 $this->picto =
'email';
59 $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(
"mails");
70 $this->config_page_url = array(
"notification.php");
73 $this->
const = array();
76 $this->boxes = array();
79 $this->rights = array();
80 $this->rights_class =
'notification';
92 public function init($options =
'')
95 $this->
remove($options);
99 return $this->
_init($sql, $options);
Class to describe and enable module Mailing.
</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.
__construct($db)
Constructor.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.
init($options= '')
Function called when module is enabled.
_init($array_sql, $options= '')
Enables a module.