<a href="#" class="btn-close"><i class="halflings-icon remove"></i></a>
						</div>
                    </div><!--/span-->

                    <div class="box-content">
						<table class="table table-condensed">
							  <thead>
                                <tr><th bgcolor="#cccccc" colspan=5>Ingresos Netos</th></tr>

							  </thead>
							  <tbody>

                                    <?php 
//$fecha_inicio=fechaustomysql($fecha_inicio);
//$fecha_final =fechamysqltous($fecha_final);
mostrar_transacciones($fecha_inicio, $fecha_final, $user);
?>
							  	<?php 
echo $user;
?>



  				</tbody>
						 </table>

					</div>

			<div class="box span4 hidden-print">
                    <div class="box-header">
						<h2><i class="halflings-icon align-justify"></i><span class="break"></span>Nota de Venta</h2>
							  <thead>
                                <tr><th bgcolor="#cccccc" colspan=5>Movimientos Efectivo</th></tr>
								  <tr>
									  <th>Fecha</th>
									  <th>Movimiento</th>
									  <th>Cantidad</th>
                                      <th>Descuento</th>
                                      <th>Total</th>
								  </tr>
							  </thead>
							  <tbody>

                                    <?php 
//$fecha_inicio=fechaustomysql($fecha_inicio);
//$fecha_final =fechaustomysql($fecha_final);
mostrar_transacciones($fecha_inicio, $fecha_final, $_SESSION['user_id']);
?>




  				</tbody>
						 </table>

					</div>


<div class="box span4">
                    <div class="box-header">
						<h2><i class="halflings-icon align-justify"></i><span class="break"></span>Nota de Venta</h2>
						<div class="box-icon">