Ajout Compta Analytique
Ajout bouton popup pour la date Modif Recherche
This commit is contained in:
parent
033d90120d
commit
2d6f253dc1
76 changed files with 7527 additions and 125 deletions
|
|
@ -66,7 +66,9 @@ echo_debug('user_form_ach.php',__LINE__,"Enter FormAchInput($p_cn,$p_jrn,$p_peri
|
|||
}
|
||||
// The date
|
||||
list ($l_date_start,$l_date_end)=GetPeriode($p_cn,$p_periode);
|
||||
$op_date=( ! isset($e_date) ) ?substr($l_date_start,2,8):$e_date;
|
||||
// $op_date=( ! isset($e_date) )
|
||||
// ?substr($l_date_start,2,8):$e_date;
|
||||
$op_date=( ! isset($e_date) ) ?$l_date_start:$e_date;
|
||||
$e_ech=(isset($e_ech))?$e_ech:"";
|
||||
$e_comm=(isset($e_comm))?$e_comm:"";
|
||||
|
||||
|
|
@ -99,7 +101,7 @@ echo_debug('user_form_ach.php',__LINE__,"Enter FormAchInput($p_cn,$p_jrn,$p_peri
|
|||
$r.='<TABLE>';
|
||||
// Date widget
|
||||
//--
|
||||
$Date=new widget("text");
|
||||
$Date=new widget("js_date");
|
||||
$Date->SetReadOnly($pview_only);
|
||||
$Date->table=1;
|
||||
$r.="<tr>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue