31require
'../main.inc.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
33require_once DOL_DOCUMENT_ROOT.
'/core/lib/pdf.lib.php';
34require_once DOL_DOCUMENT_ROOT.
'/core/lib/fourn.lib.php';
35require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.class.php';
36require_once DOL_DOCUMENT_ROOT.
'/fourn/class/fournisseur.commande.class.php';
39$langs->loadLangs(array(
"admin",
"other",
"orders",
"stocks"));
41$action =
GETPOST(
'action',
'aZ09');
43$type =
GETPOST(
'type',
'alpha');
44$value =
GETPOST(
'value',
'alpha');
45$modulepart =
GETPOST(
'modulepart',
'aZ09');
47$label =
GETPOST(
'label',
'alpha');
48$scandir =
GETPOST(
'scan_dir',
'alpha');
50$specimenthirdparty =
new Societe($db);
51$specimenthirdparty->initAsSpecimen();
64include DOL_DOCUMENT_ROOT.
'/core/actions_setmoduleoptions.inc.php';
66if ($action ==
'updateMask') {
67 $maskconstorder =
GETPOST(
'maskconstorder',
'aZ09');
68 $maskvalue =
GETPOST(
'maskorder',
'alpha');
70 if ($maskconstorder && preg_match(
'/_MASK$/', $maskconstorder)) {
71 $res =
dolibarr_set_const($db, $maskconstorder, $maskvalue,
'chaine', 0,
'', $conf->entity);
85if ($action ==
'specimen') {
86 $modele =
GETPOST(
'module',
'alpha');
89 $commande->initAsSpecimen();
90 $commande->thirdparty = $specimenthirdparty;
96 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
97 foreach ($dirmodels as $reldir) {
98 $file =
dol_buildpath($reldir.
"core/modules/supplier_order/doc/pdf_".$modele.
".modules.php", 0);
99 if (file_exists($file)) {
101 $classname =
"pdf_".$modele;
109 $module =
new $classname($db, $commande);
111 if ($module->write_file($commande, $langs) > 0) {
112 header(
"Location: ".DOL_URL_ROOT.
"/document.php?modulepart=commande_fournisseur&file=SPECIMEN.pdf");
120 dol_syslog($langs->trans(
"ErrorModuleNotFound"), LOG_ERR);
122} elseif ($action ==
'set') {
125} elseif ($action ==
'del') {
128 if ($conf->global->COMMANDE_SUPPLIER_ADDON_PDF ==
"$value") {
132} elseif ($action ==
'setdoc') {
134 if (
dolibarr_set_const($db,
"COMMANDE_SUPPLIER_ADDON_PDF", $value,
'chaine', 0,
'', $conf->entity)) {
137 $conf->global->COMMANDE_SUPPLIER_ADDON_PDF = $value;
145} elseif ($action ==
'unsetdoc') {
147} elseif ($action ==
'setmod') {
151 dolibarr_set_const($db,
"COMMANDE_SUPPLIER_ADDON_NUMBER", $value,
'chaine', 0,
'', $conf->entity);
152} elseif ($action ==
'addcat') {
154 $fourn->CreateCategory($user,
GETPOST(
'cat',
'alphanohtml'));
155} elseif ($action ==
'set_SUPPLIER_ORDER_OTHER') {
156 $freetext =
GETPOST(
'SUPPLIER_ORDER_FREE_TEXT',
'restricthtml');
157 $doubleapproval =
GETPOST(
'SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED',
'alpha');
158 $doubleapproval =
price2num($doubleapproval);
160 $res1 =
dolibarr_set_const($db,
"SUPPLIER_ORDER_FREE_TEXT", $freetext,
'chaine', 0,
'', $conf->entity);
161 $res2 =
dolibarr_set_const($db,
"SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED", $doubleapproval,
'chaine', 0,
'', $conf->entity);
164 include_once DOL_DOCUMENT_ROOT.
'/core/modules/modFournisseur.class.php';
167 if ($conf->global->SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED) {
169 $newmodule->rights = array();
172 $newmodule->rights[$r][0] = 1190;
173 $newmodule->rights[$r][1] = $langs->trans(
"Permission1190");
174 $newmodule->rights[$r][2] =
'w';
175 $newmodule->rights[$r][3] = 0;
176 $newmodule->rights[$r][4] =
'commande';
177 $newmodule->rights[$r][5] =
'approve2';
180 $newmodule->insert_permissions(1);
183 $newmodule->delete_permissions();
186 $newmodule->insert_permissions(1);
188} elseif ($action ==
'set_BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER') {
190 $res =
dolibarr_set_const($db,
"BANK_ASK_PAYMENT_BANK_DURING_SUPPLIER_ORDER", $value,
'chaine', 0,
'', $conf->entity);
208$form =
new Form($db);
210$dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
214$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
215print
load_fiche_titre($langs->trans(
"SuppliersSetup"), $linkback,
'title_setup');
228print
'<div class="div-table-responsive-no-min">';
229print
'<table class="noborder centpercent">';
230print
'<tr class="liste_titre">';
231print
'<td width="100">'.$langs->trans(
"Name").
'</td>';
232print
'<td>'.$langs->trans(
"Description").
'</td>';
233print
'<td>'.$langs->trans(
"Example").
'</td>';
234print
'<td align="center" width="60">'.$langs->trans(
"Status").
'</td>';
235print
'<td align="center" width="16">'.$langs->trans(
"ShortInfo").
'</td>';
240foreach ($dirmodels as $reldir) {
241 $dir =
dol_buildpath($reldir.
"core/modules/supplier_order/");
244 $handle = opendir($dir);
245 if (is_resource($handle)) {
246 while (($file = readdir($handle)) !==
false) {
247 if (substr($file, 0, 25) ==
'mod_commande_fournisseur_' && substr($file,
dol_strlen($file) - 3, 3) ==
'php') {
248 $file = substr($file, 0,
dol_strlen($file) - 4);
250 require_once $dir.$file.
'.php';
252 $module =
new $file();
254 if ($module->isEnabled()) {
256 if ($module->version ==
'development' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 2) {
259 if ($module->version ==
'experimental' &&
getDolGlobalInt(
'MAIN_FEATURES_LEVEL') < 1) {
264 print
'<tr class="oddeven"><td>'.$module->nom.
"</td><td>\n";
265 print $module->info($langs);
269 print
'<td class="nowrap">';
270 $tmp = $module->getExample();
271 if (preg_match(
'/^Error/', $tmp)) {
272 $langs->load(
"errors");
273 print
'<div class="error">'.$langs->trans($tmp).
'</div>';
274 } elseif ($tmp ==
'NotConfigured') {
275 print
'<span class="opacitymedium">'.$langs->trans($tmp).
'</span>';
281 print
'<td class="center">';
282 if ($conf->global->COMMANDE_SUPPLIER_ADDON_NUMBER ==
"$file") {
283 print
img_picto($langs->trans(
"Activated"),
'switch_on');
285 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=setmod&token='.newToken().
'&value='.urlencode($file).
'" alt="'.$langs->trans(
"Default").
'">'.
img_picto($langs->trans(
"Disabled"),
'switch_off').
'</a>';
290 $commande->initAsSpecimen();
294 $htmltooltip .=
''.$langs->trans(
"Version").
': <b>'.$module->getVersion().
'</b><br>';
295 $nextval = $module->getNextValue($mysoc, $commande);
296 if (
"$nextval" != $langs->trans(
"NotAvailable")) {
297 $htmltooltip .=
''.$langs->trans(
"NextValue").
': ';
299 if (preg_match(
'/^Error/', $nextval) || $nextval ==
'NotConfigured') {
300 $nextval = $langs->trans($nextval);
302 $htmltooltip .= $nextval.
'<br>';
304 $htmltooltip .= $langs->trans($module->error).
'<br>';
308 print
'<td class="center">';
309 print $form->textwithpicto(
'', $htmltooltip, 1, 0);
321print
'</table></div><br>';
334$sql .=
" FROM ".MAIN_DB_PREFIX.
"document_model";
335$sql .=
" WHERE type = 'order_supplier'";
336$sql .=
" AND entity = ".$conf->entity;
338$resql = $db->query($sql);
341 $num_rows = $db->num_rows($resql);
342 while ($i < $num_rows) {
343 $array = $db->fetch_array($resql);
344 array_push($def, $array[0]);
351print
'<div class="div-table-responsive-no-min">';
352print
'<table class="noborder centpercent">'.
"\n";
353print
'<tr class="liste_titre">'.
"\n";
354print
'<td width="100">'.$langs->trans(
"Name").
'</td>'.
"\n";
355print
'<td>'.$langs->trans(
"Description").
'</td>'.
"\n";
356print
'<td align="center" width="60">'.$langs->trans(
"Status").
'</td>'.
"\n";
357print
'<td align="center" width="60">'.$langs->trans(
"Default").
'</td>'.
"\n";
358print
'<td align="center" width="40">'.$langs->trans(
"ShortInfo").
'</td>';
359print
'<td align="center" width="40">'.$langs->trans(
"Preview").
'</td>';
364foreach ($dirmodels as $reldir) {
365 $realpath = $reldir.
"core/modules/supplier_order/doc";
369 $handle = opendir($dir);
370 if (is_resource($handle)) {
371 while (($file = readdir($handle)) !==
false) {
372 if (preg_match(
'/\.modules\.php$/i', $file) && preg_match(
'/^(pdf_|doc_)/', $file)) {
373 $name = substr($file, 4,
dol_strlen($file) - 16);
374 $classname = substr($file, 0,
dol_strlen($file) - 12);
376 require_once $dir.
'/'.$file;
380 print
"<tr class=\"oddeven\">\n";
382 print(empty($module->name) ? $name : $module->
name);
385 require_once $dir.
'/'.$file;
386 $module =
new $classname($db, $specimenthirdparty);
387 if (method_exists($module,
'info')) {
388 print $module->info($langs);
390 print $module->description;
395 if (in_array($name, $def)) {
396 print
'<td class="center">'.
"\n";
397 if ($conf->global->COMMANDE_SUPPLIER_ADDON_PDF !=
"$name") {
398 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=del&token='.newToken().
'&value='.urlencode($name).
'&scan_dir='.urlencode($module->scandir).
'&label='.urlencode($module->name).
'&type=order_supplier">';
399 print
img_picto($langs->trans(
"Enabled"),
'switch_on');
402 print
img_picto($langs->trans(
"Enabled"),
'switch_on');
406 print
'<td class="center">'.
"\n";
407 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=set&token='.newToken().
'&value='.urlencode($name).
'&scan_dir='.urlencode($module->scandir).
'&label='.urlencode($module->name).
'&type=order_supplier">'.
img_picto($langs->trans(
"Disabled"),
'switch_off').
'</a>';
412 print
'<td class="center">';
413 if ($conf->global->COMMANDE_SUPPLIER_ADDON_PDF ==
"$name") {
414 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=unsetdoc&token='.newToken().
'&value='.urlencode($name).
'&scan_dir='.urlencode($module->scandir).
'&label='.urlencode($module->name).
'&type=order_supplier" alt="'.$langs->trans(
"Disable").
'">'.
img_picto($langs->trans(
"Enabled"),
'on').
'</a>';
416 print
'<a class="reposition" href="'.$_SERVER[
"PHP_SELF"].
'?action=setdoc&token='.newToken().
'&value='.urlencode($name).
'&scan_dir='.urlencode($module->scandir).
'&label='.urlencode($module->name).
'&type=order_supplier" alt="'.$langs->trans(
"Default").
'">'.
img_picto($langs->trans(
"Disabled"),
'off').
'</a>';
421 $htmltooltip =
''.$langs->trans(
"Name").
': '.$module->name;
422 $htmltooltip .=
'<br>'.$langs->trans(
"Type").
': '.($module->type ? $module->type : $langs->trans(
"Unknown"));
423 $htmltooltip .=
'<br>'.$langs->trans(
"Width").
'/'.$langs->trans(
"Height").
': '.$module->page_largeur.
'/'.$module->page_hauteur;
424 $htmltooltip .=
'<br>'.$langs->trans(
"Path").
': '.preg_replace(
'/^\//',
'', $realpath).
'/'.$file;
426 $htmltooltip .=
'<br><br><u>'.$langs->trans(
"FeaturesSupported").
':</u>';
427 $htmltooltip .=
'<br>'.$langs->trans(
"Logo").
': '.
yn($module->option_logo, 1, 1);
428 $htmltooltip .=
'<br>'.$langs->trans(
"PaymentMode").
': '.
yn($module->option_modereg, 1, 1);
429 $htmltooltip .=
'<br>'.$langs->trans(
"PaymentConditions").
': '.
yn($module->option_condreg, 1, 1);
430 print
'<td class="center">';
431 print $form->textwithpicto(
'', $htmltooltip, 1, 0);
433 print
'<td class="center">';
434 print
'<a href="'.$_SERVER[
"PHP_SELF"].
'?action=specimen&module='.urlencode($name).
'">'.
img_object($langs->trans(
"Preview"),
'pdf').
'</a>';
446print
'</table></div><br>';
452print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="post">';
453print
'<input type="hidden" name="token" value="'.newToken().
'">';
454print
'<input type="hidden" name="action" value="set_SUPPLIER_ORDER_OTHER">';
458print
'<div class="div-table-responsive-no-min">';
459print
'<table class="noborder centpercent">';
460print
'<tr class="liste_titre">';
461print
'<td>'.$langs->trans(
"Parameter").
'</td>';
462print
'<td align="center" width="60">'.$langs->trans(
"Value").
'</td>';
463print
'<td width="80"> </td>';
466print
'<tr class="oddeven"><td>';
467print $form->textwithpicto($langs->trans(
"UseDoubleApproval"), $langs->trans(
"Use3StepsApproval"), 1,
'help').
'<br>';
468print $langs->trans(
"IfSetToYesDontForgetPermission");
470print
'<input type="text" size="6" name="SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED" value="'.getDolGlobalString(
"SUPPLIER_ORDER_3_STEPS_TO_BE_APPROVED").
'">';
471print
'</td><td class="right">';
472print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'">';
508$substitutionarray[
'__(AnyTranslationKey)__'] = $langs->trans(
"Translation");
509$htmltext =
'<i>'.$langs->trans(
"AvailableVariables").
':<br>';
510foreach ($substitutionarray as $key => $val) {
511 $htmltext .= $key.
'<br>';
515print
'<tr class="oddeven"><td colspan="2">';
516print $form->textwithpicto($langs->trans(
"FreeLegalTextOnOrders"), $langs->trans(
"AddCRIfTooLong").
'<br><br>'.$htmltext, 1,
'help',
'', 0, 2,
'freetexttooltip').
'<br>';
517$variablename =
'SUPPLIER_ORDER_FREE_TEXT';
519 print
'<textarea name="'.$variablename.
'" class="flat" cols="120">'.
getDolGlobalString($variablename).
'</textarea>';
521 include_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
523 print $doleditor->Create();
525print
'</td><td class="right">';
526print
'<input type="submit" class="button button-edit" value="'.$langs->trans(
"Modify").
'">';
530print
'<tr class="oddeven">';
531print
'<td>'.$langs->trans(
"UseDispatchStatus").
'</td>';
533print
'<td class="center">';
534if (isModEnabled(
'reception')) {
535 print
'<span class="opacitymedium">'.$langs->trans(
"FeatureNotAvailableWithReceptionModule").
'</span>';
537 if ($conf->use_javascript_ajax) {
538 print ajax_constantonoff(
'SUPPLIER_ORDER_USE_DISPATCH_STATUS');
540 $arrval = array(
'0' => $langs->trans(
"No"),
'1' => $langs->trans(
"Yes"));
541 print $form->selectarray(
"SUPPLIER_ORDER_USE_DISPATCH_STATUS", $arrval, $conf->global->SUPPLIER_ORDER_USE_DISPATCH_STATUS);
547print
'</table></div><br>';
558print
'<div class="div-table-responsive-no-min">';
559print
'<table class="noborder centpercent">';
560print
'<tr class="liste_titre">';
561print
'<td>'.$langs->trans(
"Parameter").
'</td>';
562print
'<td align="center" width="60"></td>';
563print
'<td width="80"> </td>';
566print
'<tr class="oddeven"><td colspan="2">';
567print $langs->trans(
"YouMayFindNotificationsFeaturesIntoModuleNotification").
'<br>';
568print
'</td><td class="right">';
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.
Class to manage predefined suppliers products.
Class to manage a WYSIWYG editor.
Class to manage suppliers.
Class to manage third parties objects (customers, suppliers, prospects...)
Description and activation class for module Fournisseur.
supplierorder_admin_prepare_head()
Return array head with list of tabs to view object informations.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
yn($yesno, $case=1, $color=0)
Return yes or no in current language.
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.
price2num($amount, $rounding='', $option=0)
Function that return a number with universal decimal format (decimal separator is '.
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)
dol_strlen($string, $stringencoding='UTF-8')
Make a strlen call.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
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, $include=null)
Return array of possible substitutions for PDF content (without external module substitutions).
$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.