noalyss Version-9
Variables
impress_gl_comptes.inc.php File Reference

Print account (html or pdf) file included from user_impress. More...

Go to the source code of this file.

Variables

 $a =$periode->get_limit($g_user->get_exercice())
 
 $cn =Dossier::connect()
 
 $date_from =new IDate('from_periode')
 
 $date_to =new IDate('to_periode')
 
 $first_day =$a[0]->first_day()
 
 $from_poste =new IPoste('from_poste')
 
global $g_user
 
global $http
 
 $last_day =$a[1]->last_day()
 
 $letter =new ICheckbox('letter')
 
 $periode =new Periode($cn)
 
 $solded =new ICheckbox('solded')
 
 $to_poste =new IPoste('to_poste')
 
 $year =$g_user->get_exercice()
 
$letter selected =(isset($_REQUEST['letter']))?true:false
 
$date_from value =(isset($_REQUEST['from_periode'])&& isDate($_REQUEST['from_periode'])!=0)?$_REQUEST['from_periode']:$first_day
 

Detailed Description

Print account (html or pdf) file included from user_impress.

some variable are already defined $cn, $g_user ...

Definition in file impress_gl_comptes.inc.php.

Variable Documentation

◆ $a

$a =$periode->get_limit($g_user->get_exercice())

Definition at line 45 of file impress_gl_comptes.inc.php.

◆ $cn

Definition at line 43 of file impress_gl_comptes.inc.php.

◆ $date_from

$date_from =new IDate('from_periode')

Definition at line 51 of file impress_gl_comptes.inc.php.

◆ $date_to

$date_to =new IDate('to_periode')

Definition at line 52 of file impress_gl_comptes.inc.php.

◆ $first_day

$first_day =$a[0]->first_day()

Definition at line 47 of file impress_gl_comptes.inc.php.

◆ $from_poste

Definition at line 62 of file impress_gl_comptes.inc.php.

◆ $g_user

global $g_user

Definition at line 31 of file impress_gl_comptes.inc.php.

◆ $http

global $http

Definition at line 31 of file impress_gl_comptes.inc.php.

◆ $last_day

$last_day =$a[1]->last_day()

Definition at line 48 of file impress_gl_comptes.inc.php.

◆ $letter

$letter =new ICheckbox('letter')

◆ $periode

$periode =new Periode($cn)

Definition at line 44 of file impress_gl_comptes.inc.php.

◆ $solded

$solded =new ICheckbox('solded')

Definition at line 70 of file impress_gl_comptes.inc.php.

Referenced by Acc_Account_Ledger\get_row_date().

◆ $to_poste

Definition at line 66 of file impress_gl_comptes.inc.php.

◆ $year

$year =$g_user->get_exercice()

Definition at line 53 of file impress_gl_comptes.inc.php.

◆ selected

$solded selected =(isset($_REQUEST['letter']))?true:false

Definition at line 60 of file impress_gl_comptes.inc.php.

◆ value

$to_poste value =(isset($_REQUEST['from_periode'])&& isDate($_REQUEST['from_periode'])!=0)?$_REQUEST['from_periode']:$first_day

Definition at line 54 of file impress_gl_comptes.inc.php.