Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

jrn_csv.php File Reference

Send a ledger in CSV format. More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $rep = DbConnect()
 $User = new cl_user($rep)
 $p_cent = ( isset ( $_GET['central']) )?$_GET['central']:'off'
 $Jrn = new jrn($cn,$_GET['jrn_id'])
 $desc = str_replace("</b>","",$desc)
 exit


Detailed Description

Send a ledger in CSV format.

Definition in file jrn_csv.php.


Variable Documentation

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 32 of file jrn_csv.php.

$desc = str_replace("</b>","",$desc)
 

Definition at line 64 of file jrn_csv.php.

$Jrn = new jrn($cn,$_GET['jrn_id'])
 

Definition at line 47 of file jrn_csv.php.

$p_cent = ( isset ( $_GET['central']) )?$_GET['central']:'off'
 

Definition at line 45 of file jrn_csv.php.

$rep = DbConnect()
 

Definition at line 33 of file jrn_csv.php.

$User = new cl_user($rep)
 

Definition at line 36 of file jrn_csv.php.

exit
 

Definition at line 80 of file jrn_csv.php.