In what table should I be looking if I were trying to figure out if certain orders had receipts printed?
Hi Amanda,
Like order confirmations?I think those are stored in t_order_seat_hist.
Sorry if this is not what you mean.
Cheers!
Thanks, but I actually meant the payment receipts, like the ones that come out on ticket stock, not order acks or confirmations.
Hmm, do those update a table?
I was figuring it must be stored somewhere since there's the whole "current only" button.
I'm not sure exactly how this works, but I think the current only checkbox, when checked, looks to see if the transaction number in the order is the current one in t_transaction, and if not, it doesn't print anything. Unchecking the box seems to send a "NULL" transaction number which tells the order to print regardless. (procedure TP_GET_RECEIPT_INFO)
Current Only will only print receipts for payments in the current transaction (anything that was done in the order from the time it was reopened until it is saved). There is no data stored to this effect.
-Ryan
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Ryan RowellSent: Wednesday, November 24, 2010 5:28 PMTo: Ryan CrepsSubject: Re: [Tessitura Technical Forum] Ticket Orders Receipts
From: Amanda Freeman <bounce-amandafreeman5080@tessituranetwork.com>Sent: 11/24/2010 3:45:19 PM
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!