<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv1835627071">As I understand it, some people are still working on the label tool, for now it leaves something to be desired. On the other hand, I think we do not need absolutely everything in one program, as there are other programs well capable of taking over some functions.<br><br>If you are running on Linux (which I think you do, cause you have Koha 3) take a look at kbarcode (kbarcode.net). It is (obviously) designed for kde, but it works great on my gnome desktop.<br><br>Once you have installed it, make sure you can connect to your koha database.<br>Then you can just enter queries, like<br><br>SELECT branchcode FROM borrowers WHERE borrowernumber = ##;<br>SELECT&nbsp; firstname, surname FROM borrowers WHERE borrowernumber = ##;<br>SELECT borrowernumber FROM borrowers WHERE borrowernumber = ##;<br><br><br>Where the ## means a number.&nbsp; If you
 want to do a range (like existing patrons) you can use something similar to the following we use for printing barcodes for existing items in our library, taking data from an extra table in our dbase called interim which exists of id, barcode, usually filled with a LOAD DATA INFILE&nbsp; statement from a .cvs file.<br>[sqlquery: SELECT barcode FROM interim WHERE id = '[index]' + 1;]<br><br>Hope this helps,<br><br>Marty<br><br><br><br>--- On <b>Wed, 4/28/10, Chris Cormack <i>&lt;chris@bigballofwax.co.nz&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Chris Cormack
 &lt;chris@bigballofwax.co.nz&gt;<br>Subject: [Koha] Fwd: Printing Patron Cards with Names<br>To: "koha-user" &lt;koha@lists.katipo.co.nz&gt;<br>Received: Wednesday, April 28, 2010, 12:06 AM<br><br><div class="plainMail">Forwarding to the mailing list<br><br><br>---------- Forwarded message ----------<br>From: John &lt;<a rel="nofollow">john.winter@neverseen.ch</a>&gt;<br>Date: 28 April 2010 06:49<br>Subject: Printing Patron Cards with Names<br>To: <a rel="nofollow">koha-owner@lists.katipo.co.nz</a><br><br><br>Hello,<br><br><br><br>I try to print patron Cards with koha3.00.06 Label creator Tool.<br><br><br><br>I searched how to print the cards with the name of the patron on it.<br>But I did not find the function to do it.<br><br><br><br>I searched the internet and wiki. But couldn’t find any hint
 to do<br>this. Is there a possibility to do that or where can I configure it?<br><br><br><br>I am new to Koha. Perhaps I did not see the function?<br><br><br><br>The Format of the Card should be like this:<br><br><br><br>|-------------------------------------------------------------------- |<br><br>| Libraryname&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br><br>| Firstname + Surname of Patron&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 |<br><br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br><br>| Barcode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 |<br><br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br><br>|-------------------------------------------------------------------- |<br><br><br><br>Thanks a lot for your help.<br><br><br><br>Greetings<br><br>John<br>_______________________________________________<br>Koha mailing list<br><a rel="nofollow">Koha@lists.katipo.co.nz</a><br><a rel="nofollow" target="_blank" href="http://lists.katipo.co.nz/mailman/listinfo/koha">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br></div></blockquote></div></td></tr></table><br>