[Koha] Embedding search form with branch limit

2019-05-14 Thread Karen Myers
Hi all Hoping someone may be able to help me with this - I've searched online but cant find a solution. I am embedding a search box in the website of of one of our member libraries using the code below, however I want to limit the search to that 1 member library's materials. What else to i need

[Koha] Call for News: May 2019 Newsletter

2019-05-14 Thread kohanews
Hello all! I'm collecting news for the May newsletter. Send anything noteworthy to: k o h a news AT gmail dot com News criteria: --- ** For events **:    - Please include dates for past events. If I can't find dates I may not add it.    - Announcements for future event

Re: [Koha] [Koha-devel] Koha 18.11.05, 18.05.12 and 17.11.18 release

2019-05-14 Thread Renvoize, Martin
This should now be resolving correctly, apologies for the inconvenience. *Martin Renvoize* Development Team Manager *Phone:* +44 (0) 1483 378728 *Mobile:* +44 (0) 7725 985 636 *Email:* martin.renvo...@ptfs-europe.com *Fax:* +44 (0) 800 756 6384 www.ptfs-eu

Re: [Koha] [Koha-devel] Koha 18.11.05, 18.05.12 and 17.11.18 release

2019-05-14 Thread Michael Kuhn
Am 07.05.19 um 22:44 schrieb Tom Hanstra: Shouldn't this link work: http://download.koha-community.org/koha-latest.tar.gz Currently gives a 404. Tom The URL http://download.koha-community.org/koha-latest.tar.gz still gives a "404 Not Found" error message. Also, under http://download.koha

[Koha] Koha: Fine not displayed at checkout page

2019-05-14 Thread Laxmi Lal Menaria
Hello, I have configured fine rules at "Circulation and fines rules" but when I doing checkout of books which was overdue, it doesn't show any overdue amount popup. Please let me know what I have missed in configuration. -- Thanks, Laxmilal Menaria | +91 982 955 3793 | https://cloud-computing.s

Re: [Koha] SQL Report - Authorities. List duplicate values based on 010$a

2019-05-14 Thread Craig Butosi
Hi Stephano, Thanks very much for this. I will test later tonight. For some background, I recently uploaded the Library Of Congress Subject authority file (2014 release), which is now available in Marc8, UTF-8, and XML formats as an open access resource: https://www.loc.gov/cds/products/marcDist.p

Re: [Koha] koha for instrument

2019-05-14 Thread Owen Leonard
> Hi, I need help on Koha. I want to use it to carry out an inventory of > laboratory equipment such as oscilloscopes, tools, voltage sources. There's nothing about Koha which limits you to cataloging anything in particular. It's really more a question about the ways you can express those objects

Re: [Koha] SQL Report - Authorities. List duplicate values based on 010$a

2019-05-14 Thread Stefano Bargioni
Maybe a self join can help you. See https://www.w3schools.com/sql/sql_join_self.asp However, your query could be very slow, since the match will not work on indexed data. If not sure, but try SELECT A.authid AS authid1, B.authid AS authid2, Ext

[Koha] Adding "Identifier-standard" field to Zebra's authority index

2019-05-14 Thread Simon Hohl
Hi everyone, this Email is a followup on: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22013 I want to apply a record matching rule on my authority data, which checks field 024$9 against existing authority data. So far I tried following these instructions: https://wiki.koha-community