# 14.3 Restaurant (Per table)

**Goal:** table bookings by party size, with the menu visible.

1. **Type:** Per table. **Slot:** 60 min. (2.2)
2. **Hours:** Mon–Sat `12:00–14:00` (lunch) + `19:00–21:00` (dinner). (2.3)
3. **Tables (Spaces):** M1/M2 (2p), M3/M4 (4p), M5 (6p), M6 (8p) **exclusive** + "Bar" (4p) **shared**.
   (2.6)
4. **Menu:** categories + items with photos. (2.9)
5. **Public page:** turn on **Show reservations** and **Show menu**. (4)

The day agenda is a **Gantt** (one row per table). Bookings store the **table** and the **party size**
(capped by capacity).

> 📸 **`14-restaurant.png`** — A restaurant's day Gantt (rows per table) + the menu on the public page.
![Restaurant](images/14-restaurant.png)

---