48if (!$res && !empty($_SERVER[
"CONTEXT_DOCUMENT_ROOT"])) {
49 $res = @include $_SERVER[
"CONTEXT_DOCUMENT_ROOT"].
"/main.inc.php";
52$tmp = empty($_SERVER[
'SCRIPT_FILENAME']) ?
'' : $_SERVER[
'SCRIPT_FILENAME'];
53$tmp2 = realpath(__FILE__);
55$j = strlen($tmp2) - 1;
56while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) {
60if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)).
"/main.inc.php")) {
61 $res = @include substr($tmp, 0, ($i + 1)).
"/main.inc.php";
63if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php")) {
64 $res = @include dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php";
67if (!$res && file_exists(
"../main.inc.php")) {
68 $res = @include
"../main.inc.php";
70if (!$res && file_exists(
"../../main.inc.php")) {
71 $res = @include
"../../main.inc.php";
73if (!$res && file_exists(
"../../../main.inc.php")) {
74 $res = @include
"../../../main.inc.php";
77 die(
"Include of main fails");
80require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
81require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
82require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
95$langs->loadLangs(array(
"mymodule@mymodule",
"other"));
100$action =
GETPOST(
'action',
'aZ09');
101$cancel =
GETPOST(
'cancel',
'aZ09');
102$contextpage =
GETPOST(
'contextpage',
'aZ') ?
GETPOST(
'contextpage',
'aZ') : str_replace(
'_',
'', basename(dirname(__FILE__)).basename(__FILE__,
'.php'));
103$backtopage =
GETPOST(
'backtopage',
'alpha');
105if (
GETPOST(
'actioncode',
'array')) {
106 $actioncode =
GETPOST(
'actioncode',
'array', 3);
107 if (!count($actioncode)) {
113$search_rowid =
GETPOST(
'search_rowid');
114$search_agenda_label =
GETPOST(
'search_agenda_label');
117$sortfield =
GETPOST(
'sortfield',
'aZ09comma');
118$sortorder =
GETPOST(
'sortorder',
'aZ09comma');
120if (empty($page) || $page == -1) {
123$offset = $limit * $page;
124$pageprev = $page - 1;
125$pagenext = $page + 1;
127 $sortfield =
'a.datep,a.id';
130 $sortorder =
'DESC,DESC';
136$diroutputmassaction =
$conf->mymodule->dir_output.
'/temp/massgeneration/'.$user->id;
137$hookmanager->initHooks(array(
$object->element.
'agenda',
'globalcard'));
139$extrafields->fetch_name_optionals_label(
$object->table_element);
142include DOL_DOCUMENT_ROOT.
'/core/actions_fetchobject.inc.php';
143if ($id > 0 || !empty($ref)) {
149$enablepermissioncheck =
getDolGlobalInt(
'MYMODULE_ENABLE_PERMISSION_CHECK');
150if ($enablepermissioncheck) {
151 $permissiontoread = $user->hasRight(
'mymodule',
'myobject',
'read');
152 $permissiontoadd = $user->hasRight(
'mymodule',
'myobject',
'write');
154 $permissiontoread = 1;
155 $permissiontoadd = 1;
163if (!isModEnabled(
"mymodule")) {
166if (!$permissiontoread) {
175$parameters = array(
'id' => $id);
176$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
181if (empty($reshook)) {
183 if (
GETPOST(
'cancel',
'alpha') && !empty($backtopage)) {
184 header(
"Location: ".$backtopage);
189 if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
191 $search_agenda_label =
'';
201$form =
new Form($db);
204 $title = $langs->trans(
"MyObject").
" - ".$langs->trans(
'Agenda');
206 $help_url =
'EN:Module_Agenda_En|DE:Modul_Terminplanung';
208 llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-mymodule page-card_agenda');
210 if (isModEnabled(
'notification')) {
211 $langs->load(
"mails");
220 $linkback =
'<a href="'.dol_buildpath(
'/mymodule/myobject_list.php', 1).
'?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
222 $morehtmlref =
'<div class="refidno">';
259 $morehtmlref .=
'</div>';
262 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
264 print
'<div class="fichecenter">';
265 print
'<div class="underbanner clearboth"></div>';
281 $out =
'&origin='.urlencode(
$object->element.(property_exists($object,
'module') ?
'@'.$object->module :
'')).
'&originid='.urlencode((string)
$object->id);
282 $urlbacktopage = $_SERVER[
'PHP_SELF'].
'?id='.
$object->id;
283 $out .=
'&backtopage='.urlencode($urlbacktopage);
284 $permok = $user->hasRight(
'agenda',
'myactions',
'create');
285 if ((!empty($objthirdparty->id) || !empty($objcon->id)) && $permok) {
287 if (get_class($objthirdparty) ==
'Societe') {
288 $out .=
'&socid='.urlencode((
string) $objthirdparty->id);
290 $out .= (!empty($objcon->id) ?
'&contactid='.urlencode($objcon->id) :
'');
303 if (isModEnabled(
'agenda')) {
304 if ($user->hasRight(
'agenda',
'myactions',
'create') || $user->hasRight(
'agenda',
'allactions',
'create')) {
305 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out);
307 $morehtmlright .=
dolGetButtonTitle($langs->trans(
'AddAction'),
'',
'fa fa-plus-circle', DOL_URL_ROOT.
'/comm/action/card.php?action=create'.$out,
'', 0);
312 if (isModEnabled(
'agenda') && ($user->hasRight(
'agenda',
'myactions',
'read') || $user->hasRight(
'agenda',
'allactions',
'read'))) {
315 $param =
'&id='.$object->id.(!empty($socid) ?
'&socid='.$socid :
'');
316 if (!empty($contextpage) && $contextpage != $_SERVER[
"PHP_SELF"]) {
317 $param .=
'&contextpage='.urlencode($contextpage);
319 if ($limit > 0 && $limit !=
$conf->liste_limit) {
320 $param .=
'&limit='.((int) $limit);
328 $titlelist = $langs->trans(
"Actions").(is_numeric($nbEvent) ?
'<span class="opacitymedium colorblack paddingleft">('.$nbEvent.
')</span>' :
'');
329 if (!empty(
$conf->dol_optimize_smallscreen)) {
330 $titlelist = $langs->trans(
"Actions").(is_numeric($nbEvent) ?
'<span class="opacitymedium colorblack paddingleft">('.$nbEvent.
')</span>' :
'');
333 print_barre_liste($titlelist, 0, $_SERVER[
"PHP_SELF"],
'', $sortfield, $sortorder,
'', 0, -1,
'', 0, $morehtmlright,
'', 0, 1, 0);
337 $filters[
'search_agenda_label'] = $search_agenda_label;
338 $filters[
'search_rowid'] = $search_rowid;
341 show_actions_done(
$conf, $langs, $db, $object,
null, 0, $actioncode,
'', $filters, $sortfield, $sortorder, property_exists($object,
'module') ?
$object->module :
'');
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.
show_actions_done($conf, $langs, $db, $filterobj, $objcon=null, $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 information on an object TODO Move this into html.formother.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
print_barre_liste($title, $page, $file, $options='', $sortfield='', $sortorder='', $morehtmlcenter='', $num=-1, $totalnboflines='', $picto='generic', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limit=-1, $selectlimitsuffix=0, $hidenavigation=0, $pagenavastextinput=0, $morehtmlrightbeforearrow='')
Print a title with navigation controls for pagination.
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.
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.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
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.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
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.