28 require
'../main.inc.php';
29 require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
30 require_once DOL_DOCUMENT_ROOT.
'/fichinter/class/fichinter.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/lib/fichinter.lib.php';
33 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
37 $langs->loadLangs(array(
'companies',
'interventions'));
45 $socid = $user->socid;
51 if (!$object->fetch($id, $ref) > 0) {
63 llxHeader(
'', $langs->trans(
"Intervention"));
65 $object->fetch_thirdparty();
66 $object->info($object->id);
69 print
dol_get_fiche_head($head,
'info', $langs->trans(
'InterventionCard'), -1,
'intervention');
72 $linkback =
'<a href="'.DOL_URL_ROOT.
'/fichinter/list.php?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
75 $morehtmlref =
'<div class="refidno">';
80 $morehtmlref .= $langs->trans(
'ThirdParty').
' : '.$object->thirdparty->getNomUrl(1);
83 $langs->load(
"projects");
84 $morehtmlref .=
'<br>'.$langs->trans(
'Project').
' ';
85 if ($user->rights->commande->creer) {
86 if ($action !=
'classify') {
88 $morehtmlref .=
' : ';
90 if ($action ==
'classify') {
92 $morehtmlref .=
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'">';
93 $morehtmlref .=
'<input type="hidden" name="action" value="classin">';
94 $morehtmlref .=
'<input type="hidden" name="token" value="'.newToken().
'">';
95 $morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project,
'projectid', $maxlength, 0, 1, 0, 1, 0, 0,
'', 1);
96 $morehtmlref .=
'<input type="submit" class="button valignmiddle" value="'.$langs->trans(
"Modify").
'">';
97 $morehtmlref .=
'</form>';
99 $morehtmlref .=
$form->form_project($_SERVER[
'PHP_SELF'].
'?id='.$object->id, $object->socid, $object->fk_project,
'none', 0, 0, 0, 1);
102 if (!empty($object->fk_project)) {
104 $proj->fetch($object->fk_project);
105 $morehtmlref .=
' : '.$proj->getNomUrl(1);
107 $morehtmlref .=
' - '.$proj->title;
114 $morehtmlref .=
'</div>';
116 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
118 print
'<div class="fichecenter">';
119 print
'<div class="underbanner clearboth"></div>';
123 print
'<table width="100%"><tr><td>';
125 print
'</td></tr></table>';
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage interventions.
Class to manage projects.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
fichinter_prepare_head($object)
Prepare array with list of tabs.
dol_print_object_info($object, $usetable=0)
Show informations on an object TODO Move this into html.formother.
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.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='')
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...
dol_get_fiche_end($notab=0)
Return tab footer of a card.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
isModEnabled($module)
Is Dolibarr module enabled.
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.