26require_once DOL_DOCUMENT_ROOT.
'/core/modules/payment/modules_payment.php';
38 public $version =
'dolibarr';
60 public $position = 50;
69 public function info($langs)
73 $langs->load(
"bills");
75 $form =
new Form($db);
77 $texte = $langs->trans(
'GenericNumRefModelDesc').
"<br>\n";
78 $texte .=
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
79 $texte .=
'<input type="hidden" name="token" value="'.newToken().
'">';
80 $texte .=
'<input type="hidden" name="action" value="updateMask">';
81 $texte .=
'<input type="hidden" name="maskconstpayment" value="PAYMENT_ANT_MASK">';
82 $texte .=
'<input type="hidden" name="page_y" value="">';
84 $texte .=
'<table class="nobordernopadding centpercent">';
86 $tooltip = $langs->trans(
"GenericMaskCodes", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
87 $tooltip .= $langs->trans(
"GenericMaskCodes1");
89 $tooltip .= $langs->trans(
"GenericMaskCodes2");
91 $tooltip .= $langs->trans(
"GenericMaskCodes3");
92 $tooltip .= $langs->trans(
"GenericMaskCodes4a", $langs->transnoentities(
"Order"), $langs->transnoentities(
"Order"));
93 $tooltip .= $langs->trans(
"GenericMaskCodes5");
97 $texte .=
'<tr><td>'.$langs->trans(
"Mask").
':</td>';
98 $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>';
100 $texte .=
'<td class="left" rowspan="2"> <input type="submit" class="button button-edit reposition smallpaddingimp" name="Button" value="'.$langs->trans(
"Save").
'"></td>';
104 $texte .=
'</table>';
119 $old_code_client = $mysoc->code_client;
120 $mysoc->code_client =
'CCCCCCCCCC';
122 $mysoc->code_client = $old_code_client;
125 $numExample =
'NotConfigured';
141 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
147 $this->error =
'NotConfigured';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $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.