Wiki

Clone wiki

Baeljs / restaurant

Restaurant App

  • This app is for restaurants.

Requirement

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

  • Branch should be subscribed to the app Restaurant.

  • To add app Restaurant: Manage Apps

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

 Branch Page -> Click on 'Restaurant'  

Pages

Restaurant has five options (under the Menu button):

  1. Menu

    • All the products which can be sold through Restaurant.
  2. Orders

    • All the running orders.
  3. Bills

    • All the bills of the day.

    • Bills settled and un-settled are displayed here.

  4. Tables

    • Tables of the Restaurants.
  5. Kitchen

    • Items ordered in the orders.

1. Menu List ( Product List)

  • Menu page contains the list of items for sale.

  • Items are displayed under categories.

  • Only items whose price has been defined for the app foodtakeout are displayed here.

2. Create an Order

  • Click on Menu button -> and select menu 'Tables'

  • Table List page is displayed.

2.1. Create an Order

  • Select a table and Click on button 'New Order'.

  • After the Order has been created successfully, order Page is displayed.

2.2. Order page

  • Top section of the Order is order section. Order section contains the ordered items and quantity of the items.

  • Bottom section is the menu section. Menu section contains the menu items under different categories. (same menu items as menu page).

2.3 Adding Items to Order

  • Categories can be selected through Left and Right buttons.

  • Items can be select by clicking on the menu item. Items selected are displayed in the order section.

    • Addition clicks will increase the quantity of the menu item.
  • Once the Items have been selected, order needs to be placed by clicking on 'Confirm Order' button.

  • Once the Order is confirmed, Button make bill is displayed.

  • More items can be selected and Confirmed by clicking on Confirm Order button.

2.4 Create bill for an order

  • Bill can be created using Make Bill button.

3. Settle a Bill

  • Once the bills is created using Make bill button, Bill page is displayed.

  • Bill page has three sections:

    • top is payment section.

    • middle is bill info section.

    • bottom section is bill transactions.

  • Payment section has three fields:

    • comment(optional): can contain card or online payment details.

    • amount receivable: is amount receivable for the bill.

    • payment type: Cash (default), Credit card, Debit Card, Online payment.

3.1 Bill Payment

  • After filling the comment,amount , and selecting payment type.

    • Click on Make payment button.
  • Once payment is complete, bill is settled.

4. Kitchen

  • Kitchen page has two sections:

    • New: Items ordered and their quantity.

    • Cooking: Items cooking.

  • In the New section: staff can click on the items to start cooking the item.

  • In the Cooking section: Once the items are ready, staff can click on finish button.

  • Note: An Item disappears from Kitchen page, once bill is created for their order.

Updated