Exemple #1
0
  <tr>
    <td><img src="../../imgs/logo.jpg" border="0" width="100%" height="100"></td>
  </tr>
</table>
<?php 
switch ($ID) {
    case '1':
        $AAnpS = new AsignacionporSubactividades();
        $AAnpS->mostrar_ff_chk();
        break;
    case '2':
        $AFtS = new AsignacionporFtSubactividades();
        $AFtS->mostrar_ff_chk();
        break;
    case '3':
        $AFtsP = new AsignacionFtsporPartidas();
        $AFtsP->mostrar_ff_chk();
        break;
    case '4':
        $AParMes = new Partida_Mensual();
        $AParMes->ejecutor = $eje;
        $AParMes->mes = $month;
        $AParMes->axo = $axo;
        $AParMes->form_Partida();
        break;
    case '5':
        $AFntF = new ANP_x_FF();
        $AFntF->mostrar_ComboBox();
        break;
    case '6':
        $obj = new SqlSelect('', $_SESSION["inrena_4"][2], $_SESSION["inrena_4"][1]);
<?php

if ($_GET[pdf] == 'ok') {
    require_once '../../pdf/html2fpdf.php';
    ob_start();
}
require_once "../../includes.php";
require_once "../funciones/reportes.php";
require "../libs/verificar.inc.php";
require_once "../cls/informacionsinampe/asignacionftporpartidas.cls.php";
$link = new Conexion();
set_time_limit(100);
$ReporteAFtS = new AsignacionFtsporPartidas();
$lnkmoneda = "";
$md = $md;
if (empty($md)) {
    $lnkmoneda = '<a href="' . $_SERVER['PHP_SELF'] . "?id=" . $id . "&md=" . "d" . '">Soles</a>';
    $moneda = "Soles";
} else {
    $lnkmoneda = '<a href="' . $_SERVER['PHP_SELF'] . "?id=" . $id . '">Dolares</a>';
    $ReporteAFtS->md = true;
    $moneda = "Dolares";
    $ReporteAFtS->simbolomd = " \$ ";
}
if ($_POST) {
    $_SESSION[inrena_4][ffuente] = "";
    for ($i = 0; $i < count($_POST[S2]); $i++) {
        $_SESSION[inrena_4][ffuente][] = $_POST[S2][$i];
    }
}
$ffuente = $_SESSION[inrena_4][ffuente];