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]) {
55if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)).
"/main.inc.php")) {
56 $res = @include substr($tmp, 0, ($i + 1)).
"/main.inc.php";
58if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php")) {
59 $res = @include dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php";
62if (!$res && file_exists(
"../main.inc.php")) {
63 $res = @include
"../main.inc.php";
65if (!$res && file_exists(
"../../main.inc.php")) {
66 $res = @include
"../../main.inc.php";
68if (!$res && file_exists(
"../../../main.inc.php")) {
69 $res = @include
"../../../main.inc.php";
72 die(
"Include of main fails");
75require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
76require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
77require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
82$langs->loadLangs(array(
"mymodule@mymodule",
"other"));
87$action =
GETPOST(
'action',
'aZ09');
88$cancel =
GETPOST(
'cancel',
'aZ09');
89$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') : str_replace(
'_',
'', basename(dirname(__FILE__)).basename(__FILE__,
'.php'));
90$backtopage =
GETPOST(
'backtopage',
'alpha');
92if (
GETPOST(
'actioncode',
'array')) {
93 $actioncode =
GETPOST(
'actioncode',
'array', 3);
94 if (!count($actioncode)) {
100$search_rowid =
GETPOST(
'search_rowid');
101$search_agenda_label =
GETPOST(
'search_agenda_label');
103$limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
104$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
105$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
106$page = GETPOSTISSET(
'pageplusone') ? (
GETPOST(
'pageplusone') - 1) :
GETPOST(
"page",
'int');
107if (empty($page) || $page == -1) {
110$offset = $limit * $page;
111$pageprev = $page - 1;
112$pagenext = $page + 1;
114 $sortfield =
'a.datep,a.id';
117 $sortorder =
'DESC,DESC';
123$diroutputmassaction = $conf->mymodule->dir_output.
'/temp/massgeneration/'.$user->id;
124$hookmanager->initHooks(array(
'myobjectagenda',
'globalcard'));
126$extrafields->fetch_name_optionals_label($object->table_element);
129include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
130if ($id > 0 || !empty($ref)) {
131 $upload_dir = $conf->mymodule->multidir_output[!empty($object->entity) ? $object->entity : $conf->entity].
"/".$object->id;
136$enablepermissioncheck = 0;
137if ($enablepermissioncheck) {
138 $permissiontoread = $user->rights->mymodule->myobject->read;
139 $permissiontoadd = $user->rights->mymodule->myobject->write;
141 $permissiontoread = 1;
142 $permissiontoadd = 1;
150if (!isModEnabled(
"mymodule")) {
160$parameters = array(
'id'=>$id);
161$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
166if (empty($reshook)) {
168 if (
GETPOST(
'cancel',
'alpha') && !empty($backtopage)) {
169 header(
"Location: ".$backtopage);
174 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
176 $search_agenda_label =
'';
186$form =
new Form($db);
188if ($object->id > 0) {
189 $title = $langs->trans(
"Agenda");
191 $help_url =
'EN:Module_Agenda_En|DE:Modul_Terminplanung';
195 if (isModEnabled(
'notification')) {
196 $langs->load(
"mails");
201 print
dol_get_fiche_head($head,
'agenda', $langs->trans(
"MyObject"), -1, $object->picto);
205 $linkback =
'<a href="'.dol_buildpath(
'/mymodule/myobject_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
207 $morehtmlref =
'<div class="refidno">';
244 $morehtmlref .=
'</div>';
247 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
249 print
'<div class="fichecenter">';
250 print
'<div class="underbanner clearboth"></div>';
252 $object->info($object->id);
263 $objthirdparty = $object;
264 $objcon =
new stdClass();
266 $out =
'&origin='.urlencode($object->element.(property_exists($object,
'module') ?
'@'.$object->module :
'')).
'&originid='.urlencode($object->id);
267 $urlbacktopage = $_SERVER[
'PHP_SELF'].
'?id='.$object->id;
268 $out .=
'&backtopage='.urlencode($urlbacktopage);
269 $permok = $user->hasRight(
'agenda',
'myactions',
'create');
270 if ((!empty($objthirdparty->id) || !empty($objcon->id)) && $permok) {
272 if (get_class($objthirdparty) ==
'Societe') {
273 $out .=
'&socid='.urlencode($objthirdparty->id);
275 $out .= (!empty($objcon->id) ?
'&contactid='.urlencode($objcon->id) :
'');
288 if (isModEnabled(
'agenda')) {
289 if ($user->hasRight(
'agenda',
'myactions',
'create') || $user->hasRight(
'agenda',
'allactions',
'create')) {
290 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out);
292 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out,
'', 0);
297 if (isModEnabled(
'agenda') && ($user->hasRight(
'agenda',
'myactions',
'read') || $user->hasRight(
'agenda',
'allactions',
'read'))) {
300 $param =
'&id='.$object->id.(!empty($socid) ?
'&socid='.$socid :
'');
301 if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
302 $param .=
'&contextpage='.urlencode($contextpage);
304 if ($limit > 0 && $limit != $conf->liste_limit) {
305 $param .=
'&limit='.((int) $limit);
315 print_barre_liste($langs->trans(
"ActionsOnMyObject"), 0, $_SERVER[
"PHP_SELF"],
'', $sortfield, $sortorder,
'', 0, -1,
'', 0, $morehtmlright,
'', 0, 1, 0);
319 $filters[
'search_agenda_label'] = $search_agenda_label;
320 $filters[
'search_rowid'] = $search_rowid;
323 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.