49 $this->family =
"financial";
50 $this->module_position =
'52';
52 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
53 $this->
description =
"Management of Direct Debit orders";
56 $this->version =
'dolibarr';
58 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
60 $this->picto =
'payment';
63 $this->dirs = array(
"/prelevement/temp",
"/prelevement/receipts");
66 $this->hidden =
false;
67 $this->depends = array(
"modFacture",
"modBanque");
68 $this->requiredby = array();
69 $this->conflictwith = array();
70 $this->phpmin = array(7, 0);
73 $this->config_page_url = array(
"prelevement.php");
81 'Name of manager to generate SEPA mandate',
87 $this->boxes = array();
90 $this->rights = array();
91 $this->rights_class =
'prelevement';
94 $this->rights[$r][0] = 151;
95 $this->rights[$r][1] =
'Read direct debit payment orders';
96 $this->rights[$r][2] =
'r';
97 $this->rights[$r][3] = 0;
98 $this->rights[$r][4] =
'bons';
99 $this->rights[$r][5] =
'lire';
102 $this->rights[$r][0] = 152;
103 $this->rights[$r][1] =
'Create/modify a direct debit payment order';
104 $this->rights[$r][2] =
'w';
105 $this->rights[$r][3] = 0;
106 $this->rights[$r][4] =
'bons';
107 $this->rights[$r][5] =
'creer';
110 $this->rights[$r][0] = 153;
111 $this->rights[$r][1] =
'Send/Transmit direct debit payment orders';
112 $this->rights[$r][2] =
'a';
113 $this->rights[$r][3] = 0;
114 $this->rights[$r][4] =
'bons';
115 $this->rights[$r][5] =
'send';
118 $this->rights[$r][0] = 154;
119 $this->rights[$r][1] =
'Record Credits/Rejects of direct debit payment orders';
120 $this->rights[$r][2] =
'a';
121 $this->rights[$r][3] = 0;
122 $this->rights[$r][4] =
'bons';
123 $this->rights[$r][5] =
'credit';