Store Credit Receipt

How do you create a receipt for store credit only so that the receipt says "Store Credit" as title not "Sales Receipt"?

(I have one printer using both Printer1 and 2 as I print out gift receipt from #2.)

Reply to
sammm
Loading thread data ...

Reply to
Jesse

Sammm,

Are you using a Voucher type item to do Store Credits right now? Are you using a 40 Column receipt or a Full Page receipt?

Depending on the receipt you are using you can use a For each="entry" statement to evaluate if your store credit item is on the transaction, then display the desired text as the Title of the receipt. You'll have to create a variable and set it equal to the ItemLookupCode of the Store Credit. Then in your For each statement create another variable that will hold a true or false value. Next determine if the Boolean variable is true, if true then display Store Credit text else if false display the normal Transaction.ReceiptTransactionName. Easy as pie. Actually pie is quite hard to make right unless you are a pastry chef. You might want to consult a Certified RMS Partner if you need help customizing this receipt. I've done similar things before but not this exactly.

Rob

"sammm" wrote:

Reply to
Rob

You can do something similar to what I told Sammm but evaluate if the Tender Type is On Account rather than looking for an item.

Rob

"Jesse" wrote:

Reply to
Rob

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.