noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
export_gl_pdf.php File Reference

create GL comptes as PDF More...

Go to the source code of this file.

Variables

 $a_poste = $cn->get_array($sql)
 $cn = new Database($gDossier)
 $cond_poste = ""
 $gDossier = dossier::id()
if(count($a_poste)==0) $header = array( "Date", "Référence", "Libellé", "Pièce","Let", "Débit", "Crédit", "Solde" )
 $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
 $sql = "select pcm_val from tmp_pcmn "
 $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_poste = $cn->get_array($sql)

Definition at line 66 of file export_gl_pdf.php.

Referenced by Acc_Ledger_Purchase\verify(), and Acc_Ledger_Sold\verify().

$cn = new Database($gDossier)

Definition at line 39 of file export_gl_pdf.php.

$cond_poste = ""
$gDossier = dossier::id()

Definition at line 36 of file export_gl_pdf.php.

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

Definition at line 82 of file export_gl_pdf.php.

Referenced by Securimage\generateWAV().

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

Definition at line 87 of file export_gl_pdf.php.

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

Definition at line 84 of file export_gl_pdf.php.

$pdf = new PDF($cn)

Definition at line 68 of file export_gl_pdf.php.

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

Definition at line 88 of file export_gl_pdf.php.

if ($from_poste!= '') if ($to_poste!= '') $sql = "select pcm_val from tmp_pcmn "

Definition at line 43 of file export_gl_pdf.php.

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

Definition at line 86 of file export_gl_pdf.php.

Definition at line 200 of file export_gl_pdf.php.

 All Data Structures Namespaces Files Functions Variables Enumerations