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

--- Comment #85 from Kyle M Hall <k...@bywatersolutions.com> ---
Created attachment 46879
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46879&action=edit
Bug 8352 - Add printer administration, update script to use Koha defined
printers

This patch adds the ability to define printers within Koha. The printer
CRUD is based on the code for the quote of the day system.

This patch extends the existing ability to print via LPR to any network
printer with the added ability to print to a CUPS printer configured on
the Koha server.

Test Plan:
1) Apply this patch set
2) Run updatedatabase.pl
3) Browse to admin/printers.pl
4) Configure a network printer via LPR ( explained in the printers help )
5) Create a hold
6) Execute the command "misc/cronjobs/holds/print_holds.pl -v --printer
$BRANCHCODE=$PRINTER_ID
   where branchcode is the pickup branch for the hold, and printer_id is
   the id number for the printer.
7) See your reserve slip is printer!

Bonus points: Repeat the test plan, but for a printer you set up via CUPS on
the Koha server

Signed-off-by: Jenice Tate <jt...@mdah.state.ms.us>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to