54 $this->numero = SUBTOTALS_SPECIAL_CODE;
56 $this->rights_class =
'subtotals';
60 $this->family =
"technic";
61 $this->module_position =
'42';
63 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
65 $this->
description =
"Subtotal and title lines for certain documents";
67 $this->version =
'experimental';
69 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
73 $this->picto =
'donation';
77 $this->dirs = array(
"/subtotals/temp");
81 $this->config_page_url = array(
"subtotals.php");
84 $this->hidden =
false;
85 $this->depends = array();
86 $this->requiredby = array();
87 $this->conflictwith = array();
88 $this->phpmin = array(7, 0);
89 $this->need_dolibarr_version = array(3, 0);
90 $this->langfiles = array(
"subtotals");
95 $this->
const = array();
100 $this->tabs[] = array();
103 $this->boxes = array();
114 $this->rights = array();
121 $this->module_parts = array(
'substitutions' => 1);