phpcompta  Version-6
 All Data Structures Namespaces Files Functions Variables Pages
Variables
export_fiche_detail_pdf.php File Reference

send the account list in PDF More...

Go to the source code of this file.

Variables

 $align =array('L','C','C','L','R','R','R','R')
 
 $cn =new Database($gDossier)
 
 $diff_solde =$tot_deb-$tot_cred
 
 $fDate =date('dmy-Hi')
 
 $Fiche =new Fiche($cn,$f_id)
 
 $gDossier =dossier::id()
 
 $l =0
 
 $Libelle =sprintf("(%s) %s [ %s ]",$Fiche->id,$Fiche->getName(),$Fiche->get_quick_code())
 
 $pdf = new PDF($cn)
 
 $progress =0
 
 $ret =""
 
if(count($array)==0) $size =array(13,25,20,60,12,20,20,20)
 
 $str_credit =sprintf("% 12.2f €",$tot_cred)
 
for($e=0;$e< count($array);$e++) $str_debit =sprintf("% 12.2f €",$tot_deb)
 
 $str_diff_solde =sprintf("%12.2f €",$diff_solde)
 
 $tot_cred =0
 
 $tot_deb =0
 
if($diff_solde< 0) else
 

Detailed Description

send the account list in PDF

Definition in file export_fiche_detail_pdf.php.

Variable Documentation

$align =array('L','C','C','L','R','R','R','R')
$cn =new Database($gDossier)

Definition at line 36 of file export_fiche_detail_pdf.php.

$diff_solde =$tot_deb-$tot_cred

Definition at line 165 of file export_fiche_detail_pdf.php.

$fDate =date('dmy-Hi')

Definition at line 189 of file export_fiche_detail_pdf.php.

$Fiche =new Fiche($cn,$f_id)

Definition at line 49 of file export_fiche_detail_pdf.php.

$gDossier =dossier::id()

Definition at line 34 of file export_fiche_detail_pdf.php.

$l =0
$Libelle =sprintf("(%s) %s [ %s ]",$Fiche->id,$Fiche->getName(),$Fiche->get_quick_code())

Definition at line 61 of file export_fiche_detail_pdf.php.

$pdf = new PDF($cn)

Definition at line 41 of file export_fiche_detail_pdf.php.

$progress =0

Definition at line 88 of file export_fiche_detail_pdf.php.

Referenced by Acc_Account_Ledger\HtmlTable(), and Fiche\HtmlTable().

$ret =""

Definition at line 40 of file export_fiche_detail_pdf.php.

if (count($array)==0) $size =array(13,25,20,60,12,20,20,20)

Definition at line 58 of file export_fiche_detail_pdf.php.

$str_credit =sprintf("% 12.2f €",$tot_cred)

Definition at line 164 of file export_fiche_detail_pdf.php.

for ($e=0;$e< count($array);$e++) $str_debit =sprintf("% 12.2f €",$tot_deb)

Definition at line 163 of file export_fiche_detail_pdf.php.

$str_diff_solde =sprintf("%12.2f €",$diff_solde)

Definition at line 175 of file export_fiche_detail_pdf.php.

$tot_cred =0
$tot_deb =0
if ($diff_solde< 0) else
Initial value:
{
$solde=" débiteur "

Definition at line 172 of file export_fiche_detail_pdf.php.