<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">From the reading I did, this functionality is not
working until Koha 3.2.<br>
<br>
If you are desperate, as a (ugly) 'hack', you can edit the code and add
the values you need...<br>
<br>
Edit </font>labels/label-print-pdf.pl .. around line 256 ... I took
the line and modified it to something that could work for you, you will
have to try it first. Please make a backup of the file before making
any changes. It<font face="Arial"> looks like you can use any fields
from the 'borrowers' table in the database...</font>
<pre>my $text = {
         $patron_data->{'branchname'} => ($fontsize + 3),
         $patron_data->{'firstname'} . " " . $patron_data->{'surname'} => $fontsize, #example student name
};
</pre>
<pre class="moz-signature" cols="72">Regards,
Scott Daniels
</pre>
Chris Cormack wrote:
<blockquote
cite="mid:g2h606aab811004272106i75a68a0ao56993479017eba4e@mail.gmail.com"
type="cite">
<pre wrap="">Forwarding to the mailing list
---------- Forwarded message ----------
From: John <a class="moz-txt-link-rfc2396E" href="mailto:john.winter@neverseen.ch"><john.winter@neverseen.ch></a>
Date: 28 April 2010 06:49
Subject: Printing Patron Cards with Names
To: <a class="moz-txt-link-abbreviated" href="mailto:koha-owner@lists.katipo.co.nz">koha-owner@lists.katipo.co.nz</a>
Hello,
I try to print patron Cards with koha3.00.06 Label creator Tool.
I searched how to print the cards with the name of the patron on it.
But I did not find the function to do it.
I searched the internet and wiki. But couldn’t find any hint to do
this. Is there a possibility to do that or where can I configure it?
I am new to Koha. Perhaps I did not see the function?
The Format of the Card should be like this:
|-------------------------------------------------------------------- |
| Libraryname |
| Firstname + Surname of Patron |
| |
| Barcode |
| |
|-------------------------------------------------------------------- |
Thanks a lot for your help.
Greetings
John
_______________________________________________
Koha mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a>
<a class="moz-txt-link-freetext" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a>
</pre>
</blockquote>
</body>
</html>