Tips for front line users leaving batches held

Hi all, I know Tessitura does not recommend auto-closing or auto-posting of batches. We have multiple venues that the front line users close the batches at the end of the day, but do not post them. Finance does that the next business day. A couple of times we have had users leave their batch in held at the end of the day, then accidentally re-open that batch the next day and start using it again before Finance can get ahold of it. I'm wondering if any other front line/visitor services managers can shed some light on what they do to ensure all batches are closed at the end of the day. Thanks! Grant Offermann
  • Our Duty Box Office Manager, closes all batches on the evening when they close the box office, which means other than the web batch all batches are closed on the day they are created.
  • Grant, At our organization, I'll periodically check our batches in Batch Administrator and if anything is in Open or Held status, I'll communicate either to a supervisor or to the user directly that they need to get that batch to at least closed status by end of day. We also have two locations, though our batches are primarily initiated and worked in at our primary location. We also have users who are empowered by our Director of Finance to post batches once they've been closed, which keeps things pretty tidy since a closed batch is automatically worked all the way through the workflow. Thank you, Brian
  • If I'm not mistaken, the difference between a held and closed uncontrolled batch is fairly minimal — that is, it might just be the batch status column in T_BATCH. I would do a T-SQL trace to be sure that there are no other side-effects to closing a held batch, but if it does prove to be that uncomplicated, my approach would be to set up a database agent job to automatically close any remaining held ticketing batches at like 5am each morning.

    That hasn't been necessary at my org because our box office supervisor staff includes a check for unclosed batches as part of their box office closing procedure. So if your front-line ticketing staff always has a supervisor present at closing, you might look into granting those supervisors the manager right over the front line group so they have the ability to administer that group's batches.

  • Thanks for all the quick replies. Nick- I like that idea but I've been talking to Tess support and they do not recommend any auto-hold or auto-close scripts for non web batches. I'm wondering if I could put together a report that shows the current HELD batches. I could then schedule that report to email out nightly. Ill have to do some digging in the system tables to see if I can figure it out. We just have so many individual venues closing batches at the end of the day with only 1 Finance dept posting for all of them.
  • Former Member
    Former Member $organization in reply to Grant Offermann
    Hi Grant We have a report that lists all Open batches (for a particular Batch Type). Supervisors can run it at the end of a shift to check. Batches that are left Open are much more problematic than batches that are Held, and are the reason why TN recommends against closing them in the back end - which is itself basically simple (as Nick suggests, it's really just a matter of changing the status value on the Batch record) But if you Close or Hold a Batch in SQL which is still Open in a user session, and then that user continues working in the same session, the session will think that the batch is still open, and allow the user to keep transacting in it. It doesn't check.This will lead to Extremely Unfortunate Results. Which is why we would close a batch in the back end, but ONLY if the supervisor swears on a recent copy of a TLCC program that the offending PC (or RDP session) has been shut down in the interim, so that we know the session is no longer active. I've always thought that this was a bit of a Tess bug, but I also appreciate that having the session constantly checking to see if the Batch is still kosher would be a potentially significant performance hit. Ken
  • Hi, We also had this issue where batchs were sometimes re-opened and used the following day. We implemented a solution where we have a script that runs each night and updates the owner of the batch to a designated Finance user. With the owner chagned the box office cant reopen the batch. Also, the Finance user can then close the batch the next day. This script also sends an email to the Finance user with a list of the batchs as a reminder and notification. Since implementing this a couple of years ago we have had no problems. I can post the script if anyone wants? cheers, Dara
  • Dara, This is exactly the kind of solution we are looking for. Would you mind emailing me with more info at grant.offermann@mnhs.org? I'm not too familiar with the tessituranetwork site but maybe there is a place you could post the script on here as well. Thanks for all the responses also. We are rolling Tessitura out to 6 more historic homes/museums across the state of Minnesota this year and are trying to make it as smooth of a process as possible.
  • Hi Grant,


    No problem.

    I've put the SP up on my profile here:

    http://www.tessituranetwork.com/Community/members/darahogan7924/files/default.aspx


    To setup you need to:

    1. Apply the SP to your database. TEST FIRST.

    2. Update the @mail_recipients and @ownership_to fields in the SP to your designated finance person.

    3. Setup a SQL Agent job to execute the SP each night

    4. Setup a SQL Server Database Email Profile if one does not exist already.


    Verify in your TEST system first.


    cheers,

    Dara

    ... 
    Dara Hogan
    Database Systems Manager

    ...
    ABBEY THEATRE
    AMHARCLANN NA MAINISTREACH

    ...
    26/27 Lower Abbey Street, Dublin 1

    T: +353 (0)91 638533

    M: +353 (0)85 8207717


    From: Tessitura Ticketing Forum <forums-ticketing@tessituranetwork.com> on behalf of Grant Offermann <bounce-grantoffermann2464@tessituranetwork.com>
    Sent: 01 February 2017 15:46:02
    To: Dara Hogan
    Subject: Re: [Tessitura Ticketing Forum] Tips for front line users leaving batches held
     
    Dara, This is exactly the kind of solution we are looking for. Would you mind emailing me with more info at grant.offermann@mnhs.org? I'm not too familiar with the tessituranetwork site but maybe there is a place you could post the script on here as well. Thanks for all the responses also. We are rolling Tessitura out to 6 more historic homes/museums across the state of Minnesota this year and are trying to make it as smooth of a process as possible.

    From: Dara Hogan <bounce-darahogan7924@tessituranetwork.com>
    Sent: 1/31/2017 5:36:23 PM

    Hi, We also had this issue where batchs were sometimes re-opened and used the following day. We implemented a solution where we have a script that runs each night and updates the owner of the batch to a designated Finance user. With the owner chagned the box office cant reopen the batch. Also, the Finance user can then close the batch the next day. This script also sends an email to the Finance user with a list of the batchs as a reminder and notification. Since implementing this a couple of years ago we have had no problems. I can post the script if anyone wants? cheers, Dara



    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Ticketing Forum. You may reply to this message to post to the Ticketing 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!