25 require_once
'../main.inc.php';
26 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formcompany.class.php';
27 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/recruitment/class/recruitmentjobposition.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/recruitment/class/recruitmentcandidature.class.php';
32 require_once DOL_DOCUMENT_ROOT.
'/recruitment/lib/recruitment_recruitmentcandidature.lib.php';
35 $langs->loadLangs(array(
"recruitment",
"other",
"users"));
40 $action =
GETPOST(
'action',
'aZ09');
41 $confirm =
GETPOST(
'confirm',
'alpha');
42 $cancel =
GETPOST(
'cancel',
'aZ09');
43 $contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') :
'recruitmentcandidaturecard';
44 $backtopage =
GETPOST(
'backtopage',
'alpha');
45 $backtopageforcancel =
GETPOST(
'backtopageforcancel',
'alpha');
46 $lineid =
GETPOST(
'lineid',
'int');
51 $diroutputmassaction = $conf->recruitment->dir_output.
'/temp/massgeneration/'.$user->id;
52 $hookmanager->initHooks(array(
'recruitmentcandidaturecard',
'globalcard'));
55 $extrafields->fetch_name_optionals_label($object->table_element);
57 $search_array_options = $extrafields->getOptionalsFromPost($object->table_element,
'',
'search_');
60 $search_all =
GETPOST(
"search_all",
'alpha');
62 foreach ($object->fields as $key => $val) {
63 if (
GETPOST(
'search_'.$key,
'alpha')) {
64 $search[$key] =
GETPOST(
'search_'.$key,
'alpha');
68 if (empty($action) && empty($id) && empty($ref)) {
73 include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
76 $permissiontoread = $user->rights->recruitment->recruitmentjobposition->read;
77 $permissiontoadd = $user->rights->recruitment->recruitmentjobposition->write;
78 $permissiontodelete = $user->rights->recruitment->recruitmentjobposition->delete || ($permissiontoadd && isset($object->status) && $object->status == $object::STATUS_DRAFT);
79 $permissionnote = $user->rights->recruitment->recruitmentjobposition->write;
80 $permissiondellink = $user->rights->recruitment->recruitmentjobposition->write;
81 $upload_dir = $conf->recruitment->multidir_output[isset($object->entity) ? $object->entity : 1];
86 $isdraft = (($object->status == $object::STATUS_DRAFT) ? 1 : 0);
87 $result =
restrictedArea($user,
'recruitment', $object->id,
'recruitment_recruitmentcandidature',
'recruitmentjobposition',
'',
'rowid', $isdraft);
94 $parameters = array();
95 $reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
100 if (empty($reshook)) {
103 $backurlforlist =
dol_buildpath(
'/recruitment/recruitmentcandidature_list.php', 1);
105 if (empty($backtopage) || ($cancel && empty($id))) {
106 if (empty($backtopage) || ($cancel && strpos($backtopage,
'__ID__'))) {
107 if (empty($id) && (($action !=
'add' && $action !=
'create') || $cancel)) {
108 $backtopage = $backurlforlist;
110 $backtopage =
dol_buildpath(
'/recruitment/recruitmentcandidature_card.php', 1).
'?id='.($id > 0 ? $id :
'__ID__');
114 $triggermodname =
'RECRUITMENTCANDIDATURE_MODIFY';
117 $object->email_fields_no_propagate_in_actioncomm = 1;
118 include DOL_DOCUMENT_ROOT.
'/core/actions_addupdatedelete.inc.php';
119 $object->email_fields_no_propagate_in_actioncomm = 0;
122 include DOL_DOCUMENT_ROOT.
'/core/actions_dellink.inc.php';
125 include DOL_DOCUMENT_ROOT.
'/core/actions_printing.inc.php';
131 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
133 if ($action ==
'classin' && $permissiontoadd) {
134 $object->setProject(
GETPOST(
'projectid',
'int'));
136 if ($action ==
'confirm_decline' && $confirm ==
'yes' && $permissiontoadd) {
137 $result = $object->setStatut($object::STATUS_REFUSED,
null,
'', $triggermodname);
143 if ($action ==
'confirm_makeofferordecline' && $permissiontoadd && !
GETPOST(
'cancel',
'alpha')) {
144 if (!(
GETPOST(
'status',
'int') > 0)) {
145 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"CloseAs")),
null,
'errors');
146 $action =
'makeofferordecline';
149 if ($object->status == $object::STATUS_VALIDATED) {
152 if (
GETPOST(
'status',
'int') == $object::STATUS_REFUSED) {
153 $result = $object->setStatut($object::STATUS_REFUSED,
null,
'', $triggermodname);
158 $result = $object->setStatut($object::STATUS_CONTRACT_PROPOSED,
null,
'', $triggermodname);
173 if ($action ==
'confirm_closeas' && $permissiontoadd && !
GETPOST(
'cancel',
'alpha')) {
174 if (!(
GETPOST(
'status',
'int') > 0)) {
175 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"CloseAs")),
null,
'errors');
176 $action =
'makeofferordecline';
179 if ($object->status == $object::STATUS_CONTRACT_PROPOSED) {
182 if (
GETPOST(
'status',
'int') == $object::STATUS_CONTRACT_REFUSED) {
183 $result = $object->setStatut($object::STATUS_CONTRACT_REFUSED,
null,
'', $triggermodname);
188 $result = $object->setStatut($object::STATUS_CONTRACT_SIGNED,
null,
'', $triggermodname);
204 if ($action ==
'confirm_create_user' && $confirm ==
'yes' && $user->rights->user->user->creer) {
207 $jobposition->fetch($object->fk_recruitmentjobposition);
210 $nuser =
new User($db);
211 $nuser->login =
GETPOST(
'login',
'alphanohtml');
213 $nuser->employee = 1;
214 $nuser->firstname = $object->firstname;
215 $nuser->lastname = $object->lastname;
217 $nuser->personal_email = $object->email;
218 $nuser->personal_mobile = $object->phone;
219 $nuser->birth = $object->date_birth;
220 $nuser->salary = $object->remuneration_proposed;
221 $nuser->fk_user = $jobposition->fk_user_supervisor;
222 $nuser->email = $object->email;
224 $result = $nuser->create($user);
227 $langs->load(
"errors");
229 $action =
'create_user';
231 setEventMessages($langs->trans(
"NewUserCreated", $nuser->login),
null,
'mesgs');
236 $action =
'create_user';
241 $triggersendname =
'RECRUITMENTCANDIDATURE_SENTBYMAIL';
242 $autocopy =
'MAIN_MAIL_AUTOCOPY_RECRUITMENTCANDIDATURE_TO';
243 $trackid =
'recruitmentcandidature'.$object->id;
244 include DOL_DOCUMENT_ROOT.
'/core/actions_sendmails.inc.php';
260 if ($action ==
'create') {
261 $title = $langs->trans(
'NewCandidature');
264 $title = $object->ref.
" - ".$langs->trans(
'Card');
271 if ($action ==
'create') {
272 print
load_fiche_titre($langs->trans(
"NewObject", $langs->transnoentitiesnoconv(
"RecruitmentCandidature")),
'',
'object_'.$object->picto);
274 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
275 print
'<input type="hidden" name="token" value="'.newToken().
'">';
276 print
'<input type="hidden" name="action" value="add">';
278 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
280 if ($backtopageforcancel) {
281 print
'<input type="hidden" name="backtopageforcancel" value="'.$backtopageforcancel.
'">';
286 print
'<table class="border centpercent tableforfieldcreate">'.
"\n";
289 include DOL_DOCUMENT_ROOT.
'/core/tpl/commonfields_add.tpl.php';
292 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_add.tpl.php';
294 print
'</table>'.
"\n";
298 print
$form->buttonsSaveCancel(
"Create");
306 if (($id || $ref) && $action ==
'edit') {
307 print
load_fiche_titre($langs->trans(
"RecruitmentCandidature"),
'',
'object_'.$object->picto);
309 print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
310 print
'<input type="hidden" name="token" value="'.newToken().
'">';
311 print
'<input type="hidden" name="action" value="update">';
312 print
'<input type="hidden" name="id" value="'.$object->id.
'">';
314 print
'<input type="hidden" name="backtopage" value="'.$backtopage.
'">';
316 if ($backtopageforcancel) {
317 print
'<input type="hidden" name="backtopageforcancel" value="'.$backtopageforcancel.
'">';
322 print
'<table class="border centpercent tableforfieldedit">'.
"\n";
325 include DOL_DOCUMENT_ROOT.
'/core/tpl/commonfields_edit.tpl.php';
328 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_edit.tpl.php';
334 print
$form->buttonsSaveCancel();
340 if ($object->id > 0 && (empty($action) || ($action !=
'edit' && $action !=
'create'))) {
341 $res = $object->fetch_optionals();
343 $head = recruitmentcandidaturePrepareHead($object);
344 print
dol_get_fiche_head($head,
'card', $langs->trans(
"RecruitmentCandidature"), -1, $object->picto);
349 if ($action ==
'delete') {
350 $formconfirm =
$form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.$object->id, $langs->trans(
'DeleteRecruitmentCandidature'), $langs->trans(
'ConfirmDeleteObject'),
'confirm_delete',
'', 0, 1);
353 if ($action ==
'deleteline') {
354 $formconfirm =
$form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&lineid='.$lineid, $langs->trans(
'DeleteLine'), $langs->trans(
'ConfirmDeleteLine'),
'confirm_deleteline',
'', 0, 1);
357 if ($action ==
'clone') {
359 $formquestion = array();
360 $formconfirm =
$form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.$object->id, $langs->trans(
'ToClone'), $langs->trans(
'ConfirmCloneAsk', $object->ref),
'confirm_clone', $formquestion,
'yes', 1);
363 if ($action ==
'makeofferordecline') {
364 $langs->load(
"propal");
367 $formquestion = array(
368 array(
'type' =>
'select',
'name' =>
'status',
'label' =>
'<span class="fieldrequired">'.$langs->trans(
"CloseAs").
'</span>',
'values' => array($object::STATUS_CONTRACT_PROPOSED => $object->LibStatut($object::STATUS_CONTRACT_PROPOSED), $object::STATUS_REFUSED => $object->LibStatut($object::STATUS_REFUSED))),
369 array(
'type' =>
'text',
'name' =>
'note_private',
'label' => $langs->trans(
"Note"),
'value' =>
'')
374 $formconfirm =
$form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.$object->id, $langs->trans(
'SetAcceptedRefused'), $text,
'confirm_makeofferordecline', $formquestion,
'', 1, 250);
377 if ($action ==
'closeas') {
378 $langs->load(
"propal");
381 $formquestion = array(
382 array(
'type' =>
'select',
'name' =>
'status',
'label' =>
'<span class="fieldrequired">'.$langs->trans(
"CloseAs").
'</span>',
'values' => array($object::STATUS_CONTRACT_SIGNED => $object->LibStatut($object::STATUS_CONTRACT_SIGNED), $object::STATUS_CONTRACT_REFUSED => $object->LibStatut($object::STATUS_CONTRACT_REFUSED))),
383 array(
'type' =>
'text',
'name' =>
'note_private',
'label' => $langs->trans(
"Note"),
'value' =>
'')
388 $formconfirm =
$form->formconfirm($_SERVER[
"PHP_SELF"].
'?id='.$object->id, $langs->trans(
'SetAcceptedRefused'), $text,
'confirm_closeas', $formquestion,
'', 1, 250);
392 if ($action ==
'create_user') {
396 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
400 $login = strtolower(substr($object->firstname, 0, 4)).strtolower(substr($object->lastname, 0, 4));
404 $formquestion = array(
405 array(
'label' => $langs->trans(
"LoginToCreate"),
'type' =>
'text',
'name' =>
'login',
'value' => $login)
407 $text .= $langs->trans(
"ConfirmCreateLogin");
408 print
$form->formconfirm($_SERVER[
"PHP_SELF"].
"?id=".$object->id, $langs->trans(
"CreateDolibarrLogin"), $text,
"confirm_create_user", $formquestion,
'yes');
412 $parameters = array(
'formConfirm' =>
$formconfirm,
'lineid' => $lineid);
413 $reshook = $hookmanager->executeHooks(
'formConfirm', $parameters, $object, $action);
414 if (empty($reshook)) {
416 } elseif ($reshook > 0) {
426 $linkback =
'<a href="'.dol_buildpath(
'/recruitment/recruitmentcandidature_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
428 $morehtmlref =
'<div class="refidno">';
466 if (!empty($object->email_msgid)) {
467 $morehtmlref .= $langs->trans(
"CreatedBy").
' : ';
469 if ($object->fk_user_creat > 0) {
470 $fuser =
new User($db);
471 $fuser->fetch($object->fk_user_creat);
472 $morehtmlref .= $fuser->getNomUrl(-1);
474 if (!empty($object->email_msgid)) {
475 $morehtmlref .=
' <small class="hideonsmartphone opacitymedium">('.$form->textwithpicto($langs->trans(
"CreatedByEmailCollector"), $langs->trans(
"EmailMsgID").
': '.$object->email_msgid).
')</small>';
482 $morehtmlref .=
'</div>';
485 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
488 print
'<div class="fichecenter">';
489 print
'<div class="fichehalfleft">';
490 print
'<div class="underbanner clearboth"></div>';
491 print
'<table class="border centpercent tableforfield">'.
"\n";
494 $keyforbreak =
'description';
495 unset($object->fields[
'email']);
497 include DOL_DOCUMENT_ROOT.
'/core/tpl/commonfields_view.tpl.php';
500 include DOL_DOCUMENT_ROOT.
'/core/tpl/extrafields_view.tpl.php';
506 print
'<div class="clearboth"></div>';
512 if ($action !=
'presend' && $action !=
'editline') {
513 print
'<div class="tabsAction">'.
"\n";
514 $parameters = array();
515 $reshook = $hookmanager->executeHooks(
'addMoreActionsButtons', $parameters, $object, $action);
520 if (empty($reshook)) {
522 if (empty($user->socid)) {
523 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=presend&mode=init&sendto='.urlencode($object->email).
'#formmailbeforetitle">'.$langs->trans(
'SendMail').
'</a>'.
"\n";
527 if ($object->status == $object::STATUS_VALIDATED) {
528 if ($permissiontoadd) {
529 print
'<a class="butAction" href="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'&action=confirm_setdraft&token='.
newToken().
'&confirm=yes">'.$langs->trans(
"SetToDraft").
'</a>';
534 if ($permissiontoadd) {
535 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=edit&token='.
newToken().
'">'.$langs->trans(
"Modify").
'</a>'.
"\n";
537 print
'<a class="butActionRefused classfortooltip" href="#" title="'.dol_escape_htmltag($langs->trans(
"NotEnoughPermissions")).
'">'.$langs->trans(
'Modify').
'</a>'.
"\n";
541 if ($object->status == $object::STATUS_DRAFT) {
542 if ($permissiontoadd) {
543 if (empty($object->table_element_line) || (is_array($object->lines) && count($object->lines) > 0)) {
544 print
'<a class="butAction" href="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'&action=confirm_validate&token='.
newToken().
'&confirm=yes">'.$langs->trans(
"Validate").
'</a>';
546 $langs->load(
"errors");
547 print
'<a class="butActionRefused" href="" title="'.$langs->trans(
"ErrorAddAtLeastOneLineFirst").
'">'.$langs->trans(
"Validate").
'</a>';
553 if ($object->status >= $object::STATUS_VALIDATED && $object->status < $object::STATUS_CONTRACT_PROPOSED) {
554 if ($permissiontoadd) {
555 print
'<a class="butAction" href="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'&action=makeofferordecline&token='.
newToken().
'">'.$langs->trans(
"MakeOffer").
' / '.$langs->trans(
"Decline").
'</a>';
560 if ($object->status == $object::STATUS_CONTRACT_PROPOSED) {
561 if ($permissiontoadd) {
562 print
'<a class="butAction" href="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'&action=closeas&token='.
newToken().
'">'.$langs->trans(
"Accept").
' / '.$langs->trans(
"Decline").
'</a>';
567 if ($permissiontoadd) {
568 print
dolGetButtonAction($langs->trans(
"ToClone"),
'',
'default', $_SERVER[
'PHP_SELF'].
'?id='.$object->id.(!empty($object->socid) ?
'&socid='.$object->socid :
'').
'&action=clone&object=recruitmentcandidature',
'clone', $permissiontoadd);
572 if ($object->status == $object::STATUS_CONTRACT_SIGNED) {
573 if ($user->rights->user->user->creer) {
575 $useralreadyexists = 0;
576 if (empty($useralreadyexists)) {
577 print
'<div class="inline-block divButAction"><a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=create_user">'.$langs->trans(
"CreateDolibarrLogin").
'</a></div>';
579 print
'<div class="inline-block divButAction"><a class="butActionRefused" href="#">'.$langs->trans(
"CreateDolibarrLogin").
'</a></div>';
582 print
'<div class="inline-block divButAction"><span class="butActionRefused classfortooltip" href="#" title="'.dol_escape_htmltag($langs->trans(
"NotEnoughPermissions")).
'">'.$langs->trans(
"CreateDolibarrLogin").
"</span></div>";
587 if ($permissiontoadd) {
588 if ($object->status == $object::STATUS_VALIDATED) {
589 print
'<a class="butActionDelete" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=close&token='.
newToken().
'">'.$langs->trans(
"Cancel").
'</a>'.
"\n";
590 } elseif ($object->status == $object::STATUS_REFUSED || $object->status == $object::STATUS_CANCELED || $object->status == $object::STATUS_CONTRACT_REFUSED) {
591 print
'<a class="butAction" href="'.$_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=confirm_reopen&confirm=yes&token='.
newToken().
'">'.$langs->trans(
"Re-Open").
'</a>'.
"\n";
596 print
dolGetButtonAction($langs->trans(
"Delete"),
'',
'delete', $_SERVER[
"PHP_SELF"].
'?id='.$object->id.
'&action=delete&token='.
newToken(),
'delete', $permissiontodelete);
603 if (
GETPOST(
'modelselected')) {
607 if ($action !=
'presend') {
608 print
'<div class="fichecenter"><div class="fichehalfleft">';
609 print
'<a name="builddoc"></a>';
611 $includedocgeneration = 1;
614 if ($includedocgeneration) {
616 $relativepath = $objref.
'/'.$objref.
'.pdf';
617 $filedir = $conf->recruitment->dir_output.
'/'.$object->element.
'/'.$objref;
618 $urlsource = $_SERVER[
"PHP_SELF"].
"?id=".$object->id;
619 $genallowed = $user->rights->recruitment->recruitmentjobposition->read;
620 $delallowed = $user->rights->recruitment->recruitmentjobposition->write;
621 print $formfile->showdocuments(
'recruitment:RecruitmentCandidature', $object->element.
'/'.$objref, $filedir, $urlsource, $genallowed, $delallowed, $object->model_pdf, 1, 0, 0, 28, 0,
'',
'',
'', $langs->defaultlang);
625 $linktoelem =
$form->showLinkToObjectBlock($object,
null, array(
'recruitmentcandidature'));
626 $somethingshown =
$form->showLinkedObjectBlock($object, $linktoelem);
629 print
'</div><div class="fichehalfright">';
633 $morehtmlcenter =
dolGetButtonTitle($langs->trans(
'SeeAll'),
'',
'fa fa-bars imgforviewmode', DOL_URL_ROOT.
'/recruitment/recruitmentcandidature_agenda.php?id='.$object->id);
636 include_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
638 $somethingshown =
$formactions->showactions($object, $object->element.
'@recruitment', (is_object($object->thirdparty) ? $object->thirdparty->id : 0), 1,
'', $MAXEVENT,
'', $morehtmlcenter);
640 print
'</div></div>';
644 if (
GETPOST(
'modelselected')) {
649 $modelmail =
'recruitmentcandidature_send';
650 $defaulttopic =
'InformationMessage';
651 $diroutput = $conf->recruitment->dir_output;
652 $trackid =
'recruitmentcandidature'.$object->id;
653 $inreplyto = $object->email_msgid;
656 $job->fetch($object->fk_recruitmentjobposition);
658 require_once DOL_DOCUMENT_ROOT.
'/user/class/user.class.php';
659 $recruiter =
new User($db);
660 $recruiter->fetch($job->fk_user_recruiter);
662 $recruitername = $recruiter->getFullName(
'');
663 $recruitermail = (!empty($job->email_recruiter) ? $job->email_recruiter : $recruiter->email);
665 include DOL_DOCUMENT_ROOT.
'/core/tpl/card_presend.tpl.php';
if(GETPOST('button_removefilter_x', 'alpha')||GETPOST('button_removefilter.x', 'alpha')||GETPOST('button_removefilter', 'alpha')) if(GETPOST('button_search_x', 'alpha')||GETPOST('button_search.x', 'alpha')||GETPOST('button_search', 'alpha')) if($action=="save" &&empty($cancel)) $help_url
View.
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 for RecruitmentCandidature.
Class for RecruitmentJobPosition.
Class to manage Dolibarr users.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
dol_buildlogin($lastname, $firstname)
Build a login from lastname, firstname.
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='')
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.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='')
Set event messages in dol_events session object.
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_sanitizeFileName($str, $newstr='_', $unaccent=1)
Clean a string to use it as a file name.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname from a POST of a form.
$formconfirm
if ($action == 'delbookkeepingyear') {
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.