Items On receipt Template

Hi, we have got a client doing sandwiches and things like this, they trace all stock so we've set up the items as kit items and the packaging as tag along items. is there a way of not letting the packaging print on the invoice? Bar the fact that they are tag along items, i've tried everything please help anybody,

Antonio you should have an answer for me. :shock: :idea:

Reply to
josephzwarts
Loading thread data ...

Assuming that you have a sandwich item which sells at the proper price and the rest are of the items are $0.00, you can modify the receipt template to only print entries with a price greater or less than 0.

Reply to
Jason Hunt

i actually came right by flagging the item in sub description, y for on invoice or n for not on invoice, this worked with minimal changes to the database. :D

Reply to
josephzwarts

Here is an example, if the item has a 1 in the weight then it will not print on the receipt.

ShowLineDiscounts & (Entry.ExtendedDiscountPurchased <> 0) & (Entry.Item.Weight <> 1)

Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedFullPrice

Entry.ExtendedDiscountNegative <> 0

"|Discount|" Entry.ExtendedDiscountNegative

Entry.Item.Weight <> 1

Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedPrice

-- Casey Hanson New West Technologies

Check out amazing RMS extensions here:

formatting link

Reply to
CaseyHanson

i used Len(Entry.SubDescription1) short and sweet

Reply to
josephzwarts

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.