dolibarr 24.0.0-beta
resource.php
Go to the documentation of this file.
1<?php
2/* Copyright (C) 2016 Florian HENRY <florian.henry@atm-consulting.fr>
3 * Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <https://www.gnu.org/licenses/>.
17 *
18 */
19
26// Load Dolibarr environment
27require '../main.inc.php';
28
29// Class
30require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
31require_once DOL_DOCUMENT_ROOT.'/core/lib/ajax.lib.php';
32require_once DOL_DOCUMENT_ROOT.'/core/lib/resource.lib.php';
33require_once DOL_DOCUMENT_ROOT.'/resource/class/html.formresource.class.php';
34
43// Load translation files required by the page
44$langs->loadLangs(array("admin", "resource"));
45
46// Security check
47if (!$user->admin) {
49}
50
51$action = GETPOST('action', 'aZ09');
52
53
54/*
55 * Actions
56 */
57
58if ($action == 'updateoptions') {
59 if (GETPOST('activate_RESOURCE_USE_SEARCH_TO_SELECT') != '') {
60 if (dolibarr_set_const($db, "RESOURCE_USE_SEARCH_TO_SELECT", GETPOST('activate_RESOURCE_USE_SEARCH_TO_SELECT'), 'chaine', 0, '', $conf->entity)) {
61 setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
62 } else {
63 setEventMessages($langs->trans("Error"), null, 'errors');
64 }
65 }
66}
67
68/*
69 * View
70 */
71
72llxHeader('', $langs->trans('ResourceSetup'), '', '', 0, 0, '', '', '', 'mod-admin page-resource');
73
74$form = new Form($db);
75
76$linkback = '<a href="'.dolBuildUrl(DOL_URL_ROOT.'/admin/modules.php', ['restore_lastsearch_values' => 1]).'">'.img_picto($langs->trans("BackToModuleList"), 'back', 'class="pictofixedwidth"').'<span class="hideonsmartphone">'.$langs->trans("BackToModuleList").'</span></a>';
77
78print load_fiche_titre($langs->trans('ResourceSetup'), $linkback, 'title_setup');
79
81
82print dol_get_fiche_head($head, 'general', $langs->trans("ResourceSingular"), -1, 'action');
83
84print '<form method="POST" action="'.$_SERVER['PHP_SELF'].'">';
85print '<input type="hidden" name="token" value="'.newToken().'">';
86print '<input type="hidden" name="action" value="updateoptions">';
87
88print '<div class="div-table-responsive-no-min">';
89print '<table class="noborder centpercent">';
90print '<tr class="liste_titre">';
91print '<td>'.$langs->trans("Parameters").'</td>'."\n";
92print '<td class="right"></td>'."\n";
93print '<td></td>';
94
95
96// Use an Ajax form for the product choice
97print '<tr class="oddeven">';
98print '<td width="80%">'.$langs->trans("UseSearchToSelectResource").'</td>';
99if (empty($conf->use_javascript_ajax)) {
100 print '<td class="nowrap right" colspan="2">';
101 print $langs->trans("NotAvailableWhenAjaxDisabled");
102 print '</td>';
103} else {
104 print '<td width="60" class="right">';
105 $arrval = array(
106 $langs->trans("No"),
107 $langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 1).')',
108 $langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 2).')',
109 $langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 3).')',
110 );
111 print $form->selectarray("activate_RESOURCE_USE_SEARCH_TO_SELECT", $arrval, getDolGlobalInt('RESOURCE_USE_SEARCH_TO_SELECT'));
112 print '</td>';
113 print '<td class="right">';
114 print '<input type="submit" class="button small" name="RESOURCE_USE_SEARCH_TO_SELECT" value="'.$langs->trans("Modify").'">';
115 print '</td>';
116}
117print '</tr>';
118
119
120print '<tr class="oddeven">';
121print '<td>'.$langs->trans('EnableResourceUsedInEventCheck').'</td>';
122print '<td class="right">';
123echo ajax_constantonoff('RESOURCE_USED_IN_EVENT_CHECK');
124print '</td>';
125print '<td></td>';
126print '</tr>';
127
128/*
129print '<tr class="oddeven">';
130print '<td>'.$langs->trans('DisabledResourceLinkUser').'</td>';
131print '<td class="right">';
132echo ajax_constantonoff('RESOURCE_HIDE_ADD_CONTACT_USER');
133print '</td>';
134print '<td></td>';
135print '</tr>';
136
137
138print '<tr class="oddeven">';
139print '<td>'.$langs->trans('DisabledResourceLinkContact').'</td>';
140print '<td class="right">';
141echo ajax_constantonoff('RESOURCE_HIDE_ADD_CONTACT_THIPARTY');
142print '</td>';
143print '<td></td>';
144print '</tr>';
145*/
146
147print '</table>';
148print '</div>';
149
150print '</form>';
151
152
153//RESOURCE_HIDE_ADD_CONTACT_USER
154//RESOURCE_HIDE_ADD_CONTACT_THIPARTY
155
156print dol_get_fiche_end();
157
158// End of page
159llxFooter();
160$db->close();
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).
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
Definition wrapper.php:91
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.
Definition wrapper.php:73
Class to manage generation of HTML components Only common components must be here.
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $conf
The main.inc.php has been included so the following variable are now defined:
if(!isModEnabled('ai')||!getDolGlobalString('AI_ASSISTANT_ENABLED')) global $db
API class for accounts.
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, $allowothertags=array())
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, $morecssdiv='')
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
resource_admin_prepare_head()
Prepare head for admin tabs.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.