30require
'../main.inc.php';
32require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formcompany.class.php';
33require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formfile.class.php';
34require_once DOL_DOCUMENT_ROOT .
'/core/class/html.formprojet.class.php';
35require_once DOL_DOCUMENT_ROOT .
'/hrm/class/position.class.php';
36require_once DOL_DOCUMENT_ROOT .
'/hrm/class/job.class.php';
37require_once DOL_DOCUMENT_ROOT .
'/hrm/lib/hrm_position.lib.php';
41$action =
GETPOST(
'action',
'aZ09') ?
GETPOST(
'action',
'aZ09') :
'view';
42$backtopage =
GETPOST(
'backtopage',
'alpha');
43$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
49$res = $object->fetch($id);
55$permissiontoread = $user->rights->hrm->all->read;
56$permissiontoadd = $user->rights->hrm->all->write;
57$permissiontodelete = $user->rights->hrm->all->delete;
58$permissiondellink = $user->rights->hrm->all->write;
59$upload_dir = $conf->hrm->multidir_output[isset($object->entity) ? $object->entity : 1] .
'/position';
67if (!$permissiontoread || ($action ===
'create' && !$permissiontoadd))
accessforbidden();
69$langs->loadLangs(array(
"hrm",
"other"));
75$fk_job =
GETPOST(
'fk_job',
'int');
78$action =
GETPOST(
'action',
'aZ09');
79$confirm =
GETPOST(
'confirm',
'alpha');
80$cancel =
GETPOST(
'cancel',
'aZ09');
81$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'positioncard';
82$backtopage =
GETPOST(
'backtopage',
'alpha');
83$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
95$diroutputmassaction = $conf->hrm->dir_output .
'/temp/massgeneration/' . $user->id;
96$hookmanager->initHooks(array(
'positioncard',
'globalcard'));
99$extrafields->fetch_name_optionals_label($object->table_element);
101$search_array_options = $extrafields->getOptionalsFromPost($object->table_element,
'',
'search_');
104$search_all =
GETPOST(
"search_all",
'alpha');
106foreach ($object->fields as $key => $val) {
107 if (
GETPOST(
'search_' . $key,
'alpha')) {
108 $search[$key] =
GETPOST(
'search_' . $key,
'alpha');
112if (empty($action) && empty($id) && empty($ref)) {
117include DOL_DOCUMENT_ROOT .
'/core/actions_fetchobject.inc.php';
124$parameters = array();
125$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
130if (empty($reshook)) {
133 $backurlforlist =
dol_buildpath(
'/hrm/position_list.php', 1);
135 if (empty($backtopage) || ($cancel && empty($fk_job))) {
136 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
137 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
138 $backtopage = $backurlforlist;
140 $backtopage =
dol_buildpath(
'/hrm/position_card.php', 1) .
'?id=' . ($id > 0 ? $id :
'__ID__');
145 $triggermodname =
'HRM_POSITION_MODIFY';
148 include DOL_DOCUMENT_ROOT .
'/core/actions_addupdatedelete.inc.php';
151 include DOL_DOCUMENT_ROOT .
'/core/actions_dellink.inc.php';
154 include DOL_DOCUMENT_ROOT .
'/core/actions_printing.inc.php';
160 include DOL_DOCUMENT_ROOT .
'/core/actions_builddoc.inc.php';
162 if ($action ==
'set_thirdparty' && $permissiontoadd) {
163 $object->setValueFrom(
'fk_soc',
GETPOST(
'fk_soc',
'int'),
'',
'',
'date',
'', $user, $triggermodname);
165 if ($action ==
'classin' && $permissiontoadd) {
166 $object->setProject(
GETPOST(
'projectid',
'int'));
170 $triggersendname =
'HRM_POSITION_SENTBYMAIL';
171 $autocopy =
'MAIN_MAIL_AUTOCOPY_POSITION_TO';
172 $trackid =
'position' . $object->id;
173 include DOL_DOCUMENT_ROOT .
'/core/actions_sendmails.inc.php';
193 global $user, $langs, $db, $conf, $extrafields, $hookmanager, $action, $permissiontoadd, $permissiontodelete;
203 $form =
new Form($db);
207 $backtopage =
GETPOST(
'backtopage',
'alpha');
208 $backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
210 $title = $langs->trans(
"Position");
216 if (($id || $ref) && $action ==
'edit') {
217 print
load_fiche_titre($langs->trans(
"Position"),
'',
'object_' . $object->picto);
219 print
'<form method="POST" action="' . $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'">';
220 print
'<input type="hidden" name="token" value="' . newToken() .
'">';
221 print
'<input type="hidden" name="action" value="update">';
222 print
'<input type="hidden" name="id" value="' . $object->id .
'">';
225 print
'<input type="hidden" name="backtopage" value="' . $backtopage .
'">';
227 if ($backtopageforcancel) {
228 print
'<input type="hidden" name="backtopageforcancel" value="' . $backtopageforcancel .
'">';
233 print
'<table class="border centpercent tableforfieldedit">' .
"\n";
236 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_edit.tpl.php';
239 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_edit.tpl.php';
245 print
'<div class="center"><input type="submit" class="button button-save" name="save" value="' . $langs->trans(
"Save") .
'">';
246 print
' <input type="submit" class="button button-cancel" name="cancel" value="' . $langs->trans(
"Cancel") .
'">';
254 if ($object->id > 0 && (empty($action) || ($action !=
'edit' && $action !=
'create'))) {
255 $res = $object->fetch_optionals();
259 print
dol_get_fiche_head($head,
'position', $langs->trans(
"Workstation"), -1, $object->picto);
264 if ($action ==
'delete') {
265 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"] .
'?id=' . $object->id, $langs->trans(
'DeletePosition'), $langs->trans(
'ConfirmDeleteObject'),
'confirm_delete',
'', 0, 1);
269 $parameters = array(
'formConfirm' => $formconfirm);
270 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters, $object, $action);
271 if (empty($reshook)) {
272 $formconfirm .= $hookmanager->resPrint;
273 } elseif ($reshook > 0) {
274 $formconfirm = $hookmanager->resPrint;
283 $linkback =
'<a href="'.DOL_URL_ROOT.
'/hrm/position_list.php">'.$langs->trans(
"BackToList").
'</a>';
285 $morehtmlref =
'<div class="refidno">';
286 $u_position =
new User(($db));
287 $u_position->fetch($object->fk_user);
288 $morehtmlref .= ($u_position->id > 0 ? $u_position->getNomUrl(1) : $langs->trans(
'Employee').
' : ');
290 $job->fetch($object->fk_job);
291 $morehtmlref .=
'<br>'.$langs->trans(
'JobProfile').
' : '.$job->getNomUrl(1);
292 $morehtmlref .=
'</div>';
294 dol_banner_tab($object,
'id', $linkback, 1,
'rowid',
'rowid', $morehtmlref);
297 print
'<div class="fichecenter">';
298 print
'<div class="fichehalfleft">';
299 print
'<div class="underbanner clearboth"></div>';
300 print
'<table class="border centpercent tableforfield">' .
"\n";
306 $object->fields[
'fk_user'][
'visible']=0;
307 $object->fields[
'fk_job'][
'visible']=0;
308 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_view.tpl.php';
311 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_view.tpl.php';
317 print
'<div class="clearboth"></div>';
324 print
'<div class="tabsAction">';
326 $parameters = array();
327 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
330 print
dolGetButtonAction($langs->trans(
'Modify'),
'',
'default', $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'&action=edit&token=' . newToken(),
'', $permissiontoadd);
333 print
dolGetButtonAction($langs->trans(
'Delete'),
'',
'delete', $_SERVER[
'PHP_SELF'] .
'?id=' . $object->id .
'&action=delete&token=' . newToken(),
'', $permissiontodelete);
371print
'</table>' .
"\n";
372print
'</div>' .
"\n";
374print
'</form>' .
"\n";
377if ($action !==
'edit' && $action !==
'create') {
378 print
'<div class="fichecenter"><div class="fichehalfleft">';
381 $linktoelem = $form->showLinkToObjectBlock($object,
null, array(
'position'));
382 $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
385 print
'</div><div class="fichehalfright">';
389 $morehtmlcenter =
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/hrm/position_agenda.php?id='.$object->id);
392 include_once DOL_DOCUMENT_ROOT .
'/core/class/html.formactions.class.php';
394 $somethingshown =
$formactions->showactions($object, $object->element .
'@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1,
'', $MAXEVENT,
'', $morehtmlcenter);
396 print
'</div></div>';
if(preg_match('/set_([a-z0-9_\-]+)/i', $action, $reg)) if(preg_match('/del_([a-z0-9_\-]+)/i', $action, $reg)) if($action=='set') elseif( $action=='specimen') elseif($action=='setmodel') elseif( $action=='del') elseif($action=='setdoc') $formactions
View.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage Dolibarr users.
dol_banner_tab($object, $paramid, $morehtml='', $shownav=1, $fieldid='rowid', $fieldref='ref', $morehtmlref='', $moreparam='', $nodbprefix=0, $morehtmlleft='', $morehtmlstatus='', $onlybanner=0, $morehtmlright='')
Show tab footer of a card.
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='', $dragdropfile=0)
Show tabs of a record.
dol_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
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.
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.
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.
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.