Ejemplo n.º 1
0
        break;
    case 'Preparando':
        $where = "Estado='Preparando' and";
        break;
    case 'Listo Entrega':
        $where = "Estado='Listo Entrega' and";
        break;
    case 'Entregado':
        $where = "Estado='Entregado' and";
        break;
}
$Nombres = $Nombres != "" ? "%{$Nombres}%" : "%";
$Carnet = $Carnet != "" ? "%{$Carnet}%" : "%";
$FechaRegistro = $FechaRegistro != "" ? "%{$FechaRegistro}%" : "%";
$where .= " Nombres LIKE '{$Nombres}' and Carnet LIKE '{$Carnet}' and FechaRegistro LIKE '{$FechaRegistro}' ";
$ven = $venta->mostrar($where, "HoraRegistro", 1);
$Nivel = $_SESSION['Nivel'];
?>
<table class="table table-bordered table-striped table-hover">
	<thead>
    <tr style="background-color:rgba(255,255,255,1.00);">
    	<th>Nº</th>
        <th>Nombre</th>
        <th>C.I.</th>
        <th>Tamaño</th>
        <th>Sabor</th>
        <th>Extra</th>
        <th>Envase</th>
        <th>Bebidas</th>
        <th>Total</th>
        <th>Obs.</th>