dolibarr  17.0.4
admin_hrm.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) 2015 Alexandre Spangaro <aspangaro@open-dsi.fr>
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation, either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program. If not, see <https://www.gnu.org/licenses/>.
16  */
17 
24 // Load Dolibarr environment
25 require '../../main.inc.php';
26 require_once DOL_DOCUMENT_ROOT.'/core/lib/hrm.lib.php';
27 require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
28 
29 // Load translation files required by the page
30 $langs->loadLangs(array('admin', 'hrm'));
31 
32 // Get Parameters
33 $action = GETPOST('action', 'aZ09');
34 
35 // Other parameters HRM_*
36 $list = array(
37 // 'HRM_EMAIL_EXTERNAL_SERVICE' // To prevent your public accountant for example
38 );
39 
40 // Permissions
41 $permissiontoread = $user->admin;
42 $permissiontoadd = $user->admin;
43 
44 // Security check - Protection if external user
45 //if ($user->socid > 0) accessforbidden();
46 //if ($user->socid > 0) $socid = $user->socid;
47 //$isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
48 //restrictedArea($user, $object->element, $object->id, '', '', 'fk_soc', 'rowid', 0);
49 if (!isModEnabled('hrm')) accessforbidden();
50 if (empty($permissiontoread)) accessforbidden();
51 
52 
53 /*
54  * Actions
55  */
56 
57 if ($action == 'update') {
58  $error = 0;
59 
60  foreach ($list as $constname) {
61  $constvalue = GETPOST($constname, 'alpha');
62 
63  if (!dolibarr_set_const($db, $constname, $constvalue, 'chaine', 0, '', $conf->entity)) {
64  $error++;
65  }
66  }
67 
68  if (!$error) {
69  setEventMessages($langs->trans("SetupSaved"), null, 'mesgs');
70  } else {
71  setEventMessages($langs->trans("Error"), null, 'errors');
72  }
73 }
74 
75 
76 /*
77  * View
78  */
79 
80 
81 $title = $langs->trans('Parameters');
82 
83 llxHeader('', $title, '');
84 
85 $form = new Form($db);
86 
87 dol_htmloutput_mesg($mesg);
88 
89 // Subheader
90 $linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
91 print load_fiche_titre($langs->trans("HRMSetup"), $linkback);
92 
93 // Configuration header
94 $head = hrm_admin_prepare_head();
95 
96 print '<form action="'.$_SERVER["PHP_SELF"].'" method="post">';
97 print '<input type="hidden" name="token" value="'.newToken().'">';
98 print '<input type="hidden" name="action" value="update">';
99 
100 print dol_get_fiche_head($head, 'parameters', $langs->trans("HRM"), -1, "user");
101 
102 print '<table class="noborder centpercent">';
103 print '<tr class="liste_titre">';
104 print '<td colspan="3">'.$langs->trans('Parameters').'</td>';
105 print "</tr>\n";
106 
107 foreach ($list as $key) {
108  print '<tr class="oddeven value">';
109 
110  // Param
111  $label = $langs->trans($key);
112  print '<td width="50%"><label for="'.$key.'">'.$label.'</label></td>';
113 
114  // Value
115  print '<td>';
116  print '<input type="text" size="20" id="'.$key.'" name="'.$key.'" value="'.getDolGlobalString($key).'">';
117  print '</td></tr>';
118 }
119 
120 print "</table>\n";
121 
122 print dol_get_fiche_end();
123 
124 print '<div class="center"><input type="submit" class="button button-edit" name="button" value="'.$langs->trans('Modify').'"></div>';
125 
126 print '</form>';
127 
128 // End of page
129 llxFooter();
130 $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).
Definition: admin.lib.php:632
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Definition: wrapper.php:56
llxFooter()
Empty footer.
Definition: wrapper.php:70
Class to manage generation of HTML components Only common components must be here.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
Definition: card.php:143
hrm_admin_prepare_head()
Return array head with list of tabs to view object informations.
Definition: hrm.lib.php:78
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
if(!function_exists('utf8_encode')) if(!function_exists('utf8_decode')) getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
dol_htmloutput_mesg($mesgstring='', $mesgarray=array(), $style='ok', $keepembedded=0)
Print formated messages to output (Used to show messages on html output).
isModEnabled($module)
Is Dolibarr module enabled.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.