27require_once DOL_DOCUMENT_ROOT.
'/core/modules/contract/modules_contract.php';
35 public $name =
'Magre';
36 public $version =
'dolibarr';
53 public function info($langs)
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="maskconstcontract" value="CONTRACT_MAGRE_MASK">';
66 $texte .=
'<input type="hidden" name="page_y" value="">';
68 $texte .=
'<table class="nobordernopadding centpercent">';
70 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Contract"), $langs->transnoentities(
"Contract"));
71 $tooltip .= $langs->trans(
"GenericMaskCodes1");
73 $tooltip .= $langs->trans(
"GenericMaskCodes2");
75 $tooltip .= $langs->trans(
"GenericMaskCodes3");
76 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Contract"), $langs->transnoentities(
"Contract"));
77 $tooltip .= $langs->trans(
"GenericMaskCodes5");
78 $tooltip .=
'<br>'.$langs->trans(
"GenericMaskCodes5b");
80 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
81 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="maskcontract" value="'.
getDolGlobalString(
"CONTRACT_MAGRE_MASK").
'">', $tooltip, 1,
'help',
'valignmiddle', 0, 3, $this->
name).
'</td>';
82 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit reposition smallpaddingimp" name="Button" value="'.$langs->trans(
"Save").
'"></td>';
99 require_once DOL_DOCUMENT_ROOT .
'/contrat/class/contrat.class.php';
100 require_once DOL_DOCUMENT_ROOT .
'/societe/class/societe.class.php';
103 $contract->initAsSpecimen();
105 $thirdparty->initAsSpecimen();
107 $numExample = $this->
getNextValue($thirdparty, $contract);
111 $numExample = $langs->trans(
'NotConfigured');
127 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
132 $this->error =
'NotConfigured';
136 $numFinal =
get_next_value(
$db, $mask,
'contrat',
'ref',
'', $objsoc, $contract->date_contrat);
Parent class for all contract numbering modules.
Class to manage third parties objects (customers, suppliers, prospects...)
Class to manage contract numbering rules Magre.
getNextValue($objsoc, $contract)
Return next value.
getExample()
Return numbering example.
info($langs)
Return default description of numbering model.
__construct()
Constructor.
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.
$conf db name
Only used if Module[ID]Name translation string is not found.