Gift Certificate Reports

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

Parents
  • 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.

     

  • Former Member
    Former Member $organization in reply to David Woodall

    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

     

    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.

    From: David Woodall <bounce-davidwoodall1530@tessituranetwork.com>
    Sent: 10/23/2009 9:56:49 AM

    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.

     




    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!

  • 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 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

     

    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.

    From: David Woodall <bounce-davidwoodall1530@tessituranetwork.com>
    Sent: 10/23/2009 9:56:49 AM

    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.

     




    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!




    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!

Reply
  • 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 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

     

    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.

    From: David Woodall <bounce-davidwoodall1530@tessituranetwork.com>
    Sent: 10/23/2009 9:56:49 AM

    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.

     




    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!




    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!

Children
No Data