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

send_poste_pdf.php File Reference

Print the account in pdf. More...

Go to the source code of this file.

Variables

 $cn = DbConnect($g_dossier)
 $nPoste = pg_numRows($r_poste)
 $poste [] = $t_poste['pcm_val']
 $ret = ""
 $pdf = & new Cezpdf()
 $cond = CreatePeriodeCond($periode)
 $str_debit = sprintf("Débit % 12.2f",$tot_deb)
 $str_cred = sprintf("Crédit % 12.2f",$tot_cred)
 $diff_solde = $tot_deb-$tot_cred


Detailed Description

Print the account in pdf.

Definition in file send_poste_pdf.php.


Variable Documentation

$cn = DbConnect($g_dossier)
 

Definition at line 34 of file send_poste_pdf.php.

$cond = CreatePeriodeCond($periode)
 

Definition at line 52 of file send_poste_pdf.php.

Referenced by CreatePeriodeCond(), GetDataGrpt(), GetDataJrn(), GetDataJrnPdf(), ImpHtml(), and ParseFormula().

$diff_solde = $tot_deb-$tot_cred
 

Definition at line 77 of file send_poste_pdf.php.

$nPoste = pg_numRows($r_poste)
 

Definition at line 41 of file send_poste_pdf.php.

Referenced by ImpHtml().

$pdf = & new Cezpdf()
 

Definition at line 50 of file send_poste_pdf.php.

$poste[] = $t_poste['pcm_val']
 

Definition at line 44 of file send_poste_pdf.php.

Referenced by CheckPoste(), ImpHtml(), parm_code::Input(), RecordFin(), RecordInvoice(), RecordJrn(), RecordSell(), Document::Replace(), and UpdateCSV().

$ret = ""
 

Definition at line 49 of file send_poste_pdf.php.

$str_cred = sprintf("Crédit % 12.2f",$tot_cred)
 

Definition at line 76 of file send_poste_pdf.php.

$str_debit = sprintf("Débit % 12.2f",$tot_deb)
 

Definition at line 75 of file send_poste_pdf.php.