noalyss Version-9
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 =Dossier::connect()
 
 $current_exercice =""
 
 $diff_solde =$tot_deb-$tot_cred
 
 $f_id =$http->request("f_id", "number")
 
if($g_parameter->MY_REPORT=='N') $fDate =date('dmy-Hi')
 
 $Fiche =new Fiche($cn,$f_id)
 
 $from_periode =$http->get("from_periode","date")
 
global $g_parameter
 
 $gDossier =dossier::id()
 
 $http =new HttpInput()
 
 $l =0
 
 $Libelle =sprintf("(%s) %s [ %s ]",$Fiche->id,$Fiche->getName(),$Fiche->get_quick_code())
 
 $operation =new Acc_Operation($cn)
 
 $ople =$http->get("ople")
 
 $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)
 
 $to_periode =$http->get("to_periode","date")
 
 $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

$align =array('L','C','C','L','R','R','R','R')

Definition at line 60 of file export_fiche_detail_pdf.php.

Referenced by PDF_Core\LongLine(), and PDF_Core\write_cell().

◆ $cn

Definition at line 39 of file export_fiche_detail_pdf.php.

◆ $current_exercice

$current_exercice =""

Definition at line 90 of file export_fiche_detail_pdf.php.

Referenced by Impress\compute_periode().

◆ $diff_solde

$diff_solde =$tot_deb-$tot_cred

Definition at line 208 of file export_fiche_detail_pdf.php.

◆ $f_id

$f_id =$http->request("f_id", "number")

Definition at line 32 of file export_fiche_detail_pdf.php.

◆ $fDate

if ( $g_parameter->MY_REPORT=='N') $fDate =date('dmy-Hi')

Definition at line 245 of file export_fiche_detail_pdf.php.

◆ $Fiche

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

Definition at line 50 of file export_fiche_detail_pdf.php.

◆ $from_periode

$from_periode =$http->get("from_periode","date")

Definition at line 33 of file export_fiche_detail_pdf.php.

◆ $g_parameter

global $g_parameter

Definition at line 31 of file export_fiche_detail_pdf.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 37 of file export_fiche_detail_pdf.php.

◆ $http

$http =new HttpInput()

Definition at line 30 of file export_fiche_detail_pdf.php.

◆ $l

$l =0

◆ $Libelle

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

Definition at line 62 of file export_fiche_detail_pdf.php.

◆ $operation

$operation =new Acc_Operation($cn)

Definition at line 51 of file export_fiche_detail_pdf.php.

◆ $ople

$ople =$http->get("ople")

Definition at line 35 of file export_fiche_detail_pdf.php.

◆ $pdf

$pdf = new PDF($cn)

Definition at line 42 of file export_fiche_detail_pdf.php.

◆ $progress

$progress =0

Definition at line 89 of file export_fiche_detail_pdf.php.

◆ $ret

$ret =""

Definition at line 41 of file export_fiche_detail_pdf.php.

◆ $size

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

◆ $str_credit

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

Definition at line 207 of file export_fiche_detail_pdf.php.

◆ $str_debit

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

Definition at line 206 of file export_fiche_detail_pdf.php.

◆ $str_diff_solde

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

Definition at line 218 of file export_fiche_detail_pdf.php.

◆ $to_periode

$to_periode =$http->get("to_periode","date")

Definition at line 34 of file export_fiche_detail_pdf.php.

◆ $tot_cred

$tot_cred =0

◆ $tot_deb

$tot_deb =0

◆ else

if ($diff_solde< 0) else ( )
Initial value:
{
$solde=" "._('débiteur')." "

Definition at line 214 of file export_fiche_detail_pdf.php.