25require
'../main.inc.php';
26require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
27require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
29require_once DOL_DOCUMENT_ROOT.
'/cron/class/cronjob.class.php';
36$langs->loadLangs(array(
"admin",
"other",
"agenda"));
38$action =
GETPOST(
'action',
'aZ09');
39$value =
GETPOST(
'value',
'alpha');
40$modulepart =
GETPOST(
'modulepart',
'aZ09');
42$param =
GETPOST(
'param',
'alpha');
43$cancel =
GETPOST(
'cancel',
'alpha');
44$scandir =
GETPOST(
'scandir',
'alpha');
52include DOL_DOCUMENT_ROOT.
'/core/actions_setmoduleoptions.inc.php';
54if (preg_match(
'/set_([a-z0-9_\-]+)/i', $action, $reg)) {
58 Header(
"Location: ".$_SERVER[
"PHP_SELF"]);
65if (preg_match(
'/del_([a-z0-9_\-]+)/i', $action, $reg)) {
68 Header(
"Location: ".$_SERVER[
"PHP_SELF"]);
74if ($action ==
'set') {
75 dolibarr_set_const($db,
'AGENDA_USE_EVENT_TYPE_DEFAULT',
GETPOST(
'AGENDA_USE_EVENT_TYPE_DEFAULT'),
'chaine', 0,
'', $conf->entity);
76 dolibarr_set_const($db,
'AGENDA_DEFAULT_FILTER_TYPE',
GETPOST(
'AGENDA_DEFAULT_FILTER_TYPE'),
'chaine', 0,
'', $conf->entity);
77 dolibarr_set_const($db,
'AGENDA_DEFAULT_FILTER_STATUS',
GETPOST(
'AGENDA_DEFAULT_FILTER_STATUS'),
'chaine', 0,
'', $conf->entity);
79} elseif ($action ==
'specimen') {
80 $modele =
GETPOST(
'module',
'alpha');
83 $commande->initAsSpecimen();
84 $commande->thirdparty = $specimenthirdparty;
87 $file =
''; $classname =
''; $filefound = 0;
88 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
89 foreach ($dirmodels as $reldir) {
90 $file =
dol_buildpath($reldir.
"core/modules/action/doc/pdf_".$modele.
".modules.php", 0);
91 if (file_exists($file)) {
93 $classname =
"pdf_".$modele;
101 $module =
new $classname($db, $commande);
103 if ($module->write_file($commande, $langs) > 0) {
104 header(
"Location: ".DOL_URL_ROOT.
"/document.php?modulepart=action&file=SPECIMEN.pdf");
112 dol_syslog($langs->trans(
"ErrorModuleNotFound"), LOG_ERR);
114} elseif ($action ==
'setmodel') {
118} elseif ($action ==
'del') {
121 if ($conf->global->ACTION_EVENT_ADDON_PDF ==
"$value") {
125} elseif ($action ==
'setdoc') {
127 if (
dolibarr_set_const($db,
"ACTION_EVENT_ADDON_PDF", $value,
'chaine', 0,
'', $conf->entity)) {
130 $conf->global->ACTION_EVENT_ADDON_PDF = $value;
146$dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
149$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
150print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
157print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" name="agenda">';
158print
'<input type="hidden" name="token" value="'.newToken().
'">';
159print
'<input type="hidden" name="action" value="set">';
161print
'<table class="noborder allwidth">'.
"\n";
162print
'<tr class="liste_titre">'.
"\n";
163print
'<td>'.$langs->trans(
"Parameters").
'</td>'.
"\n";
164print
'<td class="center"> </td>'.
"\n";
165print
'<td class="right">'.$langs->trans(
"Value").
'</td>'.
"\n";
169print
'<tr class="oddeven">'.
"\n";
170print
'<td>'.$langs->trans(
'AGENDA_REMINDER_BROWSER').
'</td>'.
"\n";
171print
'<td class="center"> </td>'.
"\n";
172print
'<td class="right nowraponall">'.
"\n";
174if (empty($conf->global->AGENDA_REMINDER_BROWSER)) {
176 $langs->load(
"errors");
177 print
img_warning($langs->trans(
"WarningAvailableOnlyForHTTPSServers"),
'',
'valignmiddle size15x').
' ';
179 print
'<a class="valignmiddle" href="'.$_SERVER[
'PHP_SELF'].
'?action=set_AGENDA_REMINDER_BROWSER&token='.newToken().
'">'.
img_picto($langs->trans(
'Disabled'),
'switch_off').
'</a>';
180 print
'</td></tr>'.
"\n";
183 $langs->load(
"errors");
184 print
img_warning($langs->trans(
"WarningAvailableOnlyForHTTPSServers"),
'',
'valignmiddle size15x').
' ';
186 print
'<a class="valignmiddle" href="'.$_SERVER[
'PHP_SELF'].
'?action=del_AGENDA_REMINDER_BROWSER&token='.newToken().
'">'.
img_picto($langs->trans(
'Enabled'),
'switch_on').
'</a>';
187 print
'</td></tr>'.
"\n";
189 print
'<tr class="oddeven">'.
"\n";
190 print
'<td>'.$langs->trans(
'AGENDA_REMINDER_BROWSER_SOUND').
'</td>'.
"\n";
191 print
'<td class="center"> </td>'.
"\n";
192 print
'<td class="right">'.
"\n";
194 if (empty($conf->global->AGENDA_REMINDER_BROWSER_SOUND)) {
195 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_AGENDA_REMINDER_BROWSER_SOUND&token='.newToken().
'">'.
img_picto($langs->trans(
'Disabled'),
'switch_off').
'</a>';
197 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_AGENDA_REMINDER_BROWSER_SOUND&token='.newToken().
'">'.
img_picto($langs->trans(
'Enabled'),
'switch_on').
'</a>';
200 print
'</td></tr>'.
"\n";
204$job->fetch(0,
'ActionComm',
'sendEmailsReminder');
207print
'<tr class="oddeven">'.
"\n";
208print
'<td>'.$langs->trans(
'AGENDA_REMINDER_EMAIL', $langs->transnoentities(
"Module2300Name"));
209if (isModEnabled(
'cron')) {
210 if (!empty($conf->global->AGENDA_REMINDER_EMAIL)) {
212 if ($job->status == $job::STATUS_ENABLED) {
213 print
'<br><span class="opacitymedium">'.$langs->trans(
"AGENDA_REMINDER_EMAIL_NOTE", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
219print
'<td class="center"> </td>'.
"\n";
220print
'<td class="right nowraponall">'.
"\n";
222if (!isModEnabled(
'cron')) {
223 print
'<span class="opacitymedium">'.$langs->trans(
"WarningModuleNotActive", $langs->transnoentitiesnoconv(
"Module2300Name")).
'</span>';
225 if (empty($conf->global->AGENDA_REMINDER_EMAIL)) {
226 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_AGENDA_REMINDER_EMAIL&token='.newToken().
'">'.
img_picto($langs->trans(
'Disabled'),
'switch_off').
'</a>';
230 if ($job->status != $job::STATUS_ENABLED) {
231 $langs->load(
"cron");
232 print
'<span class="opacitymedium warning">'.$langs->trans(
"JobXMustBeEnabled", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
234 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_AGENDA_REMINDER_EMAIL&token='.newToken().
'">'.
img_picto($langs->trans(
'Enabled'),
'switch_on').
'</a>';
237 $langs->load(
"cron");
238 print
'<span class="opacitymedium warning">'.$langs->trans(
"JobNotFound", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
242print
'</td></tr>'.
"\n";
addDocumentModel($name, $type, $label='', $description='')
Add document model used by doc generator.
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).
dolibarr_del_const($db, $name, $entity=1)
Delete a constant.
delDocumentModel($name, $type)
Delete document model used by doc generator.
agenda_prepare_head()
Prepare array with list of tabs.
if(preg_match('/set_([a-z0-9_\-]+)/i', $action, $reg)) if(preg_match('/del_([a-z0-9_\-]+)/i', $action, $reg)) if($action=='set') elseif( $action=='specimen') elseif($action=='setmodel') elseif( $action=='del') elseif($action=='setdoc') $formactions
View.
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
Class to manage predefined suppliers products.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
img_warning($titlealt='default', $moreatt='', $morecss='pictowarning')
Show warning logo.
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_print_error($db='', $error='', $errors=null)
Displays error message system with all the information to facilitate the diagnosis and the escalation...
isHTTPS()
Return if we are using a HTTPS connexion Check HTTPS (no way to be modified by user but may be empty ...
dol_get_fiche_end($notab=0)
Return tab footer of a card.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=false, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
Show picto whatever it's its name (generic function)
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.