Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
modop_display.php File Reference

display the form for the operation More...

Go to the source code of this file.

Variables

 $cn =Dossier::connect()
 
 $sql ="select jr_tech_per from jrn where jr_id=$1"
 
 $periode =$cn->get_value($sql,array(trim($_GET['jr_id'])))
 
if($cn->count()==0) $oPeriode =new Periode($cn)
 
$oPeriode p_id =$periode
 
if($oPeriode->is_closed()==1) $op =new Modop_Operation($cn,$_GET['jr_id'])
 
 try
 

Detailed Description

display the form for the operation

Definition in file modop_display.php.

Variable Documentation

$cn =Dossier::connect()

Definition at line 35 of file modop_display.php.

if ($oPeriode->is_closed()==1) $op =new Modop_Operation($cn,$_GET['jr_id'])

Definition at line 58 of file modop_display.php.

if ($cn->count()==0) $oPeriode =new Periode($cn)

Definition at line 47 of file modop_display.php.

Referenced by Am_Generate\save_grouped(), and Am_Generate\save_separated().

$periode =$cn->get_value($sql,array(trim($_GET['jr_id'])))
$sql ="select jr_tech_per from jrn where jr_id=$1"

Definition at line 39 of file modop_display.php.

$oPeriode p_id =$periode
try
Initial value:
{
$op->format()
if($oPeriode->is_closed()==1) $op

Definition at line 60 of file modop_display.php.