Hello Rick and everyone We don't use the barcode printers in Koha because we are unable to print labels inhouse which are of as high, permanent quality as ones we can purchase. In the long run, it's cheaper to buy labels that will last than to hassle with an inhouse module. It's not that we're usually mum... ;-) Rosalie Blake Head of Libraries Horowhenua Library Trust Rick Welykochy wrote:
Chris Cormack wrote:
On 28/09/2007, at 9:50 AM, Rick Welykochy wrote:
Similar problem.
The modules PDF::API2::PDF::Utils was not installed on our system and it was not found in CPAN.
I just commented out the "use PDF::API2::PDF::Utils" in the following two files:
intranet/cgi-bin/barcodes/printerConfig.pl intranet/cgi-bin/barcodes/barcodesGenerator.pl
Will this be fixed in Koha/3.0 ?
It will if you make a patch and email it to patches@koha.org and i'll apply it and push it up to the release manager.
I think I spoke too soon. MJ Ray's patch called barcodefix.patch shows the following:
-use PDF::API2::PDF::Utils; +use PDF::API2::Basic::PDF::Utils;
It seems that there is a PDF Utils module, by a different name.
What concerns me is that the printing and barcode stuff seem not to have worked for quite a while. Either this functionality is not being used by the Koha community or librarians are awfully mum about system errors.
cheers rickw