I added the patch to my Koha, but it isn't working. Perhaps I'm missing something. I placed the files... catalogue/search.pl koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tmpl koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl labels/label-item-search.pl ...in the appropriate directories. When I did this I got a label-item-search.pl popup with advanced searching: you can do a text search on Teitle, Keyword, etc. You can also do searches with date ranges. It looks good, but when I try it with a date range nothing is returned. When I try it without a date range (just a text search on keyword), it takes forever and then I get a 500 error. I'm running 3.0. What am I doing wrong? -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html --- On Thu, 1/8/09, Mason James <mason.loves.sushi@gmail.com> wrote:
The version of koha installed is 3.0.0. I had
From: Mason James <mason.loves.sushi@gmail.com> Subject: Re: [Koha] BARCODES To: "Jeffrey LePage" <jeffrey_lepage@yahoo.com> Cc: koha@lists.katipo.co.nz, "Alice Akiteng" <aakiteng@ihsu.ac.ug> Date: Thursday, January 8, 2009, 11:58 AM previously
seen version 2.9 and when generating barcodes it was flexible because there were two options (continous and individual barcodes). I have not seen the continous option in version 3.0.0. How can I get to generate the entire barcodes say from 1-2000 without having to first search and then add one by one?
I too would like some sort of script to generate barcodes for a range.
If such a script does NOT exist, then can someone
On 2009/01/9, at 4:54 AM, Jeffrey LePage wrote: point me to how such a script might be constructed? I'm a perl programmer by trade, and I've worked with mysql and perl-based websites before. Just tell me where the code for generating a single barcode resides and I think I can figure out the rest.
FYI, i recently sent a patch for this feature - which has been committed to HEAD
http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=commit;h=990e315471c8c799598...