Announcements
Hello, is there a way to get a voucher's serial number to print on the receipt when selling one?
So far I've got this:
<IF>
<CONDITION> Entry.Item.ItemType = itemtypeVoucher </CONDITION>
<THEN>
<ROW>"|""NUMBER:" Entry.VoucherNumber "|"</ROW>
</THEN>
</IF>
but Entry.VoucherNumber is not working.
Thanks,
Devon
*This post is locked for comments
Worked perfectly!
Thanks again for your help Ryan,
Devon
Devon,
Sorry I misunderstood what you were looking for. The variable I gave you you can use to determine if a Serial Number was sold. Here is the variable that holds the number of the voucher: Entry.Serialized.Number1.
Hope this help.s
Hi Ryan, thanks for the response. with Entry.Serialized.Sold I'm only getting true or false printing on the receipt I'm hoping to have the actual Serial Number print on the bill. Do you know the variable for this?
Thanks again,
Devon
Devon,
The variable you are looking for is "Entry.Serialized.Sold". This will be true if the current entry is a Serialized Item, which will be true if a serialized item is sold. If you also sell other serialized items, then you can differentiate with this line "Entry.Item.ItemType = itemtypeVoucher".
Hope this helps!
Hi Ryan, thanks for the reply. We've got Item Notes and Extended Descriptions on the screen and when i take out the ~ all that information gets printed right on the receipt. Do you know if a variable exists to print the serial number just when Voucher items are sold?
Thanks again,
Devon
Actually, if you change the column header from alignment of ">~" and take out the ~ you will see this information. The problem is that it is getting truncated.
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
232,996
Most Valuable Professional
nmaenpaa
101,158
Moderator