35require
'../../main.inc.php';
44require_once DOL_DOCUMENT_ROOT.
'/core/class/html.form.class.php';
45require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
46require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
47require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formprojet.class.php';
48require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
49require_once DOL_DOCUMENT_ROOT.
'/core/lib/date.lib.php';
50require_once DOL_DOCUMENT_ROOT.
'/categories/class/categorie.class.php';
51require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
52require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncommreminder.class.php';
53require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/cactioncomm.class.php';
54require_once DOL_DOCUMENT_ROOT.
'/contact/class/contact.class.php';
55require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
56require_once DOL_DOCUMENT_ROOT.
'/projet/class/task.class.php';
57require_once DOL_DOCUMENT_ROOT.
'/user/class/user.class.php';
60$langs->loadLangs([
"companies",
"other",
"commercial",
"bills",
"orders",
"agenda",
"mails"]);
63$action =
GETPOST(
'action',
'aZ09');
64$cancel =
GETPOST(
'cancel',
'alpha');
65$backtopage =
GETPOST(
'backtopage',
'alpha');
66$socpeopleassigned =
GETPOST(
'socpeopleassigned',
'array');
67$origin =
GETPOST(
'origin',
'alpha');
69$confirm =
GETPOST(
'confirm',
'alpha');
71$fulldayevent =
GETPOST(
'fullday',
'alpha');
78$addreminder =
GETPOST(
'addreminder',
'alpha');
80$offsetunit =
GETPOST(
'offsetunittype_duration',
'aZ09');
81$remindertype =
GETPOST(
'selectremindertype',
'aZ09');
82$modelmail =
GETPOSTINT(
'actioncommsendmodel_mail');
83$complete =
GETPOST(
'complete',
'alpha');
84$private =
GETPOST(
'private',
'alphanohtml');
85if ($complete ==
'na' || $complete == -2) {
102 if (
GETPOST(
'datep') ==
'now') {
104 } elseif (preg_match(
'/^([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})$/',
GETPOST(
"datep"), $reg)) {
105 $datep =
dol_mktime((
int) $reg[4], (
int) $reg[5], (
int) $reg[6], (
int) $reg[2], (
int) $reg[3], (
int) $reg[1],
'tzuserrel');
106 } elseif (preg_match(
'/^([0-9][0-9][0-9][0-9])([0-9][0-9])([0-9][0-9])$/',
GETPOST(
"datep"), $reg)) {
107 $datep =
dol_mktime(0, 0, 0, (
int) $reg[2], (
int) $reg[3], (
int) $reg[1],
'tzuserrel');
113if (GETPOSTISSET(
"limityear") &&
GETPOSTINT(
"limityear") < 2100) {
114 $repeateventlimitdate =
dol_mktime(23, 59, 59, GETPOSTISSET(
"limitmonth") ?
GETPOSTINT(
"limitmonth") : 1, GETPOSTISSET(
"limitday") ?
GETPOSTINT(
"limitday") : 1,
GETPOSTINT(
"limityear"), $tzforfullday ? $tzforfullday :
'tzuserrel');
116 $repeateventlimitdate =
dol_mktime(23, 59, 59, 12, 31, $currentyear, $tzforfullday ? $tzforfullday :
'tzuserrel');
122 $socid = $user->socid;
125if ($user->socid && ($socid != $user->socid)) {
130$donotclearsession =
GETPOST(
'donotclearsession') ?
GETPOST(
'donotclearsession') : 0;
135$sessionkeyassignedtouser =
'assignedtouser_'.($id > 0 ?
$id :
'new');
136$sessionkeyassignedtoresource =
'assignedtoresource_'.($id > 0 ?
$id :
'new');
149if ($id > 0 && $action !=
'add') {
153 $ret =
$object->fetch_optionals();
154 $ret1 =
$object->fetch_userassigned();
156 if ($ret < 0 || $ret1 < 0) {
162$extrafields->fetch_name_optionals_label(
$object->table_element);
164if (empty($action) && empty(
$object->id)) {
169$hookmanager->initHooks([
'actioncard',
'globalcard']);
173 $TRemindTypes[
'browser'] = [
174 'label' => $langs->trans(
'BrowserPush'),
176 'type' => ActionCommReminder::TYPE_USER,
177 'data-html' =>
img_picto(
'',
'globe',
'class="pictofixedwidth"') . $langs->trans(
'BrowserPush'),
181 $TRemindTypes[
'email'] = [
182 'label' => $langs->trans(
'EMail'),
184 'type' => ActionCommReminder::TYPE_USER,
185 'data-html' =>
img_picto(
'',
'email',
'class="pictofixedwidth"') . $langs->trans(
'EMail'),
190 $TRemindTypes[
'sms'] = [
191 'label' => $langs->trans(
'Sms'),
193 'type' => ActionCommReminder::TYPE_USER,
194 'data-html' =>
img_picto(
'',
'phoning_mobile',
'class="pictofixedwidth"') . $langs->trans(
'Sms'),
197$TDurationTypes = $form->getDurationTypes($langs);
198$TDurationTypesExcluded = [
'y',
'm',
's'];
202 'TRemindTypes' => &$TRemindTypes,
203 'enablereminders' => &$enablereminders,
204 'TDurationTypes' => &$TDurationTypes,
205 'TDurationTypesExcluded' => &$TDurationTypesExcluded,
207$reshook = $hookmanager->executeHooks(
'doActions', $parameters, $object, $action);
212$result =
restrictedArea($user,
'agenda', $object,
'actioncomm&societe',
'myactions|allactions',
'fk_soc',
'id');
214$usercancreate = $user->hasRight(
'agenda',
'allactions',
'create') || ((empty(
$object->id) ||
$object->authorid == $user->id ||
$object->userownerid == $user->id) && $user->hasRight(
'agenda',
'myactions',
'create'));
215$usercandelete = $user->hasRight(
'agenda',
'allactions',
'delete') || ((
$object->authorid === $user->id ||
$object->userownerid === $user->id) && $user->hasRight(
'agenda',
'myactions',
'delete'));
222$listUserAssignedUpdated =
false;
223$listResourceAssignedUpdated =
false;
227if (empty($reshook) && (
GETPOST(
'removedassigned') ||
GETPOST(
'removedassigned') ==
'0')) {
228 $idtoremove =
GETPOST(
'removedassigned');
230 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
231 $tmpassigneduserids = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
233 $tmpassigneduserids = [];
236 foreach ($tmpassigneduserids as $key => $val) {
237 if ($val[
'id'] == $idtoremove || $val[
'id'] == -1) {
238 unset($tmpassigneduserids[$key]);
242 $_SESSION[$sessionkeyassignedtouser] = json_encode($tmpassigneduserids);
243 $donotclearsession = 1;
244 if ($action ==
'add') {
247 if ($action ==
'update') {
251 $listUserAssignedUpdated =
true;
254if (empty($reshook) && (
GETPOST(
'removedassignedresource') ||
GETPOST(
'removedassignedresource') ==
'0')) {
255 $idtoremove =
GETPOST(
'removedassignedresource');
257 if (!empty($_SESSION[$sessionkeyassignedtoresource])) {
258 $tmpassignedresourceids = json_decode($_SESSION[$sessionkeyassignedtoresource],
true);
260 $tmpassignedresourceids = [];
263 foreach ($tmpassignedresourceids as $key => $val) {
264 if ($val[
'id'] == $idtoremove || $val[
'id'] == -1) {
265 unset($tmpassignedresourceids[$key]);
269 $_SESSION[$sessionkeyassignedtoresource] = json_encode($tmpassignedresourceids);
271 if ($action ==
'add' && $usercancreate) {
274 if ($action ==
'update' && $usercancreate) {
278 $listResourceAssignedUpdated =
true;
282if (empty($reshook) && (
GETPOST(
'addassignedtouser') ||
GETPOST(
'updateassignedtouser'))) {
284 if (
GETPOST(
'assignedtouser') > 0) {
285 $assignedtouser = [];
286 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
287 $assignedtouser = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
289 $assignedtouser[
GETPOST(
'assignedtouser')] = array(
'id' =>
GETPOSTINT(
'assignedtouser'),
'transparency' =>
GETPOST(
'transparency'),
'mandatory' => 1);
290 $_SESSION[$sessionkeyassignedtouser] = json_encode($assignedtouser);
292 $donotclearsession = 1;
293 if ($action ==
'add' && $usercancreate) {
296 if ($action ==
'update' && $usercancreate) {
300 $listUserAssignedUpdated =
true;
304if (empty($reshook) && (
GETPOST(
'addassignedtoresource') ||
GETPOST(
'updateassignedtoresource'))) {
306 if (
GETPOST(
'assignedtoresource') > 0) {
307 $assignedtoresource = [];
308 if (!empty($_SESSION[$sessionkeyassignedtoresource])) {
309 $assignedtoresource = json_decode($_SESSION[$sessionkeyassignedtoresource],
true);
311 $assignedtoresource[
GETPOST(
'assignedtoresource')] = array(
'id' =>
GETPOSTINT(
'assignedtoresource'),
'transparency' =>
GETPOST(
'transparency'),
'mandatory' => 1);
312 $_SESSION[$sessionkeyassignedtoresource] = json_encode($assignedtoresource);
314 $donotclearsession = 1;
315 if ($action ==
'add' && $usercancreate) {
318 if ($action ==
'update' && $usercancreate) {
322 $listResourceAssignedUpdated =
true;
326if (empty($reshook) && $action ==
'classin' && ($user->hasRight(
'agenda',
'allactions',
'create') ||
327 ((
$object->authorid == $user->id ||
$object->userownerid == $user->id) && $user->hasRight(
'agenda',
'myactions',
'create')))) {
333if (empty($reshook) && $action ==
'confirm_clone' && $confirm ==
'yes' && $usercancreate) {
335 if (1 == 0 && !
GETPOST(
'clone_content') && !
GETPOST(
'clone_receivers')) {
340 if (!empty(
$object->socpeopleassigned)) {
341 reset(
$object->socpeopleassigned);
346 header(
"Location: ".$_SERVER[
'PHP_SELF'].
'?id='.$result);
357if (empty($reshook) && $action ==
'add' && $usercancreate) {
360 if (empty($backtopage)) {
362 $backtopage = DOL_URL_ROOT.
'/societe/agenda.php?socid='.$socid;
364 $backtopage = DOL_URL_ROOT.
'/comm/action/index.php';
368 if (!empty($socpeopleassigned[0])) {
369 $result = $contact->fetch($socpeopleassigned[0]);
373 header(
"Location: ".$backtopage);
377 $percentage = in_array(
GETPOST(
'status'), array(-1, 100)) ?
GETPOST(
'status') : (in_array($complete, array(-1, 100)) ? $complete :
GETPOSTINT(
"percentage"));
390 $datef = (!$datef && $percentage == 100) ?
dol_now() : $datef;
393 if (!$datef && $percentage == 100) {
395 $donotclearsession = 1;
397 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"DateEnd")),
null,
'errors');
402 $donotclearsession = 1;
404 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Title")),
null,
'errors');
408 if (GETPOSTISSET(
'actioncode') && !
GETPOST(
'actioncode',
'aZ09')) {
410 $donotclearsession = 1;
412 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Type")),
null,
'errors');
417 $listofresourceid = [];
422 $object->fulldayevent = ($fulldayevent ? 1 : 0);
426 if (
GETPOST(
"elementtype",
'alpha')) {
428 $modulecodetouseforpermissioncheck = $elProp[
'module'];
430 $submodulecodetouseforpermissioncheck = $elProp[
'subelement'];
432 switch ($modulecodetouseforpermissioncheck) {
434 $modulecodetouseforpermissioncheck =
'produit';
436 case 'eventorganization':
438 $modulecodetouseforpermissioncheck =
'projet';
439 $submodulecodetouseforpermissioncheck =
'';
446 $hasPermissionOnLinkedObject = 0;
447 if ($user->hasRight($modulecodetouseforpermissioncheck,
'read')) {
448 $hasPermissionOnLinkedObject = 1;
449 } elseif ($user->hasRight($modulecodetouseforpermissioncheck, $submodulecodetouseforpermissioncheck,
'read')) {
450 $hasPermissionOnLinkedObject = 1;
453 if ($hasPermissionOnLinkedObject) {
461 if (
GETPOST(
'actioncode',
'aZ09') ==
'AC_RDV' && $contact->getFullName($langs)) {
462 $object->label = $langs->transnoentitiesnoconv(
"TaskRDVWith", $contact->getFullName($langs));
464 if ($langs->trans(
"Action".$object->type_code) !=
"Action".$object->type_code) {
465 $object->label = $langs->transnoentitiesnoconv(
"Action".
$object->type_code).
"\n";
467 $cactioncomm->fetch(
$object->type_code);
468 $object->label = $cactioncomm->label;
475 if (!empty($taskid)) {
477 if ($taskProject->fetch($taskid) > 0) {
478 $object->fk_project = $taskProject->fk_project;
483 $object->elementtype =
'project_task';
488 $object->percentage = $percentage;
491 $transparency = (
GETPOST(
"transparency") ==
'on' ? 1 : 0);
494 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
495 $listofuserid = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
498 if (!empty($_SESSION[$sessionkeyassignedtoresource])) {
499 $listofresourceid = json_decode($_SESSION[$sessionkeyassignedtoresource],
true);
503 foreach ($listofuserid as $key => $value) {
505 if ($value[
'id'] > 0) {
506 $object->userownerid = $value[
'id'];
508 $object->transparency = $transparency;
511 $object->userassigned[$value[
'id']] = array(
'id' => $value[
'id'],
'transparency' => $transparency);
519 if (GETPOSTISSET(
"contactid")) {
530 if (empty(
$object->userownerid) && empty($_SESSION[$sessionkeyassignedtouser])) {
532 $donotclearsession = 1;
534 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"ActionsOwnedBy")),
null,
'errors');
536 if (
$object->type_code ==
'AC_RDV' && ($datep ==
'' || ($datef ==
'' && empty($fulldayevent)))) {
538 $donotclearsession = 1;
540 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"DateEnd")),
null,
'errors');
545 $donotclearsession = 1;
547 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Date")),
null,
'errors');
550 foreach ($socpeopleassigned as $cid) {
551 $object->socpeopleassigned[$cid] = array(
'id' => $cid);
553 if (!empty(
$object->socpeopleassigned)) {
554 reset(
$object->socpeopleassigned);
559 $ret = $extrafields->setOptionalsFromPost(
null, $object);
562 $donotclearsession = 1;
574 $selectedrecurrulefreq =
'no';
575 $selectedrecurrulebyyearmonthday =
'';
576 $selectedrecurrulebymonthday =
'';
577 $selectedrecurrulebyday =
'';
578 $object->recurrule = GETPOSTISSET(
'recurrulefreq') ?
"FREQ=".GETPOST(
'recurrulefreq',
'alpha') :
"";
579 $object->recurrule .= (
GETPOST(
'recurrulefreq',
'alpha') ==
'YEARLY') ?
"_BYYEARMONTHDAY".((
int) $dayinyear) :
"";
580 $object->recurrule .= (
GETPOST(
'recurrulefreq',
'alpha') ==
'MONTHLY') ?
"_BYMONTHDAY".((
int) $dayinmonth) :
"";
581 $object->recurrule .= (
GETPOST(
'recurrulefreq',
'alpha') ==
'WEEKLY') ?
"_BYDAY".((
int) $dayinweek) :
"";
587 if (
$object->recurrule && preg_match(
'/FREQ=([A-Z]+)/i',
$object->recurrule, $reg1)) {
588 $selectedrecurrulefreq = $reg1[1];
590 if (
$object->recurrule && preg_match(
'/FREQ=YEARLY.*BYYEARMONTHDAY(\d+)/i',
$object->recurrule, $reg4)) {
591 $selectedrecurrulebyyearmonthday = (int) $reg4[1];
593 if (
$object->recurrule && preg_match(
'/FREQ=MONTHLY.*BYMONTHDAY(\d+)/i',
$object->recurrule, $reg2)) {
594 $selectedrecurrulebymonthday = (int) $reg2[1];
596 if (
$object->recurrule && preg_match(
'/FREQ=WEEKLY.*BYDAY(\d+)/i',
$object->recurrule, $reg3)) {
597 $selectedrecurrulebyday = (int) $reg3[1];
601 $eventisrecurring = 0;
602 $userepeatevent = (
getDolGlobalInt(
'MAIN_DISABLE_RECURRING_EVENTS') ? 0 : 1);
603 if ($userepeatevent && !empty($selectedrecurrulefreq) && $selectedrecurrulefreq !=
'no') {
604 $eventisrecurring = 1;
614 $idaction =
$object->create($user);
619 if (is_array($listofresourceid) && count($listofresourceid)) {
620 foreach ($listofresourceid as $resource_id => $val) {
621 $resource_type =
'dolresource';
626 $eventDateStart =
$object->datep;
627 $eventDateEnd =
$object->datef;
628 $isFullDayEvent =
$object->fulldayevent;
629 if (empty($eventDateEnd)) {
630 if ($isFullDayEvent) {
632 $eventDateStart =
dol_mktime(0, 0, 0, $eventDateStartArr[
'mon'], $eventDateStartArr[
'mday'], $eventDateStartArr[
'year']);
633 $eventDateEnd =
dol_mktime(23, 59, 59, $eventDateStartArr[
'mon'], $eventDateStartArr[
'mday'], $eventDateStartArr[
'year']);
637 $sql =
"SELECT er.rowid, r.ref as r_ref, ac.id as ac_id, ac.label as ac_label";
638 $sql .=
" FROM " . MAIN_DB_PREFIX .
"element_resources as er";
639 $sql .=
" INNER JOIN " . MAIN_DB_PREFIX .
"resource as r ON r.rowid = er.resource_id AND er.resource_type = '" .
$db->escape($resource_type) .
"'";
640 $sql .=
" INNER JOIN " . MAIN_DB_PREFIX .
"actioncomm as ac ON ac.id = er.element_id AND er.element_type = '" .
$db->escape(
$object->element) .
"'";
641 $sql .=
" WHERE er.resource_id = " . ((int) $resource_id);
642 $sql .=
" AND er.busy = 1";
646 $sql .=
" (ac.datep <= '" .
$db->idate($eventDateStart) .
"' AND (ac.datep2 IS NULL OR ac.datep2 >= '" .
$db->idate($eventDateStart) .
"'))";
648 if (!empty($eventDateEnd)) {
649 $sql .=
" OR (ac.datep <= '" .
$db->idate($eventDateEnd) .
"' AND (ac.datep2 >= '" .
$db->idate($eventDateEnd) .
"'))";
653 $sql .=
"ac.datep >= '" .
$db->idate($eventDateStart) .
"'";
654 if (!empty($eventDateEnd)) {
655 $sql .=
" AND (ac.datep2 IS NOT NULL AND ac.datep2 <= '" .
$db->idate($eventDateEnd) .
"')";
660 $resql =
$db->query($sql);
666 if (
$db->num_rows($resql) > 0) {
669 $object->error = $langs->trans(
'ErrorResourcesAlreadyInUse') .
' : ';
670 while ($obj =
$db->fetch_object($resql)) {
671 $object->error .=
'<br> - ' . $langs->trans(
'ErrorResourceUseInEvent', $obj->r_ref, $obj->ac_label .
' [' . $obj->ac_id .
']');
682 $res =
$object->add_element_resource($resource_id, $resource_type, $busy, $val[
'mandatory']);
687 unset($_SESSION[$sessionkeyassignedtoresource]);
692 $categories =
GETPOST(
'categories',
'array');
693 $object->setCategories($categories);
696 unset($_SESSION[$sessionkeyassignedtouser]);
698 if ($user->id !=
$object->userownerid) {
699 $moreparam =
"filtert=-1";
703 if (!$error && $addreminder ==
'on') {
708 $actionCommReminder->dateremind = $dateremind;
709 $actionCommReminder->typeremind = $remindertype;
710 $actionCommReminder->offsetunit = $offsetunit;
711 $actionCommReminder->offsetvalue = $offsetvalue;
712 $actionCommReminder->status = $actionCommReminder::STATUS_TODO;
713 $actionCommReminder->fk_actioncomm =
$object->id;
714 if ($remindertype ==
'email') {
715 $actionCommReminder->fk_email_template = $modelmail;
719 foreach (
$object->userassigned as $userassigned) {
720 $actionCommReminder->fk_user = $userassigned[
'id'];
721 $res = $actionCommReminder->create($user);
725 $langs->load(
"errors");
727 setEventMessages($langs->trans(
'ErrorReminderActionCommCreation'),
null,
'errors');
729 $donotclearsession = 1;
740 $moreparam .= ($moreparam ?
'&' :
'').
'disabledefaultvalues=1';
753 $langs->load(
"errors");
757 $donotclearsession = 1;
763 $donotclearsession = 1;
767 if (!$error && $eventisrecurring) {
772 if ($selectedrecurrulefreq ==
'WEEKLY' && !empty($selectedrecurrulebyday)) {
774 $datep =
dol_mktime($fulldayevent ? 0 :
GETPOSTINT(
"aphour"), $fulldayevent ? 0 :
GETPOSTINT(
"apmin"), $fulldayevent ? 0 :
GETPOSTINT(
"apsec"), $firstdatearray[
'month'], $firstdatearray[
'first_day'], $firstdatearray[
'year'], $tzforfullday ? $tzforfullday :
'tzuserrel');
779 } elseif ($selectedrecurrulefreq ==
'MONTHLY' && !empty($selectedrecurrulebymonthday)) {
780 $firstday = $selectedrecurrulebymonthday;
787 } elseif ($selectedrecurrulefreq ==
'YEARLY' && !empty($selectedrecurrulebyyearmonthday)) {
802 while ($datep <= $repeateventlimitdate && !$error) {
806 $finalobject->datep = $datep;
807 $finalobject->datef = $datef;
809 $idaction = $finalobject->create($user);
812 if (!$finalobject->error) {
814 $categories =
GETPOST(
'categories',
'array');
815 $finalobject->setCategories($categories);
817 unset($_SESSION[$sessionkeyassignedtouser]);
820 if ($user->id != $finalobject->userownerid) {
821 $moreparam =
"filtert=-1";
825 if ($addreminder ==
'on') {
830 $actionCommReminder->dateremind = $dateremind;
831 $actionCommReminder->typeremind = $remindertype;
832 $actionCommReminder->offsetunit = $offsetunit;
833 $actionCommReminder->offsetvalue = $offsetvalue;
834 $actionCommReminder->status = $actionCommReminder::STATUS_TODO;
835 $actionCommReminder->fk_actioncomm = $finalobject->id;
836 if ($remindertype ==
'email') {
837 $actionCommReminder->fk_email_template = $modelmail;
841 foreach ($finalobject->userassigned as $userassigned) {
842 $actionCommReminder->fk_user = $userassigned[
'id'];
843 $res = $actionCommReminder->create($user);
848 $langs->load(
"errors");
849 setEventMessages($langs->trans(
'ErrorReminderActionCommCreation'),
null,
'errors');
851 $donotclearsession = 1;
862 $moreparam .= ($moreparam ?
'&' :
'').
'disabledefaultvalues=1';
866 $langs->load(
"errors");
867 $error = $langs->trans($finalobject->error);
870 $donotclearsession = 1;
876 $donotclearsession = 1;
880 if (!($userepeatevent && GETPOSTISSET(
'recurrulefreq') &&
GETPOST(
'recurrulefreq') !=
'no' && GETPOSTISSET(
"limityear") && GETPOSTISSET(
"limitmonth") && GETPOSTISSET(
"limitday"))) {
900 if (!empty($backtopage) && !$error) {
901 dol_syslog(
"Back to ".$backtopage.($moreparam ? (preg_match(
'/\?/', $backtopage) ?
'&'.$moreparam :
'?'.$moreparam) :
''));
902 header(
"Location: ".$backtopage.($moreparam ? (preg_match(
'/\?/', $backtopage) ?
'&'.$moreparam :
'?'.$moreparam) :
''));
903 } elseif ($idaction) {
904 header(
"Location: ".DOL_URL_ROOT.
'/comm/action/card.php?id='.$idaction.($moreparam ?
'&'.$moreparam :
''));
906 header(
"Location: ".DOL_URL_ROOT.
'/comm/action/index.php'.($moreparam ?
'?'.$moreparam :
''));
913if (empty($reshook) && $action ==
'update' && $usercancreate) {
914 if (empty($cancel)) {
915 $fulldayevent =
GETPOST(
'fullday');
920 $percentage = in_array(
GETPOST(
'status'), array(-1, 100)) ?
GETPOST(
'status') : (in_array($complete, array(-1, 100)) ? $complete :
GETPOSTINT(
"percentage"));
948 if (!GETPOSTISSET(
'ap') && !GETPOSTISSET(
'aphour') && !GETPOSTISSET(
'apmin')) {
953 if (!GETPOSTISSET(
'p2') && !GETPOSTISSET(
'p2hour') && !GETPOSTISSET(
'p2min')) {
961 $datef = (!$datef && $percentage == 100) ?
dol_now() : $datef;
963 if (
$object->elementtype ==
'ticket') {
965 if (
$object->code ==
'TICKET_MSG') {
966 $object->code =
'TICKET_MSG_PRIVATE';
968 if (
$object->code ==
'TICKET_MSG_SENTBYMAIL') {
969 $object->code =
'TICKET_MSG_PRIVATE_SENTBYMAIL';
972 if (
$object->code ==
'TICKET_MSG_PRIVATE') {
975 if (
$object->code ==
'TICKET_MSG_PRIVATE_SENTBYMAIL') {
976 $object->code =
'TICKET_MSG_SENTBYMAIL';
988 $object->percentage = $percentage;
993 $socpeopleassigned =
GETPOST(
"socpeopleassigned",
'array');
994 $object->socpeopleassigned = [];
995 foreach ($socpeopleassigned as $cid) {
996 $object->socpeopleassigned[$cid] = array(
'id' => $cid);
999 if (empty(
$object->contact_id) && !empty(
$object->socpeopleassigned)) {
1000 reset(
$object->socpeopleassigned);
1005 if (!empty($taskid)) {
1007 if ($taskProject->fetch($taskid) > 0) {
1008 $object->fk_project = $taskProject->fk_project;
1011 $object->fk_element = $taskid;
1013 $object->elementtype =
'project_task';
1018 if (
GETPOST(
"elementtype",
'alpha')) {
1020 $modulecodetouseforpermissioncheck = $elProp[
'module'];
1022 $submodulecodetouseforpermissioncheck = $elProp[
'subelement'];
1024 switch ($modulecodetouseforpermissioncheck) {
1025 case 'productbatch':
1026 $modulecodetouseforpermissioncheck =
'produit';
1028 case 'eventorganization':
1030 $modulecodetouseforpermissioncheck =
'projet';
1031 $submodulecodetouseforpermissioncheck =
'';
1038 $hasPermissionOnLinkedObject = 0;
1039 if ($user->hasRight($modulecodetouseforpermissioncheck,
'read')) {
1040 $hasPermissionOnLinkedObject = 1;
1042 if ($hasPermissionOnLinkedObject) {
1050 $transparency = (
GETPOST(
"transparency") ==
'on' ? 1 : 0);
1054 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
1056 $tmplist1 = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
1057 foreach ($tmplist1 as $key => $val) {
1058 if ($val[
'id'] > 0 && $val[
'id'] != $assignedtouser) {
1059 $listofuserid[$val[
'id']] = $val;
1063 $assignedtouser = (!empty(
$object->userownerid) &&
$object->userownerid > 0 ?
$object->userownerid : 0);
1064 if ($assignedtouser) {
1065 $listofuserid[$assignedtouser] = array(
'id' => $assignedtouser,
'mandatory' => 0,
'transparency' => ($user->id == $assignedtouser ? $transparency :
''));
1071 foreach ($listofuserid as $key => $val) {
1073 $object->userownerid = $val[
'id'];
1075 $object->userassigned[$val[
'id']] = array(
'id' => $val[
'id'],
'mandatory' => 0,
'transparency' => ($user->id == $val[
'id'] ? $transparency :
''));
1079 $object->transparency = $transparency;
1083 if (GETPOSTISSET(
'actioncode') && !
GETPOST(
'actioncode',
'aZ09')) {
1085 $donotclearsession = 1;
1087 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"Type")),
null,
'errors');
1089 $result = $cactioncomm->fetch(
GETPOST(
'actioncode',
'aZ09'));
1091 if (empty(
$object->userownerid)) {
1093 $donotclearsession = 1;
1095 setEventMessages($langs->trans(
"ErrorFieldRequired", $langs->transnoentitiesnoconv(
"ActionsOwnedBy")),
null,
'errors');
1099 $ret = $extrafields->setOptionalsFromPost(
null, $object,
'@GETPOSTISSET');
1107 $eventDateStart =
$object->datep;
1108 $eventDateEnd =
$object->datef;
1110 $sql =
"SELECT er.rowid, r.ref as r_ref, ac.id as ac_id, ac.label as ac_label";
1111 $sql .=
" FROM ".MAIN_DB_PREFIX.
"element_resources as er";
1112 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"resource as r ON r.rowid = er.resource_id AND er.resource_type = 'dolresource'";
1113 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"actioncomm as ac ON ac.id = er.element_id AND er.element_type = '".
$db->escape(
$object->element).
"'";
1114 $sql .=
" WHERE ac.id <> ".((int)
$object->id);
1115 $sql .=
" AND er.resource_id IN (";
1116 $sql .=
" SELECT resource_id FROM ".MAIN_DB_PREFIX.
"element_resources";
1117 $sql .=
" WHERE element_id = ".((int)
$object->id);
1118 $sql .=
" AND element_type = '".$db->escape(
$object->element).
"'";
1119 $sql .=
" AND busy = 1";
1121 $sql .=
" AND er.busy = 1";
1125 $sql .=
" (ac.datep <= '".$db->idate($eventDateStart).
"' AND (ac.datep2 IS NULL OR ac.datep2 >= '".
$db->idate($eventDateStart).
"'))";
1127 if (!empty($eventDateEnd)) {
1128 $sql .=
" OR (ac.datep <= '".$db->idate($eventDateEnd).
"' AND (ac.datep2 >= '".
$db->idate($eventDateEnd).
"'))";
1132 $sql .=
"ac.datep >= '".$db->idate($eventDateStart).
"'";
1133 if (!empty($eventDateEnd)) {
1134 $sql .=
" AND (ac.datep2 IS NOT NULL AND ac.datep2 <= '".$db->idate($eventDateEnd).
"')";
1139 $resql =
$db->query($sql);
1145 if (
$db->num_rows($resql) > 0) {
1148 $object->error = $langs->trans(
'ErrorResourcesAlreadyInUse').
' : ';
1149 while ($obj =
$db->fetch_object($resql)) {
1150 $object->error .=
'<br> - '.$langs->trans(
'ErrorResourceUseInEvent', $obj->r_ref, $obj->ac_label.
' ['.$obj->ac_id.
']');
1166 $result =
$object->update($user);
1170 $categories =
GETPOST(
'categories',
'array');
1171 $object->setCategories($categories);
1173 $object->loadReminders($remindertype, 0,
false);
1176 if (!empty(
$object->reminders)) {
1177 foreach (
$object->reminders as $reminder) {
1178 if ($reminder->status < 1) {
1179 $reminder->delete($user);
1186 if ($addreminder ==
'on') {
1191 $actionCommReminder->dateremind = $dateremind;
1192 $actionCommReminder->typeremind = $remindertype;
1193 $actionCommReminder->offsetunit = $offsetunit;
1194 $actionCommReminder->offsetvalue = $offsetvalue;
1195 $actionCommReminder->status = $actionCommReminder::STATUS_TODO;
1196 $actionCommReminder->fk_actioncomm =
$object->id;
1197 if ($remindertype ==
'email') {
1198 $actionCommReminder->fk_email_template = $modelmail;
1202 foreach (
$object->userassigned as $userassigned) {
1203 $actionCommReminder->fk_user = $userassigned[
'id'];
1207 $sqldelete =
"DELETE FROM ".MAIN_DB_PREFIX.
"actioncomm_reminder";
1208 $sqldelete .=
" WHERE fk_user = ".((int) $actionCommReminder->fk_user).
" AND fk_actioncomm = ".((int)
$object->id).
" AND typeremind = '".
$db->escape($remindertype).
"'";
1209 $resqldelete =
$db->query($sqldelete);
1211 $res = $actionCommReminder->create($user);
1215 $langs->load(
"errors");
1216 $error = $langs->trans(
'ErrorReminderActionCommCreation');
1219 $donotclearsession = 1;
1226 unset($_SESSION[$sessionkeyassignedtouser]);
1227 unset($_SESSION[$sessionkeyassignedtoresource]);
1242 if (!empty($backtopage)) {
1243 unset($_SESSION[$sessionkeyassignedtouser]);
1244 header(
"Location: ".$backtopage);
1251if (empty($reshook) && $action ==
'confirm_delete' &&
GETPOST(
"confirm") ==
'yes' && $usercandelete) {
1254 $object->fetch_userassigned();
1257 $result =
$object->delete($user);
1260 header(
"Location: index.php");
1271if (empty($reshook) &&
GETPOST(
'actionmove',
'alpha') ==
'mupdate' && $usercancreate) {
1277 $newdate =
GETPOST(
'newdate',
'alpha');
1278 if (empty($newdate) || strpos($newdate,
'dayevent_') != 0) {
1279 header(
"Location: ".$backtopage,
true, 307);
1283 $datep =
dol_mktime($shour, $smin, 0, (
int) substr($newdate, 13, 2), (
int) substr($newdate, 15, 2), (
int) substr($newdate, 9, 4),
'tzuserrel');
1286 if ($datep !=
$object->datep) {
1295 $eventDateStart =
$object->datep;
1296 $eventDateEnd =
$object->datef;
1298 $sql =
"SELECT er.rowid, r.ref as r_ref, ac.id as ac_id, ac.label as ac_label";
1299 $sql .=
" FROM ".MAIN_DB_PREFIX.
"element_resources as er";
1300 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"resource as r ON r.rowid = er.resource_id AND er.resource_type = 'dolresource'";
1301 $sql .=
" INNER JOIN ".MAIN_DB_PREFIX.
"actioncomm as ac ON ac.id = er.element_id AND er.element_type = '".
$db->escape(
$object->element).
"'";
1302 $sql .=
" WHERE ac.id <> ".((int)
$object->id);
1303 $sql .=
" AND er.resource_id IN (";
1304 $sql .=
" SELECT resource_id FROM ".MAIN_DB_PREFIX.
"element_resources";
1305 $sql .=
" WHERE element_id = ".((int)
$object->id);
1306 $sql .=
" AND element_type = '".$db->escape(
$object->element).
"'";
1307 $sql .=
" AND busy = 1";
1309 $sql .=
" AND er.busy = 1";
1313 $sql .=
" (ac.datep <= '".$db->idate($eventDateStart).
"' AND (ac.datep2 IS NULL OR ac.datep2 >= '".
$db->idate($eventDateStart).
"'))";
1315 if (!empty($eventDateEnd)) {
1316 $sql .=
" OR (ac.datep <= '".$db->idate($eventDateEnd).
"' AND (ac.datep2 >= '".
$db->idate($eventDateEnd).
"'))";
1320 $sql .=
"ac.datep >= '".$db->idate($eventDateStart).
"'";
1321 if (!empty($eventDateEnd)) {
1322 $sql .=
" AND (ac.datep2 IS NOT NULL AND ac.datep2 <= '".$db->idate($eventDateEnd).
"')";
1327 $resql =
$db->query($sql);
1333 if (
$db->num_rows($resql) > 0) {
1336 $object->error = $langs->trans(
'ErrorResourcesAlreadyInUse').
' : ';
1337 while ($obj =
$db->fetch_object($resql)) {
1338 $object->error .=
'<br> - '.$langs->trans(
'ErrorResourceUseInEvent', $obj->r_ref, $obj->ac_label.
' ['.$obj->ac_id.
']');
1353 $result =
$object->update($user);
1363 if (!empty($backtopage)) {
1364 header(
"Location: ".$backtopage,
true, 307);
1373$permissiontoadd = ($user->hasRight(
'agenda',
'allactions',
'create') || ((
$object->authorid == $user->id ||
$object->userownerid == $user->id) && $user->hasRight(
'agenda',
'myactions',
'read')));
1374if (empty($reshook)) {
1375 include DOL_DOCUMENT_ROOT.
'/core/actions_builddoc.inc.php';
1386$arrayrecurrulefreq = array(
1387 'no' => $langs->trans(
"OnceOnly"),
1388 'YEARLY' => $langs->trans(
"EveryYear"),
1389 'MONTHLY' => $langs->trans(
"EveryMonth"),
1390 'WEEKLY' => $langs->trans(
"EveryWeek")
1395$help_url =
'EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda|DE:Modul_Terminplanung';
1396llxHeader(
'', $langs->trans(
"Agenda"), $help_url);
1398if ($action ==
'create') {
1401 $socpeopleassigned =
GETPOST(
"socpeopleassigned",
'array');
1402 if (!empty($socpeopleassigned[0])) {
1403 $result = $contact->fetch($socpeopleassigned[0]);
1411 if (!empty(
$conf->use_javascript_ajax)) {
1412 print
"\n".
'<script type="text/javascript">';
1413 print
'$(document).ready(function () {
1414 function setdatefields()
1416 if ($("#fullday:checked").val() == null) {
1417 $(".fulldaystarthour").removeAttr("disabled");
1418 $(".fulldaystartmin").removeAttr("disabled");
1419 $(".fulldayendhour").removeAttr("disabled");
1420 $(".fulldayendmin").removeAttr("disabled");
1421 $("#p2").removeAttr("disabled");
1423 $(".fulldaystarthour").prop("disabled", true).val("00");
1424 $(".fulldaystartmin").prop("disabled", true).val("00");
1425 $(".fulldayendhour").prop("disabled", true).val("23");
1426 $(".fulldayendmin").prop("disabled", true).val("59");
1427 $("#p2").removeAttr("disabled");
1430 $("#fullday").change(function() {
1431 console.log("setdatefields");
1434 var old_startdate = null;
1435 $("#ap").focus(function() {
1436 old_startdate = new Date($("#apyear").val(), $("#apmonth").val() - 1, $("#apday").val());
1438 $("#ap").next(".ui-datepicker-trigger").click(function() {
1439 old_startdate = new Date($("#apyear").val(), $("#apmonth").val() - 1, $("#apday").val());
1441 $("#ap").change(function() {
1442 setTimeout(function() {
1443 if ($("#p2").val() !== "") {
1444 var new_startdate = new Date($("#apyear").val(), $("#apmonth").val() - 1, $("#apday").val());
1445 var old_enddate = new Date($("#p2year").val(), $("#p2month").val() - 1, $("#p2day").val());
1446 if (new_startdate > old_enddate) {
1447 var timeDiff = old_enddate - old_startdate;
1448 var new_enddate = new Date(new_startdate.getTime() + timeDiff);
1449 $("#p2").val(formatDate(new_enddate, "' . $langs->trans(
'FormatDateShortJavaInput') .
'"));
1450 $("#p2day").val(new_enddate.getDate());
1451 $("#p2month").val(new_enddate.getMonth() + 1);
1452 $("#p2year").val(new_enddate.getFullYear());
1457 $("#actioncode").change(function() {
1458 if ($("#actioncode").val() == \'AC_RDV\') $("#dateend").addClass("fieldrequired");
1459 else $("#dateend").removeClass("fieldrequired");
1461 $("#aphour,#apmin").change(function() {
1462 if ($("#actioncode").val() == \'AC_RDV\') {
1463 var oldhour = parseInt($("#aphour").val());
1464 var oldmin = parseInt($("#apmin").val());
1465 var oldday = parseInt($("#apday").val());
1466 var oldmonth = $("#apmonth").val();
1467 var oldyear = $("#apyear").val();
1469 var newhour = oldhour + 1;
1470 var newday = oldday;
1471 var newmonth = oldmonth;
1472 var newyear = oldyear;
1473 if (newhour >= 24) {
1475 newday = oldday + 1;
1477 console.log("Start date was changed, we modify end date "+oldhour+" "+oldmin+" -> "+newhour+" "+oldmin);
1478 $("#p2hour").val(("00" + newhour).substr(-2,2));
1479 $("#p2min").val(("00" + oldmin).substr(-2,2));
1480 $("#p2day").val(newday);
1481 $("#p2month").val(newmonth);
1482 $("#p2year").val(newyear);
1483 $("#p2").val($("#ap").val());
1486 if ($("#actioncode").val() == \'AC_RDV\') $("#dateend").addClass("fieldrequired");
1487 else $("#dateend").removeClass("fieldrequired");
1490 print
'</script>'.
"\n";
1493 print
'<form name="formaction" action="'.$_SERVER[
'PHP_SELF'].
'" method="POST">';
1494 print
'<input type="hidden" name="token" value="'.newToken().
'">';
1495 print
'<input type="hidden" name="action" value="add">';
1496 print
'<input type="hidden" name="donotclearsession" value="1">';
1497 print
'<input type="hidden" name="page_y" value="">';
1499 print
'<input type="hidden" name="backtopage" value="'.($backtopage !=
'1' ? $backtopage :
'').
'">';
1502 print
'<input type="hidden" name="actioncode" value="'.dol_getIdFromCode(
$db,
'AC_OTH',
'c_actioncomm').
'">';
1509 print
'<div class="divcreate">';
1510 print
'<table class="border centpercent nobottom">';
1513 print
'<tr><td'.(getDolGlobalString(
'AGENDA_USE_EVENT_TYPE') ?
' class="fieldrequired"' :
' class="fieldrequired titlefieldcreate"').
'>'.$langs->trans(
"Title").
'</td><td><input type="text" id="label" name="label" class="soixantepercent" value="'.
GETPOST(
'label').
'"></td></tr>';
1517 print
'<tr><td class="titlefieldcreate"><span class="fieldrequired">'.$langs->trans(
"Type").
'</span></b></td><td>';
1519 if (empty($default)) {
1520 $default =
'AC_OTH';
1522 print
img_picto($langs->trans(
"ActionType"),
'square',
'class="fawidth30 inline-block" style="color: #ddd;"');
1523 $selectedvalue = GETPOSTISSET(
"actioncode") ?
GETPOST(
"actioncode",
'aZ09') : (
$object->type_code ?
$object->type_code : $default);
1524 print $formactions->select_type_actions($selectedvalue,
"actioncode",
"systemauto", 0, -1, 0, 1);
1529 print
'<tr><td><span class="fieldrequired">'.$langs->trans(
"Date").
'</span></td>';
1530 print
'<td class="valignmiddle height30">';
1532 print
'<input class="valignmiddle" type="checkbox" id="fullday" name="fullday" '.(GETPOST(
'fullday') ?
' checked' :
'').
'><label for="fullday" class="valignmiddle small">'.$langs->trans(
"EventOnFullDay").
'</label>';
1536 $datep = ($datep ? $datep : (is_null(
$object->datep) ?
'' :
$object->datep));
1537 if (
GETPOST(
'datep',
'alpha', 1)) {
1540 $datef = ($datef ? $datef :
$object->datef);
1541 if (
GETPOST(
'datef',
'alpha', 1)) {
1544 if (empty($datef) && !empty($datep)) {
1551 print
'<tr><td class="nowrap">';
1553 print
'<div class="inline-block">';
1555 print $form->selectDate($datep,
'ap', 1, 1, 0,
"action", 1, 2, 0,
'fulldaystart',
'',
'',
'', 1,
'',
'',
'tzuserrel');
1557 print $form->selectDate($datep,
'ap', 1, 1, 1,
"action", 1, 2, 0,
'fulldaystart',
'',
'',
'', 1,
'',
'',
'tzuserrel');
1559 print
' <span class="hideonsmartphone"> - </span><br class="showonsmartphone"> ';
1560 print $form->selectDate($datef,
'p2', 1, 1, 1,
"action", 1, 0, 0,
'fulldayend',
'',
'',
'', 1,
'',
'',
'tzuserrel');
1566 $userepeatevent = (
getDolGlobalInt(
'MAIN_DISABLE_RECURRING_EVENTS') ? 0 : 1);
1567 if ($userepeatevent) {
1569 print
'<div class="clearbothonsmartphone hideonsmartphone inline-block"> </div>';
1572 print
'<div class="inline-block small" data-html="repeat">';
1573 print
'<span class="opacitymedium">';
1574 print
img_picto($langs->trans(
"Recurrence"),
'recurring',
'style="margin-left: 3px" class="paddingright"');
1575 print
'<input type="hidden" name="recurid" value="'.(empty(
$object->recurid) ?
'' :
$object->recurid).
'">';
1577 $selectedrecurrulefreq =
'no';
1578 $selectedrecurrulebyyearmonthday =
'';
1579 $selectedrecurrulebymonthday =
'';
1580 $selectedrecurrulebyday =
'';
1581 $object->recurrule = GETPOSTISSET(
'recurrulefreq') ?
"FREQ=".GETPOST(
'recurrulefreq',
'alpha') :
"";
1582 $object->recurrule .= GETPOSTISSET(
'BYYEARMONTHDAY') ?
"_BYYEARMONTHDAY".GETPOST(
'BYYEARMONTHDAY',
'alpha') :
"";
1583 $object->recurrule .= GETPOSTISSET(
'BYMONTHDAY') ?
"_BYMONTHDAY".GETPOST(
'BYMONTHDAY',
'alpha') :
"";
1584 $object->recurrule .= GETPOSTISSET(
'BYDAY') ?
"_BYDAY".GETPOST(
'BYDAY',
'alpha') :
"";
1588 if (
$object->recurrule && preg_match(
'/FREQ=([A-Z]+)/i',
$object->recurrule, $reg)) {
1589 $selectedrecurrulefreq = $reg[1];
1591 if (
$object->recurrule && preg_match(
'/FREQ=YEARLY.*BYYEARMONTHDAY(\d+)/i',
$object->recurrule, $reg)) {
1592 $selectedrecurrulebyyearmonthday = (int) $reg[1];
1594 if (
$object->recurrule && preg_match(
'/FREQ=MONTHLY.*BYMONTHDAY(\d+)/i',
$object->recurrule, $reg)) {
1595 $selectedrecurrulebymonthday = (int) $reg[1];
1597 if (
$object->recurrule && preg_match(
'/FREQ=WEEKLY.*BYDAY(\d+)/i',
$object->recurrule, $reg)) {
1598 $selectedrecurrulebyday = (int) $reg[1];
1601 print $form->selectarray(
'recurrulefreq', $arrayrecurrulefreq, $selectedrecurrulefreq, 0, 0, 0,
'', 0, 0, 0,
'',
'marginrightonly minwidth125 maxwidth150');
1619 $repeateventlimitdate = empty($repeateventlimitdate) ? (
dol_now() + ((24 * 3600 * 365) + 1)) : $repeateventlimitdate;
1621 print
'<div class="hidden marginrightonly inline-block repeateventlimitdate">';
1622 print $langs->trans(
"Until").
" ";
1623 print $form->selectDate($repeateventlimitdate,
'limit', 0, 0, 0,
"action", 1, 0, 0,
'',
'',
'',
'', 1,
'',
'',
'tzuserrel');
1626 <script
type=
"text/javascript">
1627 jQuery(document).ready(
function() {
1628 function init_repeat() {
1629 console.log(
"recurrule: " +
"<?php echo $object->recurrule; ?>");
1630 console.log(
"reg1: " +
"<?php echo $selectedrecurrulefreq; ?>");
1631 console.log(
"reg2: " +
"<?php echo $selectedrecurrulebymonthday; ?>");
1632 console.log(
"reg3: " +
"<?php echo $selectedrecurrulebyday; ?>");
1633 console.log(
"reg4: " +
"<?php echo $selectedrecurrulebyyearmonthday; ?>");
1634 console.log(
"selectedrulefreq: " +
"<?php echo $selectedrecurrulefreq; ?>");
1635 if (jQuery(
"#recurrulefreq").val() ==
'YEARLY') {
1637 jQuery(
".repeateventlimitdate").css(
"display",
"inline-block");
1638 jQuery(
".repeateventBYMONTHDAY").hide();
1639 jQuery(
".repeateventBYDAY").hide();
1640 }
else if (jQuery(
"#recurrulefreq").val() ==
'MONTHLY') {
1642 jQuery(
".repeateventlimitdate").css(
"display",
"inline-block");
1643 jQuery(
".repeateventBYYEARMONTHDAY").hide();
1644 jQuery(
".repeateventBYDAY").hide();
1645 }
else if (jQuery(
"#recurrulefreq").val() ==
'WEEKLY') {
1646 jQuery(
".repeateventBYYEARMONTHDAY").hide();
1647 jQuery(
".repeateventBYMONTHDAY").hide();
1649 jQuery(
".repeateventlimitdate").css(
"display",
"inline-block");
1651 jQuery(
".repeateventBYYEARMONTHDAY").hide();
1652 jQuery(
".repeateventBYMONTHDAY").hide();
1653 jQuery(
".repeateventBYDAY").hide();
1654 jQuery(
".repeateventlimitdate").hide();
1658 jQuery(
"#recurrulefreq").change(
function() {
1673 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"Location").
'</td><td>';
1674 print
img_picto(
'',
'map-marker-alt',
'class="pictofixedwidth"');
1675 print
'<input type="text" name="location" class="minwidth300 maxwidth150onsmartphone" value="'.(GETPOST(
'location') ?
GETPOST(
'location') :
$object->location).
'"></td></tr>';
1683 print
'<div class="divcreate">';
1684 print
'<table class="border centpercent nobottom">';
1687 print
'<tr><td class="nowrap titlefieldcreate"><span>';
1688 print $langs->trans(
"AssignedTo");
1689 print
'</span></td><td>';
1691 $listofcontactid = [];
1692 $listofotherid = [];
1694 if (empty($donotclearsession)) {
1696 if ($assignedtouser) {
1697 $listofuserid[$assignedtouser] = array(
'id' => $assignedtouser,
'mandatory' => 0);
1700 $listofuserid[$assignedtouser][
'transparency'] = (GETPOSTISSET(
'transparency') ?
GETPOST(
'transparency',
'alpha') : 1);
1701 $_SESSION[$sessionkeyassignedtouser] = json_encode($listofuserid);
1703 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
1704 $listofuserid = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
1706 if (!is_array($listofuserid)) {
1709 $firstelem = reset($listofuserid);
1710 if (isset($listofuserid[$firstelem[
'id']])) {
1711 $listofuserid[$firstelem[
'id']][
'transparency'] = (GETPOSTISSET(
'transparency') ?
GETPOST(
'transparency',
'alpha') : 0);
1714 print
'<!-- list of user to assign -->'.
"\n";
1715 print
'<div class="assignedtouser">';
1716 print $form->select_dolusers_forevent(($action ==
'create' ?
'add' :
'update'),
'assignedtouser', 1, [], 0,
'', [],
'0', 0, 0,
'u.statut:<>:0', 1, $listofuserid, $listofcontactid, $listofotherid);
1722 print
'<tr><td class="tdtop nowrap">'.$langs->trans(
"Resource").
'</td><td>';
1724 $listofresourceid = [];
1725 if (empty($donotclearsession)) {
1726 $assignedtoresource =
GETPOST(
"assignedtoresource");
1727 if ($assignedtoresource) {
1728 $listofresourceid[$assignedtoresource] = array(
'id' => $assignedtoresource,
'mandatory' => 0);
1730 $_SESSION[$sessionkeyassignedtoresource] = json_encode($listofresourceid);
1732 if (!empty($_SESSION[$sessionkeyassignedtoresource])) {
1733 $listofresourceid = json_decode($_SESSION[$sessionkeyassignedtoresource],
true);
1735 if (!is_array($listofresourceid)) {
1736 $listofresourceid = [];
1738 $firstelem = reset($listofresourceid);
1739 if ($firstelem && isset($listofresourceid[$firstelem[
'id']])) {
1740 $listofresourceid[$firstelem[
'id']][
'transparency'] = (GETPOSTISSET(
'transparency') ?
GETPOST(
'transparency',
'alpha') : 0);
1743 print
'<div class="assignedtoresource">';
1744 print $form->select_dolresources_forevent(($action ==
'create' ?
'add' :
'update'),
'assignedtoresource', 1, [], 0,
'', [],
'0', 0, 0,
'AND u.statut != 0', 1, $listofresourceid);
1751 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
1752 print $form->selectCategories(Categorie::TYPE_ACTIONCOMM,
'categories', $object);
1762 print
'<div class="divcreate">';
1763 print
'<table class="border centpercent nobottom">';
1766 print
'<tr><td>'.$langs->trans(
"Status").
' / '.$langs->trans(
"Progression").
'</td>';
1768 $percent = $complete !==
'' ? $complete : -1;
1769 if (GETPOSTISSET(
'status')) {
1771 } elseif (GETPOSTISSET(
'percentage')) {
1774 if ($complete ==
'0' ||
GETPOST(
"afaire") == 1) {
1776 } elseif ($complete == 100 ||
GETPOST(
"afaire") == 2) {
1780 print $formactions->form_select_status_action(
'formaction', $percent, 1,
'complete', 0, 0,
'minwidth150 maxwidth300', 1);
1785 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"ActionOnCompany").
'</td><td>';
1789 print $societe->getNomUrl(1);
1790 print
'<input type="hidden" id="socid" name="socid" value="'.GETPOSTINT(
'socid').
'">';
1793 $events[] = array(
'method' =>
'getContacts',
'url' =>
dol_buildpath(
'/core/ajax/contacts.php?showempty=1&token='.
currentToken(), 1),
'htmlname' =>
'contactid',
'params' => array(
'add-customer-contact' =>
'disabled'));
1795 if (!empty($user->socid)) {
1796 print
img_picto(
'',
'company',
'class="pictofixedwidth"').$form->select_company($user->socid,
'socid',
'', 1, 1, 0, $events, 0,
'minwidth300 widthcentpercentminusxx maxwidth500');
1798 print
img_picto(
'',
'company',
'class="pictofixedwidth"').$form->select_company(
'',
'socid',
'', $langs->trans(
'SelectThirdParty'), 1, 0, $events, 0,
'minwidth300 widthcentpercentminusxx maxwidth500');
1804 print
'<tr><td class="nowrap">'.$langs->trans(
"ActionOnContact").
'</td><td>';
1805 $preselectedids =
GETPOST(
'socpeopleassigned',
'array:int');
1809 if ($origin ==
'contact') {
1815 $select_contact_default = 0;
1817 $select_contact_default = -1;
1819 print
img_picto(
'',
'contact',
'class="pictofixedwidth"');
1828 $conf->global->CONTACT_USE_SEARCH_TO_SELECT = 0;
1829 print $form->selectcontacts(GETPOSTISSET(
'socid') ?
GETPOSTINT(
'socid') : $select_contact_default, $preselectedids,
'socpeopleassigned[]', 1,
'',
'', 0,
'minwidth300 widthcentpercentminusxx maxwidth500', 0, 0, 0, [],
'multiple',
'contactid');
1830 $conf->global->CONTACT_USE_SEARCH_TO_SELECT = $sav;
1832 print $form->selectcontacts(GETPOSTISSET(
'socid') ?
GETPOSTINT(
'socid') : $select_contact_default, $preselectedids,
'socpeopleassigned[]', 1,
'',
'', 0,
'minwidth300 widthcentpercentminusxx maxwidth500', 0, 0, 0, [],
'multiple',
'contactid');
1840 $langs->load(
"projects");
1844 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"Project").
'</td><td id="project-input-container">';
1845 print
img_picto(
'',
'project',
'class="pictofixedwidth"');
1846 print $formproject->select_projects((
$object->socid > 0 ?
$object->socid : -1), (
string) $projectid,
'projectid', 0, 0, 1, 1, 0, 0, 0,
'', 1, 0,
'maxwidth500 widthcentpercentminusxx maxwidth500');
1848 print
' <a href="'.DOL_URL_ROOT.
'/projet/card.php?socid='.(empty($societe->id) ?
'' : $societe->id).
'&action=create&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?action=create').
'">';
1849 print
'<span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddProject").
'"></span></a>';
1850 $urloption =
'?action=create&donotclearsession=1';
1855 <script
type=
"text/javascript">
1856 $(document).ready(
function () {
1857 $(
"#projectid").change(
function () {
1858 var url =
"<?php echo DOL_URL_ROOT; ?>/projet/ajax/projects.php?mode=gettasks&socid="+$(
"#search_socid").val()+
"&projectid="+$(
"#projectid").val();
1859 console.log(
"Call url to get the new list of tasks: "+url);
1860 $.get(url,
function(data) {
1862 if (data) $(
"#taskid").html(data).select2();
1872 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"Task").
'</td><td id="project-task-input-container" >';
1873 print
img_picto(
'',
'projecttask',
'class="pictofixedwidth"');
1874 $projectsListId =
'';
1875 if (!empty($projectid)) {
1876 $projectsListId = $projectid;
1879 $tid = GETPOSTISSET(
"projecttaskid") ?
GETPOSTINT(
"projecttaskid") : (GETPOSTISSET(
"taskid") ?
GETPOSTINT(
"taskid") :
'');
1881 if (empty($projectsListId)) {
1882 print
'<select class="valignmiddle flat maxwidth500 widthcentpercentminusxx minwidth150imp" id="taskid" name="taskid">';
1883 print
'<option class="opacitymedium"> </option>';
1884 print
'<option class="opacitymedium" disabled data-html="'.dolPrintHTMLForAttribute($langs->trans(
"SelectAProjectFirst")).
'">'.$langs->trans(
"SelectAProjectFirst").
'</option>';
1888 print $formproject->selectTasks((!empty($societe->id) ? $societe->id : -1), $tid,
'taskid', 64, 0,
'1', 1, 0, 0,
'maxwidth500 widthcentpercentminusxx', (
string) $projectsListId,
'all', null, 1);
1894 if (!empty($origin) && !empty($originid)) {
1895 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
1897 $hasPermissionOnLinkedObject = 0;
1900 $modulecodetouseforpermissioncheck = $elProp[
'module'];
1902 $submodulecodetouseforpermissioncheck = $elProp[
'subelement'];
1904 switch ($modulecodetouseforpermissioncheck) {
1905 case 'productbatch':
1906 $modulecodetouseforpermissioncheck =
'produit';
1908 case 'eventorganization':
1910 $modulecodetouseforpermissioncheck =
'projet';
1911 $submodulecodetouseforpermissioncheck =
'';
1918 if ($user->hasRight($modulecodetouseforpermissioncheck,
'read') || $user->hasRight($modulecodetouseforpermissioncheck, $elProp[
'element'],
'read')) {
1919 $hasPermissionOnLinkedObject = 1;
1923 if (! in_array($origin, array(
'societe',
'project',
'project_task',
'user'))) {
1925 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"LinkedObject").
'</td>';
1926 print
'<td colspan="3">';
1927 if ($hasPermissionOnLinkedObject) {
1929 print
'<input type="hidden" name="fk_element" value="'.$originid.
'">';
1930 print
'<input type="hidden" name="elementtype" value="'.$origin.
'">';
1931 print
'<input type="hidden" name="originid" value="'.$originid.
'">';
1932 print
'<input type="hidden" name="origin" value="'.$origin.
'">';
1934 print
'<!-- no permission on object to link '.$origin.
' id '.$originid.
' -->';
1942 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"Priority").
'</td><td colspan="3">';
1943 print
'<input type="text" name="priority" value="'.(GETPOSTISSET(
'priority') ?
GETPOSTINT(
'priority') : (
$object->priority ?
$object->priority :
'')).
'" size="5">';
1948 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
1949 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
1950 $doleditor =
new DolEditor(
'note', (GETPOSTISSET(
'note') ?
GETPOST(
'note',
'restricthtml') :
$object->note_private),
'', 200,
'dolibarr_notes',
'In', true, true,
isModEnabled(
'fckeditor'), ROWS_4,
'90%');
1951 $doleditor->Create();
1956 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
1957 print $hookmanager->resPrint;
1958 if (empty($reshook)) {
1959 print
$object->showOptionals($extrafields,
'create', $parameters);
1965 if ($enablereminders) {
1969 print
'<label for="addreminder">'.img_picto(
'',
'bell',
'class="pictofixedwidth"').$langs->trans(
"AddReminder").
'</label> <input type="checkbox" id="addreminder" name="addreminder"'.(empty(
GETPOST(
'addreminder')) ?
'' :
'checked').
'><br>';
1971 print
'<div class="reminderparameters" '.(empty(
GETPOST(
'addreminder')) ?
'style="display: none;' :
'').
' ">';
1974 print
'<table class="border centpercent">';
1977 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"ReminderTime").
'</td><td colspan="3">';
1978 print
'<input class="width50" type="number" name="offsetvalue" value="'.(GETPOSTISSET(
'offsetvalue') ?
GETPOSTINT(
'offsetvalue') :
getDolGlobalInt(
'AGENDA_REMINDER_DEFAULT_OFFSET', 30)).
'"> ';
1980 print $form->selectTypeDuration(
'offsetunit', (empty($offsetunit) ?
'i' : $offsetunit), $TDurationTypesExcluded);
1984 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"ReminderType").
'</td><td colspan="3">';
1985 print $form->selectarray(
'selectremindertype', $TRemindTypes,
'', 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth200 maxwidth500', 1);
1990 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"EMailTemplates").
'</td><td colspan="3">';
1991 print $form->selectModelMail(
'actioncommsend',
'actioncomm_send', 1, 1, (empty($modelmail) ? 0 : $modelmail));
1998 $reminderDefaultEventTypes =
getDolGlobalString(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES',
'');
1999 $reminderDefaultOffset =
getDolGlobalInt(
'AGENDA_DEFAULT_REMINDER_OFFSET', 30);
2001 $reminderDefaultEmailModel =
getDolGlobalInt(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODEL');
2003 print
"\n".
'<script type="text/javascript">';
2004 print
'$(document).ready(function () {
2005 const reminderDefaultEventTypes = \''.dol_escape_js($reminderDefaultEventTypes).
'\';
2006 $(
"#actioncode").change(
function(){
2007 var selected_event_type = $(
"#actioncode option:selected").val();
2009 if (reminderDefaultEventTypes.includes(selected_event_type)) {
2010 $(
".reminderparameters").show();
2011 $(
"#addreminder").prop(
"checked",
true);
2014 $(
"[name=\"offsetvalue\"]").val(\
'' .
dol_escape_js((
string) $reminderDefaultOffset) .
'\');
2015 $(
"#select_offsetunittype_duration").select2(
"destroy");
2016 $(
"#select_offsetunittype_duration").val(\
''.
dol_escape_js($reminderDefaultUnit).
'\');
2017 $(
"#select_offsetunittype_duration").select2();
2019 $(
"#selectremindertype").select2(
"destroy");
2020 $(
"#selectremindertype").val(
"email");
2021 $(
"#selectremindertype").select2();
2024 $(
"#select_actioncommsendmodel_mail").closest(
"tr").show();
2025 $(
"#select_actioncommsendmodel_mail").select2(
"destroy");
2026 $(
"#select_actioncommsendmodel_mail").val(\
''.
dol_escape_js((
string) $reminderDefaultEmailModel).
'\');
2027 $(
"#select_actioncommsendmodel_mail").select2();
2031 print '</script>
'."\n";
2033 print "\n".'<script
type=
"text/javascript">
';
2034 print '$(document).ready(
function () {
2035 function toggle_reminder_part(evt) {
2036 console.log(
"Toggle reminder part");
2037 if ($(
"#addreminder").is(
":checked")) {
2038 $(
".reminderparameters").show();
2040 $(
".reminderparameters").hide();
2042 $(
"#selectremindertype").select2(
"destroy");
2043 $(
"#selectremindertype").select2();
2044 $(
"#select_offsetunittype_duration").select2(
"destroy");
2045 $(
"#select_offsetunittype_duration").select2();
2046 selectremindertype();
2049 toggle_reminder_part();
2050 $(
"#addreminder").click(toggle_reminder_part);
2052 $(
"#selectremindertype").change(
function(){
2053 selectremindertype();
2056 function selectremindertype() {
2057 console.log(
"Call selectremindertype");
2058 var selected_option = $(
"#selectremindertype option:selected").val();
2059 if(selected_option ==
"email") {
2060 $(
"#select_actioncommsendmodel_mail").closest(
"tr").show();
2062 $(
"#select_actioncommsendmodel_mail").closest(
"tr").hide();
2067 print '</script>
'."\n";
2070 print dol_get_fiche_end();
2072 print $form->buttonsSaveCancel("Create");
2078if ($id > 0 && $action != 'create
') {
2079 $result1 = $object->fetch($id);
2080 if ($result1 <= 0) {
2081 recordNotFound('', 0);
2084 $result2 = $object->fetch_thirdparty();
2085 $result2 = $object->fetchProject();
2086 $result3 = $object->fetch_contact();
2087 $result4 = $object->fetch_userassigned();
2088 $result5 = $object->fetch_optionals();
2090 if ($listUserAssignedUpdated || $donotclearsession) {
2091 $percentage = in_array(GETPOST('status'), array(-1, 100)) ? GETPOST('status') : (in_array($complete, array(-1, 100)) ? $complete : GETPOSTINT("percentage")); // If status is -1 or 100, percentage is not defined and we must use status
2093 $datep = dol_mktime($fulldayevent ? 0 : $aphour, $fulldayevent ? 0 : $apmin, 0, GETPOSTINT("apmonth"), GETPOSTINT("apday"), GETPOSTINT("apyear"), 'tzuserrel
');
2094 $datef = dol_mktime($fulldayevent ? 23 : $p2hour, $fulldayevent ? 59 : $p2min, $fulldayevent ? 59 : 0, GETPOSTINT("p2month"), GETPOSTINT("p2day"), GETPOSTINT("p2year"), 'tzuserrel
');
2096 $object->type_id = dol_getIdFromCode($db, GETPOST("actioncode", 'aZ09
'), 'c_actioncomm
');
2097 $object->label = GETPOST("label", "alphanohtml");
2098 $object->datep = $datep;
2099 $object->datef = $datef;
2100 $object->percentage = $percentage;
2101 $object->priority = GETPOSTINT("priority");
2102 $object->fulldayevent = GETPOST("fullday") ? 1 : 0;
2103 $object->location = GETPOST('location
', "alphanohtml");
2104 $object->socid = GETPOSTINT("socid");
2105 $socpeopleassigned = GETPOST("socpeopleassigned", 'array
');
2106 foreach ($socpeopleassigned as $tmpid) {
2107 $object->socpeopleassigned[$id] = array('id' => $tmpid);
2109 $object->contact_id = GETPOSTINT("contactid");
2110 $object->fk_project = GETPOSTINT("projectid");
2112 $object->note_private = GETPOST("note", 'restricthtml
');
2115 if ($result2 < 0 || $result3 < 0 || $result4 < 0 || $result5 < 0) {
2116 dol_print_error($db, $object->error);
2125 $head = actions_prepare_head($object);
2128 $delay_warning = getDolGlobalInt('MAIN_DELAY_ACTIONS_TODO
') * 24 * 60 * 60;
2131 // Deletion confirmation action
2132 if ($action == 'delete') {
2133 print $form->formconfirm("card.php?id=".urlencode((string) ($id)), $langs->trans("DeleteAction"), $langs->trans("ConfirmDeleteAction"), "confirm_delete", '', '', 1);
2136 if ($action == 'edit
') {
2137 $caneditdateorowner = ($object->type != 'systemauto
');
2139 if (!empty($conf->use_javascript_ajax)) {
2140 print "\n".'<script
type=
"text/javascript">
';
2141 print '$(document).ready(
function () {
2142 function setdatefields()
2144 if ($(
"#fullday:checked").val() ==
null) {
2145 $(
".fulldaystarthour").removeAttr(
"disabled");
2146 $(
".fulldaystartmin").removeAttr(
"disabled");
2147 $(
".fulldayendhour").removeAttr(
"disabled");
2148 $(
".fulldayendmin").removeAttr(
"disabled");
2150 $(
".fulldaystarthour").prop(
"disabled",
true).val(
"00");
2151 $(
".fulldaystartmin").prop(
"disabled",
true).val(
"00");
2152 $(
".fulldayendhour").prop(
"disabled",
true).val(
"23");
2153 $(
".fulldayendmin").prop(
"disabled",
true).val(
"59");
2157 '.($caneditdateorowner ? ' setdatefields();
' : '').'
2159 $(
"#fullday").change(
function() {
2162 var old_startdate =
null;
2163 $(
"#ap").focus(
function() {
2164 old_startdate =
new Date($(
"#apyear").val(), $(
"#apmonth").val() - 1, $(
"#apday").val());
2166 $(
"#ap").next(
".ui-datepicker-trigger").click(
function() {
2167 old_startdate =
new Date($(
"#apyear").val(), $(
"#apmonth").val() - 1, $(
"#apday").val());
2169 $(
"#ap").change(
function() {
2170 setTimeout(
function() {
2171 if ($(
"#p2").val() !==
"") {
2172 var new_startdate =
new Date($(
"#apyear").val(), $(
"#apmonth").val() - 1, $(
"#apday").val());
2173 var old_enddate =
new Date($(
"#p2year").val(), $(
"#p2month").val() - 1, $(
"#p2day").val());
2174 if (new_startdate > old_enddate) {
2175 var timeDiff = old_enddate - old_startdate;
2176 var new_enddate =
new Date(new_startdate.getTime() + timeDiff);
2177 $(
"#p2").val(formatDate(new_enddate,
"' . $langs->trans('FormatDateShortJavaInput') . '"));
2178 $(
"#p2day").val(new_enddate.getDate());
2179 $(
"#p2month").val(new_enddate.getMonth() + 1);
2180 $(
"#p2year").val(new_enddate.getFullYear());
2185 $(
"#actioncode").change(
function() {
2186 if ($(
"#actioncode").val() == \
'AC_RDV\') $("#dateend").addClass("fieldrequired");
2187 else $("#dateend").removeClass("fieldrequired");
2190 print
'</script>'.
"\n";
2193 print
'<form name="formaction" action="'.$_SERVER[
'PHP_SELF'].
'" method="POST">';
2194 print
'<input type="hidden" name="token" value="'.newToken().
'">';
2195 print
'<input type="hidden" name="action" value="update">';
2196 print
'<input type="hidden" name="id" value="'.$id.
'">';
2197 print
'<input type="hidden" name="ref_ext" value="'.$object->ref_ext.
'">';
2198 print
'<input type="hidden" name="page_y" value="">';
2200 print
'<input type="hidden" name="backtopage" value="'.($backtopage !=
'1' ? $backtopage :
'').
'">';
2203 print
'<input type="hidden" name="actioncode" value="'.$object->type_code.
'">';
2208 print
'<table class="border tableforfield centpercent">';
2211 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"Ref").
'</td><td>'.
$object->id.
'</td></tr>';
2214 print
'<tr><td class="fieldrequired'.(!
getDolGlobalString(
'AGENDA_USE_EVENT_TYPE') ?
' titlefieldcreate' :
'').
'">'.$langs->trans(
"Title").
'</td><td><input type="text" name="label" class="soixantepercent" value="'.
$object->label.
'"></td></tr>';
2218 print
'<tr><td class="fieldrequired">'.$langs->trans(
"Type").
'</td><td>';
2219 if (
$object->type_code !=
'AC_OTH_AUTO') {
2220 print
img_picto($langs->trans(
"ActionType"),
'square',
'class="fawidth30 inline-block" style="color: #ddd;"');
2221 print $formactions->select_type_actions(
GETPOST(
"actioncode",
'aZ09') ?
GETPOST(
"actioncode",
'aZ09') :
$object->type_code,
"actioncode",
"systemauto", 0, 0, 0, 1);
2223 print
'<input type="hidden" name="actioncode" value="'.$object->type_code.
'">';
2224 print
$object->getTypePicto();
2225 print $langs->trans(
"Action".
$object->type_code);
2231 if (
$object->elementtype ==
'ticket') {
2232 print
'<tr><td>'.$langs->trans(
"MarkMessageAsPrivate");
2233 print
' '.$form->textwithpicto(
'', $langs->trans(
"TicketMessagePrivateHelp"), 1,
'help');
2234 print
'</td><td><input type="checkbox" id="private" name="private" '.(preg_match(
'/^TICKET_MSG_PRIVATE/',
$object->code) ?
' checked' :
'').
'></td></tr>';
2238 print
'<tr><td><span class="fieldrequired">'.$langs->trans(
"Date").
'</span></td><td class="valignmiddle height30 small">';
2239 print
'<input '.($caneditdateorowner ?
'' :
' disabled').
' type="checkbox" id="fullday" name="fullday" '.(
$object->fulldayevent ?
' checked' :
'').
'>';
2240 print
'<label for="fullday">'.$langs->trans(
"EventOnFullDay").
'</label>';
2303 print
'<tr><td class="nowrap">';
2306 print $form->selectDate($datep ? $datep :
$object->datep,
'ap', 1, 1, 0,
"action", 1, 2, ($caneditdateorowner ? 0 : 1),
'fulldaystart',
'',
'',
'', 1,
'',
'',
$object->fulldayevent ? ($tzforfullday ? $tzforfullday :
'tzuserrel') :
'tzuserrel');
2307 print
' <span class="hideonsmartphone"> - </span> ';
2308 print $form->selectDate($datef ? $datef :
$object->datef,
'p2', 1, 1, 1,
"action", 1, 2, ($caneditdateorowner ? 0 : 1),
'fulldayend',
'',
'',
'', 1,
'',
'',
$object->fulldayevent ? ($tzforfullday ? $tzforfullday :
'tzuserrel') :
'tzuserrel');
2313 print
'<tr><td>'.$langs->trans(
"Location").
'</td><td>';
2314 print
img_picto(
'',
'map-marker-alt',
'class="pictofixedwidth"');
2315 print
'<input type="text" name="location" class="minwidth300 maxwidth150onsmartphone" value="'.$object->location.
'"></td></tr>';
2318 print
'<tr class="tdsmallheight"><td class="tdsmallheight"> </td><td class="tdsmallheight"></td></tr>';
2322 if (empty($donotclearsession)) {
2323 if (
$object->userownerid > 0) {
2324 $listofuserid[
$object->userownerid] = array(
2328 'transparency' =>
$object->transparency,
2329 'answer_status' => (isset(
$object->userassigned[
$object->userownerid][
'answer_status']) ?
$object->userassigned[
$object->userownerid][
'answer_status'] : null),
2330 'mandatory' => (isset(
$object->userassigned[
$object->userownerid][
'mandatory']) ?
$object->userassigned[
$object->userownerid][
'mandatory'] : null)
2333 if (!empty(
$object->userassigned)) {
2335 $tmplist1 =
$object->userassigned;
2336 foreach ($tmplist1 as $key => $val) {
2337 if ($val[
'id'] && $val[
'id'] !=
$object->userownerid) {
2338 $listofuserid[$val[
'id']] = $val;
2342 $_SESSION[$sessionkeyassignedtouser] = json_encode($listofuserid);
2344 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
2345 $listofuserid = json_decode($_SESSION[$sessionkeyassignedtouser],
true);
2349 $listofcontactid =
$object->socpeopleassigned;
2350 $listofotherid =
$object->otherassigned;
2352 print
'<tr><td class="nowrap fieldrequired">'.$langs->trans(
"ActionAssignedTo").
'</td><td>';
2353 print
'<div class="assignedtouser">';
2354 print $form->select_dolusers_forevent(($action ==
'create' ?
'add' :
'update'),
'assignedtouser', 1, [], 0,
'', [],
'0', 0, 0,
'u.statut:<>:0', 1, $listofuserid, $listofcontactid, $listofotherid, (int) $caneditdateorowner);
2366 print
'<tr><td>'.$langs->trans(
"Categories").
'</td><td>';
2367 print $form->selectCategories(Categorie::TYPE_ACTIONCOMM,
'categories', $object);
2377 print
'<table class="border tableforfield centpercent">';
2380 print
'<tr><td class="nowrap">'.$langs->trans(
"Status").
' / '.$langs->trans(
"Progression").
'</td><td colspan="3">';
2381 $percent = GETPOSTISSET(
"percentage") ?
GETPOSTINT(
"percentage") :
$object->percentage;
2382 $formactions->form_select_status_action(
'formaction', (
string) $percent, 1,
'complete', 0, 0,
'minwidth150 maxwidth300');
2387 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"ActionOnCompany").
'</td>';
2391 $events[] = array(
'method' =>
'getContacts',
'url' =>
dol_buildpath(
'/core/ajax/contacts.php?showempty=1&token='.
currentToken(), 1),
'htmlname' =>
'contactid',
'params' => array(
'add-customer-contact' =>
'disabled'));
2394 print
img_picto(
'',
'company',
'class="pictofixedwidth"').$form->select_company(
$object->socid,
'socid',
'',
'SelectThirdParty', 1, 0, $events, 0,
'minwidth300');
2399 print
'<tr><td>'.$langs->trans(
"ActionOnContact").
'</td><td>';
2400 print
'<div class="maxwidth200onsmartphone">';
2402 print
img_picto(
'',
'contact',
'class="paddingrightonly"');
2410 $conf->global->CONTACT_USE_SEARCH_TO_SELECT = 0;
2411 print $form->selectcontacts(
getDolGlobalString(
'MAIN_ACTIONCOM_CAN_ADD_ANY_CONTACT') ? 0 : (
$object->socid > 0 ?
$object->socid : -1), array_keys(
$object->socpeopleassigned),
'socpeopleassigned[]', 1,
'',
'', 1,
'minwidth300 widthcentpercentminusx', 0, 0, 0, [],
'multiple',
'contactid');
2412 $conf->global->CONTACT_USE_SEARCH_TO_SELECT = $sav;
2415 print $form->selectcontacts(
getDolGlobalString(
'MAIN_ACTIONCOM_CAN_ADD_ANY_CONTACT') ? 0 :
$object->socid, array_keys(
$object->socpeopleassigned),
'socpeopleassigned[]', 1,
'',
'', 1,
'minwidth300 widthcentpercentminusx', 0, 0, 0, [],
'multiple',
'contactid');
2424 $langs->load(
"projects");
2426 print
'<tr><td class="titlefieldcreate">'.$langs->trans(
"Project").
'</td><td>';
2427 print
img_picto(
'',
'project',
'class="pictofixedwidth"');
2428 $numprojet = $formproject->select_projects((
$object->socid > 0 ?
$object->socid : -1), (
string)
$object->fk_project,
'projectid', 0, 0, 1, 0, 0, 0, 0,
'', 0, 0,
'maxwidth500 widthcentpercentminusxx');
2429 if ($numprojet == 0) {
2430 print
' <a href="'.DOL_URL_ROOT.
'/projet/card.php?socid='.
$object->socid.
'&action=create&token='.
newToken().
'&backtopage='.urlencode($_SERVER[
"PHP_SELF"].
'?id='.
$object->id.
'&action=edit').
'"><span class="fa fa-plus-circle valignmiddle paddingleft" title="'.$langs->trans(
"AddProject").
'"></span></a>';
2437 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"Priority").
'</td><td>';
2438 print
'<input type="text" name="priority" value="'.($object->priority ?
$object->priority :
'').
'" size="5">';
2444 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
2446 print
'<td>'.$langs->trans(
"LinkedObject").
'</td>';
2449 print
'<td id="project-task-input-container" >';
2451 $urloption =
'?action=create&donotclearsession=1';
2452 $url = DOL_URL_ROOT.
'/comm/action/card.php'.$urloption;
2456 <script
type=
"text/javascript" >
2457 $(document).ready(
function () {
2458 $(
"#projectid").change(
function () {
2459 var url =
"<?php echo $url; ?>&projectid="+$(
"#projectid").val();
2460 $.get(url,
function(data) {
2461 console.log($( data ).find(
"#fk_element").html());
2462 if (data) $(
"#fk_element").html( $( data ).find(
"#taskid").html() ).select2();
2469 print $formproject->selectTasks((!empty($societe->id) ? $societe->id : -1),
$object->elementid,
'fk_element', 64, 0,
'', 1, 0, 0,
'maxwidth500', (
string)
$object->fk_project,
'all',
null, 1);
2470 print
'<input type="hidden" name="elementtype" value="'.$object->elementtype.
'">';
2477 print
'<td id="project-task-input-container" >';
2481 <script
type=
"text/javascript">
2482 $(document).ready(
function () {
2483 $(
"#projectid").change(
function () {
2484 var url =
"<?php echo DOL_URL_ROOT; ?>/projet/ajax/projects.php?mode=gettasks&socid="+$(
"#search_socid").val()+
"&projectid="+$(
"#projectid").val();
2485 console.log(
"Call url to get new list of tasks: "+url);
2486 $.get(url,
function(data) {
2488 if (data) $(
"#taskid").html(data).select2();
2496 if (GETPOSTISSET(
"projecttaskid") &&
GETPOSTINT(
"projecttaskid") > 0) {
2498 } elseif (GETPOSTISSET(
"taskid") &&
GETPOSTINT(
"taskid") > 0) {
2502 print $formproject->selectTasks((!empty($societe->id) ? $societe->id : -1), $tid,
'taskid', 64, 0,
'1', 1, 0, 0,
'maxwidth500 widthcentpercentminusxx', (
string) $projectsListId,
'all', null, 1);
2508 print
'<input type="hidden" name="fk_element" value="'.$object->elementid.
'">';
2509 print
'<input type="hidden" name="elementtype" value="'.$object->elementtype.
'">';
2518 print
'<tr><td class="tdtop">'.$langs->trans(
"Description").
'</td><td>';
2520 require_once DOL_DOCUMENT_ROOT.
'/core/class/doleditor.class.php';
2521 $doleditor =
new DolEditor(
'note',
$object->note_private,
'', 200,
'dolibarr_notes',
'In',
true,
true,
isModEnabled(
'fckeditor'), ROWS_4,
'90%');
2522 $doleditor->Create();
2527 $reshook = $hookmanager->executeHooks(
'formObjectOptions', $parameters, $object, $action);
2528 print $hookmanager->resPrint;
2529 if (empty($reshook)) {
2530 print
$object->showOptionals($extrafields,
'edit', $parameters);
2536 if ($enablereminders) {
2537 $filteruserid = $user->id;
2538 if ($user->hasRight(
'agenda',
'allactions',
'read')) {
2541 $object->loadReminders(
'', $filteruserid,
false);
2545 if (count(
$object->reminders) > 0) {
2546 $checked =
'checked';
2547 $keys = array_keys(
$object->reminders);
2548 $firstreminderId = array_shift($keys);
2550 $actionCommReminder =
$object->reminders[$firstreminderId];
2554 $actionCommReminder->offsetvalue =
getDolGlobalInt(
'AGENDA_REMINDER_DEFAULT_OFFSET', 30);
2555 $actionCommReminder->offsetunit =
'i';
2556 $actionCommReminder->typeremind =
'email';
2565 print
'<label for="addreminder">'.img_picto(
'',
'bell',
'class="pictofixedwidth"').$langs->trans(
"AddReminder").
'</label> <input type="checkbox" id="addreminder" name="addreminder"'.($checked ?
' '.$checked :
'').($disabled ?
' '.$disabled :
'').
'><br>';
2567 print
'<div class="reminderparameters" '.(empty($checked) ?
'style="display: none;"' :
'').
'>';
2571 print
'<table class="border centpercent">';
2574 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"ReminderTime").
'</td><td colspan="3">';
2575 print
'<input type="number" name="offsetvalue" class="width50" value="'.$actionCommReminder->offsetvalue.
'"> ';
2576 print $form->selectTypeDuration(
'offsetunit', $actionCommReminder->offsetunit, $TDurationTypesExcluded);
2580 print
'<tr><td class="titlefieldcreate nowrap">'.$langs->trans(
"ReminderType").
'</td><td colspan="3">';
2581 print $form->selectarray(
'selectremindertype', $TRemindTypes, $actionCommReminder->typeremind, 0, 0, 0,
'', 0, 0, 0,
'',
'minwidth200', 1);
2585 if ($actionCommReminder->typeremind ==
'browser') {
2586 $hide =
'style="display:none;"';
2591 print
'<tr '.$hide.
'><td class="titlefieldcreate nowrap">'.$langs->trans(
"EMailTemplates").
'</td><td colspan="3">';
2592 print $form->selectModelMail(
'actioncommsend',
'actioncomm_send', 1, 1, (
string) $actionCommReminder->fk_email_template);
2598 <script
type=
"text/javascript">
2599 $(document).ready(
function () {
2600 $(
"#addreminder").click(
function(){
2602 $(
".reminderparameters").show();
2604 $(
".reminderparameters").hide();
2607 $(
"#selectremindertype").change(
function(){
2608 var selected_option = $(
"#selectremindertype option:selected").val();
2609 if(selected_option ==
"email") {
2610 $(
"#select_actioncommsendmodel_mail").closest(
"tr").show();
2612 $(
"#select_actioncommsendmodel_mail").closest(
"tr").hide();
2619 $reminderDefaultEventTypes =
getDolGlobalString(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES',
'');
2622 $reminderDefaultEmailModel =
getDolGlobalString(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODEL');
2624 print
"\n".
'<script type="text/javascript">';
2625 print
'$(document).ready(function () {
2626 const reminderDefaultEventTypes = \''.dol_escape_js($reminderDefaultEventTypes).
'\';
2627 $(
"#actioncode").change(
function(){
2628 var selected_event_type = $(
"#actioncode option:selected").val();
2630 if (reminderDefaultEventTypes.includes(selected_event_type)) {
2631 $(
".reminderparameters").show();
2632 $(
"#addreminder").prop(
"checked",
true);
2635 $(
"#offsetvalue").val(\
''.
dol_escape_js($reminderDefaultOffset).
'\');
2636 $(
"#select_offsetunittype_duration").select2(
"destroy");
2637 $(
"#select_offsetunittype_duration").val(\
''.
dol_escape_js($reminderDefaultUnit).
'\');
2638 $(
"#select_offsetunittype_duration").select2();
2640 $(
"#selectremindertype").select2(
"destroy");
2641 $(
"#selectremindertype").val(
"email");
2642 $(
"#selectremindertype").select2();
2645 $(
"#select_actioncommsendmodel_mail").closest(
"tr").show();
2646 $(
"#select_actioncommsendmodel_mail").select2(
"destroy");
2647 $(
"#select_actioncommsendmodel_mail").val(\
''.
dol_escape_js($reminderDefaultEmailModel).
'\');
2648 $(
"#select_actioncommsendmodel_mail").select2();
2652 print '</script>
'."\n";
2653 print '</div>
'; // End of div for reminderparameters
2656 print dol_get_fiche_end();
2658 print $form->buttonsSaveCancel();
2662 print dol_get_fiche_head($head, 'card
', $langs->trans("Action"), -1, 'action
');
2667 if ($action == 'clone
') {
2668 $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?
id=
'.GETPOST('id'), $langs->trans('ToClone
'), $langs->trans('ConfirmCloneEvent
', $object->label), 'confirm_clone
', [], 'yes
', 1);
2671 // Call Hook formConfirm
2673 $reshook = $hookmanager->executeHooks('formConfirm
', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
2674 if (empty($reshook)) {
2675 $formconfirm .= $hookmanager->resPrint;
2676 } elseif ($reshook > 0) {
2677 $formconfirm = $hookmanager->resPrint;
2680 // Print form confirm
2684 // Link to other agenda views
2685 $linkback .= '<a href=
"'.DOL_URL_ROOT.'/comm/action/list.php?mode=show_list&restore_lastsearch_values=1">
';
2686 $linkback .= img_picto($langs->trans("BackToList"), 'object_calendarlist
', 'class=
"pictoactionview pictofixedwidth"');
2687 $linkback .= '<span
class=
"hideonsmartphone">
'.$langs->trans("BackToList").'</span>
';
2688 $linkback .= '</a>
';
2689 $linkback .= '</li>
';
2690 $linkback .= '<li
class=
"noborder litext">
';
2691 $linkback .= '<a href=
"'.DOL_URL_ROOT.'/comm/action/index.php?mode=show_month&year='.dol_print_date($object->datep, '%Y').'&month='.dol_print_date($object->datep, '%m').'&day='.dol_print_date($object->datep, '%d').'">
';
2692 $linkback .= img_picto($langs->trans("ViewCal"), 'object_calendar
', 'class=
"pictoactionview pictofixedwidth"');
2693 $linkback .= '<span
class=
"hideonsmartphone">
'.$langs->trans("ViewCal").'</span>
';
2694 $linkback .= '</a>
';
2695 $linkback .= '</li>
';
2696 $linkback .= '<li
class=
"noborder litext">
';
2697 $linkback .= '<a href=
"'.DOL_URL_ROOT.'/comm/action/index.php?mode=show_week&year='.dol_print_date($object->datep, '%Y').'&month='.dol_print_date($object->datep, '%m').'&day='.dol_print_date($object->datep, '%d').'">
';
2698 $linkback .= img_picto($langs->trans("ViewWeek"), 'object_calendarweek
', 'class=
"pictoactionview pictofixedwidth"');
2699 $linkback .= '<span
class=
"hideonsmartphone">
'.$langs->trans("ViewWeek").'</span>
';
2700 $linkback .= '</a>
';
2701 $linkback .= '</li>
';
2702 $linkback .= '<li
class=
"noborder litext">
';
2703 $linkback .= '<a href=
"'.DOL_URL_ROOT.'/comm/action/index.php?mode=show_day&year='.dol_print_date($object->datep, '%Y').'&month='.dol_print_date($object->datep, '%m').'&day='.dol_print_date($object->datep, '%d').'">
';
2704 $linkback .= img_picto($langs->trans("ViewDay"), 'object_calendarday
', 'class=
"pictoactionview pictofixedwidth"');
2705 $linkback .= '<span
class=
"hideonsmartphone">
'.$langs->trans("ViewDay").'</span>
';
2706 $linkback .= '</a>
';
2707 $linkback .= '</li>
';
2708 $linkback .= '<li
class=
"noborder litext">
';
2709 $linkback .= '<a href=
"'.DOL_URL_ROOT.'/comm/action/peruser.php?mode=show_peruser&year='.dol_print_date($object->datep, '%Y').'&month='.dol_print_date($object->datep, '%m').'&day='.dol_print_date($object->datep, '%d').'">
';
2710 $linkback .= img_picto($langs->trans("ViewPerUser"), 'object_calendarperuser
', 'class=
"pictoactionview pictofixedwidth"');
2711 $linkback .= '<span
class=
"hideonsmartphone">
'.$langs->trans("ViewPerUser").'</span>
';
2712 $linkback .= '</a>
';
2714 // Add more views from hooks
2716 $reshook = $hookmanager->executeHooks('addCalendarView
', $parameters, $object, $action);
2717 if (empty($reshook)) {
2718 $linkback .= $hookmanager->resPrint;
2719 } elseif ($reshook > 1) {
2720 $linkback = $hookmanager->resPrint;
2725 $morehtmlref = '<div
class=
"refidno">
';
2727 //$morehtmlref.='<br>
'.$langs->trans('ThirdParty
') . ' :
' . $object->thirdparty->getNomUrl(1);
2729 if (isModEnabled('project
')) {
2730 $langs->load("projects");
2731 //$morehtmlref .= '<br>
';
2732 if ($usercancreate) {
2733 $morehtmlref .= img_picto($langs->trans("Project"), 'project
', 'class=
"pictofixedwidth"');
2734 if ($action != 'classify
') {
2735 $morehtmlref .= '<a class=
"editfielda" href=
"'.dolBuildUrl($_SERVER['PHP_SELF'], ['action' => 'classify', 'id' => $object->id], true).'">
'.img_edit($langs->transnoentitiesnoconv('SetProject
')).'</a>
';
2737 $morehtmlref .= $form->form_project($_SERVER['PHP_SELF
'].'?id=
'.$object->id, $object->socid, (string) $object->fk_project, ($action == 'classify
' ? 'projectid
' : 'none
'), 0, 0, 0, 1, '', 'maxwidth300
');
2739 if (!empty($object->fk_project)) {
2740 $proj = new Project($db);
2741 $proj->fetch($object->fk_project);
2742 $morehtmlref .= $proj->getNomUrl(1);
2744 $morehtmlref .= '<span class=
"opacitymedium"> -
'.dol_escape_htmltag($proj->title).'</span>
';
2749 $morehtmlref .= '</div>
';
2752 dol_banner_tab($object, 'id
', $linkback, ($user->socid ? 0 : 1), 'id
', 'ref', $morehtmlref);
2754 print '<div class=
"fichecenter">
';
2755 print '<div class=
"fichehalfleft">
';
2757 print '<div class=
"underbanner clearboth"></div>
';
2759 // Show event in view mode
2760 print '<
table class=
"border tableforfield centpercent">
';
2763 if (getDolGlobalString('AGENDA_USE_EVENT_TYPE
')) {
2764 print '<tr><td class=
"titlefieldmiddle">
'.$langs->trans("Type").'</td><td>
';
2765 $labeltype = ($langs->transnoentities("Action".$object->type_code) != "Action".$object->type_code) ? $langs->transnoentities("Action".$object->type_code) : $object->type_label;
2766 $labeltoshow = $labeltype;
2767 if ($object->code) {
2768 $labeltoshow .= ' (
'.$object->code.')
';
2770 print $object->getTypePicto('pictofixedwidth paddingright
', $labeltoshow);
2776 print '<tr><td class=
"titlefieldmiddle">
'.$langs->trans("EventOnFullDay").'</td><td>
'.yn($object->fulldayevent ? 1 : 0, 3).'</td></tr>
';
2779 if (!getDolGlobalString('AGENDA_DISABLE_LOCATION
')) {
2784 print '<tr><td>
'.$langs->trans("DateActionStart").'</td><td title=
"'.dol_print_date($object->datep, 'dayhoursec', 'tzuserrel').'">
';
2785 // Test a date before the 27 march and one after
2786 //print dol_print_date($object->datep, 'dayhour
', 'gmt
');
2787 //print dol_print_date($object->datep, 'dayhour
', 'tzuser
');
2788 //print dol_print_date($object->datep, 'dayhour
', 'tzuserrel
');
2789 if (empty($object->fulldayevent)) {
2790 print dol_print_date($object->datep, 'dayhour
', 'tzuserrel
');
2792 $tzforfullday = getDolGlobalString('MAIN_STORE_FULL_EVENT_IN_GMT
');
2793 print dol_print_date($object->datep, 'day
', ($tzforfullday ? $tzforfullday : 'tzuserrel
'));
2795 if ($object->percentage == 0 && $object->datep && $object->datep < ($now - $delay_warning)) {
2796 print img_warning($langs->trans("Late"));
2802 print '<tr><td>
'.$langs->trans("DateActionEnd").'</td><td title=
"'.dol_print_date($object->datef, 'dayhoursec', 'tzuserrel').'">
';
2803 if (empty($object->fulldayevent)) {
2804 print dol_print_date($object->datef, 'dayhour
', 'tzuserrel
');
2806 $tzforfullday = getDolGlobalString('MAIN_STORE_FULL_EVENT_IN_GMT
');
2807 print dol_print_date($object->datef, 'day
', ($tzforfullday ? $tzforfullday : 'tzuserrel
'));
2809 if ($object->percentage > 0 && $object->percentage < 100 && $object->datef && $object->datef < ($now - $delay_warning)) {
2810 print img_warning($langs->trans("Late"));
2814 // Recurring event (into a series)
2815 if ($object->recurid) {
2816 print '<tr><td class=
"titlefieldmiddle">
'.$langs->trans("RecurringEvent").'</td><td>
';
2817 print img_picto($langs->trans("EventPartOfARecurringSerie", $object->recurid), 'recurring
', 'class=
"pictofixedwidth"');
2819 if (preg_match('/FREQ=MONTHLY_BYMONTHDAY(\d+)/
', $object->recurrule, $reg)) {
2820 print $langs->trans("EveryMonth").' <span class=
"opacitymedium small">(
'.$langs->trans("DayOfMonth").' '.$reg[1].' -
'.$langs->trans("Until").' '.dol_print_date($object->recurdateend, 'day
').')</span>
';
2822 if (preg_match('/FREQ=YEARLY_BYYEARMONTHDAY(\d+)/
', $object->recurrule, $reg)) {
2823 print $langs->trans("EveryYear").' <span class=
"opacitymedium small">(
'.$langs->trans("DayOfYear").' '.$reg[1].' -
'.$langs->trans("Until").' '.dol_print_date($object->recurdateend, 'day
').')</span>
';
2829 if (!getDolGlobalString('AGENDA_DISABLE_LOCATION
')) {
2830 print '<tr><td>
'.$langs->trans("Location").'</td><td>
'.$object->location.'</td></tr>
';
2834 print '<tr><td class=
"nowrap">
'.$langs->trans("ActionAssignedTo").'</td><td>
';
2836 if (empty($donotclearsession)) {
2837 if ($object->userownerid > 0) {
2838 $listofuserid[$object->userownerid] = array(
2839 'id
' => $object->userownerid,
2840 'transparency
' => $object->transparency, // Force transparency on owner from property of event
2841 'answer_status
' => $object->userassigned[$object->userownerid]['answer_status
'],
2842 'mandatory
' => $object->userassigned[$object->userownerid]['mandatory
']
2845 if (!empty($object->userassigned)) { // Now concat assigned users
2846 // Restore array with key with same value than param 'id
'
2847 $tmplist1 = $object->userassigned;
2848 foreach ($tmplist1 as $key => $val) {
2849 if ($val['id
'] && $val['id
'] != $object->userownerid) {
2850 $listofuserid[$val['id
']] = $val;
2854 $_SESSION[$sessionkeyassignedtouser] = json_encode($listofuserid);
2856 if (!empty($_SESSION[$sessionkeyassignedtouser])) {
2857 $listofuserid = json_decode($_SESSION[$sessionkeyassignedtouser], true);
2861 $listofcontactid = []; // not used yet
2862 $listofotherid = []; // not used yet
2863 print '<div class=
"assignedtouser">
';
2864 print $form->select_dolusers_forevent('view
', 'assignedtouser
', 1, [], 0, '', [], '0
', 0, 0, '', ($object->datep != $object->datef) ? 1 : 0, $listofuserid, $listofcontactid, $listofotherid);
2867 if ($object->datep != $object->datef && in_array($user->id,array_keys($listofuserid)))
2869 print '<div class=
"myavailability">
';
2870 print $langs->trans("MyAvailability").':
'.(($object->userassigned[$user->id]['transparency
'] > 0)?$langs->trans("Busy"):$langs->trans("Available")); // We show nothing if event is assigned to nobody
2874 print ' </td></tr>
';
2877 if (isModEnabled('category
')) {
2878 print '<tr><td class=
"valignmiddle">
'.$langs->trans("Categories").'</td><td>
';
2879 print $form->showCategories($object->id, Categorie::TYPE_ACTIONCOMM, 1);
2887 print '<div class=
"fichehalfright">
';
2889 print '<div class=
"underbanner clearboth"></div>
';
2890 print '<
table class=
"border tableforfield centpercent">
';
2892 if (isModEnabled("societe")) {
2894 print '<tr><td class=
"titlefield">
'.$langs->trans("ActionOnCompany").'</td>
';
2895 print '<td>
'.(is_object($object->thirdparty) && $object->thirdparty->id ? $object->thirdparty->getNomUrl(1) : ('<span class=
"opacitymedium">
'.$langs->trans("None").'</span>
'));
2896 if (is_object($object->thirdparty) && $object->thirdparty->id > 0 && $object->type_code == 'AC_TEL
') {
2897 if ($object->thirdparty->fetch($object->thirdparty->id)) {
2898 print "<br>".dol_print_phone($object->thirdparty->phone);
2904 print '<tr><td>
'.$langs->trans("ActionOnContact").'</td>
';
2907 if (!empty($object->socpeopleassigned)) {
2908 foreach ($object->socpeopleassigned as $cid => $Tab) {
2909 $contact = new Contact($db);
2910 $result = $contact->fetch($cid);
2913 dol_print_error($db, $contact->error);
2917 print $contact->getNomUrl(1);
2918 if ($object->type_code == 'AC_TEL
') {
2919 if (!empty($contact->phone_pro)) {
2920 print '(
'.dol_print_phone($contact->phone_pro).')
';
2923 print '<div class=
"paddingright"></div>
';
2927 print '<span class=
"opacitymedium">
'.$langs->trans("None").'</span>
';
2933 if (getDolGlobalString('AGENDA_SUPPORT_PRIORITY_IN_EVENTS
')) {
2934 print '<tr><td class=
"nowrap" class=
"titlefield">
' . $langs->trans("Priority") . '</td><td>
';
2935 print($object->priority ? $object->priority : '');
2939 // Object linked (if link is for thirdparty, contact, project it is a recording error. We should not have links in link table
2940 // for such objects because there is already a dedicated field into table llx_actioncomm.
2941 if (!empty($object->elementid) && !empty($object->elementtype) && !in_array($object->elementtype, array('societe
', 'contact
', 'project
'))) {
2942 include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php
';
2943 print '<tr><td>
'.$langs->trans("LinkedObject").'</td>
';
2944 $link = dolGetElementUrl($object->elementid, $object->elementtype, ($object->elementtype == 'user' ? -1 : 1));
2947 print '<span class=
"opacitymedium">
'.$langs->trans("ObjectDeleted").'</span>
';
2955 if (!empty($object->email_msgid)) {
2956 print '<tr><td>
'.$langs->trans('MailTopic
').'</td>
';
2957 print '<td>
'.dol_escape_htmltag($object->email_subject).'</td></tr>
';
2958 print '<tr><td>
'.$langs->trans('MailFrom
').'</td>
';
2959 print '<td>
'.dol_escape_htmltag($object->email_from).'</td></tr>
';
2960 print '<tr><td>
'.$langs->trans('MailTo
').'</td>
';
2961 print '<td>
'.dol_escape_htmltag($object->email_to).'</td></tr>
';
2962 if (!empty($object->email_tocc)) {
2963 print '<tr><td>
'.$langs->trans('MailCC
').'</td>
';
2964 print '<td>
'.dol_escape_htmltag($object->email_tocc).'</td></tr>
';
2969 print '<tr><td class=
"tdtop">
'.$langs->trans("Description").'</td><td class=
"wordbreak sensiblehtmlcontent">
';
2970 print dol_string_onlythesehtmltags(dol_htmlentitiesbr($object->note_private));
2974 include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_view.tpl.php
';
2977 if ($enablereminders) {
2978 $filteruserid = $user->id;
2979 if ($user->hasRight('agenda
', 'allactions
', 'read
')) {
2982 $object->loadReminders('', $filteruserid, false);
2984 print '<tr><td class=
"titlefieldcreate nowrap">
'.$langs->trans("Reminders").'</td><td>
';
2986 if (count($object->reminders) > 0) {
2987 $tmpuserstatic = new User($db);
2989 foreach ($object->reminders as $actioncommreminderid => $actioncommreminder) {
2990 print $TRemindTypes[$actioncommreminder->typeremind]['label
'];
2991 if ($actioncommreminder->fk_user > 0) {
2992 $tmpuserstatic->fetch($actioncommreminder->fk_user);
2993 print ' (
'.$tmpuserstatic->getNomUrl(0, '', 0, 0, 16).')
';
2995 print ' -
'.$actioncommreminder->offsetvalue.' '.$TDurationTypes[$actioncommreminder->offsetunit];
2997 if ($actioncommreminder->status == $actioncommreminder::STATUS_TODO) {
2998 print ' - <span class=
"opacitymedium">
';
2999 print $langs->trans("NotSent");
3001 } elseif ($actioncommreminder->status == $actioncommreminder::STATUS_DONE) {
3002 print ' - <span class=
"opacitymedium">
';
3003 print $langs->trans("Done");
3005 } elseif ($actioncommreminder->status == $actioncommreminder::STATUS_ERROR) {
3006 print ' - <span class=
"opacitymedium">
';
3007 print $form->textwithpicto($langs->trans("Error"), $actioncommreminder->lasterror);
3021 print '<div class=
"clearboth"></div>
';
3023 print dol_get_fiche_end();
3030 print '<div class=
"tabsAction">
';
3033 $reshook = $hookmanager->executeHooks('addMoreActionsButtons
', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
3034 if (empty($reshook)) {
3035 if ($action != 'edit
') {
3036 if ($user->hasRight('agenda
', 'allactions
', 'create
') ||
3037 (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda
', 'myactions
', 'create
'))) {
3038 print '<div class=
"inline-block divButAction"><a class=
"butAction" href=
"card.php?action=edit&token='.newToken().'&id='.$object->id.'">
'.$langs->trans("Modify").'</a></div>
';
3040 print '<div class=
"inline-block divButAction"><a class=
"butActionRefused classfortooltip" href=
"#" title=
"'.$langs->trans("NotAllowed
").'">
'.$langs->trans("Modify").'</a></div>
';
3043 if ($user->hasRight('agenda
', 'allactions
', 'create
') ||
3044 (($object->authorid == $user->id || $object->userownerid == $user->id) && $user->hasRight('agenda
', 'myactions
', 'create
'))) {
3045 print '<div class=
"inline-block divButAction"><a class=
"butAction butActionClone" href=
"card.php?action=clone&object='.$object->element.'&id='.$object->id.'">
'.$langs->trans("ToClone").'</a></div>
';
3047 print '<div class=
"inline-block divButAction"><a class=
"butActionRefused classfortooltip" href=
"#" title=
"'.$langs->trans("NotAllowed
").'">
'.$langs->trans("ToClone").'</a></div>
';
3050 if ($usercandelete) {
3051 print '<div class=
"inline-block divButAction"><a class=
"butActionDelete" href=
"card.php?action=delete&token='.newToken().'&id='.$object->id.'">
'.$langs->trans("Delete").'</a></div>
';
3053 print '<div class=
"inline-block divButAction"><a class=
"butActionRefused classfortooltip" href=
"#" title=
"'.$langs->trans("NotAllowed
").'">
'.$langs->trans("Delete").'</a></div>
';
3060 if ($action != 'edit
') {
3061 if (!getDolGlobalString('AGENDA_DISABLE_BUILDDOC
')) {
3062 print '<div class=
"clearboth"></div><div class=
"fichecenter"><div class=
"fichehalfleft">
';
3063 print '<a
name=
"builddoc"></a>
'; // ancre
3065 // Generated documents
3066 $filedir = $conf->agenda->multidir_output[$conf->entity].'/
'.$object->id;
3067 $urlsource = $_SERVER["PHP_SELF"]."?id=".$object->id;
3069 $genallowed = $user->hasRight('agenda
', 'myactions
', 'read
');
3070 $delallowed = $user->hasRight('agenda
', 'myactions
', 'create
');
3072 print $formfile->showdocuments('actions
', (string) $object->id, $filedir, $urlsource, $genallowed, $delallowed, '', 0, 0, 0, 0, 0, '', '', '', $langs->getDefaultLang());
3074 if (getDolGlobalString('AGENDA_ENABLE_LINKED_ELEMENTS
')) {
3075 // Show links to link elements
3076 $tmparray = $form->showLinkToObjectBlock($object, [], array('myobject
'), 1);
3077 if (is_array($tmparray)) {
3078 $linktoelem = $tmparray['linktoelem
'];
3079 $htmltoenteralink = $tmparray['htmltoenteralink
'];
3080 print $htmltoenteralink;
3081 $somethingshown = $form->showLinkedObjectBlock($object, $linktoelem);
3083 // backward compatibility
3084 $somethingshown = $form->showLinkedObjectBlock($object, $tmparray);
3087 print '</div><div class=
"fichehalfright">
';
3089 print '</div></div>
';
$id
Support class for third parties, contacts, members, users or resources.
if(! $sortfield) if(! $sortorder) $object
ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0, $forcefocus=0, $widthTypeOfAutocomplete='resolve', $idforemptyvalue='-1', $morecss='')
Convert a html select field into an ajax combobox.
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.
Class to manage agenda events (actions)
Class for ActionCommReminder.
Class to manage different types of events.
Class to manage a WYSIWYG editor.
Class to manage third parties objects (customers, suppliers, prospects...)
print $langs trans("Ref").' m titre as m m statut as status
Or an array listing all the potential status of the object: array: int of the status => translated la...
dol_get_first_day_week($day, $month, $year, $gm=false)
Return first day of week for a date.
num_between_day($timestampStart, $timestampEnd, $lastday=0)
Function to return number of days between two dates (date must be UTC date !) Example: 2012-01-01 201...
dol_time_plus_duree($time, $duration_value, $duration_unit, $ruleforendofmonth=0)
Add a delay to a date.
dol_stringtotime($string, $gm=1)
Convert a string date into a GM Timestamps date Warning: YYYY-MM-DDTHH:MM:SS+02:00 (RFC3339) is not s...
dolGetElementUrl($objectid, $objecttype, $withpicto=0, $option='')
Return link url to an object.
dol_now($mode='gmt')
Return date for now.
dol_mktime($hour, $minute, $second, $month, $day, $year, $gm='auto', $check=1)
Return a timestamp date built from detailed information (by default a local PHP server timestamp) Rep...
dol_getIdFromCode($db, $key, $tablename, $fieldkey='code', $fieldid='id', $entityfilter=0, $filters='', $useCache=true)
Return an id or code from a code or id.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2, $allowothertags=array())
Show picto whatever it's its name (generic function)
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, $morecssdiv='')
Show tabs of a record.
currentToken()
Return the value of token currently saved into session with name 'token'.
dol_sanitizeFileName($str, $newstr='_', $unaccent=1, $includequotes=0, $allowdash=0)
Clean a string to use it as a file name.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
getElementProperties($elementType)
Get an array with properties of an element.
dol_escape_js($stringtoescape, $mode=0, $noescapebackslashn=0)
Returns text escaped for inclusion into JavaScript code.
dol_set_focus($selector)
Set focus onto field with selector (similar behaviour of 'autofocus' HTML5 tag)
newToken()
Return the value of token currently saved into session with name 'newtoken'.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_clone($srcobject, $native=2)
Create a clone of instance of object (new instance with same value for each properties) With native =...
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false, $decorate=0)
Output date in a string format according to outputlangs (or langs if not defined).
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='', $morecssonpicto='widthpictotitle')
Load a title with picto.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
isModEnabled($module)
Is Dolibarr module enabled.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
treeview li table
No Email.
print $langs trans("Show") . '< td style="' . $timeColor . '" align="center"> s</td > badge status0 badge status4 badge status3 Error badge status8< td align="center">< span class="badge ' . $badge . '"></span ></td >< td align="center">< a href="#" class="button button-small" onclick="openLogModal(this)" data-req="' . dol_escape_htmltag($reqSafe) . '" data-res="' . dol_escape_htmltag($resSafe) . '" data-err="' . dol_escape_htmltag($errSafe) . '">< span class="fa fa-search-plus"></span ></a ></td ></tr >< tr >< td colspan="' . $colspan . '" class="opacitymedium"></td ></tr ></table ></div ></form > logModal none logModal none s a JSON string
buildzip.php
$conf db user
Active Directory does not allow anonymous connections.
if(preg_match('/(crypted|dolcrypt):/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
'integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter[:Sortfield]]]',...
$conf db name
Only used if Module[ID]Name translation string is not found.
restrictedArea(User $user, $features, $object=0, $tableandshare='', $feature2='', $dbt_keyfield='fk_soc', $dbt_select='rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.