45 $this->numero = 67000;
48 $this->family =
"interface";
49 $this->module_position =
'53';
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
55 $this->version =
'dolibarr';
56 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
60 $this->picto =
'printer';
63 $this->dirs = array();
66 $this->config_page_url = array(
"receiptprinter.php");
69 $this->hidden =
false;
70 $this->depends = array();
71 $this->requiredby = array();
72 $this->conflictwith = array();
73 $this->phpmin = array(7, 0);
74 $this->need_dolibarr_version = array(3, 9, -2);
75 $this->conflictwith = array();
76 $this->langfiles = array(
"receiptprinter");
79 $this->
const = array();
82 $this->boxes = array();
85 $this->rights = array();
86 $this->rights_class =
'receiptprinter';
97 $this->rights[$r][0] = 67001;
98 $this->rights[$r][1] =
'ReceiptPrinter';
99 $this->rights[$r][2] =
'r';
100 $this->rights[$r][3] = 0;
101 $this->rights[$r][4] =
'read';
104 $this->menu = array();