25require_once DOL_DOCUMENT_ROOT.
'/core/modules/supplier_payment/modules_supplier_payment.php';
37 public $version =
'dolibarr';
49 public $nom =
'Brodator';
54 public $name =
'Brodator';
64 global $conf, $langs, $db;
66 $langs->load(
"bills");
68 $form =
new Form($db);
70 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
71 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
72 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
73 $texte .=
'<input type="hidden" name="action" value="updateMask">';
74 $texte .=
'<input type="hidden" name="maskconstsupplierpayment" value="SUPPLIER_PAYMENT_BRODATOR_MASK">';
75 $texte .=
'<table class="nobordernopadding" width="100%">';
77 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
78 $tooltip .= $langs->trans(
"GenericMaskCodes2");
79 $tooltip .= $langs->trans(
"GenericMaskCodes3");
80 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
81 $tooltip .= $langs->trans(
"GenericMaskCodes5");
84 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
85 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="masksupplierpayment" value="'.
getDolGlobalString(
"SUPPLIER_PAYMENT_BRODATOR_MASK").
'">', $tooltip, 1, 1).
'</td>';
87 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit" name="Button"value="'.$langs->trans(
"Modify").
'"></td>';
104 global $conf, $langs, $mysoc;
106 $old_code_client = $mysoc->code_client;
107 $mysoc->code_client =
'CCCCCCCCCC';
109 $mysoc->code_client = $old_code_client;
112 $numExample = $langs->trans(
'NotConfigured');
128 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
134 $this->error =
'NotConfigured';
138 $numFinal =
get_next_value($db, $mask,
'paiementfourn',
'ref',
'', $objsoc, $object->datepaye);
ModeleNumRefSupplierPayments.
Class to manage customer payment numbering rules Ant.
getExample()
Return an example of numbering.
getNextValue($objsoc, $object)
Return next free value.
info()
Returns the description of the numbering model.
commande_get_num($objsoc, $objforref)
Return next free value.
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.