SambaPOS

Open Source Restaurant POS Software

User Tools

Site Tools


Sidebar

Writing /var/www/doc.sambapos.org/public_html/data/cache/0/01ba812566f78679abb079f09eb3a51e.metadata failed
Writing /var/www/doc.sambapos.org/public_html/data/cache/7/77ee8123bb2fad258fdddb215629ddd1.metadata failed
Writing /var/www/doc.sambapos.org/public_html/data/cache/7/77ee8123bb2fad258fdddb215629ddd1.xhtml failed

Languages:

Links


en:tips:tracking_guest_count
Writing /var/www/doc.sambapos.org/public_html/data/cache/d/dcf8e48596d7734767fa89891d0cd3a9.xhtml failed

This is an old revision of the document!


The do plugin requires the sqlite plugin. Please install it

Tracking Guest Count

Today I'll show you how to track guest count within tickets.

Simple Guest Count Tracking

In This case we'll choose guest count and automatically add cover items based on guest count.

First of all we'll start by creating a product for covers (couvert). You can create a new product by clicking Management > Products > Product List > Add Product link.

If you want to decrease any inventory for cover (water, bread, etc.) you can create a recipe for cover product.

Click Save to store that product. Since we add that item automatically we don't need to insert that item in a screen menu. If you want to see a menu button for Cover product you can add this item to a menu from Menu List.

Ticket tags are useful for storing additional information within Tickets. We want to store guest count with tickets so we'll create a ticket tag for that. I can add a new ticket tag from Management > Settings > Ticket Tags link.

I named it as Guest Count and added 15 tags for the buttons we need. The important point is choosing numeric as Tag Type so SambaPOS can threat tags as numbers. Additionally we'll force Guest Count selection by enabling “Selection Required” setting and the button color will be red when no tag selected.

I don't need this tag on every tickets. For example I have an additional department for phone orders and while creating a ticket for delivery I don't need guest count. Enabling a ticket tag for a department is easy. From management > Settings > Departments screen I'll edit Restaurant department and add Guest Count Tag to Tag Groups list.

Now we'll have a “Guest Count” button in our tickets. Choosing a Guest Count value will do nothing other than displaying Guest Count under ticket. Now we'll configure SambaPOS to add Cover product automatically. We'll use Actions & Rules function for that. Let's start by creating a new action for adding Cover product.

Navigate to Management > Settings > Actions and create a new action.

This action will useful for adding items to a ticket. So Action type will be Add Ticket Item. When I select this action some parameters will appear. I need to choose the product which I want to add and choose a portion for it. Quantity will be the value of the Guest Count tag so instead of typing a fixed value there I'll use a variable name. Typing something inside brackets means that value will be dynamic so I'll type [Cover Quantity] there.

After saving it I'll create a Rule for Executing this action.

en/tips/tracking_guest_count.1338375871.txt.gz · Last modified: 2012/09/07 09:30 (external edit)