Hello, I am the director of a small public library and run koha on Ubuntu Linux. I am having trouble printing a list of registered borrowers. For some reason, when I pull up the list of "members" they will all display on the screen but only two pages worth will print. Any clues? Also, I really would like to be able to use my old slip printer with koha. Has anyone written a Linux driver for slip printers? Ours is a Citizen, model iDP3550. I know of another library with a similar printer, that is considering switching to koha, but won't do it without their slip printer. If anyone wants to tackle this, I'd be really grateful. Thanks, Kim Olson Auburn Public Library auburnpl@iowatelecom.net
I am having trouble printing a list of registered borrowers. For some reason, when I pull up the list of "members" they will all display on the screen but only two pages worth will print. Any clues?
Where are you pulling up the list of members? Are you printing from the browser? Or is this one of Koha's reports? A more technical solution would be to log directly into MySQL and query for the information you need. I do this fairly often, telling my terminal program to log to a file. Then I can import the file as CSV and work with it like a spreadsheet. But it *should* work from within Koha, so let's try to figure out why it isn't. -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
Auburn Public Library wrote:
Hello,
I am the director of a small public library and run koha on Ubuntu Linux. I am having trouble printing a list of registered borrowers. For some reason, when I pull up the list of "members" they will all display on the screen but only two pages worth will print. Any clues?
Also, I really would like to be able to use my old slip printer with koha. Has anyone written a Linux driver for slip printers? Ours is a Citizen, model iDP3550. I know of another library with a similar printer, that is considering switching to koha, but won't do it without their slip printer. If anyone wants to tackle this, I'd be really grateful.
Thanks,
Kim Olson Auburn Public Library auburnpl@iowatelecom.net _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Server information
Koha version2.2.9
OS version ('uname -a')Linux auburnpl-circ 2.6.15-29-386 #1 PREEMPT Mon Sep 24 17:18:25 UTC 2007 i686 GNU/Linux
Perl version5.008007
MySQL versionmysql Ver 14.7 Distrib 4.1.15, for pc-linux-gnu (i486) using readline 5.1
participants (2)
-
Auburn Public Library -
Owen Leonard