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 |
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.
$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.
$from_poste = new IPoste('from_poste') |
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') |
Definition at line 65 of file impress_gl_comptes.inc.php.
Referenced by Acc_Reconciliation\auto_letter(), Securimage\generateMP3(), and Securimage\generateWAV().
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.