Is there anyway to print a signature receipt for cash returns only?
In SQL Manager > Database > Tender Types > Cash > Properties you can select "Requires Signature" , but it will print a signature receipt for any cash sale & returns. Any help? Thanks.
Didn't find your answer? Ask the community — no account required.
R
Rob
No not out of the box. You would need to customize your receipt to print the desired information based on if the transaction has a negative qty item or is a Return. You can use these variables: Transaction.ReceiptReturningItems - Boolean value that indicates whether any items in the transaction have a negative quantity.
Transaction.ReceiptReturnMode - Boolean value that indicates whether the transaction is in return mode (CTRL+F4).
Then enter this information in an IF Statement. "" "Client Signature:" "" "" "X_______________________________________________" "I AGREE THAT I AM CAUSING A LOT OF S*IT" "BY RETURNING THIS ITEM"
Rob
"Brian" wrote:
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.