[Koha-bugs] [Bug 8034] Enable server print queue selection

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 22 04:26:57 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14357|0                           |1
        is obsolete|                            |
  Attachment #15286|0                           |1
        is obsolete|                            |

--- Comment #36 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 17569
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17569&action=edit
bug_8034: Restored network printer maintenance and selection

This patch is just for restoring printer maintenance and selection, not
for priting itself. It is just a preparation step.

* Added UsePrintQueues syspref. If set to No, no printer info will be
  displayed/used
* Database changes:
- printers table PRIMARY KEY is now printqueue. It is more natural. We
  should really have a synthetic id, but printqueue is good enough
- branches.branchprinter is a FOREIGN KEY to printers.printqueue
* Created C4::Auth::get_user_printer() function that will return
  appropriate printer. In order of preference:
- session selected
- logged in branch branchprinter
* Moved printer functions to C4::Printer
* C4::Printer - added branch count to printer queries
* admin/printers.tt - show or not delete link
* Restored printer maint/selection in admin zone UsePrintQueues
  permitting
* Restored printer selection in circ/selectbranchprinter.pl
  UsePrintQueues permitting

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list