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

poste_pdf.php File Reference

send the account list in PDF More...

Go to the source code of this file.

Variables

 $cn = DbConnect($_SESSION['g_dossier'])
 $Poste = new poste($cn,$poste_id)
 $Libelle = sprintf("(%s) %s ",$Poste->id,$Poste->GetName())
 $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

send the account list in PDF

Definition in file poste_pdf.php.


Variable Documentation

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

Definition at line 33 of file poste_pdf.php.

$diff_solde = $tot_deb-$tot_cred
 

Definition at line 76 of file poste_pdf.php.

$Libelle = sprintf("(%s) %s ",$Poste->id,$Poste->GetName())
 

Definition at line 60 of file poste_pdf.php.

$Poste = new poste($cn,$poste_id)
 

Definition at line 54 of file poste_pdf.php.

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

Definition at line 75 of file poste_pdf.php.

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

Definition at line 74 of file poste_pdf.php.