Re: [Koha] Overdrive Integration

2014-06-06 Thread Brendan Gallagher
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11978 That's the patch that you need. On Fri, Jun 6, 2014 at 9:43 AM, Andrew Fuerste-Henry < afuerste-he...@dubuque.lib.ia.us> wrote: > Hi! > We're just about to go live with Koha. We've got our Overdrive integration > set up, but in the

[Koha] Report help needed - filter by itemtype

2014-06-06 Thread Elaine Bradtke
I can't seem to get the report to filter on item type. Probably another typo somewhere. it works if I take out this line: biblioitems.itemtype=‘BK’ But I want to filter by books (and eventually other item types). SELECT ExtractValue(b.marcxml, '//datafield[@tag="100"]/subfield[@code="a"]'), Ex

[Koha] Overdrive Integration

2014-06-06 Thread Andrew Fuerste-Henry
Hi! We're just about to go live with Koha. We've got our Overdrive integration set up, but in the Overdrive search results page all of the titles come up with links that start with "http//" rather than http://. In the list archive I see a discussion from March 2014 of a bug arising from a change

Re: [Koha] Looking for more Serials Documentation help

2014-06-06 Thread Elaine Bradtke
We are just getting around to putting our serials in Koha and yes, I am baffled. I was hoping to use the system to help us better track the serials as they come in so we could claim missing issues in a timely fashion. But the couple attempts I made to set up a fairly simple subscription pattern di

Re: [Koha] About example with the 952 field

2014-06-06 Thread Elaine Bradtke
952 is a special field in Koha - it contains holdings data - otherwise known as the item information. http://wiki.koha-community.org/wiki/Holdings_data_fields_(9xx) regards, Elaine On Fri, Jun 6, 2014 at 8:17 AM, zolot wrote: > Hi All, > > In "Koha 3.14 Manual (en)" there is the "Tag 952 Subfi

[Koha] Request for Support to Integrate ElasticSearch into Koha

2014-06-06 Thread Sebastian Hierl
Dear Colleagues, I recently sent this message to ByWater Solutions partner institutions, but I would like to expand my call and solicit your support for integrating ElasticSearch into Koha. The goal is to add a new search engine next to the current Zebra search e

[Koha] Upgrade from source installation using repository

2014-06-06 Thread Mesfin Teshome
Dear all,    How do I upgrade from source installation using Koha repository or is my option to upgrade using tar file only? My installation is Koha 3.12 which was installed using the tar file.  Regards, Mesfin ___ Koha mailing list http://koha-commun

[Koha] Import in 3.14

2014-06-06 Thread Erlanda Simonyan
Dear community, In Koha 3.14 I had to imported files with holdings two times, because at first it only replace items and second time it add new items. (Ifitem processing: replace items if matching bib was found(only for existing items). How can we solve it? Thanks ___

Re: [Koha] [koha] Collecting Dewey codes ?

2014-06-06 Thread Stefano Bargioni
Hi, Frederic: you may see "Obtaining the Dewey Decimal Classification Number from other databases: a catalog clean-up project" [1] where MARC21 or Unimarc sources (through Z39.50, SRU, web scraping...) where used to enrich our catalog. The batch and the online version of Dewey import processes ar

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Hugo Agud
Hi There is no problem you have separate records from bib & items, Koha imports tool it is able to join both without any problem. 1st import biblio marc into koha as usuarl 2nd ajust items marc records according the 952 requirements of koha, the most important fields 952$abop, you should map

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Vinod Kumar Mishra
Hello, At least second record should show the item details as it contains 952 field but check the location, item type field, better is to enter one record in koha then export it in marc format and view structure of exported record so that you can convert your all records accordingly. On Fri,

Re: [Koha] Is there a self check-in system in Koha?

2014-06-06 Thread Vinod Kumar Mishra
Hello, I will not clarify you please test yourself as it is clearly visible in screenshot given by you because by doing so you can learn more things. On Fri, 06 Jun 2014 12:54:08 +0530 wrote >Dear Vinod, Thanks for the reply.I can see only the self checkout preference in Koha: Kindly provid

[Koha] About example with the 952 field

2014-06-06 Thread zolot
Hi All, In "Koha 3.14 Manual (en)" there is the "Tag 952 Subfield constraint" table (see section '4.1.4. Edit Framework Subfield' of the chapter '2. Administration'). Why exactly 952 ? Is it accident ? Maybe, this field randomly has been selected as an example of the ordinary field ? Or,

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Layale Bassil
Hello, I really appreciate your prompt response. I fixed the record as you suggested and added the $p number to the 952 field but still when importing, I get a record without items and the second record also imported separate from the first one. Here is the record imported. Please let me know w

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Vinod Kumar Mishra
Hello, =004 115761 =952 \\$p115761 However, few more things need to be add in 952 field for each accession number like location, item type, call number etc all these are possible through marcedit and you have to explore the options given their. On Fri, 06 Jun 2014 12:46:16 +0530 wrote > Hel

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Layale Bassil
Hello, Thanks a lot for the prompt response. Can you please tell me how the below data should look like? Just to make sure I got you correctly. Many thanks, Regards. From: vinod_librar...@rediffmail.com [mailto:vinod_librar...@rediffmail.com] Sent: Friday, June 06, 2014 10:13 AM To: Layale Bas

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Vinod Kumar Mishra
Hello, Simply use find and replace option in marcedit and replace =004 acc. number with =952 \\$p acc. number. On Fri, 06 Jun 2014 11:43:32 +0530 wrote >Hello, I am trying to import data into Koha 3.14 from a .mrc file. I know that in order to insert an item it has to be under tag 952.

[Koha] Is there a self check-in system in Koha?

2014-06-06 Thread Mayank Srivastava
Hi, I just checked out the Self checkout module of Koha, I am currently using Koha 3.14. I wanted to ask if we have a functionality of Self check-in as well? Or someone is working on it for the upcoming versions? Thanks in advance! Regards *Mayank Srivastava* Mob: +91 971 851 6955 New Delhi, In