SambaPOS Forum
English Boards => Support => Topic started by: imran on September 14, 2013, 04:28:11 am
-
Hi,
In my restaurant , I sell sweets n cakes as well. For restaurant SambaPos-2 is working fine. however when customer asks for sweets or cakes i am not able to use sambapos. Because
Quantity(unit) is in terms of grams or kg. I can add cake or sweets as product or any other menu item and mention the price in -terms of Kg. Problem is in bill i can not see any unit.
Is there any better way to configure this kind of setup?
Is it possible to configure different unit for different product?
If not supported in version2, is it supported in version3?
-
You can use weighted barcodes if you have a scale with a barcode printer attached - like the Deli at your supermarket.
Another way is using quantity as the weight.
For example, sweets are $10 per 1000gms (1kg)
Create a new Product
Product Name : Sweets
Group Code : Confectionery
Portion : Normal
Multiplier : 1000
Price : 10.00
Add the product to your menu.
To use the product, enter the quantity in grams and select Sweets.
-
Thank you John for your quick response.
Currently I dont own bar code scanner. So before buying, I would like to know is there any reference document on using weighted barcode scanner.
Currently i am using weight as quantity. when i use the software for selling sweets, I want the units to be printed as grams/kg. and when i use in restaurant i dont need any units(printing only quantity will suffice).
-
Thank you John for your quick response.
Currently I dont own bar code scanner. So before buying, I would like to know is there any reference document on using weighted barcode scanner.
There is no "weighted barcode scanner". A weighted barcode is printed from electronic scales with the product and weight coded into the barcode for scanning by a barcode scanner.
Look here for a brief rundown on weighted barcodes http://forum2.sambapos.org/index.php/topic,685.0.html (http://forum2.sambapos.org/index.php/topic,685.0.html)
Currently i am using weight as quantity. when i use the software for selling sweets, I want the units to be printed as grams/kg. and when i use in restaurant i dont need any units(printing only quantity will suffice).
Units of measure is not used within SambaPOS, except for inventory in the respect of purchasing, you buy 1 carton but sell 24 items (1 carton = 24 items).
What you can use is Item Tag. When you create the product, there is a field called Tag. This is used on Printer Templates as {ITEM TAG}
-
Hi John
I tried ITEM TAG like u mentioned. When adding product Tag we added as Kg. And we used
<J00>- {QUANTITY}{ITEM TAG} {NAME}|{PRICE} * {PROPERTIES}
But "Kg" (in place of Item Tag) doesnt get printed at all. Also when i searched through forum i found that Item Tag is used for Grouping, nt for writing any description about the item.
am i doing some thing wrong? or is there any other solution for this?
-
Sorry, {ITEM TAG} is V3 specific.
You need {PRODUCT TAG} for V2.
-
Hi John,
Thanks again for ur response.
I tried PRODUCT TAG option. However it works only in Group template.It is not working in line template. Problem is not solved yet.
-
Something is not right with {PRODUCT TAG}, and there is no fix for that.
But, we can do a work around. Basically, when a weighed item is added to a ticket, we add the unit to {ITEM TAG}.
Place {ITEM TAG} in the printer template and it will print the unit.
2 Actions are needed
Name : Add Item Tag Kg
Action : Update Ticket Item Tag
Tag : Kg
Name : Add Item Tag Grams
Action : Update Ticket Item Tag
Tag : Grams
Create a Rule
Name : Add Kg To Item Tag
Event : Line Added To Ticket
MenuItemGroupCode : Cakes ..or.. MenuItenName : Mud Cake
Action : Add Item Tag Kg
Having the items grouped is the best way otherwise you need a Rule for each Item.
-
Thanks a lot. It works fine, I can print units.