Hello,
I am looking for a report that will tell me how many gift certificates we have sold and their current value.
Has anyone crafted this beauty or has a tricksy way of building a list to capture this info?
Thanks!
Becci Strickland
TPAC Box Office Manger
Becci,
The Gift Certificate Expiration Utility (Finance category) can be used in a review-only mode to get a brief (one-line) list of each gift certificate currently outstanding, its original value and its current value. Out-of-the-box parameters only allow the selection of one gift certificate payment method, but it could be modified to allow multiple selection.
Hello Becci,
Have you tried the Gift Certificate Expiration Utility in Finance in Reports and Utilities? BE CAREFUL WHEN YOU RUN THIS AND LEAVE THE “REVIEW ONLY” SET TO “YES”!!!
This might be what you are seeking.
Thanks,
Allen Clark
Manager of Information Systems
The Music Center at Strathmore
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Becci Strickland Sent: Thursday, October 15, 2009 4:32 PM To: Allen Clark Subject: [Tessitura Shared Reports Forum] Gift Certificate Reports
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Shared Reports Forum. You may reply to this message to post to the 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!
Be careful with relying on this report - because it’s real purpose is to expire/write-off GCs that have a balance it ignores Certificates that have a nil balance. So if a GC is purchased and then fully redeemed its like it NEVER happened!
It works if youre only interested in those with a current balance, but you’ll need customised reporting to get a count of how many GCs you’ve actually sold within a period that includes those fully redeemed.
peter nelson business analyst
information systems
pnelson@sydneyoperahouse.com
T+61 2 9250 7180 F+61 2 9251 7821
SYDNEY OPERA HOUSE BENNELONG POINT
GPO BOX 4274, SYDNEY NSW 2001, AUSTRALIA
SYDNEYOPERAHOUSE.COM
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Jonathan Smillie Sent: Friday, 16 October 2009 08:17 To: Peter Nelson Subject: Re: [Tessitura Shared Reports Forum] Gift Certificate Reports
From: Becci Strickland <bounce-beccistrickland7719@tessituranetwork.com> Sent: 10/15/2009 3:30:10 PM
Please consider the environment before printing this email. =====This message is intended for the addressee(s) named and may contain confidential information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this email are those of the individual sender and are not necessarily the views of the Sydney Opera House Trust=====
Thanks all!
I had figured that the Expire Utility would be a place to start…however it makes me super nervous.
I am looking for a full record though…any one got a custom report that does this?
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Peter Nelson Sent: Thursday, October 15, 2009 5:33 PM To: Becci Strickland Subject: RE: [Tessitura Shared Reports Forum] Gift Certificate Reports
Please consider the environment before printing this email.
=====This message is intended for the addressee(s) named and may contain confidential information.
If you are not the intended recipient, please delete it and notify the sender.
Views expressed in this email are those of the individual sender and are not necessarily the views of the Sydney Opera House Trust=====
I don't know of a report (custom or otherwise) that will list all Gift Certificates sold, even if they are totally used up. However the code is very simple. Thus:
select g.gc_no, sum(pmt_amt) from t_payment p join t_gc g on p.payment_no = g.payment_no where pmt_method = 76 -- Replace with your payment method number group by g.gc_no
Run this, copy the results to excel and count/sum to your hearts content.
We use the Gift Certificate Report with a date range and then select (all) for the criteria Outstanding Only?.
This report gives us a listing of all the gift certificates sold for the specified period. It also gives us information about the transactions, balances, and customers.
I must not have that report. All I have is Gift Certificate Details and Gift Certificate Expiration, which don’t have that option. Does anyone else have it?
Leslie Fillingham, Finance Director
Milwaukee Repertory Theater
414-224-1761
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Margaret Stockton Sent: Friday, October 23, 2009 12:11 PM To: Leslie Fillingham Subject: Re: [Tessitura Shared Reports Forum] Gift Certificate Reports
From: David Woodall <bounce-davidwoodall1530@tessituranetwork.com> Sent: 10/23/2009 9:56:49 AM
At the Met we made the request of our AppSupport a couple months ago and they were able to modify the standard report within the day.
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Leslie Fillingham Sent: Friday, October 23, 2009 1:21 PM To: McKinley, Leslie Subject: RE: [Tessitura Shared Reports Forum] Gift Certificate Reports
I thought this was a Tessitura canned report but it is possible that it was customized for us. Let me see if I can find out.
I've written a report that details, for GCs SOLD within a specified time frame:
the purchaser
purchase amount
the redeemer
redemption amount
redemtion date
outstanding balance
Feel free to email me directly if you want the guts of the report.
Martin
I'd love that as well.
Me too! Naomi
From: Martin Keen <bounce-martinkeen7852@tessituranetwork.com>Sent: 11/2/2009 9:28:17 PM
Lordy! who knew there were so many people looking for this. I'll prepare the official upload documentation as per Brian's suggestion and post this online for all to see.
Hoping to have it done by COB today.
Martin Keen…you’re my hero!
From: Tessitura Shared Reports Forum [mailto:forums-shared.reports@tessituranetwork.com] On Behalf Of Martin Keen Sent: Tuesday, November 03, 2009 6:46 PM To: Becci Strickland Subject: Re: [Tessitura Shared Reports Forum] Gift Certificate Reports
From: Naomi Williams <bounce-naomiwilliams9587@tessituranetwork.com> Sent: 11/3/2009 9:04:39 AM
From: Tessitura Shared Reports Forum <forums-shared.reports@tessituranetwork.com> To: Naomi Williams Sent: Tue Nov 03 09:00:24 2009 Subject: Re: [Tessitura Shared Reports Forum] Gift Certificate Reports
From: Martin Keen <bounce-martinkeen7852@tessituranetwork.com> Sent: 11/2/2009 9:28:17 PM