22 if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
23 require_once NOALYSS_INCLUDE.
'/class/periode.class.php';
49 $html.=
'<p> '._(
'Modifier les dates de début et fin de période').
'</p>';
50 $html.=
'<p class="notice">'._(
'Cela pourrait avoir un impact sur les opérations déjà existantes').
'</p>';
51 $html.=
'<form method="post" onsubmit="return save_periode(this)">';
52 $html.=dossier::hidden();
70 $_POST[
'p_exercice'] > 2099 ||
71 $_POST[
'p_exercice'] < 2000)
75 $html.=
'<h2 class="info">'._(
'Modifier les dates de début et fin de période').
'</h2>';
76 $html.=
"<div class=\"error\">"._(
'Erreur date invalide').
"</div>";
82 $sql =
"update parm_periode set p_start=to_date($1,'DD.MM.YYYY'),p_end=to_date($2,'DD.MM.YYYY'),p_exercice=$3 where p_id=$4";
86 $html =
'<h2 class="info"> Modifier les dates de début et fin de période</h2>';
87 $html.=
'<h2 class="notice"> Sauvé </h2>';
101 header(
'Content-type: text/xml; charset=UTF-8');
102 echo
'<?xml version="1.0" encoding="UTF-8"?>';
104 echo
'<data>' .
$html .
'</data>';
alert($p_msg, $buffer=false)
alert in javascript
if($g_user->check_dossier(dossier::id(), true)=='X') $op
td($p_string='', $p_extra='')
surround the string with td
escape_xml($p_xml)
When data are transfered thanks ajax in a xml document, the xml can not contains some character...
record_log($p_message)
Record an error message into the log file of the server.
tr($p_string, $p_extra='')
Html Input : Input a date format dd.mm.yyyy The property title should be set to indicate what it is e...
This class handles only the numeric input, the input will call a javascript to change comma to period...