Hi, I am using manual weight and want to show item in gram or kilogram on ticket display so I can print it for customer. Currently it just show some decimal numbers as value but no gm or kg. Please guide how to achieve this.
you can only show that in the customer receipt
Go to manage>>>Settings>>> program settings>>>Product Tag Caption and put in Unit,Unit2 then you go edit your ticket template and add this under [ORDERS] <J00> {QUANTITY}[=('{QUANTITY}'>='1' ? '{ITEM TAG:Unit}' : '‌{ITEM TAG:Unit2}')] {NAME}|{TOTAL PRICE}
and edit your Kitchen template and add this under [ORDERS] <J00> {QUANTITY}[=('{QUANTITY}'>='1' ? '{ITEM TAG:Unit}' : '‌{ITEM TAG:Unit2}')] {NAME}
then you go under Products and edit the unit of measure according to the product being sold
It’s actually showing correctly; that’s how it will appear.
Please note that, for example, if you enter 0.350g or any number that ends with a zero after the comma, it will be displayed as 0.35g in your printout.
Hi Lloyd, Thank you so much, its getting better and better. I can display on ticket KG and Gr, Also decimal 0.123 number is visible on ticket print and screen. One last issue please help. I am using meat section barcode and this one works well too. BUT when scan how it does not display weight.