31require
'../main.inc.php';
33require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formcompany.class.php';
34require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formfile.class.php';
35require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formprojet.class.php';
36require_once DOL_DOCUMENT_ROOT .
'/hrm/class/position.class.php';
37require_once DOL_DOCUMENT_ROOT .
'/hrm/class/job.class.php';
38require_once DOL_DOCUMENT_ROOT .
'/hrm/lib/hrm_position.lib.php';
42$action =
GETPOST(
'action',
'aZ09') ?
GETPOST(
'action',
'aZ09') :
'view';
43$backtopage =
GETPOST(
'backtopage',
'alpha');
44$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
56$permissiontoread = $user->hasRight(
'hrm',
'all',
'read');
57$permissiontoadd = $user->hasRight(
'hrm',
'all',
'write');
58$permissiontodelete = $user->hasRight(
'hrm',
'all',
'delete');
59$permissiondellink = $user->hasRight(
'hrm',
'all',
'write');
60$upload_dir = $conf->hrm->multidir_output[isset(
$object->entity) ?
$object->entity : 1] .
'/position';
67if (empty($conf->hrm->enabled)) {
70if (!$permissiontoread || ($action ===
'create' && !$permissiontoadd)) {
74$langs->loadLangs(array(
"hrm",
"other"));
83$action =
GETPOST(
'action',
'aZ09');
84$confirm =
GETPOST(
'confirm',
'alpha');
85$cancel =
GETPOST(
'cancel',
'aZ09');
86$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'positioncard';
87$backtopage =
GETPOST(
'backtopage',
'alpha');
88$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
100$diroutputmassaction = $conf->hrm->dir_output .
'/temp/massgeneration/' . $user->id;
101$hookmanager->initHooks(array(
'positioncard',
'globalcard'));
104$extrafields->fetch_name_optionals_label(
$object->table_element);
106$search_array_options = $extrafields->getOptionalsFromPost(
$object->table_element,
'',
'search_');
109$search_all =
GETPOST(
"search_all",
'alpha');
111foreach (
$object->fields as $key => $val) {
112 if (
GETPOST(
'search_' . $key,
'alpha')) {
113 $search[$key] =
GETPOST(
'search_' . $key,
'alpha');
117if (empty($action) && empty($id) && empty($ref)) {
122include DOL_DOCUMENT_ROOT .
'/core/actions_fetchobject.inc.php';
129$parameters = array();
130$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
135if (empty($reshook)) {
138 $backurlforlist =
dol_buildpath(
'/hrm/position_list.php', 1);
140 if (empty($backtopage) || ($cancel && empty($fk_job))) {
141 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
142 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
143 $backtopage = $backurlforlist;
145 $backtopage =
dol_buildpath(
'/hrm/position_card.php', 1) .
'?id=' . (
$id > 0 ?
$id :
'__ID__');
150 $triggermodname =
'HRM_POSITION_MODIFY';
153 include DOL_DOCUMENT_ROOT .
'/core/actions_addupdatedelete.inc.php';
156 include DOL_DOCUMENT_ROOT .
'/core/actions_dellink.inc.php';
159 include DOL_DOCUMENT_ROOT .
'/core/actions_printing.inc.php';
165 include DOL_DOCUMENT_ROOT .
'/core/actions_builddoc.inc.php';
167 if ($action ==
'set_thirdparty' && $permissiontoadd) {
168 $object->setValueFrom(
'fk_soc',
GETPOSTINT(
'fk_soc'),
'',
null,
'date',
'', $user, $triggermodname);
170 if ($action ==
'classin' && $permissiontoadd) {
175 $triggersendname =
'HRM_POSITION_SENTBYMAIL';
176 $autocopy =
'MAIN_MAIL_AUTOCOPY_POSITION_TO';
177 $trackid =
'position' .
$object->id;
178 include DOL_DOCUMENT_ROOT .
'/core/actions_sendmails.inc.php';
198 global $user, $langs, $db, $conf, $extrafields, $hookmanager, $action, $permissiontoadd, $permissiontodelete;
209 $form =
new Form($db);
213 $backtopage =
GETPOST(
'backtopage',
'alpha');
214 $backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
216 $title = $langs->trans(
"Position");
222 if ((
$id || $ref) && $action ==
'edit') {
225 print
'<form method="POST" action="' . $_SERVER[
"PHP_SELF"] .
'?id=' .
$object->id .
'">';
226 print
'<input type="hidden" name="token" value="' .
newToken() .
'">';
227 print
'<input type="hidden" name="action" value="update">';
228 print
'<input type="hidden" name="id" value="' .
$object->id .
'">';
231 print
'<input type="hidden" name="backtopage" value="' . $backtopage .
'">';
233 if ($backtopageforcancel) {
234 print
'<input type="hidden" name="backtopageforcancel" value="' . $backtopageforcancel .
'">';
239 print
'<table class="border centpercent tableforfieldedit">' .
"\n";
242 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_edit.tpl.php';
245 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_edit.tpl.php';
251 print
'<div class="center"><input type="submit" class="button button-save" name="save" value="' . $langs->trans(
"Save") .
'">';
252 print
' <input type="submit" class="button button-cancel" name="cancel" value="' . $langs->trans(
"Cancel") .
'">';
260 if (
$object->id > 0 && (empty($action) || ($action !=
'edit' && $action !=
'create'))) {
261 $res =
$object->fetch_optionals();
270 if ($action ==
'delete') {
271 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"] .
'?id=' .
$object->id, $langs->trans(
'DeletePosition'), $langs->trans(
'ConfirmDeleteObject'),
'confirm_delete',
'', 0, 1);
275 $parameters = array(
'formConfirm' => $formconfirm);
276 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters,
$object, $action);
277 if (empty($reshook)) {
278 $formconfirm .= $hookmanager->resPrint;
279 } elseif ($reshook > 0) {
280 $formconfirm = $hookmanager->resPrint;
289 $linkback =
'<a href="'.DOL_URL_ROOT.
'/hrm/position_list.php">'.$langs->trans(
"BackToList").
'</a>';
291 $morehtmlref =
'<div class="refidno">';
292 $u_position =
new User(($db));
293 $u_position->fetch(
$object->fk_user);
294 $morehtmlref .= ($u_position->id > 0 ? $u_position->getNomUrl(1) : $langs->trans(
'Employee').
' : ');
297 $morehtmlref .=
'<br>'.$langs->trans(
'JobProfile').
' : '.$job->getNomUrl(1);
298 $morehtmlref .=
'</div>';
300 dol_banner_tab(
$object,
'id', $linkback, 1,
'rowid',
'rowid', $morehtmlref);
303 print
'<div class="fichecenter">';
304 print
'<div class="fichehalfleft">';
305 print
'<div class="underbanner clearboth"></div>';
306 print
'<table class="border centpercent tableforfield">' .
"\n";
312 $object->fields[
'fk_user'][
'visible'] = 0;
313 $object->fields[
'fk_job'][
'visible'] = 0;
314 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_view.tpl.php';
317 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_view.tpl.php';
323 print
'<div class="clearboth"></div>';
330 print
'<div class="tabsAction">';
332 $parameters = array();
333 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters,
$object, $action);
336 print
dolGetButtonAction($langs->trans(
'Modify'),
'',
'default', $_SERVER[
"PHP_SELF"] .
'?id=' .
$object->id .
'&action=edit&token=' .
newToken(),
'', $permissiontoadd);
339 print
dolGetButtonAction($langs->trans(
'Delete'),
'',
'delete', $_SERVER[
'PHP_SELF'] .
'?id=' .
$object->id .
'&action=delete&token=' .
newToken(),
'', $permissiontodelete);
377print
'</table>' .
"\n";
378print
'</div>' .
"\n";
380print
'</form>' .
"\n";
383if ($action !==
'edit' && $action !==
'create') {
384 print
'<div class="fichecenter"><div class="fichehalfleft">';
387 $tmparray = $form->showLinkToObjectBlock($object, array(), array(
'position'), 1);
388 $linktoelem = $tmparray[
'linktoelem'];
389 $htmltoenteralink = $tmparray[
'htmltoenteralink'];
390 print $htmltoenteralink;
392 $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
394 print
'</div><div class="fichehalfright">';
398 $morehtmlcenter =
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/hrm/position_agenda.php?id='.
$object->id);
401 include_once DOL_DOCUMENT_ROOT .
'/core/class/html.formactions.class.php';
403 $somethingshown = $formactions->showactions($object,
$object->element .
'@' .
$object->module, (is_object(
$object->thirdparty) ?
$object->thirdparty->id : 0), 1,
'', $MAXEVENT,
'', $morehtmlcenter);
405 print
'</div></div>';
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
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 to manage Dolibarr users.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
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.
dolGetButtonTitle($label, $helpText='', $iconClass='fa fa-file', $url='', $id='', $status=1, $params=array())
Function dolGetButtonTitle : this kind of buttons are used in title in list.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
newToken()
Return the value of token currently saved into session with name 'newtoken'.
dolGetButtonAction($label, $text='', $actionType='default', $url='', $id='', $userRight=1, $params=array())
Function dolGetButtonAction.
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...
positionCardPrepareHead($object)
Prepare array of tabs for positions.
displayPositionCard(&$object)
Show the card of a position.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.