Bug 8038

Summary: Enable network printing when UsePrintQueues is on
Product: Koha Reporter: Srdjan Jankovic <srdjan>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: BLOCKED --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, katrin.fischer, raghuram88585, veron
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8034    
Bug Blocks:    

Description Srdjan Jankovic 2012-05-02 06:26:12 UTC
Work to be done:
* If UsePrintQueues is on send slips to network printer using C4::Print::printslip() and open the print window as a fall back, rather than calling browser print() immediately

How to test:
* Set UsePrintQueues to No. Issue and transfer slips should be printed from the browser (pop-up), calling browser print() immediately (as it is now).
* Set up a print queue on the server (sysadmin help, needs to provide queue name), add it to the printers; select the printer on the "Select Library" screen, or set it as the branch printer
* Set UsePrintQueues to Yes. Issue and transfer slips should be printed from the printer queue, browser pop-up should just open and display, without calling browser print() immediately.
Comment 1 Katrin Fischer 2013-04-14 09:12:09 UTC
Hi Srdjan and Kyle, I see a test plan but no patch is added to this bug - could you take a look? Also, is the assignee correct?
Comment 2 Srdjan Jankovic 2013-04-15 01:39:05 UTC
This cannot be done before 8034 is pushed to master
Comment 5 Katrin Fischer 2023-01-08 03:15:44 UTC
The depending bug has been marked WONTFIX and the printer related code has been removed from Koha. I am not sure where we are with this one, but it's at least BLOCKED.