48 $this->rights_class =
'workflow';
50 $this->family =
"technic";
52 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
54 $this->
description =
"Inter-modules workflow management";
56 $this->version =
'dolibarr';
58 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
62 $this->picto =
'technic';
65 $this->dirs = array(
"/workflow/temp");
68 $this->config_page_url = array(
'workflow.php');
71 $this->hidden =
false;
72 $this->depends = array();
73 $this->requiredby = array();
74 $this->conflictwith = array();
75 $this->phpmin = array(7, 0);
76 $this->need_dolibarr_version = array(2, 8);
77 $this->langfiles = array(
"@workflow");
87 0 => array(
'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL', 0,
'current', 0),
88 1 => array(
'WORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL',
'chaine',
'1',
'WORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL', 0,
'current', 0),
89 2 => array(
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING', 0,
'current', 0),
90 3 => array(
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED', 0,
'current', 0),
91 4 => array(
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER',
'chaine',
'1',
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER', 0,
'current', 0),
92 5 => array(
'WORKFLOW_SUM_INVOICES_AMOUNT_CLASSIFY_BILLED_ORDER',
'chaine',
'1',
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER', 0,
'current', 0),
93 6 => array(
'WORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL', 0,
'current', 0),
94 7 => array(
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION', 0,
'current', 0),
95 8 => array(
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED',
'chaine',
'1',
'WORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED', 0,
'current', 0),
96 9 => array(
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER',
'chaine',
'1',
'WORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER', 0,
'current', 0),
97 10 => array(
'WORKFLOW_TICKET_LINK_CONTRACT',
'chaine',
'0',
'Automatically link a ticket to available contracts', 0,
'current', 0),
98 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),
99 12 => array(
'WORKFLOW_TICKET_CREATE_INTERVENTION',
'chaine',
'0',
'WORKFLOW_TICKET_CREATE_INTERVENTION', 0,
'current', 0),
103 $this->boxes = array();
106 $this->rights = array();
119 $this->menu = array();