56 $this->numero = SUBTOTALS_SPECIAL_CODE;
58 $this->rights_class =
'subtotals';
62 $this->family =
"technic";
63 $this->module_position =
'42';
65 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
69 $this->version =
'dolibarr';
71 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
75 $this->picto =
'donation';
79 $this->dirs = array(
"/subtotals/temp");
82 $this->config_page_url = array(
"subtotals.php");
85 $this->hidden =
false;
86 $this->depends = array();
87 $this->requiredby = array();
88 $this->conflictwith = array();
89 $this->phpmin = array(7, 0);
90 $this->need_dolibarr_version = array(3, 0);
91 $this->langfiles = array(
"subtotals");
96 $this->
const = array();
100 $this->tabs[] = array();
103 $this->boxes = array();
106 $this->rights = array();
112 $this->module_parts = array(
'substitutions' => 1);