49    $this->family = 
"financial";
 
   50    $this->module_position = 
'52';
 
   52    $this->
name = preg_replace(
'/^mod/i', 
'', get_class($this));
 
   53    $this->
description = 
"Management of payment by bank transfer";
 
   56    $this->version = 
'dolibarr';
 
   58    $this->const_name = 
'MAIN_MODULE_'.strtoupper($this->
name);
 
   60    $this->picto = 
'payment';
 
   63    $this->dirs = array(
"/paymentbybanktransfer/temp", 
"/paymentbybanktransfer/receipts");
 
   66    $this->hidden = 
false; 
 
   67    $this->depends = array(
"modFournisseur", 
"modBanque"); 
 
   68    $this->requiredby = array(); 
 
   69    $this->conflictwith = array(); 
 
   70    $this->phpmin = array(7, 0); 
 
   73    $this->config_page_url = array(
"paymentbybanktransfer.php");
 
   76    $this->
const = array();
 
   88    $this->boxes = array();
 
   91    $this->rights = array();
 
   92    $this->rights_class = 
'paymentbybanktransfer';
 
   95    $this->rights[$r][0] = 561;
 
   96    $this->rights[$r][1] = 
'Read bank transfer payment orders';
 
   97    $this->rights[$r][2] = 
'r';
 
   98    $this->rights[$r][3] = 0;
 
   99    $this->rights[$r][4] = 
'read';
 
  102    $this->rights[$r][0] = 562;
 
  103    $this->rights[$r][1] = 
'Create/modify a bank transfer payment order';
 
  104    $this->rights[$r][2] = 
'w';
 
  105    $this->rights[$r][3] = 0;
 
  106    $this->rights[$r][4] = 
'create';
 
  109    $this->rights[$r][0] = 563;
 
  110    $this->rights[$r][1] = 
'Send/Transmit bank transfer payment order';
 
  111    $this->rights[$r][2] = 
'a';
 
  112    $this->rights[$r][3] = 0;
 
  113    $this->rights[$r][4] = 
'send';
 
  116    $this->rights[$r][0] = 564;
 
  117    $this->rights[$r][1] = 
'Record Debits/Rejects of bank transfer payment order';
 
  118    $this->rights[$r][2] = 
'a';
 
  119    $this->rights[$r][3] = 0;
 
  120    $this->rights[$r][4] = 
'debit';