47if (!$res && !empty($_SERVER[
"CONTEXT_DOCUMENT_ROOT"])) {
48 $res = @include $_SERVER[
"CONTEXT_DOCUMENT_ROOT"].
"/main.inc.php";
51$tmp = empty($_SERVER[
'SCRIPT_FILENAME']) ?
'' : $_SERVER[
'SCRIPT_FILENAME']; $tmp2 = realpath(__FILE__); $i = strlen($tmp) - 1; $j = strlen($tmp2) - 1;
52while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) {
56if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)).
"/main.inc.php")) {
57 $res = @include substr($tmp, 0, ($i + 1)).
"/main.inc.php";
59if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php")) {
60 $res = @include dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php";
63if (!$res && file_exists(
"../main.inc.php")) {
64 $res = @include
"../main.inc.php";
66if (!$res && file_exists(
"../../main.inc.php")) {
67 $res = @include
"../../main.inc.php";
69if (!$res && file_exists(
"../../../main.inc.php")) {
70 $res = @include
"../../../main.inc.php";
73 die(
"Include of main fails");
76require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
77require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
78require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
83$langs->loadLangs(array(
"bookcal@bookcal",
"other"));
88$action =
GETPOST(
'action',
'aZ09');
89$cancel =
GETPOST(
'cancel',
'aZ09');
90$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') : str_replace(
'_',
'', basename(dirname(__FILE__)).basename(__FILE__,
'.php'));
91$backtopage =
GETPOST(
'backtopage',
'alpha');
93if (
GETPOST(
'actioncode',
'array')) {
94 $actioncode =
GETPOST(
'actioncode',
'array', 3);
95 if (!count($actioncode)) {
101$search_rowid =
GETPOST(
'search_rowid');
102$search_agenda_label =
GETPOST(
'search_agenda_label');
104$limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
105$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
106$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
107$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) :
GETPOST(
"page",
'int');
108if (empty($page) || $page == -1) {
111$offset = $limit * $page;
112$pageprev = $page - 1;
113$pagenext = $page + 1;
115 $sortfield =
'a.datep,a.id';
118 $sortorder =
'DESC,DESC';
124$diroutputmassaction = $conf->bookcal->dir_output.
'/temp/massgeneration/'.$user->id;
125$hookmanager->initHooks(array(
'calendaragenda',
'globalcard'));
127$extrafields->fetch_name_optionals_label($object->table_element);
130include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
131if ($id > 0 || !empty($ref)) {
132 $upload_dir = $conf->bookcal->multidir_output[!empty($object->entity) ? $object->entity : $conf->entity].
"/".$object->id;
137$enablepermissioncheck = 0;
138if ($enablepermissioncheck) {
139 $permissiontoread = $user->rights->bookcal->calendar->read;
140 $permissiontoadd = $user->rights->bookcal->calendar->write;
142 $permissiontoread = 1;
143 $permissiontoadd = 1;
151if (!isModEnabled(
"bookcal")) {
154if (!$permissiontoread) {
163$parameters = array(
'id'=>$id);
164$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
169if (empty($reshook)) {
171 if (
GETPOST(
'cancel',
'alpha') && !empty($backtopage)) {
172 header(
"Location: ".$backtopage);
177 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
179 $search_agenda_label =
'';
189$form =
new Form($db);
191if ($object->id > 0) {
192 $title = $langs->trans(
"Agenda");
193 $help_url =
'EN:Module_Agenda_En|DE:Modul_Terminplanung';
196 if (isModEnabled(
'notification')) {
197 $langs->load(
"mails");
202 print
dol_get_fiche_head($head,
'agenda', $langs->trans(
"Calendar"), -1, $object->picto);
206 $linkback =
'<a href="'.dol_buildpath(
'/bookcal/calendar_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
208 $morehtmlref =
'<div class="refidno">';
245 $morehtmlref .=
'</div>';
248 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
250 print
'<div class="fichecenter">';
251 print
'<div class="underbanner clearboth"></div>';
253 $object->info($object->id);
264 $objthirdparty = $object;
267 $out =
'&origin='.urlencode($object->element.(property_exists($object,
'module') ?
'@'.$object->module :
'')).
'&originid='.urlencode($object->id);
268 $urlbacktopage = $_SERVER[
'PHP_SELF'].
'?id='.$object->id;
269 $out .=
'&backtopage='.urlencode($urlbacktopage);
270 $permok = $user->hasRight(
'agenda',
'myactions',
'create');
271 if ((!empty($objthirdparty->id) || !empty($objcon->id)) && $permok) {
273 if (get_class($objthirdparty) ==
'Societe') {
274 $out .=
'&socid='.urlencode($objthirdparty->id);
276 $out .= (!empty($objcon->id) ?
'&contactid='.urlencode($objcon->id) :
'');
289 if (isModEnabled(
'agenda')) {
290 if ($user->hasRight(
'agenda',
'myactions',
'create') || $user->hasRight(
'agenda',
'allactions',
'create')) {
291 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out);
293 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out,
'', 0);
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
calendarPrepareHead($object)
Prepare array of tabs for Calendar.
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='', $dragdropfile=0)
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.
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.