The kitchen dashboard atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/EduCabrera-k/Menu_Hamburguesas/llms.txt
Use this file to discover all available pages before exploring further.
/cocina is the primary screen for back-of-house staff. It displays all active orders as individual tickets on a dark background, arranged in a three-column grid ordered from oldest to newest. Staff use this view to track what needs to be prepared and to mark orders as complete when they are ready for pickup or delivery.
Accessing the kitchen view
Open a browser and navigate to/cocina. No login is required — the page is intended for internal kitchen use only.
The kitchen view also contains the inventory control panel at the bottom of the page, where you can mark items as available or out of stock. See Managing inventory from the kitchen dashboard for details.
Reading order tickets
Each active order appears as a ticket card with a red top border. Tickets are sorted by the time the order was placed — the oldest order appears first (top-left), so the most urgent orders are always at the top. Every ticket displays the following information:Order identity
The order number in large bold text, delivery type (Sucursal or Domicilio), and payment method displayed as a badge.
Customer details
The customer’s name and phone number, followed by a line-by-line list of items with quantities (e.g.,
2x Tradicional).Dispatching an order
When an order is fully prepared and ready to hand off, click the DESPACHAR button on the ticket.Locate the ticket
Find the order in the grid. Tickets are sorted oldest-first, so completed orders are typically near the top-left.
Click DESPACHAR
Press the green DESPACHAR button at the bottom of the ticket. This sends a
POST request to /marcar_listo with the order ID.Auto-refresh
The kitchen view refreshes automatically every 30 seconds using an HTTP meta refresh tag. You do not need to manually reload the page — new orders placed by customers will appear on their own within the next refresh cycle.meta tag