mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 09:08:09 +01:00
Doc
This commit is contained in:
@@ -141,10 +141,13 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
|
||||
$dateinput = dol_now();
|
||||
}
|
||||
$texte .= '<tr><td>';
|
||||
$texte .= $form->textwithpicto($langs->trans("DateStartThatModel"), $langs->trans("DateStartThatModelHelp")).'</td>';
|
||||
$texte .= '<input type="checkbox" onclick="if (this.checked) { jQuery(\'#elephantchoosedate\').show(); } else { jQuery(\'#elephantchoosedate\').hide(); }" id="elephantdisablebefore" name="value4" value="1" class="inline-block"/>';
|
||||
$texte .= '<label for="elephantdisablebefore" class="small">';
|
||||
$texte .= $form->textwithpicto($langs->trans("DateStartThatModel"), $langs->trans("DateStartThatModelHelp"));
|
||||
$texte .= '</label>';
|
||||
$texte .= '</td>';
|
||||
$texte .= '<td class="nowraponall right">';
|
||||
$texte .= '<input type="checkbox" onclick="let d=document.getElementById(\'elephantchoosedate\'); if(this.checked){d.style.cssText = \'display: block;\'}else{{d.style.cssText = \'display: none;\'}}" name="value4" value="1" style="float: left;"/>';
|
||||
$texte .= '<div style="display: none;" id="elephantchoosedate">';
|
||||
$texte .= '<div class="hideobject inline-block" id="elephantchoosedate">';
|
||||
$texte .= $form->selectDate($dateinput, 'value3', 0, 0, 1, '', 1, 0, $disabled ? 1 : 0);
|
||||
$texte .= '</div>';
|
||||
$texte .= '</td>';
|
||||
|
||||
@@ -378,8 +378,8 @@ GenericMaskCodes4c=<u>Example on product created on 2023-01-31:</u><br>
|
||||
GenericMaskCodes5=<b>ABC{yy}{mm}-{000000}</b> will give <b>ABC2301-000099</b><br><b>{0000+100@1}-ZZZ/{dd}/XXX</b> will give <b>0199-ZZZ/31/XXX</b>
|
||||
GenericMaskCodes5b=<b>IN{yy}{mm}-{0000}-{t}</b> will give <b>IN2301-0099-A</b> if the type of company is 'Responsable Inscripto' with code for type that is 'A_RI'
|
||||
GenericNumRefModelDesc=Returns a customizable number according to a defined mask.
|
||||
DateStartThatModel=Disable use of this numbering rule for all thirdparties created before
|
||||
DateStartThatModelHelp=You can disable elephant numbering rule for thirdparties created before a date (for example, because they were imported by a migration, from another software using a different rule). Let that field empty to have the rule applied on all thirdparties.
|
||||
DateStartThatModel=Disable use of this numbering rule for all thirdparties created before the
|
||||
DateStartThatModelHelp=You can disable the numbering rule for thirdparties created before a date (for example, because they were imported by a migration, from another software using a different rule). Let that field empty to have the rule applied on all thirdparties.
|
||||
ServerAvailableOnIPOrPort=Server is available at address <b>%s</b> on port <b>%s</b>
|
||||
ServerNotAvailableOnIPOrPort=Server is not available at address <b>%s</b> on port <b>%s</b>
|
||||
DoTestServerAvailability=Test server connectivity
|
||||
|
||||
Reference in New Issue
Block a user