English Boards > Support

error in v2

(1/1)

spanky:
By chance I happened a mistake and thought I'd report it.
the error occurs when you send a print with a long note on multiple lines.

emre:
Noted. Thanks!

evail:
I noticed something the other day too.

which is related to modifiers.

eg. Tea (modifier HOT and modifier LIME) rate 30.00
I used PLUS (+) sign to increase quantity to 2. the receipt printed shows 30.00 instead of 60.00 however the totals are correct.

quantity of the item is correctly shown as 2 but the amount of the line item shows as 30.00

thanks

prabhatmp:
I also have this issue..please help to solve this...

lemmings:
You could always perform calculations on the printer template, for example:

[= Format (ToNumber (ToNumber ('{PROP PRICE}') * (ToNumber ('{QUANTITY}'))))]

This will multiply the modifier price by the line quantity ordered, also:

[= Format (ToNumber (ToNumber ('{PRICE}') * (ToNumber ('{QUANTITY}'))))]

This will multiply the line item by quantity, you could also use:

[= Format (ToNumber (ToNumber ('{PROP PRICE}') * (ToNumber ('{PROP QUANTITY}'))))]

This will multiply the modifier price by the quantity of modifier added.

This should be able to account for most circumstances and combinations of modifiers/quantities and this is what I use on my bills and receipts

Navigation

[0] Message Index

Go to full version