Exemplo n.º 1
0
     echo $ReporteANP->reporte_consulta_personal($query, $query1);
     break;
 case '3':
     $Reporte_F_S = new FichaSubactividad($anpid, $axo, $_SESSION[inrena_4][1]);
     $Reporte_F_S->anpid = $anpid;
     $Reporte_F_S->mostrar_chk_ffs($_POST[S2]);
     break;
 case '4':
     $ReporteFF = new FisicoFinanciero();
     $ReporteFF->anpid = $anpid;
     $ReporteFF->mostrar_ff_chk($_POST[S2]);
     break;
 case '5':
     $ReportePM = new PresupuestoMensual($anpid, $axo, $_SESSION[inrena_4][1]);
     $ReportePM->anpid = $anpid;
     $ReportePM->mostrar_ff_chk($_POST[S2]);
     break;
 case '6':
     $ReportePT = new PresupuestoTrimestral();
     $ReportePT->anpid = $anpid;
     $ReportePT->mostrar_ff_chk($_POST[S2]);
     break;
 case '7':
     $ReportePAPP = new PresupuestoAnualPorPartidas();
     $ReportePAPP->anpid = $anpid;
     $ReportePAPP->mostrar_ff_chk($_POST[S2]);
     break;
 case '8':
     $ReportePPPM = new PresupuestoPorPartidasMensual($anpid, $axo, $_SESSION[inrena_4][1]);
     $ReportePPPM->anpid = $anpid;
     $ReportePPPM->mostrar_ff_chk($_POST[S2]);