bc4e2cd9c1
* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
14 lines
606 B
Markdown
14 lines
606 B
Markdown
# Restaurant Reservations
|
|
|
|
Once you have setup the restaurant and tables, you can start taking in reservations for your restaurant.
|
|
|
|
To take a reservation, just make a new Restaurant Reservation from the Restaurant Page and set the time, number of people and name of the guest.
|
|
|
|
<img class="screenshot" alt="Reservation" src="/docs/assets/img/restaurant/reservation.png">
|
|
|
|
### Kanban
|
|
|
|
As your guests walk in, You can also manage the reservations by making a simple Kanban board for the same.
|
|
|
|
<img class="screenshot" alt="Reservation Kanban Board" src="/docs/assets/img/restaurant/reservation-kanban.png">
|