Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Henry4ndrew/saborGestion/llms.txt

Use this file to discover all available pages before exploring further.

The waiter dashboard gives mesero users a focused view of floor activity. It surfaces the same top-level business metrics as the admin view but limits sidebar navigation to table management — the primary responsibility of this role. Route: GET /dashboard/mesero
Controller: DashboardController@mesero
Named route: dashboard.mesero
Access requires the authenticated user’s role to be mesero or admin. Any other role receives a 403 Forbidden response.

Metrics overview

The dashboard displays four summary cards at the top of the page:
CardDescription
Ventas TotalesCumulative sales revenue for the current period
Pedidos HoyTotal number of orders placed today
Clientes AtendidosNumber of customers served
Productos AgotadosCount of menu items currently out of stock
Below the cards, two panels provide additional context:
  • Ventas Recientes — a list of the most recent sales transactions
  • Productos Más Vendidos — a ranked list of the best-selling products
The mesero role sees a reduced sidebar with only the sections relevant to floor service.

Inteligencia de Negocios

LinkRoute
Dashboard Meserodashboard.mesero

Gestión de Mesas

LinkRouteMiddleware
Mesasmesas.indexrole:admin,mesero
The Gestión de Mesas section is where a waiter manages table availability, seating, and status updates throughout a service shift.

Typical workflow

1

Log in and open the dashboard

Navigate to /dashboard/mesero after authentication. The four metric cards give you an immediate snapshot of today’s activity.
2

Review table status

Click Mesas in the sidebar to open the table management view. You can see which tables are occupied, available, or reserved.
3

Seat customers and update tables

Update a table’s status as customers are seated. This keeps the kitchen and cashier informed of floor activity in real time.

Quick actions

Manage tables

Open the full table management view to check and update table status.

Administrator dashboard

Reference the admin view to understand the full system context.

Build docs developers (and LLMs) love