File: /home/asjudine/www/acreditos/cobranzas_cre_pasar_his.php
<?php
require_once("../Conectarse.php");
if ($_POST[guardar])
{
$nuevafecha = $_POST[ano_act]."-".$_POST[mes_act]."-".$_POST[dia_act];
$caus = mysql_query('SELECT concepto FROM codigos_gestion_cobranzas WHERE codigo = "' . $_POST["codigo3"] . '" ');
if (!$caus) {
die('Invalid query caus: ' . mysql_error());
}
list($causal) = mysql_fetch_row($caus);
$insertar = mysql_query("INSERT INTO actuaciones_cobranzas_cre (cedula, numero_carpeta, oficio_numero, actuacion, fecha, cedula_usuario, codigo_gestion) VALUES ('" . $_GET[id] . "', '" . $_GET[carpeta] . "', '" . $_POST["oficio_numero"] . "', '" . $_POST["actuacion"] . "', '$nuevafecha', '1105678304', '" . $_POST["codigo3"] . "')");
if (! $insertar) {
die('Invalid query insertar: ' . mysql_error());
}
$modificarcob = mysql_query("UPDATE cabranzas_credito set codigo_gestion = '" . $_POST[codigo3] . "' , fecha_gestion = ' $nuevafecha ' , causal = '" .$causal. "' , estado = '0' WHERE cedula = '" . $_GET[id] . "' ");
if (! $modificarcob) {
die('Invalid query: ' . mysql_error());
}
echo "<SCRIPT LANGUAGE='javascript'>window.location.href='cobranzas_cre_his.php?'</SCRIPT>";
}
$result = mysql_query('SELECT numero_carpeta, cedula, nombre_completo, numero, tipo, capital_periodo, capital_renovacion, interes_prejuridico, interes_cobroejecutivo, capital_clausula, deuda_total, oficio_numero, fecha_oficio, cedula_funcionario, unidad FROM cabranzas_credito WHERE cedula = "' . $_GET["id"] . '" and numero_carpeta = "' . $_GET["carpeta"] . '"');
if (!$result) {
die('Invalid query: ' . mysql_error());
}
list($numero_carpeta, $cedula, $nombre_completo, $numero, $tipo, $capital_periodo, $capital_renovacion, $interes_prejuridico, $interes_cobroejecutivo, $capital_clausula, $deuda_total, $oficio_numero, $fecha_oficio, $cedfun, $unidadc) = mysql_fetch_row($result);
$tres=substr($fecha_oficio, 0, 4);
$dos=substr($fecha_oficio, 5, 2);
$uno=substr($fecha_oficio, 8, 2);
$fecha_oficio = ($uno."-".$dos."-".$tres);
$per = mysql_query('SELECT cuenta_cobro, numero_carpeta, cedula, motivo, capital_recuperado, oficio_dev_num, fecha, unidad FROM devolucion_carpeta WHERE cedula = "' . $_GET["id"] . '" and numero_carpeta = "' . $_GET["carpeta"] . '"');
if ( (mysql_num_rows($per) != 0))
{
list($cuenta_cobro, $num_carpeta, $cedula, $motivo, $capital_recuperado, $oficio_dev_num, $fecha_dev, $unidadd) = mysql_fetch_row($per);
$tres=substr($fecha_dev, 0, 4);
$dos=substr($fecha_dev, 5, 2);
$uno=substr($fecha_dev, 8, 2);
$fecha_dev = ($uno."-".$dos."-".$tres);
}
else
{
$num_carpeta = "";
}
$sql3 = mysql_query('SELECT * FROM codigos_gestion_cobranzas WHERE estado = "0" order by codigo ');
if (!$sql3) {
die('Invalid query: ' . mysql_error());
}
$row_sql3 = mysql_fetch_assoc($sql3);
$totalRows_sql3 = mysql_num_rows($sql3);
?>
<!DOCTYPE HTML>
<html>
<head>
<title>Pasar Historico Cobranzas</title>
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
*{margin: 0;padding: 0;}
body{background-color:#EAEAEA;font-family:Geneva,Arial,Helvetica,sans-serif;}
header {background-color: #B7271F; text-align: center;}
.titulo{width: 100%;text-align: center;background-color: #dbd8c9;color: #b20606;padding: 6px 0;font-size: 18px;}
table{margin: 0 auto;border: 8px solid #bebebe; text-align: center;}
.divirmenu{text-align: center;}
.irmenu{width: 200px;background-color: #1c4fa0;color: #fff; padding: 4px;border-radius: 6px;}
.irmenu:hover{background-color: #67a0d9; color: #000;}
.direcciona{width: 200px;background-color: #D4090C;color: #fff; padding: 4px;border-radius: 3px;}
.direcciona:hover{background-color: #67a0d9; color: #000;}
.fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: center;}
td{padding: 1px; border: 1px solid #a0a0a0;}
.td{background-color: #e5e5e5; padding: 1px 30px;color: #00135F;font-size: 14px;font-weight: 600; text-align: center;}
.boton1{width:30%;background-color: #ffffff;color: #000;padding: 2px;border:2px solid #580000;border-radius:10px;}
.boton1:hover{background-color: #6f0000;color: #fff;cursor: pointer;}
input[type=text]{border-radius: 5px; padding: 3px;background-color: #FFFEF4;}
.tdtitulo{background-color: #e3dec0; color: #b20606; padding: 2px; text-align: center; font-size: 12px; font-weight: 900}
.tdfull{background-color: #fff; color: #000; padding: 1px; text-align: center; font-size: 12px;}
.botonnew{width: 90px; background-color: #e3dec0;color: #b20606;padding: 1px;border-radius:5px;}
.botonnew:hover{width: 90px; background-color: #cbbd6a;color: #000;padding: 1px;border-radius:5px;}
.tdizq{background-color: #e5e5e5; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: left;}
.tdcen{background-color: #e5e5e5; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: center;}
.tdder{background-color: #e5e5e5; padding: 1px 2px;color: #00135F;font-size: 12px;font-weight: 600; text-align: right;}
.tddered{background-color: #e5e5e5; padding: 1px 2px;color: #D40609;font-size: 12px;font-weight: 600; text-align: right;}
.tdbono{background-color: #FFFFCC; padding: 1px 2px;color: #00135F;font-size: 12px;font-weight: 600; text-align: right;}
/*Estilo Complementario*/
.tdi{background-color: #F9FBC8; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: left;}
.tdc{background-color: #F9FBC8; padding: 1px 10px;color: #00135F;font-size: 12px;font-weight: 600; text-align: center;}
.tdd{background-color: #F9FBC8; padding: 1px 2px;color: #00135F;font-size: 12px;font-weight: 600; text-align: right;}
</style>
<script Language="JavaScript"><!--
function validar(formulario)
{
if (formulario.dia_act.value > 31)
{
alert("El número de día no se debe exceder de 31");
formulario.dia_act.focus();
return (false);
}
if (formulario.mes_act.value > 12)
{
alert("El número del mes no se debe exceder de 12");
formulario.mes_act.focus();
return (false);
}
return (true);
}
//--></script>
<script languaje="JavaScript">
function Mostrar_Fecha()
{
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado")
var montharray=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
document.write("<b><font face='Arial, Helvetica, sans-serif'>"+dayarray[day]+" "+daym+" de "+montharray[month]+" de "+year+"</font></b>")
}
</script>
<script>
mesk=new Array();mesk[10]="A";mesk[11]="B";mesk[12]="C";mesk[13]="D";mesk[14]="E";mesk[15]="F";A=10;B=11;C=12;D=13;E=14;F=15;let="ABCDEF";function mes(num){if(let.indexOf(num) != -1){return eval(num)};else{if(num < 10){return eval(num)};else{return mesk[num]}}};
function color(begin,einde,stappen,stap){
hh1=(mes(begin.charAt(0))*16)+mes(begin.charAt(1));
hh2=(mes(begin.charAt(2))*16)+mes(begin.charAt(3));
hh3=(mes(begin.charAt(4))*16)+mes(begin.charAt(5));
pp1=(mes(einde.charAt(0))*16)+mes(einde.charAt(1));
pp2=(mes(einde.charAt(2))*16)+mes(einde.charAt(3));
pp3=(mes(einde.charAt(4))*16)+mes(einde.charAt(5));
if(hh1 < pp1){ff1=hh1+Math.floor((pp1-hh1)/stappen*stap);
ff1=eval("\'"+mes(Math.floor(ff1/16))+"\'")+eval("\'"+mes(ff1-(Math.floor(ff1/16)*16))+"\'");}
;else{ff1=hh1-Math.floor((hh1-pp1)/stappen*stap);
ff1=eval("\'"+mes(Math.floor(ff1/16))+"\'")+eval("\'"+mes(ff1-(Math.floor(ff1/16)*16))+"\'");}
if(hh2 < pp2){ff2=hh2+Math.floor((pp2-hh2)/stappen*stap);
ff2=eval("\'"+mes(Math.floor(ff2/16))+"\'")+eval("\'"+mes(ff2-(Math.floor(ff2/16)*16))+"\'");}
;else{ff2=hh2-Math.floor((hh2-pp2)/stappen*stap);
ff2=eval("\'"+mes(Math.floor(ff2/16))+"\'")+eval("\'"+mes(ff2-(Math.floor(ff2/16)*16))+"\'");}
if(hh3 < pp3){ff3=hh3+Math.floor((pp3-hh3)/stappen*stap);
ff3=eval("\'"+mes(Math.floor(ff3/16))+"\'")+eval("\'"+mes(ff3-(Math.floor(ff3/16)*16))+"\'");}
;else{ff3=hh3-Math.floor((hh3-pp3)/stappen*stap);
ff3=eval("\'"+mes(Math.floor(ff3/16))+"\'")+eval("\'"+mes(ff3-(Math.floor(ff3/16)*16))+"\'");}
;return ff1+ff2+ff3}
mesf=new Array();mesh=new Array();num2=0;num3=0;num4=0;txt="";function shape(){colorsh.innerHTML="<font color='#"+background_color+"'>"+mesf[num2]+"<\/font>";for(i=0;i != mesf[num2].length;i++){mesh[i]=background_color;};for(i=0;i != mesf[num2].length;i++){mesh[i+mesf[num2].length]=color(background_color,text_color,mesf[num2].length,i);};for(i=(mesf[num2].length*2);i != (mesf[num2].length*3);i++){mesh[i]=text_color};shape2()};function shape2(){for(i=0;i != mesf[num2].length;i++){txt=txt+"<font color='"+mesh[i+num3]+"'>"+mesf[num2].charAt(i)+"<\/font>";};colorsh.innerHTML=txt;txt="";if(num3 != (mesf[num2].length*2)){num3++;setTimeout("shape2()",50)};else{num2=0;num3=0;txt=background_color;background_color=text_color;text_color=txt;txt="";setTimeout("shape()",1000);}}
</script>
</head>
<body onload="document.formulario.cedula.focus()">
<form method="post" name="formulario" action="" onSubmit="return validar(this)">
<header>
<img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<table width="745" border="0" align="center" cellpadding="3" cellspacing="3">
<tr>
<td colspan="6" align="right" nowrap bgcolor="#FFFDE8"><div align="center"><span class="Estilo2">PASAR HISTORICO COBRANZAS CREDITO</span></div></td>
</tr>
<tr>
<td colspan="6" align="right" nowrap bgcolor="#FFFDE8"><div align="center" class="Estilo2"><script languaje="JavaScript">Mostrar_Fecha()</script></div></td>
</tr>
<tr>
<td class="tdder">Cédula, apellidos y nombres</td>
<td class="tdizq"><input name="identi" type="text" id="identi" value="<?php echo $cedula; ?>" size="8" maxlength="8" readonly=""></td>
<td class="tdizq" colspan="4"><input name="nombre_completo" type="text" id="nombre_completo3" value="<?php echo $nombre_completo; ?>" size="50" maxlength="50" readonly=""></td>
</tr>
<tr>
<td class="tdder">Número de Contrato:</td>
<td class="tdizq"><input name="numero" type="text" id="numero" value="<?php echo $numero; ?>" size="6" maxlength="6" readonly=""></td>
<td class="tdder">Tipo:</td>
<td class="tdizq"><input name="tipo" type="text" id="tipo" value="<?php echo $tipo; ?>" size="4" maxlength="4" readonly=""></td>
<td class="tdder">Unidad: </td>
<td class="tdizq"><input name="unidad" type="text" id="unidad" value="<?php echo $unidadc; ?>" size="4" maxlength="4" readonly=""></td>
</tr>
<tr>
<td class="tdder">Capital Período actual</td>
<td class="tdizq"><input name="capital_periodo" type="text" id="capital_periodo" value="<?php echo number_format($capital_periodo, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
<td class="tdder">Capital renovación Automática:</td>
<td class="tdizq" colspan="3"><input name="capital_renovacion" type="text" id="capital_renovacion" value="<?php echo number_format($capital_renovacion, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
</tr>
<tr>
<td class="tdder">Intereses Cobro Prejurídico</td>
<td class="tdizq"><input name="interes_prejuridico" type="text" id="interes_prejuridico" value="<?php echo number_format($interes_prejuridico, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
<td class="tdder">Honorarios:</td>
<td class="tdizq" colspan="3"><input name="interes_cobroejecutivo" type="text" id="interes_cobroejecutivo" value="<?php echo number_format($interes_cobroejecutivo, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
</tr>
<tr>
<td class="tdder">Capital cláusula penal:</td>
<td class="tdizq"><input name="capital_clausula" type="text" id="interes_prejuridico3" value="<?php echo number_format($capital_clausula, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
<td class="tdder">Deuda Total:</td>
<td class="tdizq" colspan="3"><input name="deuda_total" type="text" id="deuda_total3" value="<?php echo number_format($deuda_total, 0, ".",","); ?>" size="10" maxlength="10" readonly=""></td>
</tr>
<tr>
<td class="tdder">Oficio de envó No.</td>
<td class="tdizq"><input name="oficio_numero" type="text" id="oficio_numero" value="<?php echo $oficio_numero; ?>" size="4" maxlength="4" readonly=""></td>
<td class="tdder">Fecha dd/mm/aaaa:</td>
<td class="tdizq" colspan="3">
<input name="fecha_oficio" type="text" id="fecha_oficio" value="<?php echo $fecha_oficio; ?>" size="10" maxlength="10" readonly="">
</td>
</tr>
<tr>
<td class="tddered">Número Carpeta:</td>
<td class="tdizq">
<input name="numero_carpeta" type="text" id="numero_carpeta" value="<?php echo $num_carpeta; ?>" size="4" maxlength="4" readonly="">
</td>
<td class="tdder">Unidad:</td>
<td class="tdizq" colspan="3">
<input name="unidad" type="text" id="unidad" value="<?php echo $unidadd; ?>" size="4" maxlength="4" readonly="">
</td>
</tr>
<tr>
<td class="tddered">Cuenta de cobro No:</td>
<td class="tdizq">
<input name="cuenta_cobro" type="text" id="cuenta_cobro" value="<?php echo $cuenta_cobro; ?>" size="4" maxlength="4" readonly="">
</td>
<td class="tddered">Capital recuperado:</td>
<td class="tdizq" colspan="3">
<input name="capital_recuperado" type="text" value="<?php echo number_format($capital_recuperado, 0, ".",","); ?>" size="10" maxlength="10" readonly="">
</td>
</tr>
<tr>
<td class="tddered">Número de oficio devolución:</td>
<td class="tdizq">
<input name="oficio_dev_num" type="text" value="<?php echo $oficio_dev_num; ?>" size="4" maxlength="4" readonly="">
</td>
<td class="tddered">Fecha devolución <span>dd/mm/aaaa</span>:</td>
<td class="tdizq" colspan="3">
<input name="fecha_dev" type="text" id="fecha_dev" value="<?php echo $fecha_dev; ?>" size="10" maxlength="10" readonly="">
</td>
</tr>
<tr>
<td class="tddered">Motivo de la devolución:</td>
<td class="tdizq" colspan="5">
<input name="motivo" type="text" id="deuda_total" value="<?php echo $motivo; ?>" size="40" maxlength="40" readonly="">
</td>
</tr>
</table>
<BR>
<table width="639" border="0" align="center" cellpadding="3" cellspacing="3">
<tr>
<td colspan="4" class="titulo">PASAR HISTORICO</td>
</tr>
<tr>
<td class="tddered">Fecha:</td>
<td width="175" align="right">
<div align="left" class="Estilo33"><span class="Estilo29">
<input name="dia_act" type="text" id="dia" value="<?php echo date("d"); ?>" size="2" maxlength="2" readonly="">
-
<input name="mes_act" type="text" id="mes" value="<?php echo date("m"); ?>" size="2" maxlength="2" readonly="">
-
<input name="ano_act" type="text" id="ano" value="<?php echo date("Y"); ?>" size="4" maxlength="4" readonly="">
<span class="tddered">dd/mm/aaaa</span></td>
<td class="tddered">Causal Terminacion</td>
<td class="tdizq"><select name="codigo3" class="Estilo66" id="codigo3">
<option value="">--SELECIONE CODIGO--</option>
<?php
do {
?>
<option value="<?php echo $row_sql3['codigo'];?>"><?php echo $row_sql3['concepto']?></option>
<?php
} while ($row_sql3 = mysql_fetch_assoc($sql3));
$rows3 = mysql_num_rows($sql3);
if($rows3 > 0) {
mysql_data_seek($sql3, 0);
$row_sql3 = mysql_fetch_assoc($sql3);
}
?>
</select></td>
</tr>
<tr>
<td colspan="4" align="right">
<textarea name="actuacion" cols="70" rows="5" id="actuacion"></textarea></td>
</tr>
<tr>
<td colspan="4" align="right"><div align="center">
<input name="guardar" type="submit" class="direcciona" id="guardar" value ="Pasar Historico">
<span class="Estilo10">
<input name="button4" type="button" class="irmenu" onClick="window.location.href='menu_cobranzas_cre.php'" value="Volver al Menú">
</span>
</div></td>
</tr>
</table>
<table width="651" align="center">
<tr>
<td class="tddered">Nombre del usuario:</td>
<td><select name="usuario">
<option value="">--------SELECCIONE USUARIO--------</option>
<option value="1105678304">CARDOZO VERGARA BELLANID</option>
</select></td>
</tr>
</table>
</form>
<table width="870" border="1" cellspacing="3" cellpadding="3" align="center">
<tr>
<td class='tdtitulo'>#</td>
<td class='tdtitulo'>ACTUACION</td>
<td class='tdtitulo'>FECHA</td>
<td class='tdtitulo'>NOMBRE DEL FUNCIONARIO</td>
<td class='tdtitulo'>CODIGO</td>
</tr>
<?php
require_once("../Conectarse.php");
$i=0;
$result = mysql_query('SELECT actuacion, fecha, cedula_usuario, codigo_gestion FROM actuaciones_cobranzas_cre WHERE cedula = "' . $_GET["id"] . '" ');
if (!$result) {
die('Invalid query: ' . mysql_error());
}
if($result)
{
while(list($act, $fecha, $cedula, $cod) = mysql_fetch_row($result))
{
$i=$i + 1;
$tres=substr($fecha, 0, 4);
$dos=substr($fecha, 5, 2);
$uno=substr($fecha, 8, 2);
$fecha = ($uno."-".$dos."-".$tres);
$resul = mysql_query('SELECT Nombre_Completo FROM Usuarios WHERE Cedula = "' . "$cedula". '" ');
if (!$resul) {
die('Invalid query: ' . mysql_error());
}
if($result){list($nom) = mysql_fetch_row($resul);}
printf("<tr>
<td class='tdfull'>".$i."</td>
<td class='tdfull'>".$act."</td>
<td class='tdfull'>".$fecha."</td>
<td class='tdfull'>".$nom."</td>
<td class='tdfull'>".$cod."</td>");
} //Terminación del ciclo while
echo "</tr></table>";
}
?>
</body>
</html>