Undo Batch printing

Does anyone know how to reverse a batch print job? We printed an entire season by mistake and would really like to revert the tickets back to unprinted status. Any advice is appreciated. Thanks.

Parents
  • Call support on that one. As far as I know there is no way to void a batch (although I really wish there was).

  • Former Member
    Former Member $organization in reply to Daniel Williams

    Hi Daniel,  We don't need to void the batch, we need to change the reprint_no for all orders in the batch.

    I need some help with writing the SQL if anyone is up for it.  Basically I want to do an update that does the following:

    Select all orders in the batch that was printed (34355)

    Set the reprint number back to 0 (I think that denotes not printed)

    and if possible, only do this for tickets if the date is after today, so I don't mark the past performances unprinted.

    Thanks

    Nick

     

     

     

Reply
  • Former Member
    Former Member $organization in reply to Daniel Williams

    Hi Daniel,  We don't need to void the batch, we need to change the reprint_no for all orders in the batch.

    I need some help with writing the SQL if anyone is up for it.  Basically I want to do an update that does the following:

    Select all orders in the batch that was printed (34355)

    Set the reprint number back to 0 (I think that denotes not printed)

    and if possible, only do this for tickets if the date is after today, so I don't mark the past performances unprinted.

    Thanks

    Nick

     

     

     

Children