File: /home/asjudine/www/consulta_usuario_terminaciones.php
<?php
require_once("mainfile.php");
include ("config.php");
global $dbi;
$espacio = ' ';
$linea = '-';
require_once("Conectarse.php");
if(isset($_POST["guardar"]))
{
$jata = mysql_query('SELECT Nombre_Completo FROM correspondencias WHERE id = "'.$_GET["id"]. '" and Identificacion = "'.$_GET["ced2"].'" ');
if (!$jata) {
die('Error de godr: ' . mysql_error());
}
list($atenng) = mysql_fetch_row($jata);
$mssql30 = mysql_query("UPDATE correspondencias set tipo = '3' WHERE id = '".$_GET["id"]."' and Identificacion = '".$_GET["ced2"]."' " );
if (!$mssql30) {
die('Invalid query cartera_serviasjudinet MODIFICAR: ' . mysql_error());
}
$guardar = mysql_query("INSERT INTO terminaciones (id,cedula,nombre,texto,tipo ) VALUES ('".$_GET["id"]."', '".$_GET["ced2"]."', '".$atenng."', '".$_POST["mensaje"]."','3' )");
if (!$guardar) {
die('Invalid query update informe: ' . mysql_error());
}
echo "<script>alert('Los datos fueron Guardados');</script>";
}
if(isset($_POST["guardar2"]))
{
$jata = mysql_query('SELECT Nombre_Completo FROM correspondencias WHERE id = "'.$_GET["id"]. '" and Identificacion = "'.$_GET["ced2"].'" ');
if (!$jata) {
die('Error de godr: ' . mysql_error());
}
list($atenng) = mysql_fetch_row($jata);
$mssql3 = mysql_query("UPDATE correspondencias set tipo = '4' WHERE id = '".$_GET["id"]."' and Identificacion = '".$_GET["ced2"]."' " );
if (!$mssql3) {
die('Invalid query cartera_serviasjudinet MODIFICAR: ' . mysql_error());
}
$guardar = mysql_query("INSERT INTO terminaciones (id,cedula,nombre,texto,tipo ) VALUES ('".$_GET["id"]."', '".$_GET["ced2"]."', '".$atenng."', '".$_POST["mensaje"]."','4' )");
if (!$guardar) {
die('Invalid query update informe: ' . mysql_error());
}
echo "<script>alert('Los datos fueron Guardados');</script>";
}
if(isset($_POST["guardar3"]))
{
$jata = mysql_query('SELECT Nombre_Completo FROM correspondencias WHERE id = "'.$_GET["id"]. '" and Identificacion = "'.$_GET["ced2"].'" ');
if (!$jata) {
die('Error de godr: ' . mysql_error());
}
list($atenng) = mysql_fetch_row($jata);
$jatla = mysql_query('SELECT nombre FROM terminaciones WHERE id = "'.$_GET["id"]. '" and cedula = "'.$_GET["ced2"].'" ');
if (!$jatla) {
die('Error de godr: ' . mysql_error());
}
list($atenng) = mysql_fetch_row($jatla);
if ((mysql_num_rows($jatla)!=0)){
$mssql3 = mysql_query("UPDATE terminaciones set texto = '".$_POST["mensaje"]."' WHERE id = '".$_GET["id"]."' and cedula = '".$_GET["ced2"]."' " );
if (!$mssql3) {
die('Invalid query cartera_serviasjudinet MODIFICAR: ' . mysql_error());
}
echo "<script>alert('Los datos fueron Guardados');</script>";
}
else {
$guardar = mysql_query("INSERT INTO terminaciones (id,cedula,nombre,texto,tipo ) VALUES ('".$_GET["id"]."', '".$_GET["ced2"]."', '".$atenng."', '".$_POST["mensaje"]."','2' )");
if (!$guardar) {
die('Invalid query update informe: ' . mysql_error());
}
echo "<script>alert('Los datos fueron Guardados');</script>";
}
}
$control = mysql_query('SELECT cedula, codigo_militar, nombre, grado, numerocontrato, tipocontrato , numero_libranza , tipo_afiliado, codigo_sucursal, direccion , telefono, celular, ciudad , email, cuenta, banco, entidad_laboral, unidad_descuento, codigo_descuento, entidad_recaudo, fecha_nacimiento, fecha_afiliacion, fecha_validacion, valorcontrato, numerocuotas, valorcuota, fecha_inicio_contrato, fecha_termino_contrato, fecha_ultimo_registro, mes_inicio, ano_inicio, mes_termino, ano_termino, saldoanteior, cuotaspendientes, cuotasdescontadas, saldonuevo, vendedor, director, beneficiarios, renovacion, causal_terminacion, fecha_terminacion, estado,fecha_ultima_modificacion,fecha_activacion FROM cartera_serviasjudinet WHERE cedula = "' . $_GET["ced2"] . '"');
if (!$control) {
die('Invalid query 1: ' . mysql_error());
}
$num=mysql_num_rows($control);
list($cedula, $codi, $apes, $grad, $numcont, $plan, $num_lib, $titular, $codigosu, $dire, $tele, $celul, $ciud, $email, $cue, $ban, $enti, $unides, $codides, $entre, $fecna, $fechafil, $fechaval, $valcon, $numcuo, $valcuo, $fechainicio, $fechatermino, $fechaul, $mesini, $anoini, $mesfin, $anofin, $salant, $cupen, $cudesc, $salnue, $ven, $director, $benet, $renova, $causal, $fechater, $esta, $modificacion,$activacion) = mysql_fetch_row($control);
$inipag = $anoini.'-'.$mesini;
if ($causal > 00)
{
$control = mysql_query('SELECT concepto FROM descuentos WHERE codigo = "' . $causal. '" and (unidad = "' . $unides. '" || unidad = "" ) ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
if ((mysql_num_rows($control)== 0))
{
$control = mysql_query('SELECT concepto FROM descuentos WHERE codigo = "' . $causal. '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
}
list($causal) = mysql_fetch_row($control);
}
if ($esta == 1)
{
$estado = "VIGENTE";
}
else{
$estado = "HISTORICO";
}
$control = mysql_query('SELECT * FROM cartera_estado_contable WHERE cedula = "' . $_GET["ced2"] . '" and contrato = "' . $_GET["numcon"] . '" ORDER BY id ASC ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
while(list($id, $ceduc, $nombrec, $contrato, $tipo, $cuotac, $mescuotac, $anocuotac, $valorcuotac, $fecha_registroc, $fecha_nomina, $codescc, $unidescc) = mysql_fetch_row($control))
{
if ($cudesc == $cuotac and $contrato == $numcont)
{
$mesapl= $mescuotac;
$anoapl= $anocuotac;
//$fechaul = $fecha_nomina;
}
}
$controlado = mysql_query('SELECT vendedor FROM vendedores WHERE codigo = "' . $ven. '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
$fil = mysql_num_rows($controlado);
if ($fil =="0")
{
$ven =$ven;
}
else {
list($ven) = mysql_fetch_row($controlado);
}
//consulta PROCESOS JURIDICOS
$control = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta, ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos WHERE cedula = "' . $_GET["ced2"] . '" and numero_contrato = "' . $HTTP_GET_VARS["numcon"] . '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control))
{
$numpro = $numpro + 1 ;
}
$control99 = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta, ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos_historicos
WHERE cedula = "' . $HTTP_GET_VARS["ced2"] . '" and numero_contrato = "' . $HTTP_GET_VARS["numcon"] . '" ');
if (!$control99) {
die('Invalid query: ' . mysql_error());
}
while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control99))
{
$numprohis = $numprohis + 1 ;
}
$cont = mysql_query('SELECT cedula, cedula_titular FROM beneficiarios WHERE cedula_titular = "' . $HTTP_GET_VARS["ced2"] . '" and numero_contrato_titular = "' . $HTTP_GET_VARS["numcon"] . '" ');
if (!$cont) {
die('Invalid query: ' . mysql_error());
}
while(list($ceduc, $cedtiu ) = mysql_fetch_row($cont))
{
$bene = $bene + 1;
}
$controlgg = mysql_query('SELECT cedula, cedula_titular FROM beneficiarios WHERE cedula_titular = "' . $HTTP_GET_VARS["ced2"] . '" and numero_contrato_titular = "' . $HTTP_GET_VARS["numcon"] . '"');
if (!$controlgg) {
die('Invalid query: ' . mysql_error());
}
while(list($ceduc, $cedtiu ) = mysql_fetch_row($controlgg))
{
$control88 = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta, ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos WHERE cedula = "' .$ceduc. '" and numero_contrato = "' . $HTTP_GET_VARS["numcon"] . '" ');
if (!$control88) {
die('Invalid query: ' . mysql_error());
}
while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control88))
{
$numben = $numben + 1 ;
}
$control = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, tipo_afiliado, calidad_juridica_afiliado, tipo_orden, numero_carpeta, ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos_historicos
WHERE cedula = "' .$ceduc. '" and numero_contrato = "' . $_GET["numcon"] . '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
while(list($cedu, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $tipo_afiliado, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control))
{
$numbenhis = $numbenhis + 1 ;
}
}
//AQUI ACABA LA CONSUTA DE PROCESOS JURIDICOS
// CONSULTA SI TIENE CREDITO
$con = mysql_query('SELECT cedula, estado FROM creditos_serviasjudinet WHERE cedula = "' . $HTTP_GET_VARS["ced2"] . '" || codigo = "' . $HTTP_GET_VARS["ced2"] . '" ');
if (!$con) {
die('Invalid query 1: ' . mysql_error());
}
$numcre=mysql_num_rows($con);
list($cedcre, $estacre) = mysql_fetch_row($con);
if ($numcre == '0')
{
$cre = 'NO';
}else{
if ($estacre == 0)
{
$vigente = "H" ;
$cre = 'SI';
}else
{
$vigente = "V";
$cre = 'SI';
}
}
// AQUI ACABA CONSULTA CREDITOS
if(isset($_POST["proce"]))
{
$ced2 = $_GET["ced2"];
$numcon = $_GET["numcon"];
echo "<SCRIPT LANGUAGE='javascript'>window.location.href='terminaciones_num_procesos_sus.php?ced2=$ced2&numcon=$numcon'</SCRIPT>";
}
if(isset($_POST["bene"]))
{
$ced2 = $_GET["ced2"];
$numcon = $_GET["numcon"];
$control = mysql_query('SELECT cedula, cedula_titular FROM beneficiarios WHERE cedula_titular = "' . $HTTP_GET_VARS["ced2"] . '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
list($ceduc, $cedtiu ) = mysql_fetch_row($control);
echo "<SCRIPT LANGUAGE='javascript'>window.location.href='terminacion_consulta_titu_benefi_sus.php?ced2=$ced2&cedb=$ceduc&numcon=$numcon'</SCRIPT>";
}
$control = mysql_query('SELECT nombre FROM sucursal WHERE codigo = "' . "$codigosu". '" ');
if (!$control) {
die('Invalid query 1: ' . mysql_error());
}
list($codigosu) = mysql_fetch_row($control);
$cont10 = mysql_query('SELECT nombre FROM entidad_laboral WHERE codigo = "' . "$enti". '"');
if (!$cont10) {
die('Invalid query 2: ' . mysql_error());
}
list($enti) = mysql_fetch_row($cont10);
$cont10 = mysql_query('SELECT nombre FROM director_ventas WHERE codigo = "' . "$director". '"');
if (!$cont10) {
die('Invalid query 3: ' . mysql_error());
}
list($director) = mysql_fetch_row($cont10);
$cont10 = mysql_query('SELECT concepto FROM descuentos WHERE id = "' . "$entre". '"');
if (!$cont10) {
die('Invalid query 11: ' . mysql_error());
}
list($entre) = mysql_fetch_row($cont10);
/*$cont10 = mysql_query('SELECT vendedor FROM vendedores WHERE codigo = "' . "$ven". '" ');
if (!$cont10) {
die('Invalid query 12: ' . mysql_error());
}
list($ven) = mysql_fetch_row($cont10);*/
if ($plan > 0)
{
$cont10 = mysql_query('SELECT codigo_contrato FROM planes_contratos WHERE codigo = "' . "$plan". '" ');
if (!$cont10) {
die('Invalid query 42: ' . mysql_error());
}
list($plan) = mysql_fetch_row($cont10);
}
$sql = mysql_query('SELECT * FROM entidad_laboral order by nombre ');
if (!$sql) {
die('Invalid query: ' . mysql_error());
}
$row_sql = mysql_fetch_assoc($sql);
$totalRows_sql = mysql_num_rows($sql);
$sql2 = mysql_query('SELECT * FROM descuentos order by codigo ');
if (!$sql2) {
die('Invalid query: ' . mysql_error());
}
$row_sql2 = mysql_fetch_assoc($sql2);
$totalRows_sql2 = mysql_num_rows($sql2);
$sql3 = mysql_query('SELECT * FROM descuentos order by codigo ');
if (!$sql3) {
die('Invalid query: ' . mysql_error());
}
$row_sql3 = mysql_fetch_assoc($sql3);
$totalRows_sql3 = mysql_num_rows($sql3);
$sql4 = mysql_query('SELECT * FROM vendedores WHERE estado = "1" order by vendedor');
if (!$sql4) {
die('Invalid query: ' . mysql_error());
}
$row_sql4 = mysql_fetch_assoc($sql4);
$totalRows_sql4 = mysql_num_rows($sql4);
$sql5 = mysql_query('SELECT * FROM sucursal order by nombre ');
if (!$sql5) {
die('Invalid query: ' . mysql_error());
}
$row_sql5 = mysql_fetch_assoc($sql5);
$totalRows_sql5 = mysql_num_rows($sql5);
$sql6 = mysql_query('SELECT * FROM descuentos order by codigo ');
if (!$sql6) {
die('Invalid query: ' . mysql_error());
}
$row_sql6 = mysql_fetch_assoc($sql6);
$totalRows_sql6 = mysql_num_rows($sql6);
$sql7 = mysql_query('SELECT * FROM director_ventas WHERE estado = "1" order by nombre');
if (!$sql7) {
die('Invalid query: ' . mysql_error());
}
$row_sql7 = mysql_fetch_assoc($sql7);
$totalRows_sql7 = mysql_num_rows($sql7);
$sql8 = mysql_query('SELECT * FROM planes_contratos WHERE codigo != "7" and codigo != "8" order by codigo ');
if (!$sql8) {
die('Invalid query: ' . mysql_error());
}
$row_sql8 = mysql_fetch_assoc($sql8);
$totalRows_sql8 = mysql_num_rows($sql8);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Consulta Usuario Terminaciones</title>
<style type="text/css">
<!--
.est_cont5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
background-color: #EDFAF4;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.color_fondo_sc {
background-color: #DCE0E4;
}
.Estilo1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
background-color: #D6ECFE;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.Estilo2 {
font-size: 14px;
font-weight: bold;
}
.est_cont2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #2B39EC;
background-color: #F0F5CF;
height: 18px;
width: auto;
border: thin solid #FABF85;
}
.est_cont6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #006262;
background-color: #EDFED3;
margin: 1px;
padding: 1px;
height: auto;
width: auto;
border: thin solid #D9B6F8;
}
.sol_cre1 {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #0B3495;
background-color: #E6FAFF;
margin: 1px;
padding: 1px;
height: 18px;
width: auto;
border: thin outset #56AD95;
}
.col_cre2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #F92F0B;
background-color: #B3D9F0;
height: auto;
width: auto;
border: medium groove #FC9227;
}
.Estilo50 {color: #CC3333;
font-family: "Arial Narrow";
font-weight: bold;
}
.recaudo {font-family: "Courier New", Courier, monospace;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #000000;
background-color: #B6CBDC;
margin: 4px;
padding: 8px;
width: auto;
border: medium outset #339966;
}
.campo1 {background-color: #B7FFFF;
border: thin dashed #B6B6B6;
}
.campo1 {font-family: "Courier New", Courier, monospace;
font-size: 16px;
font-style: normal;
font-weight: bold;
background-color: #E1EFFD;
border: thin doble #009999;
}
.campo1 { font-family: "Courier New", Courier, monospace;
font-size: 11px;
color: #5151FF;
-->background-color: #C4E4FD;
border: thin solid #009999;
height: 18px;
width: auto;
}
.Estilo51 {color: #006600;
font-family: "Arial Narrow";
font-weight: bold;
}
.datos1 {font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
text-decoration: blink;
background-color: #CCFFCC;
margin: 5px;
padding: 7px;
height: auto;
width: auto;
border: thin solid #0099FF;
}
.datos1 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
background-color: #FDE0C1;
margin: 2px;
padding: 3px;
border: medium doble #DBAED7;
}
.datos1 { font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: normal;
background-color: #B8F5E8;
margin: 4px;
padding: 5px;
border: thin outset #009999;
}
.datos2 { font-family: "Courier New", Courier, monospace;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #0033FF;
background-color: #FFE2C6;
margin: 2px;
padding: 3px;
border: medium doble #EEBFEB;
}
.datos3 { font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FF3300;
background-color: #A6ECD7;
margin: 4px;
padding: 4px;
border: medium groove #CCCCFF;
}
.go { font-family: "Times New Roman", Times, serif;
font-size: 9px;
font-style: normal;
color: #FF6633;
background-color: #FBDCBD;
padding: 1px;
height: auto;
width: auto;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
}
.Estilo64 {
font-size: 8px;
font-weight: bold;
color: #000000;
}
.Estilo66 {
font-size: 12px;
font-weight: bold;
}
.label {background-color: #FFFFCC; font-size: 12px; font-family: Arial; color:#0000CC; display: block;}
.Estilo67 {color: #FF0000}
-->
</style>
<script Language="JavaScript">
function validarEntero(valor){
//intento convertir a entero.
//si era un entero no le afecta, si no lo era lo intenta convertir
valor = parseInt(valor)
//Compruebo si es un valor numérico
if (isNaN(valor)) {
//entonces (no es numero) devuelvo el valor cadena vacia
return ""
}else{
//En caso contrario (Si era un número) devuelvo el valor
return valor
}
}
function valida_envia(){
//valido LOS APELLIDOS
if (document.form1.ape.value.length==0){
alert("Tiene que escribir sus apellidos")
document.form1.ape.focus()
return (false);
}
//valido el nombre
if (document.form1.noms.value.length==0){
alert("Tiene que escribir sus nombres")
document.form1.noms.focus()
return (false);
}
//valido la cedula
if (document.form1.ced.value.length==0){
alert("Tiene que escribir el numero de cedula")
document.form1.ced.focus()
return (false);
}
return (true);
}
</script>
<body >
<form action="" method="post" onsubmit="return valida_envia()" enctype="multipart/form-data" name="form1" id="form1">
<div align="center">
<div class="Estilo1">SOLICITUD CARTERA JURIDICA</div>
<table width="790" border="5" cellpadding="1" cellspacing="1" class="sol_cre1">
<caption>
<div align="center"><br />
<span class="Estilo2"> DATOS TITULAR</span><br />
</div>
</caption>
<tr>
<td ><div align="center" class="Estilo55">
<div align="right"> <strong><span class="Estilo55">Fecha Activacion:</span>: </strong></div>
</div></td>
<td align="left" >
<input name="activacion" type="text" class="Estilo50" id="activacion" value="<?php echo $activacion ?>" size="12" maxlength="12" readonly=""/>
</td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Fecha Modificacion: </strong></div>
</div></td>
<td align="left">
<input name="modificacion" type="text" class="Estilo50" id="modificacion" value="<?php echo $modificacion ?>" size="12" maxlength="12" readonly=""/> </td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Fecha Afiliacion: </strong></div>
</div></td>
<td align="left">
<input name="afiliafecha" type="text" class="Estilo50" id="afiliafecha" value="<?php echo $fechafil ?>" size="12" maxlength="12" readonly=""/> </td>
</tr>
<tr>
<th colspan="2" scope="col">
<strong>Fecha Validacion :</strong>
<input name="fechaval" type="text" class="Estilo66" id="fechaval" value="<?php echo $fechaval ?>" size="10" maxlength="10" readonly="" />
</th>
<td><div align="center" class="Estilo55 ">
<div align="right"> <strong>Sucursal :</strong></div>
</div></td>
<td align="left">
<input name="codigosu" type="text" class="Estilo66" id="codigosu" value="<?php echo $codigosu ?>" size="20" maxlength="20" readonly="" /> </td>
<td><div align="center" class="Estilo55 ">
<div align="right"> <strong>CREDITO :</strong></div>
</div></td>
<td align="left">
<input name="cre" type="text" class="Estilo50" id="cre" value="<?php echo $cre ?>" size="4" maxlength="4" readonly="" /> -<input name="vigente" type="text" class="Estilo50" id="vigente" value="<?php echo $vigente ?>" size="4" maxlength="4" readonly="" />
</td>
</tr>
<tr>
<td width="63" align="right"><strong>Apellidos y Nombres:</strong></td>
<td colspan="3" align="left"><input name="apenom" type="text" class="Estilo66" id="apenom" value="<?php echo $apes ?>" size="60" maxlength="65" readonly=""/> </td>
<td width="136" height="21"><div align="right"><strong>Cedula No:</strong></div></td>
<td width="180" ><div align="left">
<input name="cedb" type="text" class="Estilo66" id="cedb" value="<?php echo $cedula ?>" size="20" maxlength="20" readonly="" />
</div></td>
</tr>
<tr>
<td><div align="right"><strong>Cogido Militar :</strong></div></td>
<td width="140" ><div align="left">
<input name="cod" type="text" class="Estilo66" id="cod" value="<?php echo $codi ?>" size="14" maxlength="20" readonly="" />
</div></td>
<td width="137"><div align="right"><strong>Grado :</strong></div></td>
<td width="129"><div align="left">
<input name="gra" type="text" class="Estilo66" id="gra" value="<?php echo $grad ?>" size="12" maxlength="10" readonly="" />
</div></td>
<td align="right"><strong>Fecha Nacimiento :</strong></td>
<td align="left"><input name="fecna" type="text" class="Estilo66" id="fecna" value="<?php echo $fecna ?>" size="7" maxlength="7" readonly="" />
<span class="Estilo64">DIA-MES</span> </td>
</tr>
<tr>
<td><div align="right"><strong>Cuidad :</strong></div></td>
<td><div align="left">
<input name="ciud" type="text" class="Estilo66" id="ciud" value="<?php echo $ciud ?>" size="14" maxlength="20" readonly="" />
</div></td>
<td><div align="right"><strong>Direccion :</strong></div></td>
<td colspan="2"><div align="left">
<input name="dire" type="text" class="Estilo66" id="dire" value="<?php echo $dire ?>" size="45" maxlength="45" readonly="" />
</div></td>
</tr>
<tr>
<td><div align="right"><strong>Telefono :</strong></div></td>
<td><div align="left">
<input name="tel" type="text" class="Estilo66" id="tel" value="<?php echo $tele ?>" size="10" maxlength="20" readonly="" />
</div></td>
<td><div align="right"><strong>Celular :</strong></div></td>
<td><div align="left">
<input name="cel" type="text" class="Estilo66" id="cel" value="<?php echo $celul ?>" size="20" maxlength="20" readonly="" />
</div></td>
<td><div align="right"><strong>E-mail :</strong></div></td>
<td colspan="2"><div align="left">
<input name="email" type="text" class="Estilo66" id="email" value="<?php echo $email ?>" size="30" maxlength="30" readonly=""/>
</div></td>
</tr>
<tr>
<td><div align="right"><strong>Plan :</strong></div></td>
<td><div align="left">
<input name="plan" type="text" class="Estilo66" id="plan" value="<?php echo $plan ?>" size="5" maxlength="5" readonly="" />
</div></td>
<td><div align="right"><strong>Cuenta No :</strong></div></td>
<td><div align="left">
<input name="cue" type="text" class="Estilo66" id="cue" value="<?php echo $cue ?>" size="20" maxlength="20" readonly=""/>
</div></td>
<td><div align="right"><strong>Banco :</strong></div></td>
<td colspan="2"><div align="left">
<input name="ban" type="text" class="Estilo66" id="ban" value="<?php echo $ban ?>" size="20" maxlength="20" readonly=""/>
</div></td>
</tr>
<tr>
<td height="28"><div align="right"><strong>Numero Contrato :</strong></div></td>
<td><div align="left">
<input name="numcont" type="text" class="Estilo66" id="numcont" value="<?php echo $numcont ?>" size="12" maxlength="10" readonly=""/>
</div></td>
<td><div align="right"><strong>Numero libranza:</strong></div></td>
<td ><div align="left">
<input name="num_lib" type="text" class="Estilo66" id="num_lib" value="<?php echo $num_lib ?>" size="12" maxlength="12" readonly=""/>
</div></td>
<td><div align="right"><strong>Vendedor :</strong></div></td>
<td align="left" ><input name="vendedor" type="text" class="Estilo66" id="ven" value="<?php echo $ven ?>" size="30" maxlength="30" readonly=""/></td>
</tr>
<tr>
<td height="28"><div align="right"><strong>Valor Contrato :</strong></div></td>
<td><div align="left">
<input name="valcon" type="text" class="Estilo66" id="valcon" value="<?php echo $valcon ?>" size="12" maxlength="10" readonly=""/>
</div></td>
<td><div align="right"><strong>Numero de Cuotas:</strong></div></td>
<td ><div align="left">
<input name="numcuo" type="text" class="Estilo66" id="numcuo" value="<?php echo $numcuo ?>" size="12" maxlength="12" readonly=""/>
</div></td>
<td align="center"> <strong>Valor Cuota:</strong></td><td align="left">
<input name="valcuo" type="text" class="Estilo66" id="valcuo" value="<?php echo $valcuo ?>" size="12" maxlength="12" readonly=""/>
</td>
</TR>
<tr>
<td height="28"><div align="right"><strong>Cuotas Pendientes :</strong></div></td>
<td><div align="left">
<input name="cupen" type="text" class="Estilo66" id="cupen" value="<?php echo $cupen ?>" size="12" maxlength="10" readonly=""/>
</div></td>
<td><div align="right"><strong>Cuotas Descontadas:</strong></div></td>
<td ><div align="left">
<input name="cudesc" type="text" class="Estilo66" id="cudesc" value="<?php echo $cudesc ?>" size="12" maxlength="12" readonly=""/>
</div></td>
<td><div align="right"><strong>Saldo Anterior:</strong></div></td>
<td ><div align="left">
<input name="salant" type="text" class="Estilo66" id="salant" value="<?php echo $salant ?>" size="12" maxlength="12" readonly=""/>
</div></td>
</TR>
<tr>
<td height="34"><div align="right"><strong>Saldo Nuevo:</strong></div></td>
<td><div align="left">
<input name="salnue" type="text" class="Estilo66" id="salnue" value="<?php echo $salnue ?>" size="12" maxlength="10" readonly=""/>
</div></td>
<td height="34"><div align="right"><strong>Numero de Beneficiarios:</strong></div></td>
<td><div align="left">
<input name="bene" type="text" class="Estilo66" id="bene" value="<?php echo $bene ?>" size="3" maxlength="3" readonly=""/>
</div></td>
<td height="34"><div align="right"><strong>Fecha Inicio Pagos:</strong></div></td>
<td align="left">
<input name="iniciopag" type="text" class="Estilo66" id="iniciopag" value="<?php echo $inipag ?>" size="5" maxlength="5" readonly=""/>
</td>
</TR>
<tr>
<td height="34"><div align="right"><strong>Fecha Inicio Contrato:</strong></div></td>
<td><div align="left">
<input name="fechainicio" type="text" class="Estilo66" id="fechainicio" value="<?php echo $fechainicio ?>" size="10" maxlength="14" readonly=""/>
</div></td>
<td><div align="right"><strong>Fecha Termino Contrato:</strong></div></td>
<td ><div align="left">
<input name="fechatermino" type="text" class="Estilo66" id="fechatermino" value="<?php echo $fechatermino ?>" size="10" maxlength="14" readonly=""/>
</div></td>
<td align="center"><strong>Fecha ultimo pago:</strong>
<input name="fechaul" type="text" class="Estilo66" id="fechaul" value="<?php echo $fechaul ?>" size="10" maxlength="14" readonly=""/>
</td>
<td align="center"><strong>Fecha mes aplicado:</strong>
<input name="fechapl" type="text" class="Estilo66" id="fechapl" value="<?php echo $mesapl ?>-<?php echo $anoapl ?>" size="10" maxlength="14" readonly=""/>
</td>
</tr>
<tr>
<td><div align="center" class="Estilo56">
<div align="right" class="Estilo12"><strong>Entidad Recaudo :</strong></div>
</div></td>
<td colspan="3" align="left"><input name="entre" type="text" class="Estilo66" id="entre" value="<?php echo $entre ?>" size="60" maxlength="65" readonly=""/></td>
<td height="31" class="Estilo12"><div align="center" class="Estilo12">
<div align="right"><strong>Unidad y Codigo Descuento :</strong></div>
</div></td>
<td>
<input name="unides" type="text" class="Estilo66" id="unides" value="<?php echo $unides ?>" size="5" maxlength="5" readonly=""/> -
<input name="codides" type="text" class="Estilo66" id="codides" value="<?php echo $codides ?>" size="4" maxlength="4" readonly=""/>
</td>
</tr>
<tr>
<td colspan="2"><div align="center" class="Estilo55">
<div align="right"> <strong>Entidad Laboral: </strong></div>
</div></td>
<td colspan="2" align="left">
<input name="enti" type="text" class="Estilo66" id="enti" value="<?php echo $enti ?>" size="40" maxlength="40" readonly=""/>
</td>
<td><div align="right"><strong>Director :</strong></div></td>
<td align="left" >
<input name="direc" type="text" class="Estilo66" id="direc" value="<?php echo $director ?>" size="30" maxlength="30" readonly=""/>
</td>
</tr>
<tr>
<td colspan="2"><div align="right"><strong>Causal Terminacion:</strong></div></td>
<td align="left" colspan="2" >
<input name="causal" type="text" class="Estilo66" id="causal" value="<?php echo $causal ?>" size="40" maxlength="40" readonly=""/>
</td>
<td><div align="right"><strong>Fecha Anulación:</strong></div></td>
<td align="left" >
<input name="fechater" type="text" class="Estilo66" id="fechater" value="<?php echo $fechater ?>" size="20" maxlength="20" readonly=""/>
</td>
</tr>
<tr>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Renovacion Contrato: </strong></div>
</div></td>
<td align="left">
<input name="renova" type="text" class="Estilo50" id="renova" value="<?php echo $renova ?>" size="12" maxlength="12" readonly=""/> </td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Procesos Juridicos titular Vig: </strong></div>
</div></td>
<td align="left">
<input name="numpro" type="text" class="Estilo50" id="numpro" value="<?php echo $numpro ?>" size="12" maxlength="12" readonly=""/> </td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Procesos Juridicos Beneficiario Vig: </strong></div>
</div></td>
<td align="left">
<input name="numben" type="text" class="Estilo50" id="numben" value="<?php echo $numben ?>" size="12" maxlength="12" readonly=""/> </td>
</tr>
<tr>
<td ><div align="center" class="Estilo55">
<div align="right"> <strong><span class="Estilo55">Contrato</span>: </strong></div>
</div></td>
<td align="left" >
<input name="estado" type="text" class="Estilo50" id="estado" value="<?php echo $estado ?>" size="12" maxlength="12" readonly=""/>
</td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Procesos Juridicos Titular His: </strong></div>
</div></td>
<td align="left">
<input name="numprohis" type="text" class="Estilo50" id="numprohis" value="<?php echo $numprohis ?>" size="12" maxlength="12" readonly=""/> </td>
<td ><div align="center" class="Estilo55 ">
<div align="right"> <strong>Procesos Juridicos Beneficiario His: </strong></div>
</div></td>
<td align="left">
<input name="numbenhis" type="text" class="Estilo50" id="numbenhis" value="<?php echo $numbenhis ?>" size="12" maxlength="12" readonly=""/> </td>
</tr>
<TR align="center">
<TD colspan="6">
<?php
$ced2 = $_GET["ced2"];
$numcon = $_GET["numcon"];
echo "<input type='button' value='CONSULTA CREDITO' name=boton class=Estilo50 onClick =window.open('cartera_credito_listado.php?ced2=$ced2&numcon=$numcon&tipo=$plan','','top=50,left=100,toolbar=no,scrollbars=yes,width=810,height=530,status=yes')></a>"; ?>
<input name="proce" type="submit" class="Estilo50" value ="PROCESOS TITULAR" >
<input name="bene" type="submit" class="Estilo50" value ="CONSULTA BENEFICIARIOS" >
<?php
$ced2 = $_GET["ced2"];
$numcon = $_GET["numcon"];
echo "<input type='button' value='CONSULTAR CONTACTO' name=boton class=Estilo50 onClick =window.open('consulta_contacto.php?ced2=$ced2&numcon=$numcon&tipo=$plan','','top=50,left=100,toolbar=no,scrollbars=yes,width=810,height=530,status=yes')></a>"; ?>
</TD>
</TR>
</table>
<p align="center">
<input name="menu2" type="button" class="Estilo51" id="menu2" onClick="window.location.href='consulta_terminaciones.php'" value="IR AL MENU">
</p>
</div>
</form>
</body>
</html>
<br>
<?
$control = mysql_query('SELECT Identificacion,Nombre_Completo,Asunto,Mensaje FROM correspondencias WHERE Identificacion = "'.$_GET["ced2"].'" and numradica= "'.$_GET["numcon"].'" and tipo = "2"');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
while(list($cedula, $nombre,$asunto,$mensaje) = mysql_fetch_row($control))
{
////////////////////////////////////
$fecha = $Dia_Envio."-".$Mes_Envio."-".$Ano_Envio;
$LaIdentificacion = $_GET[ced2];
$ElID = $_GET[Id];
$corres = mysql_query('SELECT tipo FROM correspondencias WHERE Identificacion = "'.$_GET[ced2].'" and numradica = "' . $_GET[numcon] . '" ');
if (!$corres) {
die('Invalid query 442: ' . mysql_error());
}
list($tipcorre) = mysql_fetch_row($corres);
$res = mysql_query("SELECT * FROM archivos WHERE Identificacion = '" . $_GET[ced2] . "' and registro = '" . $_GET[numcon] . "' ");
if (!$res) {
die('Invalid query: ' . mysql_error());
}
if ((mysql_num_rows($res)!=0))
{
printf("<style type='text/css'><!--.Estilo5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; }--></style>");
printf("<table width='700' border='1' align='center' cellpadding='1' cellspacing='1'>
<tr bgcolor='#FFFFCC'>
<th colspan='5' scope='col'><span class='Estilo5'>LISTADO DE ARCHIVOS ENVIADOS </span></th>
</tr>
<tr bgcolor='#FFFFCC'>
<th scope='col'><span class='Estilo5'>ID</span></th>
<th scope='col'><span class='Estilo5'>ID</span></th>
<th scope='col'><span class='Estilo5'>ID</span></th>
</tr>");
while($Filas = mysql_fetch_row($res))
{
printf("<tr><td><div align='center'><a href='descargar_archivos.php?Id= ".$Filas[0]."' class='Estilo5 Estilo6'>Descarga1</a></div></td>
<td><div align='center'><a href='descargar_archivosdos.php?Id=" . $Filas[0] . "' class='Estilo5 Estilo6'>Descarga2</a></div></td>
<td><div align='center'><a href='descargar_archivostres.php?Id=" . $Filas[0] . "' class='Estilo5 Estilo6'>Descarga3</a></div></td>");
}
echo "</table>";
mysql_free_result($res);
}
else
{
$res = mysql_query("SELECT * FROM archivos_nuevos WHERE Identificacion = '" . $_GET[ced2] . "' and registro = '" . $_GET[numcon] . "' ");
if (!$res) {
die('Invalid query: ' . mysql_error());
}
if ((mysql_num_rows($res)!=0))
{
printf("<style type='text/css'><!--.Estilo5 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; }--></style>");
printf("<table width='700' border='1' align='center' cellpadding='1' cellspacing='1'>
<tr bgcolor='#FFFFCC'>
<th colspan='5' scope='col'><span class='Estilo5'>LISTADO DE ARCHIVOS ENVIADOS </span></th>
</tr>
<tr bgcolor='#FFFFCC'>
<th scope='col'><span class='Estilo5'>ID</span></th>
</tr>");
//$Filas = mysql_fetch_row($res);
while($Filas = mysql_fetch_row($res))
{
printf("<tr><td><div align='center'><a href='descargar_archivos.php?Id=" . $Filas[0] . "' class='Estilo5 Estilo6'>Descargar</a></div></td>
<td><div align='center'><a href='descargar_archivosdos.php?Id=" . $Filas[0] . "' class='Estilo5 Estilo6'>Descargar</a></div></td>
<td><div align='center'><span class='Estilo7'>" . $Filas[1] . "</span></div></td>
<td><div align='center'><span class='Estilo7'>" . $Filas[2] . "</span></div></td>
<td><div align='center'><span class='Estilo7'>" .$Filas[5] . "</span></div></td>
<td><div align='center'><span class='Estilo7'>" .$tipcorre. "</span></div></td></tr>");
}
}
}
//////////////////////////////segubnda
////////////////////////////////////////////
}
echo "</table>";
?>
<html>
<head>
<title>Registro de Formulario Juridico</title>
<style type="text/css">
<!--
img {border: 0}
body,td {font-family: Verdana,Arial; font-size: 8pt; color: #000000}
input,select {font-family: Verdana,Arial; font-size: 7.5pt}
a:link, a:visited {text-decoration: none; color: #2030F0}
a:hover, a:active {text-decoration: underline; color: #D02010}
body table tr td table tr td form table {
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
}
body table tr td table tr td form table tr td div strong {
font-size: 10pt;
}
body table tr td table tr td form table tr td div strong {
font-size: 9pt;
}
body table tr td table tr td form table tr td b {
font-size: 9pt;
}
body table tr td table tr td form table tr td div {
font-size: 7pt;
}
-->
</style>
</head>
<body bgcolor="#EFEFEF" text="#000000" topmargin="0" leftmargin="0">
<table width="100%" height="75%" bgcolor="#FFFFFF" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10" valign="top">
<table width="70%" border="0" cellspacing="0" cellpadding="0">
</table>
</td>
</tr>
<tr>
<td align="center">
<table width="44%" bgcolor="#EFEFEF" align="center" border="0" cellspacing="0" cellpadding="6">
<tr>
<td align="center" bgcolor="#306090"><big style="color:#FFFFFF"><b>INGRESAR GESTION</b></big></td>
</tr>
<tr>
<td align="center" colspan="2">
<script>
function Verificar() {
if(document.frm.nombre.value == "") {
alert("Por favor Escriba el nombre");
document.frm.nombre.focus();
return false;
}
return true;
}
</script>
<?
$jata = mysql_query('SELECT texto FROM terminaciones WHERE id = "'.$_GET["id"]. '" and cedula = "'.$_GET["ced2"].'" ');
if (!$jata) {
die('Error de godr: ' . mysql_error());
}
list($moticonsu) = mysql_fetch_row($jata);
?>
<form method="post" name="frm" onSubmit="return Verificar()">
<table border="0" bgcolor="#EFEFEF" cellspacing="5">
</tr>
</table><br>
<b>Ingreso Gestion</b><br>
<textarea name="mensaje" cols="80" rows="10"><? echo $moticonsu?></textarea><br><br>
<input name="guardar3" type="submit" class="Estilo53" id="guardar" value="Actualizar" />
</form>
</table><br>
</td>
</tr>
</table>
</body>
</html>