noalyss Version-9
|
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 | |
create GL comptes as PDF
Definition in file export_gl_pdf.php.
$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 =Dossier::connect() |
Definition at line 40 of file export_gl_pdf.php.
$from_periode = $http->get("from_periode","date") |
Definition at line 30 of file export_gl_pdf.php.
$from_poste = $http->get("from_poste") |
Definition at line 32 of file export_gl_pdf.php.
$gDossier =dossier::id() |
Definition at line 37 of file export_gl_pdf.php.
if (count( $a_accounting)==0) $header = array( _("Date"), _("Référence"), _("Libellé"), _("Pièce"),_("Let"), _("Débit"), _("Crédit"), _("Solde") ) |
Definition at line 60 of file export_gl_pdf.php.
Referenced by Operation_Exercice\display_result(), Balance_Age\export_csv(), Securimage\generateWAV(), Anc_Table\load_card(), and Anc_Table\load_poste().
$http =new HttpInput() |
Definition at line 29 of file export_gl_pdf.php.
$l =(isset($_REQUEST['letter']))?2:0 |
Definition at line 65 of file export_gl_pdf.php.
$lor = array( "L" , "L" , "L" , "L" , "R", "R" , "R" , "R" ) |
Definition at line 62 of file export_gl_pdf.php.
Definition at line 46 of file export_gl_pdf.php.
$s =(isset($_REQUEST['solded']))?1:0 |
Definition at line 66 of file export_gl_pdf.php.
Referenced by Anc_Balance_Double\display_html(), Operation_Exercice\display_total(), TTFontFile\get_ulong(), TTFontFile\get_ushort(), html_min_page_start(), html_page_start(), TTFontFile\read_short(), TTFontFile\read_ulong(), TTFontFile\read_ushort(), Acc_Payment\select(), IPopup\set_title(), Anc_Balance_Double\show_sum(), TTFontFile\unpack_short(), and Customer\VatListing().
$to_periode = $http->get("to_periode","date") |
Definition at line 31 of file export_gl_pdf.php.
$to_poste = $http->get("to_poste") |
Definition at line 33 of file export_gl_pdf.php.
$width = array( 13 , 20 , 60 , 15 , 12 , 20 , 20 , 20 ) |
Definition at line 64 of file export_gl_pdf.php.
Referenced by Export_Data_PDF\__construct(), PDF_Operation\print_acc_writing(), PDF_Operation\print_anc_detail(), PDF_Operation\print_anc_header(), PDF_Operation\print_other_tax(), PDF_Operation\print_purchase(), and PDF_Operation\print_sale().
exit |
Definition at line 215 of file export_gl_pdf.php.