Пример #1
0
$strNumHasta = $_GET['strNumHasta'];
if ($strNumHasta != '') {
    $long = strlen($strNumHasta);
    for ($i = 1; $i <= 7 - $long; $i++) {
        $strNumHasta = '0' . $strNumHasta;
    }
}
$strNumHastaAnio = $_GET['strNumHastaAnio'];
$datAltaDesde = $_GET['datAltaDesde'];
$datAltaHasta = $_GET['datAltaHasta'];
$strTipoReclamacion = $_GET['strTipoReclamacion'];
require_once '../CN/clsCNRecl.php';
$clsCNRecl = new clsCNRecl();
$clsCNRecl->setStrBD($_SESSION['mapeo']);
//extraemos el listado de reclamaciones a solucionar VER clsCNRecl
$arResult = $clsCNRecl->ListadoSol($_SESSION['strUsuario'], $strNumDesde, $strNumDesdeAnio, $strNumHasta, $strNumHastaAnio, $datAltaDesde, $datAltaHasta, $strTipoReclamacion);
?>
<!--            <h3 align="center" color="#FFCC66"><font size="3px">Comentarios para Solucionar</font></h3>-->
            
            <br/>
            <table id="datatablesMod" class="display">
                <thead>
                    <tr>
                        <th>Nº</th>
                        <th>Fecha</th>
                        <th>Empresa</th>
                        <th>Nombre y Apellidos</th>
                        <th>Nombre Servicio</th>
                        <th>Causa</th>
                        <th>Tipificacion</th>
                        <th>Registrado Por</th>