Tres Finocchiaro
Tres Finocchiaro
A question arrived today: > Can I set `qz.configs.setDefaults` values like “SECBookletFinishing: FoldingStaple”, “BookletOptions:on”, “StapleLocation:2Staple_L”, etc. Currently, QZ Tray does not support these options.
Closes #937 Still in draft form, the class is just a proof of concept. TODO: * [ ] Return error numbers to JavaScript * @bberenz I think I'll need some...
Throughout QZ's life cycle, it can throw quite a few errors to the browser. https://github.com/qzind/tray/search?q=sendError However, translating these to the front end (e.g. for non-English) can be tricky as it...
Quoting: > The default factory mode of BOCA Printer for USB is USB class 7. We have the ability to change this mode to USB HDI class 3 by sending...
Add the ability to monitor not only the status of an attached queue, but also the contents. For example, if another printer printed an ESC/POS receipt to the printer, the...
In this print, `copies: 3` was provided, however QZ creates three separate temp files. ```diff - 2022-02-14T13:50:08,526 [DEBUG] Printing to file: qz_raw_2575614541364013395.tmp 2022-02-14T13:50:08,526 [DEBUG] Executing: [lp, -d, Zebra, -o, raw,...
When we read the renewal information for graceful handling of certificates, we fail to check in the SHARED directory, e.g. `%ProgramData%\qz\allowed.dat`. A patch should be back ported to 2.1 branch....
Company Branded versions may need to add scripting capabilities, e.g. special firewall rules, file copy, etc. The installer should support a post-installation script for custom deployments.
If libappindicator is installed, QZ will use it butut the experience is nearly unusable.
The QZ Tray installer should warn when you're running it on the wrong architecture, so something like https://github.com/qzind/tray/issues/873 does not happen.