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';
66if (empty($conf->hrm->enabled)) {
69if (!$permissiontoread || ($action ===
'create' && !$permissiontoadd)) {
73$langs->loadLangs(array(
"hrm",
"other"));
79$fk_job =
GETPOST(
'fk_job',
'int');
82$action =
GETPOST(
'action',
'aZ09');
83$confirm =
GETPOST(
'confirm',
'alpha');
84$cancel =
GETPOST(
'cancel',
'aZ09');
85$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'positioncard';
86$backtopage =
GETPOST(
'backtopage',
'alpha');
87$backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
99$diroutputmassaction = $conf->hrm->dir_output .
'/temp/massgeneration/' . $user->id;
100$hookmanager->initHooks(array(
'positioncard',
'globalcard'));
103$extrafields->fetch_name_optionals_label($object->table_element);
105$search_array_options = $extrafields->getOptionalsFromPost($object->table_element,
'',
'search_');
108$search_all =
GETPOST(
"search_all",
'alpha');
110foreach ($object->fields as $key => $val) {
111 if (
GETPOST(
'search_' . $key,
'alpha')) {
112 $search[$key] =
GETPOST(
'search_' . $key,
'alpha');
116if (empty($action) && empty($id) && empty($ref)) {
121include DOL_DOCUMENT_ROOT .
'/core/actions_fetchobject.inc.php';
128$parameters = array();
129$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
134if (empty($reshook)) {
137 $backurlforlist =
dol_buildpath(
'/hrm/position_list.php', 1);
139 if (empty($backtopage) || ($cancel && empty($fk_job))) {
140 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
141 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
142 $backtopage = $backurlforlist;
144 $backtopage =
dol_buildpath(
'/hrm/position_card.php', 1) .
'?id=' . ($id > 0 ? $id :
'__ID__');
149 $triggermodname =
'HRM_POSITION_MODIFY';
152 include DOL_DOCUMENT_ROOT .
'/core/actions_addupdatedelete.inc.php';
155 include DOL_DOCUMENT_ROOT .
'/core/actions_dellink.inc.php';
158 include DOL_DOCUMENT_ROOT .
'/core/actions_printing.inc.php';
164 include DOL_DOCUMENT_ROOT .
'/core/actions_builddoc.inc.php';
166 if ($action ==
'set_thirdparty' && $permissiontoadd) {
167 $object->setValueFrom(
'fk_soc',
GETPOST(
'fk_soc',
'int'),
'',
'',
'date',
'', $user, $triggermodname);
169 if ($action ==
'classin' && $permissiontoadd) {
170 $object->setProject(
GETPOST(
'projectid',
'int'));
174 $triggersendname =
'HRM_POSITION_SENTBYMAIL';
175 $autocopy =
'MAIN_MAIL_AUTOCOPY_POSITION_TO';
176 $trackid =
'position' . $object->id;
177 include DOL_DOCUMENT_ROOT .
'/core/actions_sendmails.inc.php';
197 global $user, $langs, $db, $conf, $extrafields, $hookmanager, $action, $permissiontoadd, $permissiontodelete;
208 $form =
new Form($db);
212 $backtopage =
GETPOST(
'backtopage',
'alpha');
213 $backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
215 $title = $langs->trans(
"Position");
221 if (($id || $ref) && $action ==
'edit') {
222 print
load_fiche_titre($langs->trans(
"Position"),
'',
'object_' . $object->picto);
224 print
'<form method="POST" action="' . $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'">';
225 print
'<input type="hidden" name="token" value="' . newToken() .
'">';
226 print
'<input type="hidden" name="action" value="update">';
227 print
'<input type="hidden" name="id" value="' . $object->id .
'">';
230 print
'<input type="hidden" name="backtopage" value="' . $backtopage .
'">';
232 if ($backtopageforcancel) {
233 print
'<input type="hidden" name="backtopageforcancel" value="' . $backtopageforcancel .
'">';
238 print
'<table class="border centpercent tableforfieldedit">' .
"\n";
241 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_edit.tpl.php';
244 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_edit.tpl.php';
250 print
'<div class="center"><input type="submit" class="button button-save" name="save" value="' . $langs->trans(
"Save") .
'">';
251 print
' <input type="submit" class="button button-cancel" name="cancel" value="' . $langs->trans(
"Cancel") .
'">';
259 if ($object->id > 0 && (empty($action) || ($action !=
'edit' && $action !=
'create'))) {
260 $res = $object->fetch_optionals();
264 print
dol_get_fiche_head($head,
'position', $langs->trans(
"Workstation"), -1, $object->picto);
269 if ($action ==
'delete') {
270 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"] .
'?id=' . $object->id, $langs->trans(
'DeletePosition'), $langs->trans(
'ConfirmDeleteObject'),
'confirm_delete',
'', 0, 1);
274 $parameters = array(
'formConfirm' => $formconfirm);
275 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters, $object, $action);
276 if (empty($reshook)) {
277 $formconfirm .= $hookmanager->resPrint;
278 } elseif ($reshook > 0) {
279 $formconfirm = $hookmanager->resPrint;
288 $linkback =
'<a href="'.DOL_URL_ROOT.
'/hrm/position_list.php">'.$langs->trans(
"BackToList").
'</a>';
290 $morehtmlref =
'<div class="refidno">';
291 $u_position =
new User(($db));
292 $u_position->fetch($object->fk_user);
293 $morehtmlref .= ($u_position->id > 0 ? $u_position->getNomUrl(1) : $langs->trans(
'Employee').
' : ');
295 $job->fetch($object->fk_job);
296 $morehtmlref .=
'<br>'.$langs->trans(
'JobProfile').
' : '.$job->getNomUrl(1);
297 $morehtmlref .=
'</div>';
299 dol_banner_tab($object,
'id', $linkback, 1,
'rowid',
'rowid', $morehtmlref);
302 print
'<div class="fichecenter">';
303 print
'<div class="fichehalfleft">';
304 print
'<div class="underbanner clearboth"></div>';
305 print
'<table class="border centpercent tableforfield">' .
"\n";
311 $object->fields[
'fk_user'][
'visible']=0;
312 $object->fields[
'fk_job'][
'visible']=0;
313 include DOL_DOCUMENT_ROOT .
'/core/tpl/commonfields_view.tpl.php';
316 include DOL_DOCUMENT_ROOT .
'/core/tpl/extrafields_view.tpl.php';
322 print
'<div class="clearboth"></div>';
329 print
'<div class="tabsAction">';
331 $parameters = array();
332 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
335 print
dolGetButtonAction($langs->trans(
'Modify'),
'',
'default', $_SERVER[
"PHP_SELF"] .
'?id=' . $object->id .
'&action=edit&token=' . newToken(),
'', $permissiontoadd);
338 print
dolGetButtonAction($langs->trans(
'Delete'),
'',
'delete', $_SERVER[
'PHP_SELF'] .
'?id=' . $object->id .
'&action=delete&token=' . newToken(),
'', $permissiontodelete);
376print
'</table>' .
"\n";
377print
'</div>' .
"\n";
379print
'</form>' .
"\n";
382if ($action !==
'edit' && $action !==
'create') {
383 print
'<div class="fichecenter"><div class="fichehalfleft">';
386 $linktoelem = $form->showLinkToObjectBlock($object,
null, array(
'position'));
387 $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
390 print
'</div><div class="fichehalfright">';
394 $morehtmlcenter =
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/hrm/position_agenda.php?id='.$object->id);
397 include_once DOL_DOCUMENT_ROOT .
'/core/class/html.formactions.class.php';
399 $somethingshown =
$formactions->showactions($object, $object->element .
'@' . $object->module, (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1,
'', $MAXEVENT,
'', $morehtmlcenter);
401 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.