[Koha-bugs] [Bug 8352] Add automatic printing of 'hold to pull' notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 5 02:25:51 CEST 2013


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion

--- Comment #12 from Chris Cormack <chris at bigballofwax.co.nz> ---
I like the idea of use Net::Printer,  but did you know there is already a
printer queue and a script to set the printer (network one).

This could be generalised to use this
Check admin/printers.pl

And
DROP TABLE IF EXISTS `printers`;
CREATE TABLE `printers` (
  `printername` varchar(40) NOT NULL default '',
  `printqueue` varchar(20) default NULL,
  `printtype` varchar(20) default NULL,
  PRIMARY KEY  (`printername`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

So i'd like to see it use this (extended if nessecary). 

Will put this to In discussion and will wait for an opinion from Galen, if he
is happy with it as it is, I will continue with QA on it.

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


More information about the Koha-bugs mailing list