26require_once DOL_DOCUMENT_ROOT.
'/core/modules/holiday/modules_holiday.php';
37 public $version =
'dolibarr';
49 public $nom =
'Immaculate';
54 public $name =
'Immaculate';
59 public $code_auto = 1;
67 public function info($langs)
71 $langs->load(
"bills");
73 $form =
new Form($db);
75 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
76 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
77 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
78 $texte .=
'<input type="hidden" name="action" value="updateMask">';
79 $texte .=
'<input type="hidden" name="maskconstholiday" value="HOLIDAY_IMMACULATE_MASK">';
80 $texte .=
'<table class="nobordernopadding" width="100%">';
82 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Holiday"), $langs->transnoentities(
"Holiday"));
83 $tooltip .= $langs->trans(
"GenericMaskCodes2");
84 $tooltip .= $langs->trans(
"GenericMaskCodes3");
85 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Holiday"), $langs->transnoentities(
"Holiday"));
86 $tooltip .= $langs->trans(
"GenericMaskCodes5");
88 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
89 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="maskholiday" value="'.
getDolGlobalString(
'HOLIDAY_IMMACULATE_MASK').
'">', $tooltip, 1, 1).
'</td>';
90 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit reposition smallpaddingimp" name="Button"value="'.$langs->trans(
"Modify").
'"></td>';
105 global $conf, $langs, $user;
107 $old_login = $user->login;
108 $user->login =
'UUUUUUU';
110 $user->login = $old_login;
113 $numExample = $langs->trans(
'NotConfigured');
129 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
134 $this->error =
'NotConfigured';
138 $numFinal =
get_next_value($db, $mask,
'holiday',
'ref',
'', $objsoc, $holiday->date_create);
Parent class for all holidays numbering modules.
Class to manage contract numbering rules Magre.
holiday_get_num($fuser, $objforref)
Return next value.
getExample()
Return numbering example.
getNextValue($objsoc, $holiday)
Return next value.
info($langs)
Return default description of numbering model.
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.