26 require
'../main.inc.php';
27 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
28 require_once DOL_DOCUMENT_ROOT.
'/core/lib/project.lib.php';
31 $langs->load(
'projects');
33 $action =
GETPOST(
'action',
'aZ09');
37 $mine = (isset($_REQUEST[
'mode']) && $_REQUEST[
'mode'] ==
'mine') ? 1 : 0;
42 include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
43 if (!empty($conf->global->PROJECT_ALLOW_COMMENT_ON_PROJECT) && method_exists($object,
'fetchComments') && empty($object->comments)) {
44 $object->fetchComments();
50 $hookmanager->initHooks(array(
'projetnote'));
53 $permissionnote = $user->rights->projet->creer;
60 $reshook = $hookmanager->executeHooks(
'doActions', array(), $object, $action);
64 if (empty($reshook)) {
65 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
73 $title = $langs->trans(
"Notes").
' - '.$object->ref.
' '.$object->name;
74 if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match(
'/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
75 $title = $object->ref.
' '.$object->name.
' - '.$langs->trans(
"Note");
77 $help_url =
"EN:Module_Projects|FR:Module_Projets|ES:Módulo_Proyectos";
81 $userstatic =
new User($db);
85 if ($id > 0 || !empty($ref)) {
88 $userWrite = $object->restrictedProjectArea($user,
'write');
93 print
dol_get_fiche_head($head,
'notes', $langs->trans(
'Project'), -1, ($object->public ?
'projectpub' :
'project'));
98 $linkback =
'<a href="'.DOL_URL_ROOT.
'/projet/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
100 $morehtmlref =
'<div class="refidno">';
102 $morehtmlref .= $object->title;
104 if (!empty($object->thirdparty->id) && $object->thirdparty->id > 0) {
105 $morehtmlref .=
'<br>'.$object->thirdparty->getNomUrl(1,
'project');
107 $morehtmlref .=
'</div>';
110 if (empty($user->rights->projet->all->lire)) {
111 $objectsListId = $object->getProjectsAuthorizedForUser($user, 0, 0);
112 $object->next_prev_filter =
" rowid IN (".$db->sanitize(count($objectsListId) ?join(
',', array_keys($objectsListId)) :
'0').
")";
115 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
118 print
'<div class="fichecenter">';
119 print
'<div class="underbanner clearboth"></div>';
121 $cssclass =
"titlefield";
122 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
126 print
'<div class="clearboth"></div>';
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(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage projects.
Class to manage Dolibarr users.
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
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_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.
dol_now($mode='auto')
Return date for now.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
project_prepare_head(Project $project, $moreparam='')
Prepare array with list of tabs.
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.