Greetings, I'm trying to setup a Koha environment where I'm giving some permissions to different staff roles. The "big boss" has superlibrarian access (why? dunno yet), the IT guys have access to the parameters, the public relationships staff has access to Circulation, and so on. One of the issues I'm trying to solve is how to make a pre-cataloguing role. Sometimes you want to have the biblio record filled by someone but you need to check it before having it into the OPAC or even before having items created. Sometimes staff does a bad cataloguing work and somebody needs to check it, however this person does not want to actually write the biblio record... How can you accomplish this in Koha? I haven't seen any special permission regarding this, so I assume that if it's possible, then it has to be done through some obscure way, for example "queuing the biblio record for moderation" or something like that. Please excuse me if this question seems naive, but I'm just getting all-in my way to learn more about Koha (and libraries!) Have a nice day, Jose -- José M. Parrella -> Debian Sid, k2.6.18 Escuela de Ingenieria Electrica Universidad Central de Venezuela -> ucvlug.info
Good morning, I am trying to add the ability to search by reading levels into my catalog. Can anyone let me know how to make the 521 tag be searchable and then if I could edit the OPAC in a web program such as GoLive in order to let the patrons search this field? Thanks Darla -- Darla Grediagin District Librarian Bering Strait School District Unalakleet, Alaska Web Address : http://bssdonline.org/course/view.php?id=51 Blog: http://aklibrarian1.edublogs.org/
On Mon, Dec 11, 2006 at 10:33:01AM -0900, Darla Grediagin said:
Good morning,
I am trying to add the ability to search by reading levels into my catalog. Can anyone let me know how to make the 521 tag be searchable and then if I could edit the OPAC in a web program such as GoLive in order to let the patrons search this field?
Hi Darla You are using koha 2.2.6 eh? What template set are you using? You want to find the opac-search.tmpl file for that template set. If its npl you want to add something like <tr valign="top"> <th><label for="newspaper">Reading Level:</label></th> <td><input type="hidden" name="marclist" value="521a" /> <input type="hidden" name="and_or" value="and" /> <input type="hidden" name="excluding" value="" /> <input type="hidden" name="operator" value="contains" /> <input type="text" id="level" name="value" /> </td> </tr> And that will give you an input field that you can enter into to search reading level (change 521a to whatever it should be) Hope this helps Chris -- Chris Cormack Programmer 027 4500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
participants (3)
-
Chris Cormack -
Darla Grediagin -
José Parrella