Example #1
0
     $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]);
     break;
 case '9':
     $ObjEst = new ObjetivosEstrategicos($anpid, $_SESSION['anp']['idanp']);
     $ObjEst->anpid = $anpid;
     $ObjEst->mostrar_ff_chk($_POST[S2]);
     break;
 case '10':
     //$ReportePMPP=new FichaMeses($anpid,$axo,$_SESSION[inrena_4][1]);
     $ReportePMPP = new PresupuestoMensualPorPartidas($idmes);
     $ReportePMPP->anpid = $anpid;
     $ReportePMPP->mostrar_ff_chk($_POST[S2]);
     break;
 case '12':
     $ProgPlan = new ObjetivosEstrategicos();
     $ProgPlan->anpid = $anpid;