noalyss Version-9
Variables
lettering.gestion.inc.php File Reference

Go to the source code of this file.

Variables

 $end =new IDate('end')
 
 $exercice =$g_user->get_exercice()
 
 $fiche =new Fiche($cn,$_REQUEST['f_id'])
 
global $g_user
 
 $http =new HttpInput()
 
 $letter =new Lettering_Card($cn)
 
 $periode =new Periode($cn)
 
 $quick_code =$fiche->get_quick_code()
 
 $r =td(_('Date début'))
 
 $sel =new ISelect('type_let')
 
 $start =new IDate('start')
 
if(isset( $_POST[ 'record'])) if (isset( $_GET[ 'start']) &&isset( $_GET[ 'end']))
 
else $sel selected =1
 
$start value =(isset($_GET['start']))?$http->get('start'):$first_per->first_day()
 

Variable Documentation

◆ $end

$end =new IDate('end')

Definition at line 30 of file lettering.gestion.inc.php.

◆ $exercice

$exercice =$g_user->get_exercice()

Definition at line 20 of file lettering.gestion.inc.php.

◆ $fiche

$fiche =new Fiche($cn,$_REQUEST['f_id'])

Definition at line 77 of file lettering.gestion.inc.php.

◆ $g_user

global $g_user

Definition at line 6 of file lettering.gestion.inc.php.

◆ $http

$http =new HttpInput()

Definition at line 8 of file lettering.gestion.inc.php.

◆ $letter

$letter =new Lettering_Card($cn)

Definition at line 79 of file lettering.gestion.inc.php.

◆ $periode

$periode =new Periode($cn)

Definition at line 21 of file lettering.gestion.inc.php.

◆ $quick_code

$quick_code =$fiche->get_quick_code()

Definition at line 78 of file lettering.gestion.inc.php.

◆ $r

$r =td(_('Date début'))

Definition at line 26 of file lettering.gestion.inc.php.

◆ $sel

$sel =new ISelect('type_let')

Definition at line 37 of file lettering.gestion.inc.php.

◆ $start

$start =new IDate('start')

Definition at line 24 of file lettering.gestion.inc.php.

◆ if

if(isset($_POST['record'])) if(isset($_GET['start']) &&isset($_GET['end'])) ( isset( $_GET[ 'start']) &&isset( $_GET[ 'end'])  )

Definition at line 68 of file lettering.gestion.inc.php.

◆ selected

else $sel selected =1

Definition at line 44 of file lettering.gestion.inc.php.

◆ value

$sel value =(isset($_GET['start']))?$http->get('start'):$first_per->first_day()

Definition at line 25 of file lettering.gestion.inc.php.