25 require
'../main.inc.php';
26 require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
27 require_once DOL_DOCUMENT_ROOT.
'/core/lib/pdf.lib.php';
28 require_once DOL_DOCUMENT_ROOT.
'/bom/class/bom.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/bom/lib/bom.lib.php';
32 $langs->loadLangs(array(
'admin',
'errors',
'mrp',
'other'));
38 $action =
GETPOST(
'action',
'aZ09');
39 $value =
GETPOST(
'value',
'alpha');
40 $modulepart =
GETPOST(
'modulepart',
'aZ09');
42 $label =
GETPOST(
'label',
'alpha');
43 $scandir =
GETPOST(
'scan_dir',
'alpha');
51 include DOL_DOCUMENT_ROOT.
'/core/actions_setmoduleoptions.inc.php';
53 if ($action ==
'updateMask') {
54 $maskconstbom =
GETPOST(
'maskconstBom',
'aZ09');
55 $maskbom =
GETPOST(
'maskBom',
'alpha');
57 if ($maskconstbom && preg_match(
'/_MASK$/', $maskconstbom)) {
58 $res =
dolibarr_set_const($db, $maskconstbom, $maskbom,
'chaine', 0,
'', $conf->entity);
70 } elseif ($action ==
'specimen') {
71 $modele =
GETPOST(
'module',
'alpha');
74 $bom->initAsSpecimen();
77 $file =
''; $classname =
''; $filefound = 0;
78 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
79 foreach ($dirmodels as $reldir) {
80 $file =
dol_buildpath($reldir.
"core/modules/bom/doc/pdf_".$modele.
".modules.php", 0);
81 if (file_exists($file)) {
83 $classname =
"pdf_".$modele;
91 $module =
new $classname($db);
93 if ($module->write_file($bom, $langs) > 0) {
94 header(
"Location: ".DOL_URL_ROOT.
"/document.php?modulepart=bom&file=SPECIMEN.pdf");
102 dol_syslog($langs->trans(
"ErrorModuleNotFound"), LOG_ERR);
104 } elseif ($action ==
'set') {
107 } elseif ($action ==
'del') {
110 if ($conf->global->BOM_ADDON_PDF ==
"$value") {
114 } elseif ($action ==
'setdoc') {
116 if (
dolibarr_set_const($db,
"BOM_ADDON_PDF", $value,
'chaine', 0,
'', $conf->entity)) {
119 $conf->global->BOM_ADDON_PDF = $value;
127 } elseif ($action ==
'setmod') {
132 } elseif ($action ==
'set_BOM_DRAFT_WATERMARK') {
133 $draft =
GETPOST(
"BOM_DRAFT_WATERMARK");
134 $res =
dolibarr_set_const($db,
"BOM_DRAFT_WATERMARK", trim($draft),
'chaine', 0,
'', $conf->entity);
145 } elseif ($action ==
'set_BOM_FREE_TEXT') {
146 $freetext =
GETPOST(
"BOM_FREE_TEXT",
'restricthtml');
148 $res =
dolibarr_set_const($db,
"BOM_FREE_TEXT", $freetext,
'chaine', 0,
'', $conf->entity);
168 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
170 llxHeader(
"", $langs->trans(
"BOMsSetup"));
172 $linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
173 print
load_fiche_titre($langs->trans(
"BOMsSetup"), $linkback,
'title_setup');
185 print
'<div class="div-table-responsive-no-min">';
186 print
'<table class="noborder centpercent">';
187 print
'<tr class="liste_titre">';
188 print
'<td>'.$langs->trans(
"Name").
'</td>';
189 print
'<td>'.$langs->trans(
"Description").
'</td>';
190 print
'<td class="nowrap">'.$langs->trans(
"Example").
'</td>';
191 print
'<td class="center" width="60">'.$langs->trans(
"Status").
'</td>';
192 print
'<td class="center" width="16">'.$langs->trans(
"ShortInfo").
'</td>';
197 foreach ($dirmodels as $reldir) {
201 $handle = opendir($dir);
202 if (is_resource($handle)) {
203 while (($file = readdir($handle)) !==
false) {
204 if (substr($file, 0, 8) ==
'mod_bom_' && substr($file,
dol_strlen($file) - 3, 3) ==
'php') {
205 $file = substr($file, 0,
dol_strlen($file) - 4);
208 require_once $dir.$file.
'.php';
210 $module =
new $classname($db);
213 if ($module->version ==
'development' && $conf->global->MAIN_FEATURES_LEVEL < 2) {
216 if ($module->version ==
'experimental' && $conf->global->MAIN_FEATURES_LEVEL < 1) {
220 if ($module->isEnabled()) {
221 print
'<tr class="oddeven"><td>'.$module->name.
"</td><td>\n";
222 print $module->info();
226 print
'<td class="nowrap">';
227 $tmp = $module->getExample();
228 if (preg_match(
'/^Error/', $tmp)) {
229 $langs->load(
"errors");
230 print
'<div class="error">'.$langs->trans($tmp).
'</div>';
231 } elseif ($tmp ==
'NotConfigured') {
232 print
'<span class="opacitymedium">'.$langs->trans($tmp).
'</span>';
238 print
'<td class="center">';
239 if ($conf->global->BOM_ADDON == $file) {
240 print
img_picto($langs->trans(
"Activated"),
'switch_on');
242 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=setmod&token='.
newToken().
'&value='.urlencode($file).
'">';
243 print
img_picto($langs->trans(
"Disabled"),
'switch_off');
249 $bom->initAsSpecimen();
253 $htmltooltip .=
''.$langs->trans(
"Version").
': <b>'.$module->getVersion().
'</b><br>';
255 $nextval = $module->getNextValue($mysoc, $bom);
256 if (
"$nextval" != $langs->trans(
"NotAvailable")) {
257 $htmltooltip .=
''.$langs->trans(
"NextValue").
': ';
259 if (preg_match(
'/^Error/', $nextval) || $nextval ==
'NotConfigured') {
260 $nextval = $langs->trans($nextval);
262 $htmltooltip .= $nextval.
'<br>';
264 $htmltooltip .= $langs->trans($module->error).
'<br>';
268 print
'<td class="center">';
269 print
$form->textwithpicto(
'', $htmltooltip, 1, 0);
294 $sql .=
" FROM ".MAIN_DB_PREFIX.
"document_model";
295 $sql .=
" WHERE type = '".$db->escape($type).
"'";
296 $sql .=
" AND entity = ".$conf->entity;
297 $resql = $db->query($sql);
300 $num_rows = $db->num_rows(
$resql);
301 while ($i < $num_rows) {
302 $array = $db->fetch_array(
$resql);
303 array_push($def, $array[0]);
311 print
'<div class="div-table-responsive-no-min">';
312 print
'<table class="noborder centpercent">';
313 print
'<tr class="liste_titre">';
314 print
'<td>'.$langs->trans(
"Name").
'</td>';
315 print
'<td>'.$langs->trans(
"Description").
'</td>';
316 print
'<td class="center" width="60">'.$langs->trans(
"Status").
"</td>\n";
317 print
'<td class="center" width="60">'.$langs->trans(
"Default").
"</td>\n";
318 print
'<td class="center" width="38">'.$langs->trans(
"ShortInfo").
'</td>';
319 print
'<td class="center" width="38">'.$langs->trans(
"Preview").
'</td>';
324 foreach ($dirmodels as $reldir) {
325 foreach (array(
'',
'/doc') as $valdir) {
326 $realpath = $reldir.
"core/modules/bom".$valdir;
330 $handle = opendir($dir);
331 if (is_resource($handle)) {
332 while (($file = readdir($handle)) !==
false) {
338 foreach ($filelist as $file) {
339 if (preg_match(
'/\.modules\.php$/i', $file) && preg_match(
'/^(pdf_|doc_)/', $file)) {
340 if (file_exists($dir.
'/'.$file)) {
341 $name = substr($file, 4,
dol_strlen($file) - 16);
342 $classname = substr($file, 0,
dol_strlen($file) - 12);
344 require_once $dir.
'/'.$file;
345 $module =
new $classname($db);
347 $modulequalified = 1;
348 if ($module->version ==
'development' && $conf->global->MAIN_FEATURES_LEVEL < 2) {
349 $modulequalified = 0;
351 if ($module->version ==
'experimental' && $conf->global->MAIN_FEATURES_LEVEL < 1) {
352 $modulequalified = 0;
355 if ($modulequalified) {
356 print
'<tr class="oddeven"><td width="100">';
357 print (empty($module->name) ? $name : $module->name);
359 if (method_exists($module,
'info')) {
360 print $module->info($langs);
362 print $module->description;
367 if (in_array($name, $def)) {
368 print
'<td class="center">'.
"\n";
369 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=del&token='.
newToken().
'&value='.urlencode($name).
'">';
370 print
img_picto($langs->trans(
"Enabled"),
'switch_on');
374 print
'<td class="center">'.
"\n";
375 print
'<a class="reposition" 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>';
380 print
'<td class="center">';
381 if ($conf->global->BOM_ADDON_PDF == $name) {
382 print
img_picto($langs->trans(
"Default"),
'on');
384 print
'<a class="reposition" 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>';
389 $htmltooltip =
''.$langs->trans(
"Name").
': '.$module->name;
390 $htmltooltip .=
'<br>'.$langs->trans(
"Type").
': '.($module->type ? $module->type : $langs->trans(
"Unknown"));
391 if ($module->type ==
'pdf') {
392 $htmltooltip .=
'<br>'.$langs->trans(
"Width").
'/'.$langs->trans(
"Height").
': '.$module->page_largeur.
'/'.$module->page_hauteur;
394 $htmltooltip .=
'<br>'.$langs->trans(
"Path").
': '.preg_replace(
'/^\//',
'', $realpath).
'/'.$file;
396 $htmltooltip .=
'<br><br><u>'.$langs->trans(
"FeaturesSupported").
':</u>';
397 $htmltooltip .=
'<br>'.$langs->trans(
"MultiLanguage").
': '.
yn($module->option_multilang, 1, 1);
398 $htmltooltip .=
'<br>'.$langs->trans(
"WatermarkOnDraftBOMs").
': '.
yn($module->option_draft_watermark, 1, 1);
401 print
'<td class="center">';
402 print
$form->textwithpicto(
'', $htmltooltip, 1, 0);
406 print
'<td class="center">';
407 if ($module->type ==
'pdf') {
408 print
'<a href="'.$_SERVER[
"PHP_SELF"].
'?action=specimen&module='.$name.
'">'.
img_object($langs->trans(
"Preview"),
'pdf').
'</a>';
410 print
img_object($langs->trans(
"PreviewNotAvailable"),
'generic');
434 print
'<div class="div-table-responsive-no-min">';
435 print
'<table class="noborder centpercent">';
436 print
'<tr class="liste_titre">';
437 print
'<td>'.$langs->trans(
"Parameter").
'</td>';
438 print
'<td class="center" width="60">'.$langs->trans(
"Value").
'</td>';
439 print
"<td> </td>\n";
443 $substitutionarray[
'__(AnyTranslationKey)__'] = $langs->trans(
"Translation");
444 $htmltext =
'<i>'.$langs->trans(
"AvailableVariables").
':<br>';
445 foreach ($substitutionarray as $key => $val) {
446 $htmltext .= $key.
'<br>';
450 print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
451 print
'<input type="hidden" name="token" value="'.newToken().
'">';
452 print
'<input type="hidden" name="action" value="set_BOM_FREE_TEXT">';
453 print
'<tr class="oddeven"><td colspan="2">';
454 print
$form->textwithpicto($langs->trans(
"FreeLegalTextOnBOMs"), $langs->trans(
"AddCRIfTooLong").
'<br><br>'.$htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
455 $variablename =
'BOM_FREE_TEXT';
456 if (empty($conf->global->PDF_ALLOW_HTML_FOR_FREE_TEXT)) {
457 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.
getDolGlobalString($variablename).
'</textarea>';
459 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
461 print $doleditor->Create();
463 print
'</td><td class="right">';
464 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'">';
465 print
"</td></tr>\n";
470 print
'<form method="post" action="'.$_SERVER[
"PHP_SELF"].
'">';
471 print
'<input type="hidden" name="token" value="'.newToken().
'">';
472 print
'<input type="hidden" name="action" value="set_BOM_DRAFT_WATERMARK">';
473 print
'<tr class="oddeven"><td>';
474 print
$form->textwithpicto($langs->trans(
"WatermarkOnDraftBOMs"), $htmltext, 1,
'help',
'', 0, 2,
'watermarktooltip').
'<br>';
476 print
'<input class="flat minwidth200" type="text" name="BOM_DRAFT_WATERMARK" value="'.dol_escape_htmltag(
getDolGlobalString(
'BOM_DRAFT_WATERMARK')).
'">';
477 print
'</td><td class="right">';
478 print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'">';
479 print
"</td></tr>\n";
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()
Empty header.
bomAdminPrepareHead()
Prepare admin pages header.
Class to manage a WYSIWYG editor.
if(isModEnabled('facture') &&!empty($user->rights->facture->lire)) if((isModEnabled('fournisseur') &&empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD) && $user->hasRight("fournisseur", "facture", "lire"))||(isModEnabled('supplier_invoice') && $user->hasRight("supplier_invoice", "lire"))) if(isModEnabled('don') &&!empty($user->rights->don->lire)) if(isModEnabled('tax') &&!empty($user->rights->tax->charges->lire)) if(isModEnabled('facture') &&isModEnabled('commande') && $user->hasRight("commande", "lire") &&empty($conf->global->WORKFLOW_DISABLE_CREATE_INVOICE_FROM_ORDER)) $resql
Social contributions to pay.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
Show tabs of a record.
yn($yesno, $case=1, $color=0)
Return yes or no in current language.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
img_object($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0)
Show a picto called object_picto (generic function)
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
newToken()
Return the value of token currently saved into session with name 'newtoken'.
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.
if(!function_exists('utf8_encode')) if(!function_exists('utf8_decode')) getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
pdf_getSubstitutionArray($outputlangs, $exclude=null, $object=null, $onlykey=0)
Return array of possible substitutions for PDF content (without external module substitutions).
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.