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

bilan.php File Reference

send a Bilan in RTF format More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user($cn)
 $start = ( isset ($_POST['from_periode']))?$_POST['from_periode']:-1
 $end = ( isset ($_POST['to_periode']))?$_POST['to_periode']:-1
 $bnb_form = fopen('document/fr_be/bnb.form','r')
 $col = array()
 $a = ParseFormula($cn,"$buffer",$buffer,$start,$end,false)
 $b = str_replace("$","\$",$a)
 $bnb_rtf = fopen('document/fr_be/bnb.rtf','r')
 $f2_value = str_replace(">>","",$f2_value)
 $line_rtf = str_replace($f2_str,$a,$line_rtf)


Detailed Description

send a Bilan in RTF format

Definition in file bilan.php.


Variable Documentation

$a = ParseFormula($cn,"$buffer",$buffer,$start,$end,false)
 

Definition at line 88 of file bilan.php.

$b = str_replace("$","\$",$a)
 

Definition at line 89 of file bilan.php.

$bnb_form = fopen('document/fr_be/bnb.form','r')
 

Definition at line 67 of file bilan.php.

$bnb_rtf = fopen('document/fr_be/bnb.rtf','r')
 

Definition at line 103 of file bilan.php.

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

Definition at line 31 of file bilan.php.

$col = array()
 

Definition at line 72 of file bilan.php.

Referenced by rapport::GetRow(), and ImpHtml().

$end = ( isset ($_POST['to_periode']))?$_POST['to_periode']:-1
 

Definition at line 59 of file bilan.php.

Referenced by ConfirmTransfert(), and TransferCSV().

$f2_value = str_replace(">>","",$f2_value)
 

Definition at line 123 of file bilan.php.

$line_rtf = str_replace($f2_str,$a,$line_rtf)
 

Definition at line 129 of file bilan.php.

$start = ( isset ($_POST['from_periode']))?$_POST['from_periode']:-1
 

Definition at line 58 of file bilan.php.

Referenced by Cezpdf::alink(), ConfirmTransfert(), Cezpdf::ezTable(), Cezpdf::ezText(), Cezpdf::ezWhatPageNumber(), Document_modele::form(), TransferCSV(), and Cezpdf::uline().

$User = new cl_user($cn)
 

Definition at line 33 of file bilan.php.