46 $this->numero = 67000;
49 $this->family =
"interface";
50 $this->module_position =
'53';
52 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
56 $this->version =
'dolibarr';
57 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
61 $this->picto =
'printer';
64 $this->dirs = array();
67 $this->config_page_url = array(
"receiptprinter.php");
70 $this->hidden =
false;
71 $this->depends = array();
72 $this->requiredby = array();
73 $this->conflictwith = array();
74 $this->phpmin = array(7, 0);
75 $this->need_dolibarr_version = array(3, 9, -2);
76 $this->conflictwith = array();
77 $this->langfiles = array(
"receiptprinter");
80 $this->
const = array();
83 $this->boxes = array();
86 $this->rights = array();
87 $this->rights_class =
'receiptprinter';
98 $this->rights[$r][0] = 67001;
99 $this->rights[$r][1] =
'ReceiptPrinter';
100 $this->rights[$r][2] =
'r';
101 $this->rights[$r][3] = 0;
102 $this->rights[$r][4] =
'read';
105 $this->menu = array();