Wiki

Clone wiki

Baeljs / app_table_reservation

#Table Reservation App

  • This app is for Restaurant Table reservation.

Requirement

  • You should have registered your company and have a branch.

  • Branch should be subscribed to the app Table Reservation.

  • Branch timings should have been added.

  • Restaurant Tables should have been added.

Reservation status

  • Following statues are available for a reservation: Confirmed, Table Ready, Arrived, Settled, Cancelled, Waiting List, No Show.

    • Confirmed: reservation is confirmed.

    • Table Ready: table is ready for the patron.

    • Arrived: table is occupied.

    • Settled: table is available again after occupation.

    • Cancelled: reservation is cancelled.

    • Waiting List: Waiting List.

    • No show: Patron did not arrive for reservation.

Table reservation operations

  • You can select the day in the date input box. Default is the current date(today).

  • Table Reservation has four options (under the Menu button).

Options

  1. Slots (default)

    • All the slots available for the selected date.

    • You can use this option to make new reservations for your patrons.

  2. Running

    • All the running tables for the current date. (Status: Ready / Arrived)
  3. Reservations

    • All the reservations of the selected date. (Confirmed, waiting List, Cancelled)
  4. Completed

    • All the completed reservations of the selected date. (Status: No Show or Completed).

1. Making reservations

 Home Page -> Click on 'Your Branches' -> Select a Branch -> Click on 'Branch'

 Branch Page -> Click on 'Table Reservation'  

 Table Reservation Page -> Select a Date -> Select Slots under the menu button.
  • In the Table Reservation page,

  • Select a date and In the menu button -> Select Slots.

  • Reservation slots are listed for the date. The slots are based on branch timings for the day.

  • Select a slot based on patron's request

  • Fill in the name, email, phone, seats and comments (optional).

  • And click on the button '+ Add Reservation'.

2. Listing running reservations for the day

 Home Page -> Click on 'Your Branches' -> Select a Branch -> Click on 'Branch'

 Branch Page -> Click on 'Table Reservation'  

 Table Reservation Page -> Select 'Running' under the menu button.
  • In the Table Reservation page,

  • Select a date and In the menu button -> Select Running.

  • Reservation for the current day are listed.

3. Editing reservations

 Home Page -> Click on 'Your Branches' -> Select a Branch -> Click on 'Branch'

 Branch Page -> Click on 'Table Reservation'  

 Table Reservation Page -> Select a Date -> Select 'Reservations' under the menu button.
  • In the Table Reservation page,

  • Select a date and In the menu button -> Select Reservations.

  • Reservations are listed for the date.

  • Select a reservation.

    • Following details are displayed: Name,Email,Phone,Seats,Table number,Comments and Status.

    • Fields can be edited based on patron's requests.

    • Status can also be edited. Available statues are displayed in a drop box for editing.

  • After editing the fields, click on the button 'Edit Reservation'.

4. Listing completed reservations for the day

 Home Page -> Click on 'Your Branches' -> Select a Branch -> Click on 'Branch'

 Branch Page -> Click on 'Table Reservation'  

 Table Reservation Page -> Select 'Completed' under the menu button.
  • In the Table Reservation page,

  • Select a date and In the menu button -> Select Running.

  • Completed Reservation for the current day are listed.

    • Status: No Show or Completed.

Updated