dolibarr  13.0.2
agenda.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) 2001-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3  * Copyright (C) 2005 Brice Davoleau <brice.davoleau@gmail.com>
4  * Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
5  * Copyright (C) 2006-2011 Laurent Destailleur <eldy@users.sourceforge.net>
6  * Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
7  * Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 3 of the License, or
12  * (at your option) any later version.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License
20  * along with this program. If not, see <https://www.gnu.org/licenses/>.
21  */
22 
29 require '../main.inc.php';
30 require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';
31 require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php';
32 require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php';
33 require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
34 require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php';
35 
36 // Load translation files required by the page
37 $langs->loadLangs(array("companies", "members"));
38 
39 $id = GETPOST('id', 'int') ?GETPOST('id', 'int') : GETPOST('rowid', 'int');
40 
41 $limit = GETPOST('limit', 'int') ?GETPOST('limit', 'int') : $conf->liste_limit;
42 $sortfield = GETPOST("sortfield", 'alpha');
43 $sortorder = GETPOST("sortorder", 'alpha');
44 $page = GETPOSTISSET('pageplusone') ? (GETPOST('pageplusone') - 1) : GETPOST("page", 'int');
45 if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1
46 $offset = $limit * $page;
47 $pageprev = $page - 1;
48 $pagenext = $page + 1;
49 if (!$sortfield) $sortfield = 'a.datep,a.id';
50 if (!$sortorder) $sortorder = 'DESC';
51 
52 if (GETPOST('actioncode', 'array')) {
53  $actioncode = GETPOST('actioncode', 'array', 3);
54  if (!count($actioncode)) $actioncode = '0';
55 } else {
56  $actioncode = GETPOST("actioncode", "alpha", 3) ?GETPOST("actioncode", "alpha", 3) : (GETPOST("actioncode") == '0' ? '0' : (empty($conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT) ? '' : $conf->global->AGENDA_DEFAULT_FILTER_TYPE_FOR_OBJECT));
57 }
58 $search_agenda_label = GETPOST('search_agenda_label');
59 
60 // Security check
61 $result = restrictedArea($user, 'adherent', $id);
62 
63 $object = new Adherent($db);
64 $result = $object->fetch($id);
65 if ($result > 0) {
66  $object->fetch_thirdparty();
67 
68  $adht = new AdherentType($db);
69  $result = $adht->fetch($object->typeid);
70 }
71 
72 
73 /*
74  * Actions
75  */
76 
77 $parameters = array('id'=>$id, 'objcanvas'=>$objcanvas);
78 $reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
79 if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
80 
81 if (empty($reshook)) {
82  // Cancel
83  if (GETPOST('cancel', 'alpha') && !empty($backtopage)) {
84  header("Location: ".$backtopage);
85  exit;
86  }
87 
88  // Purge search criteria
89  if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x', 'alpha') || GETPOST('button_removefilter', 'alpha')) { // All test are required to be compatible with all browsers
90  $actioncode = '';
91  $search_agenda_label = '';
92  }
93 }
94 
95 
96 
97 /*
98  * View
99  */
100 
101 $contactstatic = new Contact($db);
102 
103 $form = new Form($db);
104 
105 /*
106  * Customer and/or supplier category sheet
107  */
108 if ($object->id > 0) {
109  require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php';
110  require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
111 
112  $langs->load("companies");
113 
114  $title = $langs->trans("Member")." - ".$langs->trans("Agenda");
115  $helpurl = "EN:Module_Foundations|FR:Module_Adh&eacute;rents|ES:M&oacute;dulo_Miembros";
116  llxHeader("", $title, $helpurl);
117 
118  if (!empty($conf->notification->enabled)) $langs->load("mails");
119  $head = member_prepare_head($object);
120 
121  print dol_get_fiche_head($head, 'agenda', $langs->trans("Member"), -1, 'user');
122 
123  $linkback = '<a href="'.DOL_URL_ROOT.'/adherents/list.php?restore_lastsearch_values=1">'.$langs->trans("BackToList").'</a>';
124 
125  dol_banner_tab($object, 'rowid', $linkback);
126 
127  print '<div class="fichecenter">';
128 
129  print '<div class="underbanner clearboth"></div>';
130 
131  $object->info($id);
132  dol_print_object_info($object, 1);
133 
134  print '</div>';
135 
137 
138 
139  //print '<div class="tabsAction">';
140  //print '</div>';
141 
142 
143  $newcardbutton = '';
144  if (!empty($conf->agenda->enabled)) {
145  $newcardbutton .= dolGetButtonTitle($langs->trans('AddAction'), '', 'fa fa-plus-circle', DOL_URL_ROOT.'/comm/action/card.php?action=create&backtopage=1&origin=member&originid='.$id);
146  }
147 
148  if (!empty($conf->agenda->enabled) && (!empty($user->rights->agenda->myactions->read) || !empty($user->rights->agenda->allactions->read))) {
149  print '<br>';
150 
151  $param = '&id='.$id;
152  if (!empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param .= '&contextpage='.$contextpage;
153  if ($limit > 0 && $limit != $conf->liste_limit) $param .= '&limit='.$limit;
154 
155  print_barre_liste($langs->trans("ActionsOnMember"), 0, $_SERVER["PHP_SELF"], '', $sortfield, $sortorder, '', 0, -1, '', '', $newcardbutton, '', 0, 1, 1);
156 
157  // List of all actions
158  $filters = array();
159  $filters['search_agenda_label'] = $search_agenda_label;
160 
161  // TODO Replace this with same code than into list.php
162  show_actions_done($conf, $langs, $db, $object, null, 0, $actioncode, '', $filters, $sortfield, $sortorder);
163  }
164 }
165 
166 // End of page
167 llxFooter();
168 $db->close();
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
Class to manage contact/addresses.
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_print_object_info($object, $usetable=0)
Show informations on an object TODO Move this into html.formother.
show_actions_done($conf, $langs, $db, $filterobj, $objcon= '', $noprint=0, $actioncode= '', $donetodo= 'done', $filters=array(), $sortfield= 'a.datep, a.id', $sortorder= 'DESC', $module= '')
Show html area with actions (done or not, ignore the name of function).
member_prepare_head(Adherent $object)
Return array head with list of tabs to view object informations.
Definition: member.lib.php:33
llxHeader()
Empty header.
Definition: wrapper.php:45
setEventMessages($mesg, $mesgs, $style= 'mesgs', $messagekey= '')
Set event messages in dol_events session object.
print_barre_liste($titre, $page, $file, $options= '', $sortfield= '', $sortorder= '', $morehtmlcenter= '', $num=-1, $totalnboflines= '', $picto= 'generic', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limit=-1, $hideselectlimit=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow= '')
Print a title with navigation controls for pagination.
Class to manage generation of HTML components Only common components must be here.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname.
Class to manage members of a foundation.
restrictedArea($user, $features, $objectid=0, $tableandshare= '', $feature2= '', $dbt_keyfield= 'fk_soc', $dbt_select= 'rowid', $isdraft=0)
Check permissions of a user to show a page and an object.
Class to manage members type.
print $_SERVER["PHP_SELF"]
Edit parameters.
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