noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
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 = new Database(dossier::id())
 $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
 $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 = $periode->get_limit($g_user->get_exercice())

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

$cn = new Database(dossier::id())

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

$date_from = new IDate('from_periode')

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

$date_to = new IDate('to_periode')

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

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

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

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

global $g_user

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

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

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

$letter = new ICheckbox('letter')
$periode = new Periode($cn)

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

$solded = new ICheckbox('solded')

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

Referenced by Acc_Account_Ledger\get_row_date().

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

$year = $g_user->get_exercice()

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

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

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

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

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

 All Data Structures Namespaces Files Functions Variables Enumerations