How to add additional options to the items search page for label batch creator?
From what I can see, i think "a" is already catered to. But how about
Hi all, My client has a spine label generation requirement, where they want the following options from screen generated by label-item-search.pl a) based on a date range (in which the books are processed) b) based on an accession number range c) based on a class no. (e.g. i want to print the stickers for items with 005 / DDC22) option "b" and "c" Where should i start tinkering around to add that feature... any idea? the label-item-search.pl or the search.tmpl or simply via IntranetUserJS using a bit of jQuery? FWIW, I'm on 3.2.7 and upgrading to 3.4 is not an option at the moment. cheers :) -- Indranil Das Gupta Phone : +91-98300-20971 Blog : http://indradg.randomink.org/blog IRC : indradg on irc://irc.freenode.net Twitter : indradg -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=- Please exchange editable Office documents only in ODF Format. No other format is acceptable. Support Open Standards. For a free editor supporting ODF, please visit LibreOffice - http://www.documentfoundation.org
On 12 May 2011 02:23, Indranil Das Gupta <indradg@gmail.com> wrote:
From what I can see, i think "a" is already catered to. But how about option "b" and "c"
Where should i start tinkering around to add that feature... any idea? the label-item-search.pl or the search.tmpl or simply via IntranetUserJS using a bit of jQuery?
FWIW, I'm on 3.2.7 and upgrading to 3.4 is not an option at the moment.
cheers :)
Hi, In 3.0.x the search page just does a zebra query from the perl file. You need to modify the template file to show the options and the items search perl file to process the new options and fire a zebra query based on the fields you want to sort. If the fields you need or not already indexed, you would need to add the fields to be indexed in the zebra configuration. I am not familiar with jQuery to day whether this can be done using JS. Also 3.2 might be different. Regards, Senthil
participants (2)
-
Indranil Das Gupta -
Senthil Anand