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");
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 minwidth175" name="maskchequereceipts" value="'.$conf->global->CHEQUERECEIPTS_THYME_MASK.
'">', $tooltip, 1, 1).
'</td>';
78 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit" name="Button"value="'.$langs->trans(
"Modify").
'"></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;
103 $numExample = $langs->trans(
'NotConfigured');
119 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
122 $mask = $conf->global->CHEQUERECEIPTS_THYME_MASK;
125 $this->error =
'NotConfigured';
129 $numFinal =
get_next_value($db, $mask,
'bordereau_cheque',
'ref',
'', $objsoc, $object->date_bordereau);
Cheque Receipts numbering references mother class.
Class to manage cheque receipts numbering rules Thyme.
getExample()
Return an example of numbering.
getNextValue($objsoc, $object)
Return next free value.
info()
Returns the description of the numbering model.
chequereceipt_get_num($objsoc, $objforref)
Return next free value.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
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)