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;
68 global $db, $conf, $langs;
70 $langs->load(
"bills");
72 $form =
new Form($db);
74 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
75 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
76 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
77 $texte .=
'<input type="hidden" name="action" value="updateMask">';
78 $texte .=
'<input type="hidden" name="maskconstholiday" value="HOLIDAY_IMMACULATE_MASK">';
79 $texte .=
'<table class="nobordernopadding" width="100%">';
81 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Holiday"), $langs->transnoentities(
"Holiday"));
82 $tooltip .= $langs->trans(
"GenericMaskCodes2");
83 $tooltip .= $langs->trans(
"GenericMaskCodes3");
84 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Holiday"), $langs->transnoentities(
"Holiday"));
85 $tooltip .= $langs->trans(
"GenericMaskCodes5");
87 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
88 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="maskholiday" value="'.
getDolGlobalString(
'HOLIDAY_IMMACULATE_MASK').
'">', $tooltip, 1, 1).
'</td>';
89 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit" name="Button"value="'.$langs->trans(
"Modify").
'"></td>';
104 global $conf, $langs, $user;
106 $old_login = $user->login;
107 $user->login =
'UUUUUUU';
109 $user->login = $old_login;
112 $numExample = $langs->trans(
'NotConfigured');
128 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
133 $this->error =
'NotConfigured';
137 $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()
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.