<div class="gmail_quote">On Mon, Oct 10, 2011 at 8:19 PM, Chris Cormack <span dir="ltr"><<a href="mailto:chris@bigballofwax.co.nz">chris@bigballofwax.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

2011/10/11 <<a href="mailto:Library@boystown.com.au">Library@boystown.com.au</a>><br>
><br>
> Hi All,<br>
><br>
Hi Mandy<br>
<div class="im"><br>
> I have heaps of questions but I will reign back my enthusiasm and put one question per email.<br>
><br>
> I have version to 3.02.06.  I would like to use the label creator to create batches of spine labels.  It works fine but pulls call number  from the itemcallnumber field and doesn't format it.  The text sits on the label in one line - eg. BUL FUL 2011 - too wide for book spines and too small and difficult to read if I reduce the font size and stick it on the book spine sideways.  I would like to break the call number up into three lines so the three elements of the call number can be read from top to bottom.<br>


><br>
> eg.        BUL<br>
>         FUL<br>
>         2011<br>
><br>
> Our collection was totally lost in the January floods and I'm looking to replace the collection in the next few months.  Getting this feature working right would be a big time saver.  Currently I'm manually typing in the call numbers.<br>


><br>
> Thanks heaps,<br>
><br>
<br>
</div>There is no way to do that in Koha 3.2.6 without editing some code I<br>
am afraid. One option is to look into using KBarcode<br>
<a href="http://www.kbarcode.net/" target="_blank">http://www.kbarcode.net/</a> and using the reports tool to export the data<br>
to load into it.<br>
<br>
Or maybe someone smarter than me can think of a way to do it within Koha<br>
<br></blockquote></div><br>Actually, there is no good reason that number should not split correctly as there is a splitting algorithm to handle splitting non-standard call numbers based on spaces [1]. Alternately, you can add a comment to bug 2500[2] including an example of the desired call number both unsplit and split with the hopes that someone will add an algorithm for it.<br>

<br>[1] <a href="http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Labels/Label.pm;h=930e0f6ef407134c4046eb3156e641a23eb255d4;hb=15d9cc7213686709761528cba4ba63eac896e0db#l159">http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Labels/Label.pm;h=930e0f6ef407134c4046eb3156e641a23eb255d4;hb=15d9cc7213686709761528cba4ba63eac896e0db#l159</a><br>

<br>[2] <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2500">http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2500</a><br><br>Kind Regards,<br>Chris<br>