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(
"mymodule@mymodule",
"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->mymodule->dir_output.
'/temp/massgeneration/'.$user->id;
125$hookmanager->initHooks(array($object->element.
'agenda',
'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->mymodule->multidir_output[!empty($object->entity) ? $object->entity : $conf->entity].
"/".$object->id;
137$enablepermissioncheck = 0;
138if ($enablepermissioncheck) {
139 $permissiontoread = $user->hasRight(
'mymodule',
'myobject',
'read');
140 $permissiontoadd = $user->hasRight(
'mymodule',
'myobject',
'write');
142 $permissiontoread = 1;
143 $permissiontoadd = 1;
151if (!isModEnabled(
"mymodule")) {
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(
"MyObject").
" - ".$langs->trans(
'Agenda');
194 $help_url =
'EN:Module_Agenda_En|DE:Modul_Terminplanung';
196 llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-mymodule page-card_agenda');
198 if (isModEnabled(
'notification')) {
199 $langs->load(
"mails");
204 print
dol_get_fiche_head($head,
'agenda', $langs->trans(
"MyObject"), -1, $object->picto);
208 $linkback =
'<a href="'.dol_buildpath(
'/mymodule/myobject_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
210 $morehtmlref =
'<div class="refidno">';
247 $morehtmlref .=
'</div>';
250 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
252 print
'<div class="fichecenter">';
253 print
'<div class="underbanner clearboth"></div>';
255 $object->info($object->id);
266 $objthirdparty = $object;
269 $out =
'&origin='.urlencode($object->element.(property_exists($object,
'module') ?
'@'.$object->module :
'')).
'&originid='.urlencode($object->id);
270 $urlbacktopage = $_SERVER[
'PHP_SELF'].
'?id='.$object->id;
271 $out .=
'&backtopage='.urlencode($urlbacktopage);
272 $permok = $user->hasRight(
'agenda',
'myactions',
'create');
273 if ((!empty($objthirdparty->id) || !empty($objcon->id)) && $permok) {
275 if (get_class($objthirdparty) ==
'Societe') {
276 $out .=
'&socid='.urlencode($objthirdparty->id);
278 $out .= (!empty($objcon->id) ?
'&contactid='.urlencode($objcon->id) :
'');
291 if (isModEnabled(
'agenda')) {
292 if ($user->hasRight(
'agenda',
'myactions',
'create') || $user->hasRight(
'agenda',
'allactions',
'create')) {
293 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out);
295 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out,
'', 0);
300 if (isModEnabled(
'agenda') && ($user->hasRight(
'agenda',
'myactions',
'read') || $user->hasRight(
'agenda',
'allactions',
'read'))) {
303 $param =
'&id='.$object->id.(!empty($socid) ?
'&socid='.$socid :
'');
304 if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
305 $param .=
'&contextpage='.urlencode($contextpage);
307 if ($limit > 0 && $limit != $conf->liste_limit) {
308 $param .=
'&limit='.((int) $limit);
316 $titlelist = $langs->trans(
"Actions").(is_numeric($nbEvent) ?
'<span class="opacitymedium colorblack paddingleft">('.$nbEvent.
')</span>' :
'');
318 print_barre_liste($titlelist, 0, $_SERVER[
"PHP_SELF"],
'', $sortfield, $sortorder,
'', 0, -1,
'', 0, $morehtmlright,
'', 0, 1, 0);
322 $filters[
'search_agenda_label'] = $search_agenda_label;
323 $filters[
'search_rowid'] = $search_rowid;
326 show_actions_done($conf, $langs, $db, $object,
null, 0, $actioncode,
'', $filters, $sortfield, $sortorder, property_exists($object,
'module') ? $object->module :
'');
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
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).
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.
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.
getDolGlobalString($key, $default='')
Return dolibarr global constant string value.
myobjectPrepareHead($object)
Prepare array of tabs for MyObject.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.