27require
'../../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/product/stock/class/productlot.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
42$langs->loadLangs(array(
"admin",
"products",
"productbatch"));
45if (!$user->admin || (empty(
$conf->productbatch->enabled))) {
49$action =
GETPOST(
'action',
'alpha');
50$value =
GETPOST(
'value',
'alpha');
51$label =
GETPOST(
'label',
'alpha');
52$scandir =
GETPOST(
'scan_dir',
'alpha');
53$type =
'product_batch';
62include DOL_DOCUMENT_ROOT.
'/core/actions_setmoduleoptions.inc.php';
64if ($action ==
'updateMaskLot') {
65 $maskconstbatch =
GETPOST(
'maskconstLot',
'aZ09');
66 $maskbatch =
GETPOST(
'maskLot',
'alpha');
68 if ($maskconstbatch && preg_match(
'/_MASK$/', $maskconstbatch)) {
80} elseif ($action ==
'updateMaskSN') {
81 $maskconstbatch =
GETPOST(
'maskconstSN',
'aZ09');
82 $maskbatch =
GETPOST(
'maskSN',
'alpha');
84 if ($maskconstbatch && preg_match(
'/_MASK$/', $maskconstbatch)) {
96} elseif ($action ==
'setmodlot') {
98} elseif ($action ==
'setmodsn') {
100} elseif ($action ==
'setmaskslot') {
102 if ($value ==
'1' &&
getDolGlobalString(
'PRODUCTBATCH_LOT_ADDONS') !==
'mod_lot_advanced') {
105} elseif ($action ==
'setmaskssn') {
107 if ($value ==
'1' &&
getDolGlobalString(
'PRODUCTBATCH_SN_ADDONS') !==
'mod_sn_advanced') {
110} elseif ($action ==
'set') {
113} elseif ($action ==
'del') {
116 if (
$conf->global->FACTURE_ADDON_PDF ==
"$value") {
120} elseif ($action ==
'specimen') {
121 $modele =
GETPOST(
'module',
'alpha');
124 $product_batch->initAsSpecimen();
129 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
130 foreach ($dirmodels as $reldir) {
131 $file =
dol_buildpath($reldir .
"core/modules/product_batch/doc/pdf_" . $modele .
".modules.php", 0);
132 if (file_exists($file)) {
133 $classname =
"pdf_" . $modele;
138 if ($classname !==
'') {
141 $module =
new $classname($db);
143 '@phan-var-force ModelePDFProductBatch $module';
145 if ($module->write_file($product_batch, $langs) > 0) {
146 header(
"Location: " . DOL_URL_ROOT .
"/document.php?modulepart=product_batch&file=SPECIMEN.pdf");
154 dol_syslog($langs->trans(
"ErrorModuleNotFound"), LOG_ERR);
156} elseif ($action ==
'setdoc') {
161 $conf->global->PRODUCT_BATCH_ADDON_PDF = $value;
175$form =
new Form($db);
177$dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
179llxHeader(
"", $langs->trans(
"ProductLotSetup"),
'',
'', 0, 0,
'',
'',
'',
'mod-product page-admin_product_lot');
181$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
182print
load_fiche_titre($langs->trans(
"ProductLotSetup"), $linkback,
'title_setup');
194 print $langs->trans(
"NothingToSetup");
202 print
'<table class="noborder centpercent">';
203 print
'<tr class="liste_titre">';
204 print
'<td>'.$langs->trans(
"Name").
'</td>';
205 print
'<td>'.$langs->trans(
"Description").
'</td>';
206 print
'<td class="nowrap">'.$langs->trans(
"Example").
'</td>';
207 print
'<td class="center" width="60">'.$langs->trans(
"Status").
'</td>';
208 print
'<td class="center" width="16">'.$langs->trans(
"ShortInfo").
'</td>';
213 foreach ($dirmodels as $reldir) {
217 $handle = opendir($dir);
218 if (is_resource($handle)) {
219 while (($file = readdir($handle)) !==
false) {
220 if (substr($file, 0, 8) ==
'mod_lot_' && substr($file,
dol_strlen($file) - 3, 3) ==
'php') {
221 $file = substr($file, 0,
dol_strlen($file) - 4);
223 require_once $dir.$file.
'.php';
225 $module =
new $file($db);
226 '@phan-var-force ModeleNumRefBatch $module';
229 if ($module->version ==
'development' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 2) {
232 if ($module->version ==
'experimental' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 1) {
236 if ($module->isEnabled()) {
237 print
'<tr class="oddeven"><td>'.$module->name.
"</td><td>\n";
238 print $module->info($langs);
242 print
'<td class="nowrap">';
243 $tmp = $module->getExample();
244 if (preg_match(
'/^Error/', $tmp)) {
245 print
'<div class="error">'.$langs->trans($tmp).
'</div>';
246 } elseif ($tmp ==
'NotConfigured') {
247 print $langs->trans($tmp);
253 print
'<td class="center">';
254 if (
$conf->global->PRODUCTBATCH_LOT_ADDON == $file) {
255 print
img_picto($langs->trans(
"Activated"),
'switch_on');
257 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=setmodlot&token='.
newToken().
'&value='.urlencode($file).
'">';
258 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
264 $batch->initAsSpecimen();
268 $htmltooltip .=
''.$langs->trans(
"Version").
': <b>'.$module->getVersion().
'</b><br>';
269 $nextval = $module->getNextValue($mysoc, $batch);
270 if ((
string) $nextval != $langs->trans(
"NotAvailable")) {
271 $htmltooltip .=
''.$langs->trans(
"NextValue").
': ';
273 if (preg_match(
'/^Error/', $nextval) || $nextval ==
'NotConfigured') {
274 $nextval = $langs->trans($nextval);
276 $htmltooltip .= $nextval.
'<br>';
278 $htmltooltip .= $langs->trans($module->error).
'<br>';
282 print
'<td class="center">';
283 print $form->textwithpicto(
'', $htmltooltip, 1, 0);
295 print
"</table><br>\n";
302 print
load_fiche_titre($langs->trans(
"BatchSerialNumberingModules"),
'',
'');
304 print
'<table class="noborder centpercent">';
305 print
'<tr class="liste_titre">';
306 print
'<td>'.$langs->trans(
"Name").
'</td>';
307 print
'<td>'.$langs->trans(
"Description").
'</td>';
308 print
'<td class="nowrap">'.$langs->trans(
"Example").
'</td>';
309 print
'<td class="center" width="60">'.$langs->trans(
"Status").
'</td>';
310 print
'<td class="center" width="16">'.$langs->trans(
"ShortInfo").
'</td>';
315 foreach ($dirmodels as $reldir) {
319 $handle = opendir($dir);
320 if (is_resource($handle)) {
321 while (($file = readdir($handle)) !==
false) {
322 if (substr($file, 0, 7) ==
'mod_sn_' && substr($file,
dol_strlen($file) - 3, 3) ==
'php') {
323 $file = substr($file, 0,
dol_strlen($file) - 4);
325 require_once $dir.$file.
'.php';
327 $module =
new $file($db);
328 '@phan-var-force ModeleNumRefBatch $module';
331 if ($module->version ==
'development' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 2) {
334 if ($module->version ==
'experimental' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 1) {
338 if ($module->isEnabled()) {
339 print
'<tr class="oddeven"><td>'.$module->name.
"</td><td>\n";
340 print $module->info($langs);
344 print
'<td class="nowrap">';
345 $tmp = $module->getExample();
346 if (preg_match(
'/^Error/', $tmp)) {
347 print
'<div class="error">'.$langs->trans($tmp).
'</div>';
348 } elseif ($tmp ==
'NotConfigured') {
349 print $langs->trans($tmp);
355 print
'<td class="center">';
356 if (
$conf->global->PRODUCTBATCH_SN_ADDON == $file) {
357 print
img_picto($langs->trans(
"Activated"),
'switch_on');
359 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=setmodsn&token='.
newToken().
'&value='.urlencode($file).
'">';
360 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
366 $batch->initAsSpecimen();
370 $htmltooltip .=
''.$langs->trans(
"Version").
': <b>'.$module->getVersion().
'</b><br>';
371 $nextval = $module->getNextValue($mysoc, $batch);
372 if (
"$nextval" != $langs->trans(
"NotAvailable")) {
373 $htmltooltip .=
''.$langs->trans(
"NextValue").
': ';
375 if (preg_match(
'/^Error/', $nextval) || $nextval ==
'NotConfigured') {
376 $nextval = $langs->trans($nextval);
378 $htmltooltip .= $nextval.
'<br>';
380 $htmltooltip .= $langs->trans($module->error).
'<br>';
384 print
'<td class="center">';
385 print $form->textwithpicto(
'', $htmltooltip, 1, 0);
397 print
"</table><br>\n";
403$sql .=
" FROM " . MAIN_DB_PREFIX .
"document_model";
404$sql .=
" WHERE type = '" . $db->escape($type) .
"'";
405$sql .=
" AND entity = " .
$conf->entity;
406$resql = $db->query($sql);
409 $num_rows = $db->num_rows($resql);
410 while ($i < $num_rows) {
411 $array = $db->fetch_array($resql);
412 if (is_array($array)) {
413 array_push($def, $array[0]);
423print
load_fiche_titre($langs->trans(
"ProductBatchDocumentTemplates"),
'',
'');
425print
'<div class="div-table-responsive-no-min">';
426print
'<table class="noborder centpercent">';
427print
'<tr class="liste_titre">';
428print
'<td>' . $langs->trans(
"Name") .
'</td>';
429print
'<td>' . $langs->trans(
"Description") .
'</td>';
430print
'<td class="center" width="60">' . $langs->trans(
"Status") .
"</td>\n";
431print
'<td class="center" width="60">' . $langs->trans(
"Default") .
"</td>\n";
432print
'<td class="center"></td>';
433print
'<td class="center" width="80">' . $langs->trans(
"Preview") .
'</td>';
439foreach ($dirmodels as $reldir) {
440 foreach (array(
'',
'/doc') as $valdir) {
441 $dir =
dol_buildpath($reldir .
"core/modules/product_batch" . $valdir);
443 $handle = opendir($dir);
444 if (is_resource($handle)) {
445 while (($file = readdir($handle)) !==
false) {
451 foreach ($filelist as $file) {
452 if (preg_match(
'/\.modules\.php$/i', $file) && preg_match(
'/^(pdf_|doc_)/', $file)) {
453 if (file_exists($dir .
'/' . $file)) {
454 $name = substr($file, 4,
dol_strlen($file) - 16);
455 $classname = substr($file, 0,
dol_strlen($file) - 12);
457 require_once $dir .
'/' . $file;
458 $module =
new $classname($db);
459 '@phan-var-force ModelePDFProductBatch $module';
461 $modulequalified = 1;
462 if ($module->version ==
'development' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 2) {
463 $modulequalified = 0;
465 if ($module->version ==
'experimental' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 1) {
466 $modulequalified = 0;
469 if ($modulequalified) {
470 print
'<tr class="oddeven"><td width="100">';
471 print(empty($module->name) ? $name : $module->
name);
473 if (method_exists($module,
'info')) {
474 print $module->info($langs);
476 print $module->description;
481 if (in_array($name, $def)) {
482 print
'<td class="center">' .
"\n";
483 print
'<a href="' . $_SERVER[
"PHP_SELF"] .
'?action=del&token=' .
newToken() .
'&value=' . urlencode($name) .
'">';
484 print
img_picto($langs->trans(
"Enabled"),
'switch_on');
488 print
'<td class="center">' .
"\n";
489 print
'<a href="' . $_SERVER[
"PHP_SELF"] .
'?action=set&token=' .
newToken() .
'&value=' . urlencode($name) .
'&scan_dir=' . urlencode($module->scandir) .
'&label=' . urlencode($module->name) .
'">' .
img_picto($langs->trans(
"Disabled"),
'switch_off') .
'</a>';
494 print
'<td class="center">';
496 print
img_picto($langs->trans(
"Default"),
'on');
498 print
'<a href="' . $_SERVER[
"PHP_SELF"] .
'?action=setdoc&token=' .
newToken() .
'&value=' . urlencode($name) .
'&scan_dir=' . urlencode($module->scandir) .
'&label=' . urlencode($module->name) .
'" alt="' . $langs->trans(
"Default") .
'">' .
img_picto($langs->trans(
"Disabled"),
'off') .
'</a>';
503 $htmltooltip =
'' . $langs->trans(
"Name") .
': ' . $module->name;
504 $htmltooltip .=
'<br>' . $langs->trans(
"Type") .
': ' . ($module->type ? $module->type : $langs->trans(
"Unknown"));
505 if ($module->type ==
'pdf') {
506 $htmltooltip .=
'<br>' . $langs->trans(
"Width") .
'/' . $langs->trans(
"Height") .
': ' . $module->page_largeur .
'/' . $module->page_hauteur;
508 $htmltooltip .=
'<br><br><u>' . $langs->trans(
"FeaturesSupported") .
':</u>';
509 $htmltooltip .=
'<br>' . $langs->trans(
"Logo") .
': ' .
yn($module->option_logo, 1, 1);
510 $htmltooltip .=
'<br>' . $langs->trans(
"MultiLanguage") .
': ' .
yn($module->option_multilang, 1, 1);
513 print
'<td class="center">';
514 print $form->textwithpicto(
'', $htmltooltip, 1, 0);
518 print
'<td class="center">';
519 if ($module->type ==
'pdf') {
520 print
'<a href="' . $_SERVER[
"PHP_SELF"] .
'?action=specimen&module=' . $name .
'">' .
img_object($langs->trans(
"Preview"),
'contract') .
'</a>';
522 print
img_object($langs->trans(
"PreviewNotAvailable"),
'generic');
addDocumentModel($name, $type, $label='', $description='')
Add document model used by doc generator.
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
delDocumentModel($name, $type)
Delete document model used by doc generator.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
Empty header.
Class with list of lots and properties.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
yn($yesno, $format=1, $color=0)
Return yes or no in current language.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
product_lot_admin_prepare_head()
Return array head with list of tabs to view object information.
$conf db name
Only used if Module[ID]Name translation string is not found.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.