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 = new Database($gDossier) | |
$diff_solde = $tot_deb-$tot_cred | |
$fDate = date('dmy-Hi') | |
$Fiche = new Fiche($cn,$f_id) | |
$gDossier = dossier::id() | |
$l = 0 | |
$Libelle = sprintf("(%s) %s [ %s ]",$Fiche->id,$Fiche->getName(),$Fiche->get_quick_code()) | |
$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) |
$tot_cred = 0 | |
$tot_deb = 0 |
send the account list in PDF
Definition in file export_fiche_detail_pdf.php.
$align = array('L','C','C','L','R','R','R','R') |
Definition at line 59 of file export_fiche_detail_pdf.php.
Referenced by Print_Ledger_Detail\Cell(), Print_Ledger_Detail_Item\Cell(), PDF\Cell(), Print_Ledger_Simple_Without_Vat\Cell(), Print_Ledger_Simple\Cell(), and PDF\LongLine().
Definition at line 36 of file export_fiche_detail_pdf.php.
$diff_solde = $tot_deb-$tot_cred |
Definition at line 165 of file export_fiche_detail_pdf.php.
$fDate = date('dmy-Hi') |
Definition at line 189 of file export_fiche_detail_pdf.php.
Definition at line 49 of file export_fiche_detail_pdf.php.
$gDossier = dossier::id() |
Definition at line 34 of file export_fiche_detail_pdf.php.
$l = 0 |
Definition at line 68 of file export_fiche_detail_pdf.php.
Referenced by Acc_Account\check(), Anticipation\display(), Acc_Operation\display_jrnx_detail(), Fiche_Def\DisplayAttribut(), Print_Ledger_Simple\export(), Print_Ledger_Simple\Footer(), Acc_Payment\from_array(), Acc_Reconciliation\get(), Acc_Account_Ledger\get_account_ledger(), Acc_Ledger_Sold\insert(), Acc_Ledger\reverse(), Acc_Ledger_Fin\show_ledger(), ICard\test_me(), and Customer\VatListing().
Definition at line 61 of file export_fiche_detail_pdf.php.
Definition at line 41 of file export_fiche_detail_pdf.php.
$progress = 0 |
Definition at line 88 of file export_fiche_detail_pdf.php.
Referenced by Acc_Account_Ledger\HtmlTable(), and Fiche\HtmlTable().
$ret = "" |
Definition at line 40 of file export_fiche_detail_pdf.php.
Definition at line 58 of file export_fiche_detail_pdf.php.
$str_credit = sprintf("% 12.2f €",$tot_cred) |
Definition at line 164 of file export_fiche_detail_pdf.php.
for ($e=0;$e< count($array);$e++) $str_debit = sprintf("% 12.2f €",$tot_deb) |
Definition at line 163 of file export_fiche_detail_pdf.php.
$tot_cred = 0 |
Definition at line 87 of file export_fiche_detail_pdf.php.
Referenced by Anc_GrandLivre\display_csv(), Anc_Balance_Double\display_html(), Anc_GrandLivre\display_html(), Acc_Ledger\get_row(), Fiche\get_row_result(), Fiche\HtmlTable(), Fiche\HtmlTableDetail(), Acc_Ledger\save(), and Anc_Balance_Double\show_sum().
$tot_deb = 0 |
Definition at line 86 of file export_fiche_detail_pdf.php.
Referenced by Anc_GrandLivre\display_csv(), Anc_Balance_Double\display_html(), Anc_GrandLivre\display_html(), Acc_Ledger\get_row(), Fiche\get_row_result(), Fiche\HtmlTable(), Fiche\HtmlTableDetail(), Acc_Ledger\save(), and Anc_Balance_Double\show_sum().