Author Topic: supporting different units for different products  (Read 7131 times)

imran

  • Newbie
  • *
  • Posts: 5
supporting different units for different products
« 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?

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: supporting different units for different products
« Reply #1 on: September 14, 2013, 05:40:47 am »
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.
SambaPOS - POS'n the World, one Terminal at a time.

imran

  • Newbie
  • *
  • Posts: 5
Re: supporting different units for different products
« Reply #2 on: September 14, 2013, 09:37:54 am »
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).
 

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: supporting different units for different products
« Reply #3 on: September 14, 2013, 10:04:54 am »
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

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}
SambaPOS - POS'n the World, one Terminal at a time.

imran

  • Newbie
  • *
  • Posts: 5
Re: supporting different units for different products
« Reply #4 on: September 15, 2013, 03:42:41 am »
Hi John

I tried ITEM TAG like u mentioned. When adding product Tag we added as Kg. And we used

Quote
<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?

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: supporting different units for different products
« Reply #5 on: September 15, 2013, 03:54:44 am »
Sorry, {ITEM TAG} is V3 specific.

You need {PRODUCT TAG} for V2.
SambaPOS - POS'n the World, one Terminal at a time.

imran

  • Newbie
  • *
  • Posts: 5
Re: supporting different units for different products
« Reply #6 on: September 15, 2013, 04:25:31 am »
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.

JohnS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 677
Re: supporting different units for different products
« Reply #7 on: September 15, 2013, 05:04:50 am »
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.
SambaPOS - POS'n the World, one Terminal at a time.

imran

  • Newbie
  • *
  • Posts: 5
Re: supporting different units for different products
« Reply #8 on: September 15, 2013, 05:22:44 am »
Thanks a lot. It works fine, I can print units.