Items On receipt Template

Aug 31, 2005 4 Replies

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:


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.

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

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

i used Len(Entry.SubDescription1) short and sweet

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required