47 $this->rights_class =
'workflow';
49 $this->family =
"technic";
51 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
53 $this->
description =
"Inter-modules workflow management";
55 $this->version =
'dolibarr';
57 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
61 $this->picto =
'technic';
64 $this->dirs = array(
"/workflow/temp");
67 $this->config_page_url = array(
'workflow.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(2, 8);
76 $this->langfiles = array(
"@workflow");
86 0=>array(
'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL', 0,
'current', 0),
87 1=>array(
'WORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL',
'chaine',
'1',
'WORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL', 0,
'current', 0),
88 2=>array(
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING', 0,
'current', 0),
89 3=>array(
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED', 0,
'current', 0),
90 4=>array(
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER',
'chaine',
'1',
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER', 0,
'current', 0),
91 5=>array(
'WORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL', 0,
'current', 0),
92 6=>array(
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION', 0,
'current', 0),
93 7=>array(
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED', 0,
'current', 0),
94 8=>array(
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER',
'chaine',
'1',
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER', 0,
'current', 0),
95 10=>array(
'WORKFLOW_TICKET_LINK_CONTRACT',
'chaine',
'0',
'Automatically link a ticket to available contracts', 0,
'current', 0),
96 11=>array(
'WORKFLOW_TICKET_USE_PARENT_COMPANY_CONTRACTS',
'chaine',
'0',
'Search among parent companies contracts when automatically linking a ticket to available contracts', 0,
'current', 0),
97 12=>array(
'WORKFLOW_TICKET_CREATE_INTERVENTION',
'chaine',
'0',
'WORKFLOW_TICKET_CREATE_INTERVENTION', 0,
'current', 0)
101 $this->boxes = array();
104 $this->rights = array();
117 $this->menu = array();