Our printer releases all the jobs when putting the badge BUT - does not respect the printing order (chronologic order - oldest print should sort first etc)
I checked the driver and printer is set to "print after last page is spooled" so no "immediate print" setup, alltough it prints in a sequence that looks like "print the smallest file first".
What I look for - if anyone of you ever had to do with this kind of thing - is a javascript snippet telling the machine "on release" what the timestamp of the job is considered for the printing sequence and not the file size or any other priority.
The web interface the printer uses is "papercut" - maybe this helps.
I'm thankful for any suggestion.
Many thanks in advance & kind regards
Tom
I found a command called
// printPQ() and added this to the jacascript command shell and we're doing some tryouts right now. But as I have absolutely NO idea if this command needs more parameters to function - I'm open for any suggestion. I'll update this post If ever the results would return the requested result.
Tom