27require_once
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/recruitment/lib/recruitment.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/recruitment/lib/recruitment_recruitmentjobposition.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
32require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
33require_once DOL_DOCUMENT_ROOT.
'/recruitment/class/recruitmentcandidature.class.php';
34require_once DOL_DOCUMENT_ROOT.
'/recruitment/class/recruitmentjobposition.class.php';
45$langs->loadLangs(array(
"recruitment",
"other"));
50$action =
GETPOST(
'action',
'aZ09') ?
GETPOST(
'action',
'aZ09') :
'view';
51$massaction =
GETPOST(
'massaction',
'alpha');
53$confirm =
GETPOST(
'confirm',
'alpha');
54$cancel =
GETPOST(
'cancel',
'alpha');
55$toselect =
GETPOST(
'toselect',
'array');
56$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') : ((empty(
$id) && empty($ref)) ?
'recruitmentcandidaturelist' :
'recruitmentjobposition_candidature');
57$backtopage =
GETPOST(
'backtopage',
'alpha');
58$optioncss =
GETPOST(
'optioncss',
'aZ');
64$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
65$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
67if (empty($page) || $page < 0 ||
GETPOST(
'button_search',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
71$offset = $limit * $page;
78$diroutputmassaction =
$conf->recruitment->dir_output.
'/temp/massgeneration/'.$user->id;
79$hookmanager->initHooks(array($contextpage));
82$extrafields->fetch_name_optionals_label(
$object->table_element);
85$search_array_options = $extrafields->getOptionalsFromPost(
$object->table_element,
'',
'search_');
89 $sortfield =
"t.date_creation";
96$search_all =
GETPOST(
'search_all',
'alphanohtml');
98foreach (
$object->fields as $key => $val) {
99 if (
GETPOST(
'search_'.$key,
'alpha') !==
'') {
100 $search[$key] =
GETPOST(
'search_'.$key,
'alpha');
102 if (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
109$fieldstosearchall = array();
110foreach (
$object->fields as $key => $val) {
111 if (!empty($val[
'searchall'])) {
112 $fieldstosearchall[
't.'.$key] = $val[
'label'];
124$arrayfields = array();
125foreach (
$object->fields as $key => $val) {
127 if (!empty($val[
'visible'])) {
128 $visible = (int)
dol_eval((
string) $val[
'visible'], 1);
129 $arrayfields[
't.'.$key] = array(
130 'label' => $val[
'label'],
131 'checked' => (($visible < 0) ? 0 : 1),
132 'enabled' => (abs($visible) != 3 && (bool)
dol_eval($val[
'enabled'], 1)),
133 'position' => $val[
'position'],
134 'help' => isset($val[
'help']) ? $val[
'help'] :
''
139include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_array_fields.tpl.php';
143if ($id > 0 || !empty($ref)) {
144 $jobposition->fetch($id, $ref);
145 $id = $jobposition->id;
151$permissiontoread = $user->hasRight(
'recruitment',
'recruitmentjobposition',
'read');
152$permissiontoadd = $user->hasRight(
'recruitment',
'recruitmentjobposition',
'write');
153$permissiontodelete = $user->hasRight(
'recruitment',
'recruitmentjobposition',
'delete');
159if ($jobposition->id > 0) {
160 $isdraft = (($jobposition->status == $jobposition::STATUS_DRAFT) ? 1 : 0);
161 $result =
restrictedArea($user,
'recruitment', $jobposition->id,
'recruitment_recruitmentjobposition',
'recruitmentjobposition',
'',
'rowid', $isdraft);
163 $result =
restrictedArea($user,
'recruitment', 0,
'recruitment_recruitmentcandidature',
'recruitmentjobposition');
172if (
GETPOST(
'cancel',
'alpha')) {
176if (!
GETPOST(
'confirmmassaction',
'alpha') && $massaction !=
'presend' && $massaction !=
'confirm_presend') {
180$parameters = array();
181$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
186if (empty($reshook)) {
188 include DOL_DOCUMENT_ROOT.
'/core/actions_changeselectedfields.inc.php';
191 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
192 foreach (
$object->fields as $key => $val) {
194 if (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
195 $search[$key.
'_dtstart'] =
'';
196 $search[$key.
'_dtend'] =
'';
200 $search_array_options = array();
202 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')
203 ||
GETPOST(
'button_search_x',
'alpha') ||
GETPOST(
'button_search.x',
'alpha') ||
GETPOST(
'button_search',
'alpha')) {
208 $objectclass =
'RecruitmentCandidature';
209 $objectlabel =
'RecruitmentCandidature';
210 $uploaddir =
$conf->recruitment->dir_output;
211 include DOL_DOCUMENT_ROOT.
'/core/actions_massactions.inc.php';
220$form =
new Form($db);
226$title = $langs->trans(
'RecruitmentCandidatures');
234$sql .=
$object->getFieldList(
't');
236if (!empty($extrafields->attributes[
$object->table_element][
'label'])) {
237 foreach ($extrafields->attributes[
$object->table_element][
'label'] as $key => $val) {
238 $sql .= ($extrafields->attributes[
$object->table_element][
'type'][$key] !=
'separate' ?
", ef.".$key.
" as options_".$key :
'');
242$parameters = array();
243$reshook = $hookmanager->executeHooks(
'printFieldListSelect', $parameters, $object);
244$sql .= $hookmanager->resPrint;
245$sql = preg_replace(
'/,\s*$/',
'', $sql);
249$sql .=
" FROM ".MAIN_DB_PREFIX.$object->table_element.
" as t";
250if (isset($extrafields->attributes[
$object->table_element][
'label']) && is_array($extrafields->attributes[
$object->table_element][
'label']) && count($extrafields->attributes[
$object->table_element][
'label'])) {
251 $sql .=
" LEFT JOIN ".MAIN_DB_PREFIX.$object->table_element.
"_extrafields as ef on (t.rowid = ef.fk_object)";
254$parameters = array();
255$reshook = $hookmanager->executeHooks(
'printFieldListFrom', $parameters, $object);
256$sql .= $hookmanager->resPrint;
257if (
$object->ismultientitymanaged == 1) {
258 $sql .=
" WHERE t.entity IN (".getEntity(
$object->element).
")";
260 $sql .=
" WHERE 1 = 1";
262foreach ($search as $key => $val) {
263 if (array_key_exists($key,
$object->fields)) {
264 if ($key ==
'status' && $search[$key] == -1) {
268 if ((strpos(
$object->fields[$key][
'type'],
'integer:') === 0) || (strpos(
$object->fields[$key][
'type'],
'sellist:') === 0) || !empty(
$object->fields[$key][
'arrayofkeyval'])) {
269 if ($search[$key] ==
'-1' || ($search[$key] ===
'0' && (empty(
$object->fields[$key][
'arrayofkeyval']) || !array_key_exists(
'0',
$object->fields[$key][
'arrayofkeyval'])))) {
274 if ($search[$key] !=
'') {
275 $sql .=
natural_search(
"t.".$db->escape($key), $search[$key], (($key ==
'status') ? 2 : $mode_search));
278 if (preg_match(
'/(_dtstart|_dtend)$/', $key) && $search[$key] !=
'') {
279 $columnName = preg_replace(
'/(_dtstart|_dtend)$/',
'', $key);
280 if (preg_match(
'/^(date|timestamp|datetime)/',
$object->fields[$columnName][
'type'])) {
281 if (preg_match(
'/_dtstart$/', $key)) {
282 $sql .=
" AND t.".$db->escape($columnName).
" >= '".$db->idate($search[$key]).
"'";
284 if (preg_match(
'/_dtend$/', $key)) {
285 $sql .=
" AND t.".$db->escape($columnName).
" <= '" . $db->idate($search[$key]).
"'";
292 $sql .=
natural_search(array_keys($fieldstosearchall), $search_all);
295 $sql .=
" AND t.fk_recruitmentjobposition = ".((int) $id);
299include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_sql.tpl.php';
301$parameters = array();
302$reshook = $hookmanager->executeHooks(
'printFieldListWhere', $parameters, $object, $action);
303$sql .= $hookmanager->resPrint;
324$nbtotalofrecords =
'';
327 $sqlforcount = preg_replace(
'/^'.preg_quote($sqlfields,
'/').
'/',
'SELECT COUNT(*) as nbtotalofrecords', $sql);
328 $sqlforcount = preg_replace(
'/GROUP BY .*$/',
'', $sqlforcount);
329 $resql = $db->query($sqlforcount);
331 $objforcount = $db->fetch_object($resql);
332 $nbtotalofrecords = $objforcount->nbtotalofrecords;
337 if (($page * $limit) > $nbtotalofrecords) {
345$sql .= $db->order($sortfield, $sortorder);
347 $sql .= $db->plimit($limit + 1, $offset);
350$resql = $db->query($sql);
356$num = $db->num_rows($resql);
360if ($num == 1 &&
getDolGlobalString(
'MAIN_SEARCH_DIRECT_OPEN_IF_ONLY_ONE') && $search_all && !$page) {
361 $obj = $db->fetch_object($resql);
363 header(
"Location: ".DOL_URL_ROOT.
'/recruitment/recruitmentcandidature_card.php?id='.$id);
371llxHeader(
'', $title, $help_url,
'', 0, 0, $morejs, $morecss,
'',
'bodyforlist');
376if ($jobposition->id > 0 && (empty($action) || ($action !=
'edit' && $action !=
'create'))) {
381 $res =
$object->fetch_optionals();
389 if ($action ==
'delete') {
390 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id, $langs->trans(
'DeleteRecruitmentJobPosition'), $langs->trans(
'ConfirmDeleteObject'),
'confirm_delete',
'', 0, 1);
393 if ($action ==
'deleteline') {
394 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&lineid='.$lineid, $langs->trans(
'DeleteLine'), $langs->trans(
'ConfirmDeleteLine'),
'confirm_deleteline',
'', 0, 1);
397 if ($action ==
'clone') {
399 $formquestion = array();
400 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id, $langs->trans(
'ToClone'), $langs->trans(
'ConfirmCloneAsk',
$object->ref),
'confirm_clone', $formquestion,
'yes', 1);
404 if ($action ==
'xxx') {
405 $formquestion = array();
416 $formconfirm = $form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.
$object->id, $langs->trans(
'XXX'), $text,
'confirm_xxx', $formquestion, 0, 1, 220);
420 $parameters = array(
'formConfirm' => $formconfirm,
'lineid' => $lineid);
421 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters, $object, $action);
422 if (empty($reshook)) {
423 $formconfirm .= $hookmanager->resPrint;
424 } elseif ($reshook > 0) {
425 $formconfirm = $hookmanager->resPrint;
434 $linkback =
'<a href="'.dol_buildpath(
'/recruitment/recruitmentjobposition_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
436 $morehtmlref =
'<div class="refidno">';
445 if (isModEnabled(
'project')) {
446 $langs->load(
"projects");
447 $morehtmlref .= $langs->trans(
'Project').
' ';
448 if ($permissiontoadd) {
449 if ($action !=
'classify') {
450 $morehtmlref .=
'<a class="editfielda" href="'.$_SERVER[
'PHP_SELF'].
'?action=classify&token='.
newToken().
'&id='.
$object->id.
'">'.
img_edit($langs->transnoentitiesnoconv(
'SetProject')).
'</a>';
452 $morehtmlref .=
' : ';
453 if ($action ==
'classify') {
455 $morehtmlref .=
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.
$object->id.
'">';
456 $morehtmlref .=
'<input type="hidden" name="action" value="classin">';
457 $morehtmlref .=
'<input type="hidden" name="token" value="'.newToken().
'">';
458 $morehtmlref .= $formproject->select_projects(0,
$object->fk_project,
'projectid', $maxlength, 0, 1, 0, 1, 0, 0,
'', 1);
459 $morehtmlref .=
'<input type="submit" class="button valignmiddle" value="'.$langs->trans(
"Modify").
'">';
460 $morehtmlref .=
'</form>';
462 $morehtmlref .= $form->form_project($_SERVER[
'PHP_SELF'].
'?id='.
$object->id, !empty(
$object->socid) ?
$object->socid : 0,
$object->fk_project,
'none', 0, 0, 0, 1,
'',
'maxwidth300');
465 if (!empty(
$object->fk_project)) {
467 $proj->fetch(
$object->fk_project);
468 $morehtmlref .=
': '.$proj->getNomUrl();
474 $morehtmlref .=
'</div>';
477 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
480 print
'<div class="fichecenter">';
481 print
'<div class="fichehalfleft">';
482 print
'<div class="underbanner clearboth"></div>';
483 print
'<table class="border centpercent tableforfield">'.
"\n";
486 $keyforbreak =
'description';
487 unset(
$object->fields[
'fk_project']);
489 include DOL_DOCUMENT_ROOT.
'/core/tpl/commonfields_view.tpl.php';
492 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
498 print
'<div class="clearboth"></div>';
508$arrayofselected = is_array($toselect) ? $toselect : array();
512 $param .=
'&id='.urlencode((
string) ($id));
515 $param .=
'&mode='.urlencode($mode);
517if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
518 $param .=
'&contextpage='.urlencode($contextpage);
520if ($limit > 0 && $limit !=
$conf->liste_limit) {
521 $param .=
'&limit='.((int) $limit);
523foreach ($search as $key => $val) {
524 if (is_array($search[$key])) {
525 foreach ($search[$key] as $skey) {
527 $param .=
'&search_'.$key.
'[]='.urlencode($skey);
530 } elseif ($search[$key] !=
'') {
531 $param .=
'&search_'.$key.
'='.urlencode($search[$key]);
534if ($optioncss !=
'') {
535 $param .=
'&optioncss='.urlencode($optioncss);
538include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_param.tpl.php';
540$parameters = array(
'param' => &$param);
541$reshook = $hookmanager->executeHooks(
'printFieldListSearchParam', $parameters, $object);
542$param .= $hookmanager->resPrint;
545$arrayofmassactions = array(
546 'validate' =>
img_picto(
'',
'check',
'class="pictofixedwidth"').$langs->trans(
"Validate"),
551if (!empty($permissiontodelete)) {
552 $arrayofmassactions[
'predelete'] =
img_picto(
'',
'delete',
'class="pictofixedwidth"').$langs->trans(
"Delete");
554if (
GETPOSTINT(
'nomassaction') || in_array($massaction, array(
'presend',
'predelete'))) {
555 $arrayofmassactions = array();
557$massactionbutton = $form->selectMassAction(
'', $arrayofmassactions);
559print
'<form method="POST" id="searchFormList" action="'.$_SERVER[
"PHP_SELF"].
'">'.
"\n";
560if ($optioncss !=
'') {
561 print
'<input type="hidden" name="optioncss" value="'.$optioncss.
'">';
563print
'<input type="hidden" name="token" value="'.newToken().
'">';
564print
'<input type="hidden" name="formfilteraction" id="formfilteraction" value="list">';
565print
'<input type="hidden" name="action" value="list">';
566print
'<input type="hidden" name="sortfield" value="'.$sortfield.
'">';
567print
'<input type="hidden" name="sortorder" value="'.$sortorder.
'">';
568print
'<input type="hidden" name="page" value="'.$page.
'">';
569print
'<input type="hidden" name="contextpage" value="'.$contextpage.
'">';
570print
'<input type="hidden" name="mode" value="'.$mode.
'">';
571print
'<input type="hidden" name="id" value="'.$id.
'">';
575$newcardbutton .=
dolGetButtonTitle($langs->trans(
'ViewList'),
'',
'fa fa-bars imgforviewmode', $_SERVER[
"PHP_SELF"].
'?mode=common'.preg_replace(
'/(&|\?)*mode=[^&]+/',
'', $param),
'', ((empty($mode) || $mode ==
'common') ? 2 : 1), array(
'morecss' =>
'reposition'));
576$newcardbutton .=
dolGetButtonTitle($langs->trans(
'ViewKanban'),
'',
'fa fa-th-list imgforviewmode', $_SERVER[
"PHP_SELF"].
'?mode=kanban'.preg_replace(
'/(&|\?)*mode=[^&]+/',
'', $param),
'', ($mode ==
'kanban' ? 2 : 1), array(
'morecss' =>
'reposition'));
578$newcardbutton .=
dolGetButtonTitle($langs->trans(
'New'),
'',
'fa fa-plus-circle',
dol_buildpath(
'/recruitment/recruitmentcandidature_card.php', 1).
'?action=create&fk_recruitmentjobposition='.$id,
'', $permissiontoadd);
580print_barre_liste($title, $page, $_SERVER[
"PHP_SELF"], $param, $sortfield, $sortorder, $massactionbutton, $num, $nbtotalofrecords,
'object_'.
$object->picto, 0, $newcardbutton,
'', $limit, 0, 0, 1);
583$topicmail =
"SendRecruitmentCandidatureRef";
584$modelmail =
"recruitmentcandidature";
586$trackid =
'recruitmentapplication'.$object->id;
587include DOL_DOCUMENT_ROOT.
'/core/tpl/massactions_pre.tpl.php';
591 foreach ($fieldstosearchall as $key => $val) {
592 $fieldstosearchall[$key] = $langs->trans($val);
593 $setupstring .= $key.
"=".$val.
";";
595 print
'<!-- Search done like if RECRUITMENT_QUICKSEARCH_ON_FIELDS = '.$setupstring.
' -->'.
"\n";
596 print
'<div class="divsearchfieldfilter">'.$langs->trans(
"FilterOnInto", $search_all).implode(
', ', $fieldstosearchall).
'</div>'.
"\n";
604$parameters = array();
605$reshook = $hookmanager->executeHooks(
'printFieldPreListTitle', $parameters, $object, $action);
606if (empty($reshook)) {
607 $moreforfilter .= $hookmanager->resPrint;
609 $moreforfilter = $hookmanager->resPrint;
612if (!empty($moreforfilter)) {
613 print
'<div class="liste_titre liste_titre_bydiv centpercent">';
614 print $moreforfilter;
618$varpage = empty($contextpage) ? $_SERVER[
"PHP_SELF"] : $contextpage;
619$selectedfields = $form->multiSelectArrayWithCheckbox(
'selectedfields', $arrayfields, $varpage,
getDolGlobalString(
'MAIN_CHECKBOX_LEFT_COLUMN'));
620$selectedfields .= (count($arrayofmassactions) ? $form->showCheckAddButtons(
'checkforselect', 1) :
'');
622print
'<div class="div-table-responsive">';
623print
'<table class="tagtable nobottomiftotal noborder liste'.($moreforfilter ?
" listwithfilterbefore" :
"").
'">'.
"\n";
628print
'<tr class="liste_titre_filter">';
631 print
'<td class="liste_titre maxwidthsearch center">';
632 $searchpicto = $form->showFilterButtons(
'left');
636foreach (
$object->fields as $key => $val) {
637 $searchkey = empty($search[$key]) ?
'' : $search[$key];
638 $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ?
'' : $val[
'css']) : $val[
'csslist']);
639 if ($key ==
'status') {
640 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
641 } elseif (in_array($val[
'type'], array(
'date',
'datetime',
'timestamp'))) {
642 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
643 } elseif (in_array($val[
'type'], array(
'timestamp'))) {
644 $cssforfield .= ($cssforfield ?
' ' :
'').
'nowrap';
645 } elseif (in_array($val[
'type'], array(
'double(24,8)',
'double(6,3)',
'integer',
'real',
'price')) && !in_array($key, array(
'id',
'rowid',
'ref',
'status')) && $val[
'label'] !=
'TechnicalID' && empty($val[
'arrayofkeyval'])) {
646 $cssforfield .= ($cssforfield ?
' ' :
'').
'right';
648 if (!empty($arrayfields[
't.'.$key][
'checked'])) {
649 print
'<td class="liste_titre'.($cssforfield ?
' '.$cssforfield :
'').($key ==
'status' ?
' parentonrightofpage' :
'').
'">';
650 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
651 print $form->selectarray(
'search_'.$key, $val[
'arrayofkeyval'], (isset($search[$key]) ? $search[$key] :
''), $val[
'notnull'], 0, 0,
'', 1, 0, 0,
'',
'maxwidth100'.($key ==
'status' ?
' search_status width100 onrightofpage' :
''), 1);
652 } elseif ((strpos($val[
'type'],
'integer:') === 0) || (strpos($val[
'type'],
'sellist:') === 0)) {
653 print
$object->showInputField($val, $key, (isset($search[$key]) ? $search[$key] :
''),
'',
'',
'search_', $cssforfield.
' maxwidth250', 1);
654 } elseif (preg_match(
'/^(date|timestamp|datetime)/', $val[
'type'])) {
655 print
'<div class="nowrap">';
656 print $form->selectDate($search[$key.
'_dtstart'] ? $search[$key.
'_dtstart'] :
'',
"search_".$key.
"_dtstart", 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'From'));
658 print
'<div class="nowrap">';
659 print $form->selectDate($search[$key.
'_dtend'] ? $search[$key.
'_dtend'] :
'',
"search_".$key.
"_dtend", 0, 0, 1,
'', 1, 0, 0,
'',
'',
'',
'', 1,
'', $langs->trans(
'to'));
661 } elseif ($key ==
'lang') {
662 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formadmin.class.php';
664 print $formadmin->select_language($search[$key],
'search_lang', 0, array(), 1, 0, 0,
'minwidth100imp maxwidth125', 2);
666 print
'<input type="text" class="flat maxwidth'.($val[
'type'] ==
'integer' ?
'50' :
'75').
'" name="search_'.$key.
'" value="'.
dol_escape_htmltag(isset($search[$key]) ? $search[$key] :
'').
'">';
672include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_input.tpl.php';
675$parameters = array(
'arrayfields' => $arrayfields);
676$reshook = $hookmanager->executeHooks(
'printFieldListOption', $parameters, $object, $action);
677print $hookmanager->resPrint;
680 print
'<td class="liste_titre center maxwidthsearch">';
681 $searchpicto = $form->showFilterButtons();
687$totalarray = array();
688$totalarray[
'nbfield'] = 0;
692print
'<tr class="liste_titre">';
694 print
getTitleFieldOfList(($mode !=
'kanban' ? $selectedfields :
''), 0, $_SERVER[
"PHP_SELF"],
'',
'',
'',
'', $sortfield, $sortorder,
'center maxwidthsearch ').
"\n";
695 $totalarray[
'nbfield']++;
697foreach (
$object->fields as $key => $val) {
698 $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ?
'' : $val[
'css']) : $val[
'csslist']);
699 if ($key ==
'status') {
700 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
701 } elseif (in_array($val[
'type'], array(
'date',
'datetime',
'timestamp'))) {
702 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
703 } elseif (in_array($val[
'type'], array(
'timestamp'))) {
704 $cssforfield .= ($cssforfield ?
' ' :
'').
'nowrap';
705 } elseif (in_array($val[
'type'], array(
'double(24,8)',
'double(6,3)',
'integer',
'real',
'price')) && !in_array($key, array(
'id',
'rowid',
'ref',
'status')) && $val[
'label'] !=
'TechnicalID' && empty($val[
'arrayofkeyval'])) {
706 $cssforfield .= ($cssforfield ?
' ' :
'').
'right';
708 $cssforfield = preg_replace(
'/small\s*/',
'', $cssforfield);
709 if (!empty($arrayfields[
't.'.$key][
'checked'])) {
710 print
getTitleFieldOfList($arrayfields[
't.'.$key][
'label'], 0, $_SERVER[
'PHP_SELF'],
't.'.$key,
'', $param, ($cssforfield ?
'class="'.$cssforfield.
'"' :
''), $sortfield, $sortorder, ($cssforfield ? $cssforfield.
' ' :
''), 0, (empty($val[
'helplist']) ?
'' : $val[
'helplist'])).
"\n";
711 $totalarray[
'nbfield']++;
715include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_search_title.tpl.php';
717$parameters = array(
'arrayfields' => $arrayfields,
'param' => $param,
'sortfield' => $sortfield,
'sortorder' => $sortorder,
'totalarray' => &$totalarray);
718$reshook = $hookmanager->executeHooks(
'printFieldListTitle', $parameters, $object, $action);
719print $hookmanager->resPrint;
722 print
getTitleFieldOfList(($mode !=
'kanban' ? $selectedfields :
''), 0, $_SERVER[
"PHP_SELF"],
'',
'',
'',
'', $sortfield, $sortorder,
'center maxwidthsearch ').
"\n";
723 $totalarray[
'nbfield']++;
729$needToFetchEachLine = 0;
730if (isset($extrafields->attributes[
$object->table_element][
'computed']) && is_array($extrafields->attributes[
$object->table_element][
'computed']) && count($extrafields->attributes[
$object->table_element][
'computed']) > 0) {
731 foreach ($extrafields->attributes[
$object->table_element][
'computed'] as $key => $val) {
732 if (!is_null($val) && preg_match(
'/\$object/', $val)) {
733 $needToFetchEachLine++;
742$savnbfield = $totalarray[
'nbfield'];
743$totalarray = array();
744$totalarray[
'nbfield'] = 0;
745$imaxinloop = ($limit ? min($num, $limit) : $num);
746while ($i < $imaxinloop) {
747 $obj = $db->fetch_object($resql);
753 $object->setVarsFromFetchObj($obj);
755 if ($mode ==
'kanban') {
757 print
'<tr class="trkanban"><td colspan="'.$savnbfield.
'">';
758 print
'<div class="box-flex-container kanban">';
762 $recruitment->fetch($obj->fk_recruitmentjobposition);
768 if ($massactionbutton || $massaction) {
770 if (in_array(
$object->id, $arrayofselected)) {
774 print
$object->getKanbanView(
'', array(
'jobpositionlink' => $recruitment->getNomUrl(1),
'selected' => $selected));
775 if ($i == ($imaxinloop - 1)) {
782 print
'<tr data-rowid="'.$object->id.
'" class="oddeven">';
785 print
'<td class="nowrap center">';
786 if ($massactionbutton || $massaction) {
788 if (in_array(
$object->id, $arrayofselected)) {
791 print
'<input id="cb'.$object->id.
'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.
$object->id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
795 $totalarray[
'nbfield']++;
798 foreach (
$object->fields as $key => $val) {
799 $cssforfield = (empty($val[
'csslist']) ? (empty($val[
'css']) ?
'' : $val[
'css']) : $val[
'csslist']);
800 if (in_array($val[
'type'], array(
'date',
'datetime',
'timestamp'))) {
801 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
802 } elseif ($key ==
'status') {
803 $cssforfield .= ($cssforfield ?
' ' :
'').
'center';
806 if (in_array($val[
'type'], array(
'timestamp'))) {
807 $cssforfield .= ($cssforfield ?
' ' :
'').
'nowrap';
808 } elseif ($key ==
'ref') {
809 $cssforfield .= ($cssforfield ?
' ' :
'').
'nowrap';
812 if (in_array($val[
'type'], array(
'double(24,8)',
'double(6,3)',
'integer',
'real',
'price')) && !in_array($key, array(
'rowid',
'status')) && empty($val[
'arrayofkeyval'])) {
813 $cssforfield .= ($cssforfield ?
' ' :
'').
'right';
817 if (!empty($arrayfields[
't.'.$key][
'checked'])) {
818 print
'<td'.($cssforfield ?
' class="'.$cssforfield.(preg_match(
'/tdoverflow/', $cssforfield) ?
' classfortooltip' :
'').
'"' :
'');
819 if (preg_match(
'/tdoverflow/', $cssforfield) && !is_numeric(
$object->$key)) {
820 print
' title="'.dol_escape_htmltag(
$object->$key).
'"';
823 if ($key ==
'status') {
824 print
$object->getLibStatut(5);
825 } elseif ($key ==
'rowid') {
832 $totalarray[
'nbfield']++;
834 if (!empty($val[
'isameasure']) && $val[
'isameasure'] == 1) {
836 $totalarray[
'pos'][$totalarray[
'nbfield']] =
't.'.$key;
838 if (!isset($totalarray[
'val'])) {
839 $totalarray[
'val'] = array();
841 if (!isset($totalarray[
'val'][
't.'.$key])) {
842 $totalarray[
'val'][
't.'.$key] = 0;
844 $totalarray[
'val'][
't.'.$key] +=
$object->$key;
849 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_list_print_fields.tpl.php';
851 $parameters = array(
'arrayfields' => $arrayfields,
'object' => $object,
'obj' => $obj,
'i' => $i,
'totalarray' => &$totalarray);
852 $reshook = $hookmanager->executeHooks(
'printFieldListValue', $parameters, $object, $action);
853 print $hookmanager->resPrint;
856 print
'<td class="nowrap center">';
857 if ($massactionbutton || $massaction) {
859 if (in_array(
$object->id, $arrayofselected)) {
862 print
'<input id="cb'.$object->id.
'" class="flat checkforselect" type="checkbox" name="toselect[]" value="'.
$object->id.
'"'.($selected ?
' checked="checked"' :
'').
'>';
866 $totalarray[
'nbfield']++;
877include DOL_DOCUMENT_ROOT.
'/core/tpl/list_print_total.tpl.php';
882 foreach ($arrayfields as $key => $val) {
883 if (!empty($val[
'checked'])) {
887 print
'<tr><td colspan="'.$colspan.
'"><span class="opacitymedium">'.$langs->trans(
"NoRecordFound").
'</span></td></tr>';
893$parameters = array(
'arrayfields' => $arrayfields,
'sql' => $sql);
894$reshook = $hookmanager->executeHooks(
'printFieldListFooter', $parameters, $object, $action);
895print $hookmanager->resPrint;
897print
'</table>'.
"\n";
902if (in_array(
'builddoc', array_keys($arrayofmassactions)) && ($nbtotalofrecords ===
'' || $nbtotalofrecords)) {
903 $hidegeneratedfilelistifempty = 1;
904 if ($massaction ==
'builddoc' || $action ==
'remove_file' || $show_files) {
905 $hidegeneratedfilelistifempty = 0;
908 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
912 $urlsource = $_SERVER[
'PHP_SELF'].
'?sortfield='.$sortfield.
'&sortorder='.$sortorder;
913 $urlsource .= str_replace(
'&',
'&', $param);
915 $filedir = $diroutputmassaction;
916 $genallowed = $permissiontoread;
917 $delallowed = $permissiontoadd;
919 print $formfile->showdocuments(
'massfilesarea_recruitment',
'', $filedir, $urlsource, 0, $delallowed,
'', 1, 1, 0, 48, 1, $param, $title,
'',
'',
'',
null, $hidegeneratedfilelistifempty);
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 projects.
Class for RecruitmentCandidature.
Class for RecruitmentJobPosition.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
print_barre_liste($title, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $selectlimitsuffix=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
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.
dol_eval($s, $returnvalue=1, $hideerrors=1, $onlysimplestring='1')
Replace eval function to add more security.
natural_search($fields, $value, $mode=0, $nofirstand=0)
Generate natural SQL search string for a criteria (this criteria can be tested on one or several fiel...
dol_now($mode='auto')
Return date for now.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
dol_sort_array(&$array, $index, $order='asc', $natsort=0, $case_sensitive=0, $keepindex=0)
Advanced sort array by the value of a given key, which produces ascending (default) or descending out...
newToken()
Return the value of token currently saved into session with name 'newtoken'.
getTitleFieldOfList($name, $thead=0, $file="", $field="", $begin="", $moreparam="", $moreattrib="", $sortfield="", $sortorder="", $prefix="", $disablesortlink=0, $tooltip='', $forcenowrapcolumntitle=0)
Get title line of an array.
dolGetButtonTitleSeparator($moreClass="")
Add space between dolGetButtonTitle.
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...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
img_edit($titlealt='default', $float=0, $other='')
Show logo edit/modify fiche.
dol_escape_htmltag($stringtoescape, $keepb=0, $keepn=0, $noescapetags='', $escapeonlyhtmltags=0, $cleanalsojavascript=0)
Returns text escaped for inclusion in HTML alt or title or value tags, or into values of HTML input f...
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
recruitmentjobpositionPrepareHead($object)
Prepare array of tabs for RecruitmentJobPosition.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.