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/listado_pago_juan.php
<?php 
require_once("mainfile.php");
include ("config.php");
global $dbi;


require_once("Conectarse.php");

	
	if(isset($_POST["pago"]))
{

		$nuevafecha = $_POST[ano]."-".$_POST[mes]."-".$_POST[dia];
		
$control = mysql_query('SELECT id, cedula, valor_comision, fecha_pago FROM comisiones_ventas WHERE codigo_dir_nacional = "2" and estado = "1" order by cedula ');
			if (!$control) {
				die('Invalid query: ' . mysql_error());
			} 
			 while(list($id, $ced, $valcom, $fecpag) = mysql_fetch_row($control)) 
                              {  					   
										
$mssqlsol = mysql_query("UPDATE  comisiones_ventas set estado= '2' , fecha_pago = '" . $nuevafecha. "'  WHERE id= '" . "$id". "' and cedula  = '" . "$ced". "' ");

            if (!$mssqlsol) {
				die('Invalid query SEGUNDO UPDATE: ' . mysql_error());
			} 

								}
			echo "<script>alert('La comision ha sido guardada');</script>";
}

//$query_sql4 = "SELECT * FROM director_ventas where estado = '1' and (tipo = 'R' || tipo = 'M')order by nombre";
//$sql4 = mysql_query($query_sql4, $dbi) or die(mysql_error());
$sql4 = mysql_query('SELECT * FROM director_ventas WHERE estado =  "1" and (tipo = "R" || tipo = "M")order by nombre');
			if (!$sql4) {
				die('Invalid query: ' . mysql_error());
			}
$row_sql4 = mysql_fetch_assoc($sql4);
$totalRows_sql4 = mysql_num_rows($sql4); 

$dia = date("d");
$mes = date("m"); 
$ano = date("Y");
?>
<!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>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
.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;
}
.est_cont1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4068F4;
	background-color: #E6FFF1;
	margin: 1px;
	padding: 1px;
	height: auto;
	width: auto;
	border: thin double #33CC66;
}
.est_cont2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #418BAF;
	background-color: #F0F5CF;
	height: 15px;
	width: auto;
	border: thin solid #FABF85;
}
.est_cont3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EA261C;
	background-color: #DEDDE8;
	height: auto;
	width: auto;
	border: thin outset #FC9F67;
}
.est_cont5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #99FFCC;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: auto;
	border: thin solid #FABF85;
	color: #000066;
}
.Estilo50 {color: #CC3333;
	font-family: "Arial Narrow";
	font-weight: bold;
}
.fecha {font-size: 12px; font-family: Arial; color:#990000; display: block; }
.titulos {font: 16px; color: red; font-family:Arial; font-weight:bold}
.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;
}
.est_cont21 {	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;
}
.Estilo54 {color: #0000FF}
-->
</style>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
  <div align="center">
    <table width="669" border="0" align="center" cellpadding="2" cellspacing="2">
      <tr bgcolor="#66FFCC">
        <td colspan="2" class="titulos"><div align="center" class="Estilo54">LISTADO COMISIONES - JUAN MANUEL GONZALES</div></td>
      </tr>
	  <tr>
    <td  bgcolor="#66FFCC">
	  <div align="center">
        <input name="dia"  class="variables" id="dia" value="<?php echo $dia ?>" size="1" maxlength="2" readonly="">
        <input name="mes"  class="variables" id="mes" value="<?php echo $mes ?>" size="1" maxlength="2" readonly="">
	    <input name="ano" class="variables" id="ano" value="<?php echo $ano ?>" size="2" maxlength="4" readonly="">
      </div></td>
	  </tr>
      <tr bgcolor="#CCFF66">


        <td colspan="2"><div align="center">
            <input name="menu2" type="button" class="Estilo50" id="menu2" onclick="window.location.href='menu_comisiones.php'" value="IR AL MENU" />
			  <input name="pago" type="submit" class="Estilo50" id="pago" value="GENERAR PAGO"  />
            <label></label>
        </div></td>
      </tr>
    </table>
    <div align="left"></div>
    <div align="left"></div>
    <div align="right"></div> 
  </div>
</form>
</body>
</html>
<?php

echo "<form id='form2' name='form2' method='post' action=''>";


require_once("mainfile.php");
include ("config.php");
global $dbi;

$nuer = 0 ;
$tota = 0 ;
  // $mssql = mysql_query("select * from comisiones_ventas",$dbi);
   $mssql = mysql_query('SELECT * FROM comisiones_ventas');
			if (!$mssql) {
				die('Invalid query: ' . mysql_error());
			}
   if($mssql)
   {

         $filas = mysql_num_rows($mssql);
         if ($filas > 0)
         {
		
             
                    //  $sql = "select id, cedula, valor_comision, fecha_pago from comisiones_ventas where estado = '2' and codigo_asesor = '$ase'";
                    //  $control = mysql_query($sql, $dbi) or die(mysql_error());
					  $control = mysql_query('SELECT id, cedula, valor_comision, fecha_pago FROM comisiones_ventas WHERE codigo_dir_nacional = "2" and estado = "1" order by cedula ');
			if (!$control) {
				die('Invalid query: ' . mysql_error());
			} 	 
                      if ((mysql_num_rows($control)!=0)) 
	                    {	 
                               
						
						echo "<table width='550' border='0' align='center' cellpadding='1' cellspacing='1' class='est_cont5'>
                        <tr>
        					<td width='70'><div align='center'><strong>CEDULA</strong></div></td>
        					<td width='140'><div align='center'><strong>NOMBRE</strong></div></td>
        					<td width='50'><div align='center'><strong>CONTRATO No</strong></div></td>
       						<td width='70'><div align='center'><strong>TIPO</strong></div></td>
							<td width='70'><div align='center'><strong>GRADO</strong></div></td>
        					<td width='70'><div align='center'><strong>VALOR COMISION</strong></div></td>
							<td width='70'><div align='center'><strong>FECHA PAGO</strong></div></td>
      					</tr>";		  
                           							  
                        

                while(list($id, $ced, $valcom, $fecpag) = mysql_fetch_row($control)) 
                              {  					   
							
							$tota = $tota + $valcom ;
							$nuer = $nuer + 1 ;
					/*$control2 = mysql_query('SELECT contrato, tipo_contrato FROM info_asjudinet WHERE  cedula = "' ."$ced". '" ');
			if (!$control2) {
				die('Invalid query: ' . mysql_error());
			} 	 
					list($contrato, $tipoc) = mysql_fetch_row($control2);*/

					 $control34 = mysql_query('SELECT nombre, numerocontrato, tipocontrato  FROM asjudinet_cartera WHERE  cedula = "' ."$ced". '" ');
			if (!$control34) {
				die('Invalid query: ' . mysql_error());
			}  
				list($nombre, $contrato, $tipoc) = mysql_fetch_row($control34);
	
	if ($nombre == '')
	{
	
		 $control3 = mysql_query('SELECT apellidos_noms , grado FROM datos_basicos_rc WHERE  cedula = "' ."$ced". '" ');
			if (!$control3) {
				die('Invalid query: ' . mysql_error());
			}  
				list($nombre, $grado) = mysql_fetch_row($control3);
				
	}
	else
	{
	 $control3 = mysql_query('SELECT grado FROM datos_basicos_rc WHERE  cedula = "' ."$ced". '" ');
			if (!$control3) {
				die('Invalid query: ' . mysql_error());
			}  
				list($grado) = mysql_fetch_row($control3);
	}
	

								  printf("<TR>
 									<TD bgcolor='#FFFFFF'><div align='center' class='lista'><input type='button' value=$ced name='cedu' class=Estilo50 onClick =window.open('estado_contable_servi_comi.php?id2=$id&ced2=$ced','','top=50,left=100,toolbar=yes,scrollbars=yes,width=800,height=300,status=yes')></a></span></div></TD>
                                   <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$nombre."</span></div></TD>
								   <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$contrato."</span></div></TD>
								   <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$tipoc."</span></div></TD>
								   <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$grado."</span></div></TD>						   
		                           <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$valcom."</span></div></TD>	
								   <TD bgcolor='#FFFFCC'><div align='center' class='lista'>".$fecpag."</span></div></TD> </TR>");               								   
                               }
			                       
								   echo "</table>";		
								   
					echo "<width='400' align='center'  class='est_cont5' >
                        <tr>
        					<td width='70'><div align='center'><strong>TOTAL VALOR CONSIGNACION</strong></div></td>
							</tr>";	
								   
								   printf("<TR>
								   <TD bgcolor='#C5D6FC'><div align='center' class='lista'>".$tota."</span></div></TD>
								   </TR>");  
									 
							 echo "<width='400' align='center'  class='est_cont5' >
                        <tr>
        					<td width='70'><div align='center'><strong>NUMERO DE REGISTROS</strong></div></td>
							
							</tr>";	
								     printf("<TR>
								   <TD bgcolor='#C5D6FC'><div align='center' class='lista'>".$nuer."</span></div></TD>
								   </TR>"); 
                        }
						
					
		       
	      }
     }
    

echo "</form>";


?>