|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
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 |
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 45 of file impress_gl_comptes.inc.php.
| $cn =Dossier::connect() |
Definition at line 43 of file impress_gl_comptes.inc.php.
| $date_from =new IDate('from_periode') |
Definition at line 51 of file impress_gl_comptes.inc.php.
| $date_to =new IDate('to_periode') |
Definition at line 52 of file impress_gl_comptes.inc.php.
| $first_day =$a[0]->first_day() |
Definition at line 47 of file impress_gl_comptes.inc.php.
| $from_poste =new IPoste('from_poste') |
Definition at line 62 of file impress_gl_comptes.inc.php.
| global $g_user |
Definition at line 31 of file impress_gl_comptes.inc.php.
| global $http |
Definition at line 31 of file impress_gl_comptes.inc.php.
| $last_day =$a[1]->last_day() |
Definition at line 48 of file impress_gl_comptes.inc.php.
| $letter =new ICheckbox('letter') |
Definition at line 59 of file impress_gl_comptes.inc.php.
Referenced by Acc_Reconciliation\auto_letter(), Securimage\generateMP3(), and Securimage\generateWAV().
Definition at line 44 of file impress_gl_comptes.inc.php.
| $solded =new ICheckbox('solded') |
Definition at line 70 of file impress_gl_comptes.inc.php.
Referenced by Acc_Account_Ledger\get_row_date().
Definition at line 66 of file impress_gl_comptes.inc.php.
| $year =$g_user->get_exercice() |
Definition at line 53 of file impress_gl_comptes.inc.php.
| $solded selected =(isset($_REQUEST['letter']))?true:false |
Definition at line 60 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 54 of file impress_gl_comptes.inc.php.