$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]); break; case '9': $ObjEst = new ObjetivosEstrategicos($anpid, $_SESSION['anp']['idanp']);
<?php session_start(); if ($_GET[pdf] == 'ok') { require_once '../../pdf/html2fpdf.php'; ob_start(); } require_once "../../includes.php"; require_once "../funciones/reportes.php"; require_once "../cls/informacionanp/prepuestotrimestral.cls.php"; require "../libs/verificar.inc.php"; set_time_limit(100); $link = new Conexion(); $ReportePT = new PresupuestoTrimestral(); $ReportePT->anpid = $id; $lnkmoneda = ""; $md = $md; if (empty($md)) { $lnkmoneda = '<a href="' . $_SERVER['PHP_SELF'] . "?id=" . $id . "&md=" . "d" . '">Soles</a>'; $mnd = "Soles"; } else { $lnkmoneda = '<a href="' . $_SERVER['PHP_SELF'] . "?id=" . $id . '">Dolares</a>'; $ReportePT->md = true; $ReportePT->simbolomd = " \$ "; $mnd = "Dólares"; } if ($_POST) { $_SESSION[inrena_4][ffuente] = ""; for ($i = 0; $i < count($_POST[S2]); $i++) { $_SESSION[inrena_4][ffuente][] = $_POST[S2][$i]; }