29require
'../main.inc.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
38$langs->loadLangs(array(
'admin',
'other',
'agenda'));
40$action =
GETPOST(
'action',
'aZ09');
41$cancel =
GETPOST(
'cancel',
'alpha');
43$search_event =
GETPOST(
'search_event',
'alpha');
47$sql =
"SELECT a.rowid, a.code, a.label, a.elementtype, a.rang as position";
48$sql .=
" FROM ".MAIN_DB_PREFIX.
"c_action_trigger as a";
49$sql .=
" ORDER BY a.rang ASC";
50$resql = $db->query($sql);
52 $num = $db->num_rows($resql);
55 $obj = $db->fetch_object($resql);
56 $triggers[$i][
'rowid'] = $obj->rowid;
57 $triggers[$i][
'code'] = $obj->code;
58 $triggers[$i][
'element'] = $obj->elementtype;
59 $triggers[$i][
'label'] = ($langs->trans(
"Notify_".$obj->code) !=
"Notify_".$obj->code ? $langs->trans(
"Notify_".$obj->code) : $obj->label);
60 $triggers[$i][
'position'] = $obj->position;
77if (
GETPOST(
'button_removefilter_x',
'alpha') ||
GETPOST(
'button_removefilter.x',
'alpha') ||
GETPOST(
'button_removefilter',
'alpha')) {
82if (
GETPOST(
'button_search_x',
'alpha') ||
GETPOST(
'button_search.x',
'alpha') ||
GETPOST(
'button_search',
'alpha')) {
86if ($action ==
"save" && empty($cancel)) {
91 foreach ($triggers as $trigger) {
92 $keyparam =
'MAIN_AGENDA_ACTIONAUTO_'.$trigger[
'code'];
93 if ($search_event ===
'' || preg_match(
'/'.preg_quote($search_event,
'/').
'/i', $keyparam)) {
118$title = $langs->trans(
"AgendaSetup");
119$help_url =
'EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda|DE:Modul_Terminplanung';
121llxHeader(
'', $title, $help_url,
'', 0, 0,
'',
'',
'',
'mod-admin page-agenda');
123$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
124print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
126print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
127print
'<input type="hidden" name="token" value="'.newToken().
'">';
128print
'<input type="hidden" name="action" value="save">';
131$param .=
'&search_event='.urlencode($search_event);
137print
'<span class="opacitymedium">'.$langs->trans(
"AgendaAutoActionDesc").
" ".$langs->trans(
"OnlyActiveElementsAreShown",
'modules.php').
'</span><br>';
140print
'<div class="div-table-responsive">';
141print
'<table class="noborder centpercent">';
142print
'<tr class="liste_titre">';
143print
'<td class="liste_titre"><input type="text" name="search_event" value="'.dol_escape_htmltag($search_event).
'"></td>';
144print
'<td class="liste_titre"></td>';
146print
'<td class="liste_titre maxwidthsearch">';
147$searchpicto = $form->showFilterButtons();
153print
'<tr class="liste_titre">';
154print
'<th class="liste_titre" colspan="2">'.$langs->trans(
"ActionsEvents").
'</th>';
155print
'<th class="liste_titre"><a href="'.$_SERVER[
"PHP_SELF"].
'?action=selectall'.($param ? $param :
'').
'">'.$langs->trans(
"All").
'</a>/<a href="'.$_SERVER[
"PHP_SELF"].
'?action=selectnone'.($param ? $param :
'').
'">'.$langs->trans(
"None").
'</a></th>';
158if (!empty($triggers)) {
159 foreach ($triggers as $trigger) {
160 $module = $trigger[
'element'];
161 if ($module ==
'order_supplier' || $module ==
'invoice_supplier') {
162 $module =
'fournisseur';
164 if ($module ==
'shipping') {
165 $module =
'expedition';
167 if ($module ==
'member') {
168 $module =
'adherent';
170 if ($module ==
'project') {
173 if ($module ==
'proposal_supplier') {
174 $module =
'supplier_proposal';
176 if ($module ==
'contact') {
179 if ($module ==
'facturerec') {
184 $tmparray = explode(
'@', $module);
185 if (!empty($tmparray[1])) {
186 $module = $tmparray[1];
190 if (isModEnabled($module)) {
192 if ($trigger[
'code'] ==
'FICHINTER_CLASSIFY_BILLED' && !
getDolGlobalString(
'FICHINTER_CLASSIFY_BILLED')) {
195 if ($trigger[
'code'] ==
'FICHINTER_CLASSIFY_UNBILLED' && !
getDolGlobalString(
'FICHINTER_CLASSIFY_BILLED')) {
198 if ($trigger[
'code'] ==
'ACTION_CREATE') {
203 if ($search_event ===
'' || preg_match(
'/'.preg_quote($search_event,
'/').
'/i', $trigger[
'code'])) {
204 print
'<!-- '.$trigger[
'position'].
' -->';
205 print
'<tr class="oddeven">';
206 print
'<td>'.$trigger[
'code'].
'</td>';
207 print
'<td>'.$trigger[
'label'].
'</td>';
208 print
'<td class="right" width="40">';
209 $key =
'MAIN_AGENDA_ACTIONAUTO_'.$trigger[
'code'];
211 print
'<input class="oddeven" type="checkbox" name="'.$key.
'" value="1"'.((($action ==
'selectall' || $value) && $action !=
"selectnone") ?
' checked' :
'').
'>';
212 print
'</td></tr>'.
"\n";
222print $form->buttonsSaveCancel(
"Save",
'');
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
agenda_prepare_head()
Prepare array with list of tabs.
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.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0, $attop=0)
Set event messages in dol_events session object.
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
getDolGlobalInt($key, $default=0)
Return a Dolibarr global constant int value.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_print_error($db=null, $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.