Hello @JohnS, I’ve prepared a test release for you. I’ll be happy if you can let me know if it works fine or not.
Only for testing. Don’t use it on production. Click here to download.
** Uninstall Previous version.
###What is changed?
Commandssetting added to Ticket Lister Widget Settings. You can enter oneautomation command nameper row and each row displayed as a command button. When you click a button it executes automation command and setsselected ticket ids(comma separated) ascommand value. So you won’t need to store ticket ids somewhere anymore. These commands also supports command confirmation settings. Here are the supported formats:
- [Automation Command Name]
- [Display Name]=[Automation Command Name]
- [Display Name]=[Automation Command Name]:[Button Hover Color]
- [Display Name]=[Automation Command Name]:[Button Color],[Button Hover Color]
- Select All: If you name a command as
Select Allit wont execute a command but selects all tickets instead.
Execute Print Jobaction acceptsTicket Idsparameter. If you pass a comma separated ticket Ids to this parameter it creates a dummy ticket that contains all orders from these tickets. That ticket does not contain any other merged information form tickets. Just orders. If you pass a single ticket id, it prints that ticket so you can use same action for single selection printing and multiple selection printing.
Sorry for the poor writing but I think you’ll get the idea. Please let me know if you need more info.