27require_once DOL_DOCUMENT_ROOT.
'/core/modules/payment/modules_payment.php';
39 public $version =
'dolibarr';
61 public $position = 50;
70 public function info($langs)
74 $langs->load(
"bills");
78 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
79 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
80 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
81 $texte .=
'<input type="hidden" name="action" value="updateMask">';
82 $texte .=
'<input type="hidden" name="maskconstpayment" value="PAYMENT_ANT_MASK">';
83 $texte .=
'<input type="hidden" name="page_y" value="">';
85 $texte .=
'<table class="nobordernopadding centpercent">';
87 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
88 $tooltip .= $langs->trans(
"GenericMaskCodes1");
90 $tooltip .= $langs->trans(
"GenericMaskCodes2");
92 $tooltip .= $langs->trans(
"GenericMaskCodes3");
93 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
94 $tooltip .= $langs->trans(
"GenericMaskCodes5");
98 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
99 $texte .=
'<td class="right">'.$form->textwithpicto(
'<input type="text" class="flat minwidth175" name="maskpayment" value="'.
getDolGlobalString(
'PAYMENT_ANT_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';
148 $this->error =
'NotConfigured';
if(! $sortfield) if(! $sortorder) $object
Payment numbering references mother class.
Class to manage customer payment numbering rules Ant.
info($langs)
Returns the description of the numbering model.
getNextValue($objsoc, $object)
Return next free value.
commande_get_num($objsoc, $objforref)
Return next free value.
getExample()
Return an example of numbering.
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.