File: /home/asjudine/public_html/generar_pagos_bonos.php
<?php
require_once("mainfile.php");
include ("config.php");
global $dbi;
$linea = '-';
require_once("Conectarse.php");
echo "<form name='form' action='' method='post'>";
require_once("mainfile.php");
include ("config.php");
global $dbi;
/*function Conectarse()
{
if (!($link=@mysql_connect("localhost","asjudine","as2006")))
{
echo "Error conectando con el servidor.";
exit();
}
$dbname = "asjudinet";
if (!@mysql_select_db($dbname,$link))
{
echo "Error seleccionando la base de datos.";
exit();
}
return $link;
}
Conectarse();*/
if(isset($_POST["guardar"]))
{
$termin = mysql_query("UPDATE bonos set fecha_pago = '" . $_POST[fechapago] . "', egreso = '" . $_POST[egreso] . "', estado = '1' WHERE cedula = '" . $_POST[ceduti] . "' and contrato = '" . $_POST[numcon] . "' and estado = '0' ");
if (!$termin) {
die('Invalid query : ' . mysql_error());
}
echo "<script>alert('Bono Guardado correctamente');</script>";
}
$control = mysql_query('SELECT cedula, nombre, contrato, tipocontrato, consignacion, banco, fecha_consig, nombre_ben, cedula_ben, cargo, valor_bono FROM bonos WHERE cedula = "' . $HTTP_GET_VARS["ced2"] . '" and contrato = "' . $HTTP_GET_VARS["numcon"] . '" ');
if (!$control) {
die('Invalid query: ' . mysql_error());
}
list($ceduti, $nombreti, $numcon, $tipo, $numconsig, $banco, $consig, $nombreben, $ceduben, $cargo, $valor ) = mysql_fetch_row($control);
?>
<!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>Ingreso Personas Juridicas</title>
<style type="text/css">
<!--
.est_cont5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
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;
}
.est_cont2 {
font-family: Geneva, Arial;
font-size: 12px;
font-style: normal;
font-weight: normal;
background-color: #FFFFFF;
height: 18px;
width: auto;
}
.est_cont8 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #2B39EC;
background-color: #FFFFFF;
height: 19px;
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: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #0B3495;
background-color: #E6FAFF;
margin: 1px;
padding: 1px;
height: 15px;
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;
}
.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;
}
.sol_cre11 { font-family: "Times New Roman", Times, serif;
font-size: 12px;
background-color: #FFFFFF;
}
.est_cont51 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
background-color: #FFFFCC;
margin: 2px;
padding: 2px;
height: auto;
width: auto;
border: thin groove #E9AAF0;
color: #C72350;
}
.Estilo68 {
color: #CC0000;
font-weight: bold;
}
.Estilo69 {
color: #FF0000;
font-size: 24px;
}
.Estilo70 {font-size: 10px}
.Estilo71 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
</head>
<body>
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<div align="center" class="Estilo69" ><strong> Inter@sjudinet Ltda.</strong></div>
<table align="center" width="699" border="" cellpadding="" cellspacing="" class="sol_cre11">
<caption>
<div align="center"><br />
EMPRESA DE SERVICIOS JURIDICOS PREPAGADOS POR INTERNET <br />
<span class="Estilo70">www.asjudinet.com<br/>
</span> <br />
</div>
<br />
<P align="center"> <span class="Estilo71">TITULAR</span></P>
</caption>
<td width="148" ><div align="right"><strong>Nombre Titular</strong></div></td>
<td colspan="2"><div align="left">
<input name="nombreti" type="text" class="est_cont2" id="nombreti" value="<?php echo $nombreti ?>" size="65" maxlength="65" readonly="" />
</div></td>
<td width="65" height="21"><div align="right"><strong>Cedula</strong></div></td>
<td width="164"><div align="left">
<input name="ceduti" type="text" class="est_cont2" id="ceduti" value="<?php echo $ceduti ?>" size="20" maxlength="20" readonly="" />
</div></td>
</tr>
<tr> </tr>
<tr>
<td><strong>Contrato</strong></td>
<th >
<input name="numcon" type="text" class="est_cont2" id="numcon" value="<?php echo $numcon ?>" size="10" maxlength="10" readonly=""/><strong>Tipo</strong>
</th>
<td width="60" ><input name="tipo" type="text" class="est_cont2" id="tipo" value="<?php echo $tipo ?>" size="10" maxlength="10" readonly=""/></td>
<td height="21"><div align="right"><strong>Banco</strong></div></td>
<td width="164"><div align="left">
<input name="banco" type="text" class="est_cont2" id="banco" value="<?php echo $banco ?>" size="30" maxlength="30" readonly="" />
</div></td>
</tr>
</tr>
<td width="148" ><strong>Consignación N°</strong></td>
<td width="250" >
<input name="numconsig" type="text" class="est_cont2" id="numconsig" value="<?php echo $numconsig ?>" size="20" maxlength="20" readonly=""/>
</td>
<td colspan="2"><div align="right"><strong>Fecha Consignación</strong></div></td>
<td ><div align="left">
<input name="consig" type="text" class="est_cont2" id="consig" value="<?php echo $consig ?>" size="14" maxlength="14" readonly=""/>
</div></td>
</tr>
</table>
<br />
<P align="center"> <span class="Estilo71">BENEFICIARIO ACREEDOR</span></P>
<table align="center" width="665" border="" cellpadding="" cellspacing="" class="sol_cre11">
<td width="113" ><div align="right"><strong>Nombre Beneficiario</strong></div></td>
<td width="294" ><div align="left">
<input name="nombreben" type="text" class="est_cont2" id="nombreben" value="<?php echo $nombreben ?>" size="50" maxlength="50" readonly=""/>
</div></td>
<td width="92" height="21"><div align="right"><strong>Cedula</strong></div></td>
<td width="156"><div align="left">
<input name="ceduben" type="text" class="est_cont2" id="ceduben" value="<?php echo $ceduben ?>" size="20" maxlength="20" readonly=""/>
</div></td>
</tr>
<tr> </tr>
<tr>
<td><div align="right"><strong>Cargo</strong></div></td>
<td > <input name="cargo" type="text" class="est_cont2" id="cargo" value="<?php echo $cargo ?>" size="30" maxlength="30" readonly=""/>
</td>
<td height="21"><div align="right"><strong>valor Bono </strong></div></td>
<td width="156"><div align="left">
<input name="valor" type="text" class="est_cont2" id="valor" value="<?php echo $valor ?>" size="30" maxlength="30" readonly=""/>
</div></td>
</tr>
</table>
<P align="center"> <span class="est_cont8">GENERAR PAGO </span></P>
<table align="center" width="665" border="" cellpadding="" cellspacing="" class="sol_cre11">
<td colspan="2"><div align="right"><strong>Fecha Pago</strong></div></td>
<td ><div align="left"> <strong>año-mes-dia </strong>
<input name="fechapago" type="text" class="est_cont2" id="fechapago" value="0000-00-00" size="14" maxlength="14" />
</div></td>
<td width="92" height="21"><div align="right"><strong>N° EGRESO</strong></div></td>
<td width="156"><div align="left">
<input name="egreso" type="text" class="est_cont2" id="egreso" value="<?php echo $egreso ?>" size="20" maxlength="20" />
</div></td>
</tr>
<tr> </tr>
</table>
<P align="center">
<input name="guardar" type="submit" class="Estilo68" value ="PAGAR" >
</P>
</form>
</body></html>