27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/project.lib.php';
32$langs->load(
'projects');
34$action =
GETPOST(
'action',
'aZ09');
38$mine = (isset($_REQUEST[
'mode']) && $_REQUEST[
'mode'] ==
'mine') ? 1 : 0;
43include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
44if (
getDolGlobalString(
'PROJECT_ALLOW_COMMENT_ON_PROJECT') && method_exists($object,
'fetchComments') && empty(
$object->comments)) {
51$hookmanager->initHooks(array(
'projetnote'));
54$permissionnote = $user->hasRight(
'projet',
'creer');
62$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
67 include DOL_DOCUMENT_ROOT.
'/core/actions_setnotes.inc.php';
75$title = $langs->trans(
"Notes").
' - '.
$object->ref.
' '.
$object->name;
77 $title =
$object->ref.
' '.
$object->name.
' - '.$langs->trans(
"Note");
79$help_url =
"EN:Module_Projects|FR:Module_Projets|ES:Módulo_Proyectos";
80llxHeader(
"", $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-project page-card_note');
83$userstatic =
new User($db);
87if ($id > 0 || !empty($ref)) {
90 $userWrite =
$object->restrictedProjectArea($user,
'write');
100 if (!empty($_SESSION[
'pageforbacktolist']) && !empty($_SESSION[
'pageforbacktolist'][
'project'])) {
101 $tmpurl = $_SESSION[
'pageforbacktolist'][
'project'];
102 $tmpurl = preg_replace(
'/__SOCID__/', (
string)
$object->socid, $tmpurl);
103 $linkback =
'<a href="'.$tmpurl.(preg_match(
'/\?/', $tmpurl) ?
'&' :
'?').
'restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
105 $linkback =
'<a href="'.DOL_URL_ROOT.
'/projet/list.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToList").
'</a>';
108 $morehtmlref =
'<div class="refidno">';
110 $morehtmlref .=
$object->title;
112 if (!empty(
$object->thirdparty->id) &&
$object->thirdparty->id > 0) {
113 $morehtmlref .=
'<br>'.$object->thirdparty->getNomUrl(1,
'project');
115 $morehtmlref .=
'</div>';
118 if (!$user->hasRight(
'projet',
'all',
'lire')) {
119 $objectsListId =
$object->getProjectsAuthorizedForUser($user, 0, 0);
120 $object->next_prev_filter =
"rowid IN (".$db->sanitize(count($objectsListId) ? implode(
',', array_keys($objectsListId)) :
'0').
")";
123 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
126 print
'<div class="fichecenter">';
127 print
'<div class="underbanner clearboth"></div>';
129 $cssclass =
"titlefield";
130 include DOL_DOCUMENT_ROOT.
'/core/tpl/notes.tpl.php';
134 print
'<div class="clearboth"></div>';
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 to manage Dolibarr users.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
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.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
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.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
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.