26 require_once DOL_DOCUMENT_ROOT.
'/core/modules/cheque/modules_chequereceipts.php';
38 public $version =
'dolibarr';
45 public $name =
'Thyme';
55 global $conf, $langs, $db;
57 $langs->load(
"bills");
59 $form =
new Form($db);
61 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
62 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
63 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
64 $texte .=
'<input type="hidden" name="action" value="updateMask">';
65 $texte .=
'<input type="hidden" name="maskconstchequereceipts" value="CHEQUERECEIPTS_THYME_MASK">';
66 $texte .=
'<table class="nobordernopadding" width="100%">';
68 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"CheckReceiptShort"), $langs->transnoentities(
"CheckReceiptShort"));
69 $tooltip .= $langs->trans(
"GenericMaskCodes2");
70 $tooltip .= $langs->trans(
"GenericMaskCodes3");
71 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"CheckReceiptShort"), $langs->transnoentities(
"CheckReceiptShort"));
72 $tooltip .= $langs->trans(
"GenericMaskCodes5");
75 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
76 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat" size="24" name="maskchequereceipts" value="'.$conf->global->CHEQUERECEIPTS_THYME_MASK.
'">', $tooltip, 1, 1).
'</td>';
78 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button" value="'.$langs->trans(
"Modify").
'" name="Button"></td>';
95 global $conf, $langs, $mysoc;
97 $old_code_client = $mysoc->code_client;
98 $mysoc->code_client =
'CCCCCCCCCC';
100 $mysoc->code_client = $old_code_client;
104 $numExample = $langs->trans(
'NotConfigured');
120 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
123 $mask = $conf->global->CHEQUERECEIPTS_THYME_MASK;
127 $this->error =
'NotConfigured';
131 $numFinal =
get_next_value($db, $mask,
'bordereau_cheque',
'ref',
'', $objsoc, $object->date_bordereau);
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)
getNextValue($objsoc, $object)
Return next free value.
Cheque Receipts numbering references mother class.
getExample()
Return an example of numbering.
chequereceipt_get_num($objsoc, $objforref)
Return next free value.
info()
Returns the description of the numbering model.
Class to manage cheque receipts numbering rules Thyme.