|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
form who call the printing of the bilan in RTF file included by user_impress More...
Go to the source code of this file.
Variables | |
| $bilan =new Acc_Bilan($cn) | |
| $exercice =$http->get("exercice","number",$g_user->get_exercice()) | |
| global | $g_parameter |
| global | $g_user |
| $http =new \HttpInput() | |
| if(! isset( $_GET[ 'verif'])) | if (isset( $_GET[ 'verif'])) |
form who call the printing of the bilan in RTF file included by user_impress
some variable are already defined ($cn, $g_user ...)
Definition in file impress_bilan.inc.php.
Definition at line 37 of file impress_bilan.inc.php.
| $exercice =$http->get("exercice","number",$g_user->get_exercice()) |
Definition at line 40 of file impress_bilan.inc.php.
| global $g_parameter |
Definition at line 32 of file impress_bilan.inc.php.
| global $g_user |
Definition at line 32 of file impress_bilan.inc.php.
| $http =new \HttpInput() |
Definition at line 36 of file impress_bilan.inc.php.
| if(! isset($_GET['verif'])) if(isset($_GET['verif'])) | ( | isset( $_GET[ 'verif']) | ) |
Definition at line 85 of file impress_bilan.inc.php.