27require
'../main.inc.php';
28require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
29require_once DOL_DOCUMENT_ROOT.
'/core/lib/agenda.lib.php';
30require_once DOL_DOCUMENT_ROOT.
'/core/class/html.form.class.php';
31require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formactions.class.php';
32require_once DOL_DOCUMENT_ROOT.
'/cron/class/cronjob.class.php';
47$langs->loadLangs(array(
"admin",
"other",
"agenda"));
49$action =
GETPOST(
'action',
'aZ09');
50$value =
GETPOST(
'value',
'alpha');
51$label =
GETPOST(
'label',
'alpha');
52$modulepart =
GETPOST(
'modulepart',
'aZ09');
54$param =
GETPOST(
'param',
'alpha');
55$cancel =
GETPOST(
'cancel',
'alpha');
56$scandir =
GETPOST(
'scandir',
'alpha');
65include DOL_DOCUMENT_ROOT.
'/core/actions_setmoduleoptions.inc.php';
67if (preg_match(
'/set_([a-z0-9_\-]+)/i', $action, $reg)) {
71 header(
"Location: ".$_SERVER[
"PHP_SELF"]);
78if (preg_match(
'/del_([a-z0-9_\-]+)/i', $action, $reg)) {
81 header(
"Location: ".$_SERVER[
"PHP_SELF"]);
87if ($action ==
'set') {
93 dolibarr_set_const($db,
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT',
GETPOST(
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT_type_duration'),
'chaine', 0,
'',
$conf->entity);
95 dolibarr_set_const($db,
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES', json_encode(
GETPOST(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES')),
'chaine', 0,
'',
$conf->entity);
96} elseif ($action ==
'specimen') {
97 $modele =
GETPOST(
'module',
'alpha');
100 $commande->initAsSpecimen();
101 $specimenthirdparty =
new Societe($db);
102 $specimenthirdparty->initAsSpecimen();
103 $commande->thirdparty = $specimenthirdparty;
108 $dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
109 foreach ($dirmodels as $reldir) {
110 $file =
dol_buildpath($reldir.
"core/modules/action/doc/pdf_".$modele.
".modules.php", 0);
111 if (file_exists($file)) {
112 $classname =
"pdf_".$modele;
117 if ($classname !==
'') {
120 $module =
new $classname($db, $commande);
121 '@phan-var-force pdf_standard_actions $module';
124 if ($module->write_file($commande, $langs) > 0) {
125 header(
"Location: ".DOL_URL_ROOT.
"/document.php?modulepart=action&file=SPECIMEN.pdf");
133 dol_syslog($langs->trans(
"ErrorModuleNotFound"), LOG_ERR);
135} elseif ($action ==
'setmodel') {
139} elseif ($action ==
'del') {
142 if (
$conf->global->ACTION_EVENT_ADDON_PDF ==
"$value") {
146} elseif ($action ==
'setdoc') {
151 $conf->global->ACTION_EVENT_ADDON_PDF = $value;
167$dirmodels = array_merge(array(
'/'), (array)
$conf->modules_parts[
'models']);
168llxHeader(
'',
'',
'',
'', 0, 0,
'',
'',
'',
'mod-admin page-agenda_reminder');
170$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
171print
load_fiche_titre($langs->trans(
"AgendaSetup"), $linkback,
'title_setup');
178print
'<form action="'.$_SERVER[
"PHP_SELF"].
'" name="agenda">';
179print
'<input type="hidden" name="token" value="'.newToken().
'">';
180print
'<input type="hidden" name="action" value="set">';
182print
'<table class="noborder allwidth">'.
"\n";
183print
'<tr class="liste_titre">'.
"\n";
184print
'<td>'.$langs->trans(
"Parameters").
'</td>'.
"\n";
185print
'<td class="center"> </td>'.
"\n";
186print
'<td class="right"></td>'.
"\n";
190print
'<tr class="oddeven">'.
"\n";
192print $langs->trans(
'AGENDA_REMINDER_BROWSER').
'<br>';
193print
'<span class="opacitymedium">'.$langs->trans(
'AGENDA_REMINDER_BROWSERHelp').
'</span>';
195print
'<td class="center"> </td>'.
"\n";
196print
'<td class="right nowraponall">'.
"\n";
203 print
'<a class="valignmiddle" href="'.$_SERVER[
'PHP_SELF'].
'?action=set_AGENDA_REMINDER_BROWSER&token='.
newToken().
'">'.
img_picto($langs->trans(
'Disabled'),
'switch_off').
'</a>';
204 print
'</td></tr>'.
"\n";
210 print
'<a class="valignmiddle" href="'.$_SERVER[
'PHP_SELF'].
'?action=del_AGENDA_REMINDER_BROWSER&token='.
newToken().
'">'.
img_picto($langs->trans(
'Enabled'),
'switch_on').
'</a>';
211 print
'</td></tr>'.
"\n";
230$job->fetch(0,
'ActionComm',
'sendEmailsReminder');
233print
'<tr class="oddeven">'.
"\n";
235print $langs->trans(
'AGENDA_REMINDER_EMAIL', $langs->transnoentities(
"Module2300Name"));
236if (isModEnabled(
'cron')) {
239 if ($job->status == $job::STATUS_ENABLED) {
240 print
'<br><span class="opacitymedium">'.$langs->trans(
"AGENDA_REMINDER_EMAIL_NOTE", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
246print
'<td class="center"> </td>'.
"\n";
247print
'<td class="right nowraponall">'.
"\n";
249if (!isModEnabled(
'cron')) {
250 print
'<span class="opacitymedium">'.$langs->trans(
"WarningModuleNotActive", $langs->transnoentitiesnoconv(
"Module2300Name")).
'</span>';
253 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=set_AGENDA_REMINDER_EMAIL&token='.
newToken().
'">'.
img_picto($langs->trans(
'Disabled'),
'switch_off').
'</a>';
257 if ($job->status != $job::STATUS_ENABLED) {
258 $langs->load(
"cron");
259 print
'<span class="opacitymedium warning">'.$langs->trans(
"JobXMustBeEnabled", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
261 print
'<a href="'.$_SERVER[
'PHP_SELF'].
'?action=del_AGENDA_REMINDER_EMAIL&token='.
newToken().
'">'.
img_picto($langs->trans(
'Enabled'),
'switch_on').
'</a>';
264 $langs->load(
"cron");
265 print
'<span class="opacitymedium warning">'.$langs->trans(
"JobNotFound", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
272 print
'<tr class="oddeven">'.
"\n";
274 print $langs->trans(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES', $langs->transnoentities(
"Module2300Name"));
275 print
'<br><span class="opacitymedium">'.$langs->trans(
"AGENDA_DEFAULT_REMINDER_EVENT_TYPES_NOTE", $langs->transnoentitiesnoconv(
"sendEmailsReminder")).
'</span>';
277 print
'<td class="center"> </td>'.
"\n";
278 print
'<td class="right nowraponall">'.
"\n";
279 if (!isModEnabled(
'cron')) {
280 print
'<span class="opacitymedium">'.$langs->trans(
"WarningModuleNotActive", $langs->transnoentitiesnoconv(
"Module2300Name")).
'</span>';
282 if (GETPOSTISSET(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES')) {
283 $selected =
GETPOST(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES');
285 $selected = json_decode(
getDolGlobalString(
'AGENDA_DEFAULT_REMINDER_EVENT_TYPES',
''));
287 print
$formactions->select_type_actions($selected,
"AGENDA_DEFAULT_REMINDER_EVENT_TYPES",
"systemauto", 0, -1, 1, 1);
294 print
'<tr class="oddeven">'.
"\n";
296 print $langs->trans(
'AGENDA_DEFAULT_REMINDER_OFFSET', $langs->transnoentities(
"Module2300Name"));
298 print
'<td class="center"> </td>'.
"\n";
299 print
'<td class="right nowraponall">'.
"\n";
300 if (!isModEnabled(
'cron')) {
301 print
'<span class="opacitymedium">'.$langs->trans(
"WarningModuleNotActive", $langs->transnoentitiesnoconv(
"Module2300Name")).
'</span>';
303 print
'<input class="width50" type="number" name="AGENDA_DEFAULT_REMINDER_OFFSET" value="'.(GETPOSTISSET(
'AGENDA_DEFAULT_REMINDER_OFFSET') ?
GETPOSTINT(
'AGENDA_DEFAULT_REMINDER_OFFSET') :
getDolGlobalInt(
'AGENDA_DEFAULT_REMINDER_OFFSET', 30)).
'"> ';
304 $selected = (GETPOSTISSET(
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT_type_duration') ?
GETPOST(
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT_type_duration') :
getDolGlobalString(
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT',
'i'));
305 print $form->selectTypeDuration(
'AGENDA_DEFAULT_REMINDER_OFFSET_UNIT_', $selected, array(
'y',
'm'));
311 print
'<tr class="oddeven">'.
"\n";
313 print $langs->trans(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODEL', $langs->transnoentities(
"Module2300Name"));
315 print
'<td class="center"> </td>'.
"\n";
316 print
'<td class="right nowraponall">'.
"\n";
317 if (!isModEnabled(
'cron')) {
318 print
'<span class="opacitymedium">'.$langs->trans(
"WarningModuleNotActive", $langs->transnoentitiesnoconv(
"Module2300Name")).
'</span>';
320 $selected = (GETPOSTISSET(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODELmodel_mail') ?
GETPOST(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODELmodel_mail') :
getDolGlobalInt(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODEL', 0));
321 print $form->selectModelMail(
'AGENDA_DEFAULT_REMINDER_EMAIL_MODEL',
'actioncomm_send', 1, 1, $selected);
324print
'</td></tr>'.
"\n";
330print
'<div class="center">';
331print
'<input type="submit" id="save" name="save" class="button hideifnotset button-save" value="'.$langs->trans(
"Save").
'">';
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.
llxFooter($comment='', $zone='private', $disabledoutputofmessages=0)
Empty footer.
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 predefined suppliers products.
Class to manage third parties objects (customers, suppliers, prospects...)
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.
img_picto($titlealt, $picto, $moreatt='', $pictoisfullpath=0, $srconly=0, $notitle=0, $alt='', $morecss='', $marginleftonlyshort=2)
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)
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.
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_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.
dol_syslog($message, $level=LOG_INFO, $ident=0, $suffixinfilename='', $restricttologhandler='', $logcontext=null)
Write log message into outputs.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.