noalyss Version-9
|
export definition of a report More...
Go to the source code of this file.
Variables | |
if(! is_dir('tmp')) | $cn =Dossier::connect() |
$file = fopen('php://output',"a+") | |
if(! isset($_GET['gDossier'])||! isset($_GET['f'])) | $gDossier =dossier::id() |
$http =new HttpInput() | |
$rap =new Acc_Report($cn,$http->get('f',"number")) | |
export definition of a report
Definition in file export_reportinit_csv.php.
if (! is_dir( 'tmp')) $cn =Dossier::connect() |
Definition at line 44 of file export_reportinit_csv.php.
$file = fopen('php://output',"a+") |
Definition at line 48 of file export_reportinit_csv.php.
if (! isset( $_GET[ 'gDossier'])||! isset( $_GET[ 'f'])) $gDossier =dossier::id() |
Definition at line 38 of file export_reportinit_csv.php.
$http =new HttpInput() |
Definition at line 45 of file export_reportinit_csv.php.
$rap =new Acc_Report($cn,$http->get('f',"number")) |
Definition at line 46 of file export_reportinit_csv.php.
Referenced by Acc_Reconciliation\test_me().