A pruduct has two portion sizes how to avoid, the update of the ticket of the first portion of that product

Are you saying pole display doesn’t update to the new portion selection?
Could be overcome to also tigger update or ticket total changed if so.

If you want to go straight to selected portion the multiple menu buttons with properties portion and header would be only option I think.

Ok thank you. You have been very helpful. Are you free at the moment if I ask another question please

Am always busy but ask away :smile:

Thank you. I want to implement a meal deal… I’ll take an example.

Breakfast menu

egg cob
sausage cob
bacon cob

drinks under the meal deal

late, capatino, regular coffee, water, etc. they all different prizes…

whats expected

the items to be added to the ticket as normal. I want to create a button on the main menu panel to give a meal deal. for selected products…

Easiest to setup is to use order tags for the options, meal deal being the product and tag groups for the options set to max 1.
There was a discussion recently on alternative method but cant remember what it was titles,.
Try searching for combo deal there are a few topic on it.

1 Like

How about force select portion?

1 Like

Thank you all, also can you direct me to a sambaPos documentation .

There is no full documentation.
The forum is the documentation, search the forum for what you want and you will find most things discussed, if not ask a question and you’ll most likely get several answers pretty quick.
Just be sure to follow best practices for posts and offer plenty of detail to get best replies.

1 Like

Brilliant!!! Thank you

What is the use of the “price definitions” of the product menu please

By using price definitions you can define multiple prices for products.

Thank you. Does that mean I can use “price definitions” to allocate prices for two portion sizes?

the reason behind is… Can I avoid using the portion sizes in product definitions

No you can’t replace portions with price definitions. These have different uses.

A example of a prime use of price definitions would be happy hour.

Thank you for the invaluable information. what is the scripting language used in SambaPos

I am using order tags to create meal deals. When create new tags and add a price it all works fine; but the problem is how do I reduce that from the stock. Is there a way to add selected existing products to a order tag

The Script section in Automation accepts JScript (ECMA3) and MS SQL. Expressions in Rules or Printer Templates can use JScript as well.

Yes, you do this with Recipes, in the Inventory section. You can map Order Tags to Inventory Items or Inventory Products, or a combination of the two.

There are different methods to set this up depending on how you want it to work, and how granular you want to be. But this is an example, using Condiments, which are Order Tags. They are mapped to Inventory Items in this case:

1 Like

Thank you so much… this solved lot of problems for me. Thanks everyone for the support

Thanks for your Help.we managed to implement meal deals.
Can you please advice how to clear all the trial transactions,trial stock purchases.Basically if I am starting my shop tomorrow I need all the previous accounts to be clear and start from zero

Use DB Tools Database Task for Clear Database Transactions script to clear all Transaction data. This will clear all Inventory Purchases and all Account Transactions completely, resetting all balances to zero.

It does not clear any configuration/setup data.

:warning: Backup your database first to ensure you have something to go back to if the result is undesirable.

1 Like