if ($ls_debhab == "D") { $li_montodebe = $li_monto; $li_montohab = ""; $li_totdeb = $li_totdeb + $li_montodebe; $li_montodebe = number_format($li_montodebe, 2, ",", "."); } else { $li_montodebe = ""; $li_montohab = $li_monto; $li_tothab = $li_tothab + $li_montohab; $li_montohab = number_format($li_montohab, 2, ",", "."); } $la_data[$li_s] = array('sc_cuenta' => $ls_sccuenta, 'denominacion' => $ls_denominacion, 'mondeb' => $li_montodebe, 'monhab' => $li_montohab); } $li_totdeb = number_format($li_totdeb, 2, ",", "."); $li_tothab = number_format($li_tothab, 2, ",", "."); uf_print_detalle_scg($la_data, &$io_pdf); unset($la_data); } uf_print_pie_cabecera($li_totdeb, $li_tothab, $ls_obssol, &$io_pdf); ////////////////////////// GRID DETALLE CONTABLE ////////////////////////////////////// } } } if ($ls_tiporeporte == 0) { uf_print_total_bsf($li_monsolaux, &$io_pdf); } if ($lb_valido) { $io_pdf->ezStopPageNumbers(1, 1); // Detenemos la impresión de los números de página $io_pdf->ezStream(); // Mostramos el reporte
if ($ls_debhab == "D") { $li_montodebe = $li_monto; $li_montohab = ""; $li_totdeb = $li_totdeb + $li_montodebe; $li_montodebe = number_format($li_montodebe, 2, ",", "."); } else { $li_montodebe = ""; $li_montohab = $li_monto; $li_tothab = $li_tothab + $li_montohab; $li_montohab = number_format($li_montohab, 2, ",", "."); } $la_data[$li_s] = array('sc_cuenta' => $ls_sccuenta, 'denominacion' => $ls_denominacion, 'mondeb' => $li_montodebe, 'monhab' => $li_montohab); } $li_totdeb = number_format($li_totdeb, 2, ",", "."); $li_tothab = number_format($li_tothab, 2, ",", "."); uf_print_detalle_scg($la_data, $li_totdeb, $li_tothab, &$io_pdf); unset($la_data); } ////////////////////////// GRID DETALLE CONTABLE ////////////////////////////////////// uf_print_observacion($ls_obssol, &$io_pdf); } } } /* if($ls_tiporeporte==0) { uf_print_total_bsf($li_monsolaux,&$io_pdf); }*/ if ($lb_valido) { $io_pdf->ezStopPageNumbers(1, 1); // Detenemos la impresión de los números de página $io_pdf->ezStream();