diff --git a/htdocs/admin/delais.php b/htdocs/admin/delais.php
index 62b0c6ec53d..0b8c639622f 100644
--- a/htdocs/admin/delais.php
+++ b/htdocs/admin/delais.php
@@ -35,127 +35,127 @@ if (!$user->admin) accessforbidden();
$action = GETPOST('action', 'aZ09');
$modules = array(
- 'agenda' => array(
- array(
- 'code' => 'MAIN_DELAY_ACTIONS_TODO',
- 'img' => 'action'
- )
- ),
- 'projet' => array(
- array(
- 'code' => 'MAIN_DELAY_PROJECT_TO_CLOSE',
- 'img' => 'project'
- ),
- array(
- 'code' => 'MAIN_DELAY_TASKS_TODO',
- 'img' => 'projecttask'
- )
- ),
- 'propal' => array(
- array(
- 'code' => 'MAIN_DELAY_PROPALS_TO_CLOSE',
- 'img' => 'propal'
- ),
- array(
- 'code' => 'MAIN_DELAY_PROPALS_TO_BILL',
- 'img' => 'propal'
- )
- ),
- 'commande' => array(
- array(
- 'code' => 'MAIN_DELAY_ORDERS_TO_PROCESS',
- 'img' => 'order'
- )
- ),
- 'facture' => array(
- array(
- 'code' => 'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',
- 'img' => 'bill'
- )
- ),
- 'fournisseur' => array(
- array(
- 'code' => 'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',
- 'img' => 'order'
- ),
- array(
- 'code' => 'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',
- 'img' => 'bill'
- )
- ),
- 'service' => array(
- array(
- 'code' => 'MAIN_DELAY_NOT_ACTIVATED_SERVICES',
- 'img' => 'service'
- ),
- array(
- 'code' => 'MAIN_DELAY_RUNNING_SERVICES',
- 'img' => 'service'
- )
- ),
- 'banque' => array(
- array(
- 'code' => 'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',
- 'img' => 'account'
- ),
- array(
- 'code' => 'MAIN_DELAY_CHEQUES_TO_DEPOSIT',
- 'img' => 'account'
- )
- ),
- 'adherent' => array(
- array(
- 'code' => 'MAIN_DELAY_MEMBERS',
- 'img' => 'user'
- )
- ),
- 'expensereport' => array(
- array(
- 'code' => 'MAIN_DELAY_EXPENSEREPORTS',
- 'img' => 'trip'
- ),
- /* TODO Enable this
- array(
- 'code' => 'MAIN_DELAY_EXPENSEREPORTS_TO_PAY',
- 'img' => 'trip'
- )*/
- ),
- 'holiday' => array(
- array(
- 'code' => 'MAIN_DELAY_HOLIDAYS',
- 'img' => 'holiday'
- ),
- ),
+ 'agenda' => array(
+ array(
+ 'code' => 'MAIN_DELAY_ACTIONS_TODO',
+ 'img' => 'action'
+ )
+ ),
+ 'projet' => array(
+ array(
+ 'code' => 'MAIN_DELAY_PROJECT_TO_CLOSE',
+ 'img' => 'project'
+ ),
+ array(
+ 'code' => 'MAIN_DELAY_TASKS_TODO',
+ 'img' => 'projecttask'
+ )
+ ),
+ 'propal' => array(
+ array(
+ 'code' => 'MAIN_DELAY_PROPALS_TO_CLOSE',
+ 'img' => 'propal'
+ ),
+ array(
+ 'code' => 'MAIN_DELAY_PROPALS_TO_BILL',
+ 'img' => 'propal'
+ )
+ ),
+ 'commande' => array(
+ array(
+ 'code' => 'MAIN_DELAY_ORDERS_TO_PROCESS',
+ 'img' => 'order'
+ )
+ ),
+ 'facture' => array(
+ array(
+ 'code' => 'MAIN_DELAY_CUSTOMER_BILLS_UNPAYED',
+ 'img' => 'bill'
+ )
+ ),
+ 'fournisseur' => array(
+ array(
+ 'code' => 'MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS',
+ 'img' => 'order'
+ ),
+ array(
+ 'code' => 'MAIN_DELAY_SUPPLIER_BILLS_TO_PAY',
+ 'img' => 'bill'
+ )
+ ),
+ 'service' => array(
+ array(
+ 'code' => 'MAIN_DELAY_NOT_ACTIVATED_SERVICES',
+ 'img' => 'service'
+ ),
+ array(
+ 'code' => 'MAIN_DELAY_RUNNING_SERVICES',
+ 'img' => 'service'
+ )
+ ),
+ 'banque' => array(
+ array(
+ 'code' => 'MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE',
+ 'img' => 'account'
+ ),
+ array(
+ 'code' => 'MAIN_DELAY_CHEQUES_TO_DEPOSIT',
+ 'img' => 'account'
+ )
+ ),
+ 'adherent' => array(
+ array(
+ 'code' => 'MAIN_DELAY_MEMBERS',
+ 'img' => 'user'
+ )
+ ),
+ 'expensereport' => array(
+ array(
+ 'code' => 'MAIN_DELAY_EXPENSEREPORTS',
+ 'img' => 'trip'
+ ),
+ /* TODO Enable this
+ array(
+ 'code' => 'MAIN_DELAY_EXPENSEREPORTS_TO_PAY',
+ 'img' => 'trip'
+ )*/
+ ),
+ 'holiday' => array(
+ array(
+ 'code' => 'MAIN_DELAY_HOLIDAYS',
+ 'img' => 'holiday'
+ ),
+ ),
);
$labelmeteo = array(0=>$langs->trans("No"), 1=>$langs->trans("Yes"), 2=>$langs->trans("OnMobileOnly"));
if (!isset($conf->global->MAIN_DELAY_PROJECT_TO_CLOSE)) {
- $conf->global->MAIN_DELAY_PROJECT_TO_CLOSE = 7; // Must be same value than into conf.class.php
+ $conf->global->MAIN_DELAY_PROJECT_TO_CLOSE = 7; // Must be same value than into conf.class.php
}
if (!isset($conf->global->MAIN_DELAY_TASKS_TODO)) {
- $conf->global->MAIN_DELAY_TASKS_TODO = 7; // Must be same value than into conf.class.php
+ $conf->global->MAIN_DELAY_TASKS_TODO = 7; // Must be same value than into conf.class.php
}
if (!isset($conf->global->MAIN_DELAY_MEMBERS)) {
- $conf->global->MAIN_DELAY_MEMBERS = 0; // Must be same value than into conf.class.php
+ $conf->global->MAIN_DELAY_MEMBERS = 0; // Must be same value than into conf.class.php
}
if (!isset($conf->global->MAIN_DELAY_ACTIONS_TODO)) {
- $conf->global->MAIN_DELAY_ACTIONS_TODO = 7; // Must be same value than into conf.class.php
+ $conf->global->MAIN_DELAY_ACTIONS_TODO = 7; // Must be same value than into conf.class.php
}
if (!isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
- $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
}
if (!isset($conf->global->MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS)) {
- $conf->global->MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS = 7;
+ $conf->global->MAIN_DELAY_SUPPLIER_ORDERS_TO_PROCESS = 7;
}
if (!isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
- $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
}
if (!isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
- $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
}
if (!isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
- $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
+ $conf->global->MAIN_DELAY_ORDERS_TO_PROCESS = 2;
}
@@ -166,30 +166,30 @@ if (!isset($conf->global->MAIN_DELAY_ORDERS_TO_PROCESS)) {
if ($action == 'update')
{
- foreach ($modules as $module => $delays)
- {
- if (!empty($conf->$module->enabled))
- {
- foreach ($delays as $delay)
- {
- if (GETPOST($delay['code']) != '')
- {
- dolibarr_set_const($db, $delay['code'], GETPOST($delay['code']), 'chaine', 0, '', $conf->entity);
- }
- }
- }
- }
-
- dolibarr_set_const($db, "MAIN_DISABLE_METEO", $_POST["MAIN_DISABLE_METEO"], 'chaine', 0, '', $conf->entity);
- dolibarr_set_const($db, "MAIN_USE_METEO_WITH_PERCENTAGE", GETPOST("MAIN_USE_METEO_WITH_PERCENTAGE"), 'chaine', 0, '', $conf->entity);
-
- // For update value with percentage
- $plus = '';
- if (!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) $plus = '_PERCENTAGE';
- // Update values
- for ($i = 0; $i < 4; $i++) {
- if (GETPOSTISSET('MAIN_METEO'.$plus.'_LEVEL'.$i)) dolibarr_set_const($db, 'MAIN_METEO'.$plus.'_LEVEL'.$i, GETPOST('MAIN_METEO'.$plus.'_LEVEL'.$i, 'int'), 'chaine', 0, '', $conf->entity);
- }
+ foreach ($modules as $module => $delays)
+ {
+ if (!empty($conf->$module->enabled))
+ {
+ foreach ($delays as $delay)
+ {
+ if (GETPOST($delay['code']) != '')
+ {
+ dolibarr_set_const($db, $delay['code'], GETPOST($delay['code']), 'chaine', 0, '', $conf->entity);
+ }
+ }
+ }
+ }
+
+ dolibarr_set_const($db, "MAIN_DISABLE_METEO", $_POST["MAIN_DISABLE_METEO"], 'chaine', 0, '', $conf->entity);
+ dolibarr_set_const($db, "MAIN_USE_METEO_WITH_PERCENTAGE", GETPOST("MAIN_USE_METEO_WITH_PERCENTAGE"), 'chaine', 0, '', $conf->entity);
+
+ // For update value with percentage
+ $plus = '';
+ if (!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) $plus = '_PERCENTAGE';
+ // Update values
+ for ($i = 0; $i < 4; $i++) {
+ if (GETPOSTISSET('MAIN_METEO'.$plus.'_LEVEL'.$i)) dolibarr_set_const($db, 'MAIN_METEO'.$plus.'_LEVEL'.$i, GETPOST('MAIN_METEO'.$plus.'_LEVEL'.$i, 'int'), 'chaine', 0, '', $conf->entity);
+ }
}
@@ -209,164 +209,156 @@ print "
\n";
if ($action == 'edit')
{
- print '