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/www/descuento_iva_comercializadora.php
.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>IVA COMERCIALIZADORA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body bgcolor="WHITE">
<center> <img src="ELEMENTOS\cabezote.gif" WIDTH=75% > </center>

<center>
<style type="text/css">
<!--
.titulos {font: 16px; color: red; font-family:Arial; font-weight:bold}
.boton {background-color: #FFCCCC; color:#FFFFFF; width:90px; height:25; border: 3px solid #0000CC; font-family:Arial; color:#990000;}
.texto {background-color: #CCFFCC; font-size: 11px; font-family: Arial; color:#0000CC; display: block;}
.fecha {font-size: 12px; font-family: Arial; color:#990000; display: block; }
.campo {background-color:#FFFFAA; width: 100px; border:2px solid #990000;}
.lista {font-family: Arial; font-size: 11px;	color: #990000;}
.Estilo2 {font-family: Arial;	font-size: 16px;	color: #990000;}
.boton2 {font-family: Verdana; font-size: 8 pt; color: #000080; background-color: #C0C0C0; border-style: solid; width:70px; height:22px;}
body {
	background-image: url();
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
-->
</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 AbreGral()
{ 
    var menu;   
	menu=window.open("mostrar_ingreso.php","","toolbar=no,scrollbars=no,width=800,height=500,status=yes");  
	menu.focus();  
	var ventana = window.self;  
	ventana.opener = window.self;  
	ventana.close();
}
</script>
</head>
<body onLoad="document.formulario.cedula.focus()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="formulario" action="" method="post">
<table width="671" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><fieldset><table width="669" border="0" align="center" cellpadding="2" cellspacing="2">
  <tr bgcolor="black">
    <td colspan="2" class="titulos"><div align="center"> DESCUENTO IVA COMERCIALIZADORA  </div></td>
  </tr>
  <tr bgcolor="#ECE9D8">
    <td height="22" colspan="2" bgcolor="#000000" class="fecha"><div align="center">
      <script languaje="JavaScript">Mostrar_Fecha()</script>
    </div></td>
  </tr>
<?php
   
   require_once("mainfile.php");
   include ("config.php");
   global $dbi;
 
require_once("Conectarse.php");
 
   // $query_sql = "SELECT * FROM sucursal order by nombre";
	//$sql = mysql_query($query_sql, $dbi) or die(mysql_error());
	  $sql = mysql_query('SELECT *  FROM sucursal order by nombre ');
			if (!$sql) {
				die('Invalid query : ' . mysql_error());
			}
	$row_sql = mysql_fetch_assoc($sql);
	$totalRows_sql = mysql_num_rows($sql);  
?>
<body onLoad="document.formulario.cedula.focus()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name="formulario" action="" method="post">
<table width="671" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td><fieldset><table width="669" border="0" align="center" cellpadding="2" cellspacing="2">
  <tr bgcolor="#FFFFCC">
    <td colspan="2" class="titulos"><div align="center">CONSULTA </div></td>
  </tr>
  <tr bgcolor="#ECE9D8">
    <td colspan="2" height="22" class="fecha"><div align="center">
      <script languaje="JavaScript">Mostrar_Fecha()</script>
    </div></td>
  </tr>
   <tr bgcolor="#ECE9D8">
    <td height="22" class="fecha"><div align="center">FECHA DESDE 
      <input name="fecha1" type="text" class="campo1" id="fecha1" value="0000-00-00" size="10" maxlength="10">
    </div></td>
    <td height="22" class="fecha"><div align="center">FECHA HASTA 
      <input name="fecha2" type="text" class="campo1" id="fecha2" value="0000-00-00" size="10" maxlength="10">
      
    </div></td>
  </tr>
 <tr bgcolor="#ECE9D8">
    <td colspan="2" height="22" class="fecha"><div align="center">
   
       <p>
      <input name="menu2" type="button" class="Estilo50" id="menu2" onclick="window.location.href='menu_control.php'" value="IR AL MENU" />
	   <input name="consultar" id="consultar" type="submit" class="Estilo50" value="CONSULTAR">
	  
    </p>
    </div></td>
  </tr>

</table>
</fieldset></td>
  </tr>
</table>
</form>
</body>
</html>

<?php
  
if(isset($_POST["consultar"]))
{

$mssql = mysql_query('SELECT *  FROM cartera_serviasjudinet  ');
		  if (!$mssql) {
				die('Invalid query 1: ' . mysql_error());
			}
		
   if($mssql)
   {
         $filas = mysql_num_rows($mssql);
         if ($filas > 0)
         {
	
							$control = mysql_query('SELECT cedula, nombre, numerocontrato, codigo_descuento, fecha_terminacion FROM cartera_serviasjudinet  WHERE fecha_terminacion >= "' . $_POST["fecha1"]  . '" and  fecha_terminacion<= "' . $_POST["fecha2"]  . '"  and unidad_descuento != "CDCA" and director = "3" order by fecha_terminacion ');
		  if (!$control) {
				die('Invalid query 2: ' . mysql_error());
			} 

                     if ((mysql_num_rows($control)!=0)) 
	                    {	 
                              echo "<TABLE width='900' border='2' align='center' cellpadding='2' cellspacing='1'>
                              <TR>
                              <TD bgcolor='#ECE9D8'><div align='center'><span class='texto'>CEDULA</span></div></TD>
							  <TD bgcolor='#ECE9D8'><div align='center'><span class='texto'>NOMBRE</span></div></TD>	
							  <TD bgcolor='#ECE9D8'><div align='center'><span class='texto'>FECHA TERMINACION</span></div></TD>
							  <TD bgcolor='#ECE9D8'><div align='center'><span class='texto'>VIGENTE/HISTORICO </span></div></TD>";		  
                           							  
                        
  while(list($cedula, $nombres , $unidesc, $codidesc, $fecha, $estado) = mysql_fetch_row($control)) 
                              {  

			   if ($tipo > 0)
						  {
						   $cont10 = mysql_query('SELECT codigo_contrato FROM planes_contratos WHERE codigo = "' . "$tipo". '" ');
		  if (!$cont10) {
				die('Invalid query 42: ' . mysql_error());
			}
		list($tipo) = mysql_fetch_row($cont10); 
						 }
						   
                              
							   if ($estado == 0)
							   {
							   $esta = "HISTORICO";
							   }   				
							   else
							   {
							   $esta = "VIGENTE";
							   }
							   $sum = $sum +1 ;
							   $vato = $vato + $valor;
								   printf("<tr>
                                 
								   <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$cedula."</span></div></td>
                                   <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$nombres."</span></div></td>
								   <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$fecha."</span></div></td>
								   <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$esta."</span></div></td>");              								   
                               }
								   echo "</table>";		
								   echo "<TABLE width='200' border='0' align='center' cellpadding='0' cellspacing='1'>
                              <TR>
                              <TD bgcolor='#FFFFCC'><div align='center'><span class='texto'>TOTAL REGISTROS</span></div></TD>";
							  printf("<tr>
                                 
								   
								   <td bgcolor='#ECE9D8'><div align='center' class='lista'>".$vato."</span></div></td>");	  
                        }
						
		       
	      }
     }
    

echo "</form>";


}
?>