[Koha] Call sql query

2012-06-19 Thread skaman
I have a library database in which half of the records are pre Koha 3.x. When the conversion was done from 2.x to 3.x, none of the call numbers ended up in the Items data field. What I am looking for is an sql query to extract the call numbers from the biblio call number field and insert same in th

[Koha] expressions of interest for Koha sip enhancement

2012-06-19 Thread Chris Meech
Hi, Are you interested in financially contributing to a koha sip enhancement? There is a need for system service init.d script for sip server, so it is started on reboot and is easy to start it up/shut down on demand. We should create: * scripts koha-start-sip and koha-stop-sip as interfaces for

[Koha] KohaCon 13, Please Come to Reno Nevada

2012-06-19 Thread Keener, Nancy
We have decide to throw our cowboy hat in the ring for KohaCon 13. There is a lot to do here, and more than just sagebrush and sand. Come see the Sierra Nevada mountains and beautiful Lake Tahoe. Nancy Keener Systems Librarian I.T.O.S.C. Chair Washoe County Library System Reno, Nevada 775 327-83

Re: [Koha] Suggestion: ADD biblionumber to deleted Item on log

2012-06-19 Thread anjoze
Submited to bugzilla: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8273 -- View this message in context: http://koha.1045719.n5.nabble.com/Suggestion-ADD-biblionumber-to-deleted-Item-on-log-tp5716896p5716965.html Sent from the Koha-general mailing list archive at Nabble.com.

Re: [Koha] auto email notices

2012-06-19 Thread umer . habib
yup, follow the fist link mentioned by david to setup your triggers. follow the second link to make a cronjob (for overdue notices make a cronjob for overduenotices.pl) Note: Dont forget to setup ur email server. regards umer habib -Original Message- From: "David Nind" Sent: Tuesday, J

Re: [Koha] auto email notices

2012-06-19 Thread David Nind
You need to configure Overdue Notice/Status Triggers: http://manual.koha-community.org/3.8/en/noticetriggers.html Then setup your cron job: http://manual.koha-community.org/3.8/en/cronjobsch.html#noticescron This relies on you having configured your server so that it can send email by setting up

[Koha] auto email notices

2012-06-19 Thread KLib Tech Support
Hi, Can some one guide me how I can activate auto email notices for overdue items? Do I need some specific step to follow to configure server? ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listi

Re: [Koha] How to add title 245$a in index searches for record matchingrule

2012-06-19 Thread Fischer, Katrin
Hi Amit, forwarding your mail back to the mailing list so other people can read and help if they have an idea. I think if your match treshold is 1000, your score should not be higher than that. I hope I understand you correctly: You have 10 identical records in one import file. You want the

Re: [Koha] Opac searching remote sources via z39.50

2012-06-19 Thread Zeno Tajoli
Hi Joeri, Il 18/06/2012 20:04, Joeri ha scritto: > Dear sir, > > We're trying to find out how to extend opac search to external sources thru > z39.50, but can't seem to find it in the documentation. Our intention is to > be able to run a search via opac, and the search results would include > re

Re: [Koha] Email to newly created patrons with their account details to be sent

2012-06-19 Thread umer . habib
Yeah i was having this problem too. i dont know it is a bug or what, its just that whenever u make a patron u should manually putin his username and password while making his account, if u are using the auto generated username and password KOHA will never send out the email. (dont forget to chec

Re: [Koha] How to add title 245$a in index searches for record matchingrule

2012-06-19 Thread Fischer, Katrin
Hi Amit, it should not be necessary to change the Zebra configuration as Title (245$a) is already indexed. How did you configure your matching rule? For search index in the matching rule configuration you should use the name of the Zebra index - I think "Title" should work. Hope that helps,