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 |
create GL comptes as PDF
Definition in file export_gl_pdf.php.
$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().
Definition at line 39 of file export_gl_pdf.php.
$cond_poste = "" |
Definition at line 46 of file export_gl_pdf.php.
Referenced by Anc_Operation\get_list(), Anc_GrandLivre\load(), and Anc_GrandLivre\load_csv().
$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.
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.
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.