noalyss Version-9
|
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 =Dossier::connect() | |
$current_exercice ="" | |
$diff_solde =$tot_deb-$tot_cred | |
$f_id =$http->request("f_id", "number") | |
if($g_parameter->MY_REPORT=='N') | $fDate =date('dmy-Hi') |
$Fiche =new Fiche($cn,$f_id) | |
$from_periode =$http->get("from_periode","date") | |
global | $g_parameter |
$gDossier =dossier::id() | |
$http =new HttpInput() | |
$l =0 | |
$Libelle =sprintf("(%s) %s [ %s ]",$Fiche->id,$Fiche->getName(),$Fiche->get_quick_code()) | |
$operation =new Acc_Operation($cn) | |
$ople =$http->get("ople") | |
$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) |
$str_diff_solde =sprintf("%12.2f €",$diff_solde) | |
$to_periode =$http->get("to_periode","date") | |
$tot_cred =0 | |
$tot_deb =0 | |
if( $diff_solde< 0) | else |
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 60 of file export_fiche_detail_pdf.php.
Referenced by PDF_Core\LongLine(), and PDF_Core\write_cell().
$cn =Dossier::connect() |
Definition at line 39 of file export_fiche_detail_pdf.php.
$current_exercice ="" |
Definition at line 90 of file export_fiche_detail_pdf.php.
Referenced by Impress\compute_periode().
$diff_solde =$tot_deb-$tot_cred |
Definition at line 208 of file export_fiche_detail_pdf.php.
$f_id =$http->request("f_id", "number") |
Definition at line 32 of file export_fiche_detail_pdf.php.
if ( $g_parameter->MY_REPORT=='N') $fDate =date('dmy-Hi') |
Definition at line 245 of file export_fiche_detail_pdf.php.
Definition at line 50 of file export_fiche_detail_pdf.php.
$from_periode =$http->get("from_periode","date") |
Definition at line 33 of file export_fiche_detail_pdf.php.
global $g_parameter |
Definition at line 31 of file export_fiche_detail_pdf.php.
$gDossier =dossier::id() |
Definition at line 37 of file export_fiche_detail_pdf.php.
$http =new HttpInput() |
Definition at line 30 of file export_fiche_detail_pdf.php.
$l =0 |
Definition at line 69 of file export_fiche_detail_pdf.php.
Referenced by Anticipation\display(), Acc_Operation\display_jrnx_detail(), Fiche_Def\DisplayAttribut(), Print_Ledger_Simple\export(), Acc_Ledger_History_Purchase\export_csv(), Acc_Ledger_History_Sale\export_csv(), Print_Ledger_Simple\Footer(), Acc_Payment\from_array(), Acc_Reconciliation\get(), Acc_Account_Ledger\get_account_ledger(), Acc_Ledger_Sale\insert(), Acc_Ledger\reverse(), ICard\test_me(), and Customer\VatListing().
Definition at line 62 of file export_fiche_detail_pdf.php.
$operation =new Acc_Operation($cn) |
Definition at line 51 of file export_fiche_detail_pdf.php.
$ople =$http->get("ople") |
Definition at line 35 of file export_fiche_detail_pdf.php.
Definition at line 42 of file export_fiche_detail_pdf.php.
$progress =0 |
Definition at line 89 of file export_fiche_detail_pdf.php.
$ret ="" |
Definition at line 41 of file export_fiche_detail_pdf.php.
Definition at line 59 of file export_fiche_detail_pdf.php.
Referenced by PDF_Core\add_cell(), PDF_Core\check_page_add(), and PDF_Core\print_row().
$str_credit =sprintf("% 12.2f €",$tot_cred) |
Definition at line 207 of file export_fiche_detail_pdf.php.
for ( $e=0; $e< count( $array); $e++) $str_debit | ( | ) | =sprintf("% 12.2f €",$tot_deb) |
Definition at line 206 of file export_fiche_detail_pdf.php.
$str_diff_solde =sprintf("%12.2f €",$diff_solde) |
Definition at line 218 of file export_fiche_detail_pdf.php.
$to_periode =$http->get("to_periode","date") |
Definition at line 34 of file export_fiche_detail_pdf.php.
$tot_cred =0 |
Definition at line 88 of file export_fiche_detail_pdf.php.
Referenced by Anc_GrandLivre\display_csv(), Anc_GrandLivre\display_html(), Anc_Balance_Double\display_html(), Anc_Balance_Double\display_pdf(), Acc_Ledger_History_Generic\get_row(), and Anc_Balance_Double\show_sum().
$tot_deb =0 |
Definition at line 87 of file export_fiche_detail_pdf.php.
Referenced by Anc_GrandLivre\display_csv(), Anc_GrandLivre\display_html(), Anc_Balance_Double\display_html(), Anc_Balance_Double\display_pdf(), Acc_Ledger_History_Generic\get_row(), and Anc_Balance_Double\show_sum().
if ($diff_solde< 0) else | ( | ) |
Definition at line 214 of file export_fiche_detail_pdf.php.