30require_once DOL_DOCUMENT_ROOT.
'/core/modules/supplier_proposal/modules_supplier_proposal.php';
42 public $version =
'dolibarr';
54 public $nom =
'Saphir';
59 public $name =
'Saphir';
68 public function info($langs)
72 $langs->load(
"bills");
76 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
77 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
78 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
79 $texte .=
'<input type="hidden" name="action" value="updateMask">';
80 $texte .=
'<input type="hidden" name="maskconstsupplier_proposal" value="SUPPLIER_PROPOSAL_SAPHIR_MASK">';
81 $texte .=
'<input type="hidden" name="page_y" value="">';
83 $texte .=
'<table class="nobordernopadding centpercent">';
85 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"CommRequest"), $langs->transnoentities(
"CommRequest"));
86 $tooltip .= $langs->trans(
"GenericMaskCodes1");
88 $tooltip .= $langs->trans(
"GenericMaskCodes2");
90 $tooltip .= $langs->trans(
"GenericMaskCodes3");
91 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"CommRequest"), $langs->transnoentities(
"CommRequest"));
92 $tooltip .= $langs->trans(
"GenericMaskCodes5");
93 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5b");
98 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
99 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="masksupplier_proposal" value="'.$mask.
'">', $tooltip, 1,
'help',
'valignmiddle', 0, 3, $this->name).
'</td>';
101 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit reposition smallpaddingimp" name="Button" value="'.$langs->trans(
"Save").
'"></td>';
105 $texte .=
'</table>';
120 $old_code_client =
$mysoc->code_client;
121 $mysoc->code_client =
'CCCCCCCCCC';
123 $mysoc->code_client = $old_code_client;
126 $numExample =
'NotConfigured';
142 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
145 $mask = !
getDolGlobalString(
'SUPPLIER_PROPOSAL_SAPHIR_MASK') ?
'' :
$conf->global->SUPPLIER_PROPOSAL_SAPHIR_MASK;
148 $this->error =
'NotConfigured';
152 $date = $supplier_proposal->date;
153 $customercode = $objsoc->code_client;
154 $numFinal =
get_next_value(
$db, $mask,
'supplier_proposal',
'ref',
'', $customercode, $date);
Parent class of the Proposal numbering model classes.
Class of file that contains the numbering module rules Saphir.
getExample()
Return an example of numbering.
info($langs)
Return description of module.
getNextValue($objsoc, $supplier_proposal)
Return next value.
get_next_value($db, $mask, $table, $field, $where='', $objsoc='', $date='', $mode='next', $bentityon=true, $objuser=null, $forceentity=null, $objbookkeeping=null)
Return last or next value for a mask (according to area we should not reset)
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.