30require_once DOL_DOCUMENT_ROOT.
'/core/modules/workstation/modules_workstation.php';
42 public $version =
'dolibarr';
52 public $name =
'advanced';
61 public function info($langs)
65 $langs->load(
"bills");
67 $form =
new Form($db);
69 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
70 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
71 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
72 $texte .=
'<input type="hidden" name="action" value="updateMask">';
73 $texte .=
'<input type="hidden" name="maskconstWorkstation" value="WORKSTATION_WORKSTATION_ADVANCED_MASK">';
74 $texte .=
'<table class="nobordernopadding" width="100%">';
76 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Workstation"), $langs->transnoentities(
"Workstation"));
77 $tooltip .= $langs->trans(
"GenericMaskCodes2");
78 $tooltip .= $langs->trans(
"GenericMaskCodes3");
79 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Workstation"), $langs->transnoentities(
"Workstation"));
80 $tooltip .= $langs->trans(
"GenericMaskCodes5");
83 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
84 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="maskWorkstation" value="'.
getDolGlobalString(
'WORKSTATION_WORKSTATION_ADVANCED_MASK').
'">', $tooltip, 1, 1).
'</td>';
86 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit reposition smallpaddingimp" name="Button" value="'.$langs->trans(
"Modify").
'"></td>';
103 global $conf, $db, $langs, $mysoc;
106 $object->initAsSpecimen();
119 $numExample = $langs->trans(
'NotConfigured');
134 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
140 $this->error =
'NotConfigured';
144 $date = $object->date;
146 $numFinal =
get_next_value($db, $mask,
'workstation_workstation',
'ref',
'',
null, $date);
Parent class to manage numbering of Workstation.
Class to manage customer Bom numbering rules advanced.
getNextValue($object)
Return next free value.
info($langs)
Returns the description of the numbering model.
getExample()
Return an example of numbering.
get_next_value($db, $mask, $table, $field, $where='', $objsoc='', $date='', $mode='next', $bentityon=true, $objuser=null, $forceentity=null)
Return last or next value for a mask (according to area we should not reset)
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.