コード例 #1
0
 function Header()
 {
     $util = new cUtilerias();
     $expe = new cExpediente();
     $det = $expe->getDatosClienteImprimir($_GET['id']);
     // print_r($det);
     $this->Image("../logo.png", 10, 6, 30);
     // Arial bold 15
     $this->SetFont('Arial', 'B', 10);
     // Move to the right
     $this->Cell(80);
     // Title
     $this->Cell(30, 5, 'DETALLES DEL EXPEDIENTE DE ' . strtoupper($det['razon'] . " " . $det['nombre'] . " " . $det['a_pat'] . " " . $det['a_mat']), 0, 0, 'C');
     $this->Ln();
     $this->Cell(80);
     $this->Cell(30, 5, 'CLAVE DEL CLIENTE: ' . strtoupper($det['clave_agrupadora']), 0, 0, 'C');
     $this->Ln();
     $this->Cell(80);
     $this->Cell(30, 5, "FECHA DE IMPRESION: " . $util->convierteFechaTiempo(date("Y-m-d H:i:s")), 0, 0, "C");
     // Line break
     $this->Ln(20);
 }
    ?>
</td>
												<td class=" "><?php 
    echo $t['tipo_alertas_manuales'];
    ?>
</td>
												<td class=" "><?php 
    echo $t['prioridad'];
    ?>
</td>
												<td class=" "><?php 
    echo $t['descripcion'];
    ?>
</td>
												<td class=" "><?php 
    echo $util->convierteFechaTiempo($t['fecha_reg']);
    ?>
</td>
												<td class=" "><?php 
    echo $util->convierteFechaTiempo($t['fecha_leida']);
    ?>
</td>
												<td class=" ">
													<?php 
    switch ($t['status']) {
        case -1:
            $ale = "LEIDA/CANCELADA";
            break;
        case 0:
            $ale = "SIN ANALIZAR/NO LEIDA";
            break;
コード例 #3
0
							<div class="row">
								<!-- cambio del valor de las udis-->
								<div class="col-md-4 col-md-offset-1">
							<div class="tiles green m-b-10">
								<div class="tiles-body">
									<div class="controller">
										<a href="javascript:;" class="reload"></a><a href="javascript:;" class="remove"></a>
									</div>
									<div class="tiles-title text-black">
										<h4><strong style="color:white">VALOR ACTUAL DE UDI
											</strong></h4>
									</div>
									<div class="widget-stats">
										<div class="wrapper transparent">
											<span class="item-title">FECHA: <?php 
    echo $util->convierteFechaTiempo($vudi['fecha_captura']);
    ?>
</span>
											<span class="item-count semi-bold" data-value="FECHA: <?php 
    echo $vudi['valor'];
    ?>
" data-animation-duration="700">VALOR M.N: <span id="spanUdi">
												 $<?php 
    echo $vudi['valor'];
    ?>
</span> </span>
											<span class="">

											<!-- <a href="http://www.banxico.org.mx/SieInternet/consultarDirectorioInternetAction.do?accion=consultarCuadro&idCuadro=CP150&sector=8&locale=es" target="blank" style="color:white">Consultar <i class="fa fa-search"></i></a>  -->
											</span>
										</div>
コード例 #4
0
    ?>
	 <tr>
	 	<td><?php 
    echo $l['asiento'];
    ?>
</td>
	 	<td><?php 
    echo $l['prioridad'];
    ?>
</td>
	 	<td><?php 
    echo $l['descripcion'];
    ?>
</td>
	 	<td><?php 
    echo $util->convierteFechaTiempo($l['fecha_reg']);
    ?>
</td>
	 	<td></td>
	 	<td><?php 
    echo $util->convierteFechaTiempo($l['fecha_aprobada']);
    ?>
</td>
	 	<td><button class="btn btn-danger" onclick="modalConfirmacionIndividual(<?php 
    echo $l['asiento'];
    ?>
)"><i class="fa fa-file-text"></i></button>
	 		<button class="btn btn-success" onclick="modalCambiaAlerta()"><i class="fa fa-pencil"></i></button>
	 		<button class="btn btn-primary" onclick="modalCambiaAlerta()"><i class="fa fa-check"></i></button>
	 	</td>
	 </tr>
コード例 #5
0
    ?>
</td>
        		<td class=""><?php 
    echo $l['id_contrato'];
    ?>
</td>
        		<td><?php 
    echo $l['razon'] . $l['nombre'] . ' ' . $l['a_pat'] . ' ' . $l['a_mat'];
    ?>
</td>
        		<td><?php 
    echo $l['ref_pago'];
    ?>
</td>
        		<td class=""><?php 
    echo $util->convierteFechaTiempo($l['fecha_pago']);
    ?>
</td>
        		<td class=""><?php 
    switch ($l['vigente']) {
        case 1:
            echo "VIGENTE";
            break;
        case 2:
            echo "LIQUIDADO";
            break;
        case 0:
            echo "CERRADO";
            break;
        case -1:
            echo "CANCELADO";
コード例 #6
0
									<td><?php 
echo $dalerta['id_alerta'];
?>
</td>
								</tr>
								<tr>
									<th>TIPO DE OPERACIÓN</th>
									<td><?php 
echo $dalerta['tipo_op'];
?>
</td>
								</tr>
								<tr>
									<th>FECHA DE DETECCIÓN DE LA OPERACIÓN</th>
									<td><?php 
echo $util->convierteFechaTiempo($dalerta['fecha']);
?>
</td>
								</tr>
								<tr>
									<th>DESCRIPCIÓN DE LA OPERACIÓN</th>
									<td><?php 
echo $dalerta['descripcion'];
?>
</td>
								</tr>
							</table>
						</div>
					</div>
				</div>
				<div class="tab-pane" id="contrato">
コード例 #7
0
        echo $tcolor;
        ?>
;font-size:2em;text-shadow:1px 2px 2px rgba(0,0,0,1);"></span>&nbsp;<?php 
        echo $l['id_persona'];
        ?>
        		</td >
        		<td>&nbsp;<?php 
        echo $l['clave_agrupadora'];
        ?>
</td >
        		<td class="odd"><?php 
        echo $l['razon'] . $l['nombre'] . ' ' . $l['a_pat'] . ' ' . $l['a_mat'];
        ?>
</td>
        		<td><?php 
        echo $util->convierteFechaTiempo($l['alta']);
        ?>
</td>
        		<td class="odd"><?php 
        echo $l['ciudad'];
        ?>
</td>
        		<td><?php 
        echo $l['tipo_exp'];
        ?>
</td>
        		<td  class="odd" >
        			<!--modificar-->
        			<span class="btn btn-danger" data-toggle="tooltip" title="MODIFICAR" onclick="modalEditExpediente(<?php 
        echo $l['id_cliente'];
        ?>
コード例 #8
0
<!--cabecera de la tabla (visible solo a la hora de imprimir)-->
<div id="cabeceraDocto" class="row">
	<div id="logoempresa" class="col-lg-3 col-lg-offset-1">
		<img src="../logo.png"  class="img-responsive" style="width:50%;height: 50%"/>
	</div>
	<div class="col-lg-4">
		<br />
		<center>
		<h3><strong> TABLA DE AMORTIZACI&Oacute;N</strong></h3>
		</center><h4 style="text-transform: uppercase">CLIENTE: <strong> <?php 
echo $clte['razon'] . " " . $clte['nombres'] . " " . $clte['a_pat'] . " " . $clte['a_mat'];
?>
</strong></h4>
		<h5 style="text-transform: uppercase">Fecha de Generaci&oacute;n: <?php 
echo $util->convierteFechaTiempo(date("Y-m-d H:i:s"));
?>
</h5>

	</div>
</div>
	<div class="col-lg-10 col-lg-offset-1" id="nombreClteTbl">

	</div>
</div>

</form>

<!--area de la tabla-->
<div class="row" style="visibility: visible">
	<div class="col-lg-12" id="tablaAmortizacion"></div>