noalyss Version-9
Variables
export_gl_pdf.php File Reference

create GL comptes as PDF More...

Go to the source code of this file.

Variables

 $a_accounting =Acc_Account_Ledger::get_used_accounting($from_periode,$to_periode,$from_poste,$to_poste)
 
 $cn =Dossier::connect()
 
 $from_periode = $http->get("from_periode","date")
 
 $from_poste = $http->get("from_poste")
 
 $gDossier =dossier::id()
 
if(count($a_accounting)==0) $header = array( _("Date"), _("Référence"), _("Libellé"), _("Pièce"),_("Let"), _("Débit"), _("Crédit"), _("Solde") )
 
 $http =new HttpInput()
 
 $l =(isset($_REQUEST['letter']))?2:0
 
 $lor = array( "L" , "L" , "L" , "L" , "R", "R" , "R" , "R" )
 
 $pdf = new PDF($cn)
 
 $s =(isset($_REQUEST['solded']))?1:0
 
 $to_periode = $http->get("to_periode","date")
 
 $to_poste = $http->get("to_poste")
 
 $width = array( 13 , 20 , 60 , 15 , 12 , 20 , 20 , 20 )
 
 exit
 

Detailed Description

create GL comptes as PDF

Definition in file export_gl_pdf.php.

Variable Documentation

◆ $a_accounting

$a_accounting =Acc_Account_Ledger::get_used_accounting($from_periode,$to_periode,$from_poste,$to_poste)

Definition at line 44 of file export_gl_pdf.php.

◆ $cn

Definition at line 40 of file export_gl_pdf.php.

◆ $from_periode

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

Definition at line 30 of file export_gl_pdf.php.

◆ $from_poste

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

Definition at line 32 of file export_gl_pdf.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 37 of file export_gl_pdf.php.

◆ $header

if (count( $a_accounting)==0) $header = array( _("Date"), _("Référence"), _("Libellé"), _("Pièce"),_("Let"), _("Débit"), _("Crédit"), _("Solde") )

◆ $http

$http =new HttpInput()

Definition at line 29 of file export_gl_pdf.php.

◆ $l

$l =(isset($_REQUEST['letter']))?2:0

Definition at line 65 of file export_gl_pdf.php.

◆ $lor

$lor = array( "L" , "L" , "L" , "L" , "R", "R" , "R" , "R" )

Definition at line 62 of file export_gl_pdf.php.

◆ $pdf

$pdf = new PDF($cn)

Definition at line 46 of file export_gl_pdf.php.

◆ $s

$s =(isset($_REQUEST['solded']))?1:0

◆ $to_periode

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

Definition at line 31 of file export_gl_pdf.php.

◆ $to_poste

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

Definition at line 33 of file export_gl_pdf.php.

◆ $width

$width = array( 13 , 20 , 60 , 15 , 12 , 20 , 20 , 20 )

◆ exit

exit

Definition at line 215 of file export_gl_pdf.php.