dolibarr  13.0.2
recruitmentcandidature_note.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) 2007-2017 Laurent Destailleur <eldy@users.sourceforge.net>
3  * Copyright (C) ---Put here your own copyright and developer email---
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <https://www.gnu.org/licenses/>.
17  */
18 
25 // Load Dolibarr environment
26 $res = 0;
27 // Try main.inc.php into web root known defined into CONTEXT_DOCUMENT_ROOT (not always defined)
28 if (!$res && !empty($_SERVER["CONTEXT_DOCUMENT_ROOT"])) $res = @include $_SERVER["CONTEXT_DOCUMENT_ROOT"]."/main.inc.php";
29 // Try main.inc.php into web root detected using web root calculated from SCRIPT_FILENAME
30 $tmp = empty($_SERVER['SCRIPT_FILENAME']) ? '' : $_SERVER['SCRIPT_FILENAME']; $tmp2 = realpath(__FILE__); $i = strlen($tmp) - 1; $j = strlen($tmp2) - 1;
31 while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) { $i--; $j--; }
32 if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1))."/main.inc.php")) $res = @include substr($tmp, 0, ($i + 1))."/main.inc.php";
33 if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1)))."/main.inc.php")) $res = @include dirname(substr($tmp, 0, ($i + 1)))."/main.inc.php";
34 // Try main.inc.php using relative path
35 if (!$res && file_exists("../main.inc.php")) $res = @include "../main.inc.php";
36 if (!$res && file_exists("../../main.inc.php")) $res = @include "../../main.inc.php";
37 if (!$res && file_exists("../../../main.inc.php")) $res = @include "../../../main.inc.php";
38 if (!$res) die("Include of main fails");
39 
40 dol_include_once('/recruitment/class/recruitmentcandidature.class.php');
41 dol_include_once('/recruitment/lib/recruitment_recruitmentcandidature.lib.php');
42 
43 // Load translation files required by the page
44 $langs->loadLangs(array("recruitment", "companies"));
45 
46 // Get parameters
47 $id = GETPOST('id', 'int');
48 $ref = GETPOST('ref', 'alpha');
49 $action = GETPOST('action', 'aZ09');
50 $cancel = GETPOST('cancel', 'aZ09');
51 $backtopage = GETPOST('backtopage', 'alpha');
52 
53 // Initialize technical objects
54 $object = new RecruitmentCandidature($db);
55 $extrafields = new ExtraFields($db);
56 $diroutputmassaction = $conf->recruitment->dir_output.'/temp/massgeneration/'.$user->id;
57 $hookmanager->initHooks(array('recruitmentjobpositionnote', 'globalcard')); // Note that conf->hooks_modules contains array
58 // Fetch optionals attributes and labels
59 $extrafields->fetch_name_optionals_label($object->table_element);
60 
61 // Security check - Protection if external user
62 //if ($user->socid > 0) accessforbidden();
63 //if ($user->socid > 0) $socid = $user->socid;
64 //$result = restrictedArea($user, 'recruitment', $id);
65 
66 // Load object
67 include DOL_DOCUMENT_ROOT.'/core/actions_fetchobject.inc.php'; // Must be include, not include_once // Must be include, not include_once. Include fetch and fetch_thirdparty but not fetch_optionals
68 if ($id > 0 || !empty($ref)) $upload_dir = $conf->recruitment->multidir_output[$object->entity]."/".$object->id;
69 
70 $permissionnote = $user->rights->recruitment->recruitmentjobposition->write; // Used by the include of actions_setnotes.inc.php
71 $permissiontoadd = $user->rights->recruitment->recruitmentjobposition->write; // Used by the include of actions_addupdatedelete.inc.php
72 
73 
74 
75 /*
76  * Actions
77  */
78 
79 include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include, not include_once
80 
81 
82 /*
83  * View
84  */
85 
86 $form = new Form($db);
87 
88 //$help_url='EN:Customers_Orders|FR:Commandes_Clients|ES:Pedidos de clientes';
89 $help_url = '';
90 llxHeader('', $langs->trans('RecruitmentCandidature'), $help_url);
91 
92 if ($id > 0 || !empty($ref))
93 {
94  $object->fetch_thirdparty();
95 
96  $head = recruitmentCandidaturePrepareHead($object);
97 
98  print dol_get_fiche_head($head, 'note', $langs->trans("RecruitmentCandidature"), -1, $object->picto);
99 
100  // Object card
101  // ------------------------------------------------------------
102  $linkback = '<a href="'.dol_buildpath('/recruitment/recruitmentjobposition_list.php', 1).'?restore_lastsearch_values=1'.(!empty($socid) ? '&socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>';
103 
104  $morehtmlref = '<div class="refidno">';
105  /*
106  // Ref customer
107  $morehtmlref.=$form->editfieldkey("RefCustomer", 'ref_client', $object->ref_client, $object, 0, 'string', '', 0, 1);
108  $morehtmlref.=$form->editfieldval("RefCustomer", 'ref_client', $object->ref_client, $object, 0, 'string', '', null, null, '', 1);
109  // Thirdparty
110  $morehtmlref.='<br>'.$langs->trans('ThirdParty') . ' : ' . (is_object($object->thirdparty) ? $object->thirdparty->getNomUrl(1) : '');
111  */
112  // Project
113  /*if (! empty($conf->projet->enabled))
114  {
115  $langs->load("projects");
116  $morehtmlref .= $langs->trans('Project') . ' ';
117  if ($permissiontoadd)
118  {
119  if ($action != 'classify')
120  //$morehtmlref.='<a class="editfielda" href="' . $_SERVER['PHP_SELF'] . '?action=classify&amp;id=' . $object->id . '">' . img_edit($langs->transnoentitiesnoconv('SetProject')) . '</a> : ';
121  $morehtmlref .=' : ';
122  if ($action == 'classify') {
123  //$morehtmlref.=$form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'projectid', 0, 0, 1, 1);
124  $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
125  $morehtmlref .= '<input type="hidden" name="action" value="classin">';
126  $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
127  $morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project, 'projectid', $maxlength, 0, 1, 0, 1, 0, 0, '', 1);
128  $morehtmlref .= '<input type="submit" class="button valignmiddle" value="'.$langs->trans("Modify").'">';
129  $morehtmlref .= '</form>';
130  } else {
131  $morehtmlref .= $form->form_project($_SERVER['PHP_SELF'] . '?id=' . $object->id, $object->socid, $object->fk_project, 'none', 0, 0, 0, 1);
132  }
133  } else {
134  if (! empty($object->fk_project)) {
135  $proj = new Project($db);
136  $proj->fetch($object->fk_project);
137  $morehtmlref .= ': '.$proj->getNomUrl();
138  } else {
139  $morehtmlref .= '';
140  }
141  }
142  }*/
143  $morehtmlref .= '</div>';
144 
145 
146  dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
147 
148 
149  print '<div class="fichecenter">';
150  print '<div class="underbanner clearboth"></div>';
151 
152 
153  $cssclass = "titlefield";
154  include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
155 
156  print '</div>';
157 
159 }
160 
161 // End of page
162 llxFooter();
163 $db->close();
if(!function_exists('dol_getprefix')) dol_include_once($relpath, $classname= '')
Make an include_once using default root and alternate root if it fails.
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
llxHeader()
Empty header.
Definition: wrapper.php:45
Class to manage standard extra fields.
Class to manage generation of HTML components Only common components must be here.
print $_SERVER["PHP_SELF"]
Edit parameters.
Class for RecruitmentCandidature.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
print
Draft customers invoices.
Definition: index.php:89
dol_get_fiche_end($notab=0)
Return tab footer of a card.
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.
llxFooter()
Empty footer.
Definition: wrapper.php:59
recruitmentCandidaturePrepareHead($object)
Prepare array of tabs for RecruitmentCandidature.