Bug 8038 - Enable network printing when UsePrintQueues is on
Summary: Enable network printing when UsePrintQueues is on
Status: BLOCKED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact:
URL:
Keywords:
Depends on: 8034
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-02 06:26 UTC by Srdjan Jankovic
Modified: 2023-01-08 03:15 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.