noalyss Version-9
Variables
export_reportinit_csv.php File Reference

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"))
 

Detailed Description

export definition of a report

Definition in file export_reportinit_csv.php.

Variable Documentation

◆ $cn

if (! is_dir( 'tmp')) $cn =Dossier::connect()

Definition at line 44 of file export_reportinit_csv.php.

◆ $file

$file = fopen('php://output',"a+")

Definition at line 48 of file export_reportinit_csv.php.

◆ $gDossier

if (! isset( $_GET[ 'gDossier'])||! isset( $_GET[ 'f'])) $gDossier =dossier::id()

Definition at line 38 of file export_reportinit_csv.php.

◆ $http

$http =new HttpInput()

Definition at line 45 of file export_reportinit_csv.php.

◆ $rap

$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().