Re: [Koha] Search by Title 245 subfields $a $b only

2017-03-07 Thread Layale Bassil
select search by keywords. How should I edit biblio-koha-indexdefs.xml file to apply this condition? Thank you in advance, Reagrds. -Original Message- From: janus...@gmail.com [mailto:janus...@gmail.com] Sent: Saturday, December 3, 2016 10:20 PM To: Layale Bassil ; koha@lists.katipo.co.nz

[Koha] Search by Title 245 subfields $a $b only

2016-12-02 Thread Layale Bassil
Hello, I need to know how can I edit the Zebra search in order to only search by subfields a and b when searching by title 245? The search is currently searching other subfields like c and returning non-relevant results. What files should I edit in this case? Thank you in advance, Regards. __

Re: [Koha] Sorting records in Armenian

2016-11-29 Thread Layale Bassil
Hello Erlanda, Were you able to fix your problem in sorting Armenian titles? I am facing the same problem with Arabic title. Let me know please. Thanks. -Original Message- From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Erlanda Simonyan Sent: Monday, April 11, 2016 9:

Re: [Koha] Sorting Search Results for Arabic titles... Koha 3.14...

2016-11-29 Thread Layale Bassil
sorting work and what should I do to make it work. Below are some answers which I didn’t know how to apply. Any help is highly appreciated. Regards. From: Barton Chittenden [mailto:bar...@bywatersolutions.com] Sent: Monday, November 28, 2016 6:21 PM To: Layale Bassil Cc: koha@lists.katipo.co.nz

[Koha] Sorting Search Results for Arabic titles... Koha 3.14...

2016-11-28 Thread Layale Bassil
Hello All, We are currently using Koha 3.14 and we have imported around 2000 records to Koha which have Arabic and transliterated titles. I have two questions: 1- When searching, the results are not sorted correctly if I select sort by Title (A-Z). I found 3 links online related to this top

Re: [Koha] Koha] KohaCon 15 Was Awesome

2015-12-01 Thread Layale Bassil
: http://maktabat.mu.edu.sa/cgi-bin/koha/opac-search.pl and everything is perfectly translated to Arabic. Thanks in advance, Regards. Layale Bassil Software Engineer – Business Analyst IT Solutions Delivery Department American University of Beirut Office of Information Technology P.O.Box 11-0236

Re: [Koha] Deleting items...

2015-05-08 Thread Layale Bassil
related data. Any suggestion here? Thanks. From: Hugo Agud [mailto:ha...@orex.es] Sent: Thursday, May 07, 2015 5:11 PM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Deleting items... Hi Layale Koha has it own module of delete items in batch , please take a look on http

[Koha] Deleting items...

2015-05-07 Thread Layale Bassil
Hello, I would like to know how can I delete the items/holdings (keeping bib records) of a certain library in Koha 3.14? Is there any interface for it? Can you help write a script for it if need be? Thank you. ___ Koha mailing list http://koha-commu

Re: [Koha] Importing records into Koha 3.14

2015-05-04 Thread Layale Bassil
more reliable when getting data from many sources. Please advise. Thanks. Layale. -Original Message- From: Indranil Das Gupta [mailto:indr...@gmail.com] Sent: Monday, April 20, 2015 2:51 PM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Importing records into Koha 3.14

Re: [Koha] Importing records into Koha 3.14

2015-05-04 Thread Layale Bassil
Thank you so much Indranil. However, I would like to know how can I update already existing items by doing a new import? Do I select "Replace items if matching bib was found" and I make sure that the barcode (952 $p) field is the same? Will this work? Thanks! Layale Bassil Softwar

[Koha] Importing records into Koha 3.14

2015-04-20 Thread Layale Bassil
Hello, I am performing a batch import of bib records and items into Koha 3.14. I am storing items into field 952. I would like to understand the meaning of the option under "How to process items" = Replace items if matching bib was found (only for existing items). Well nothing is being update

[Koha] Koha layout in Arabic...

2014-08-27 Thread Layale Bassil
Hello all, I know that Koha supports Arabic language in terms of searching, but I would like to know if there is a Koha layout in Arabic? Does anyone know how to develop such a layout? Or if there is any developed Arabic layout that I can get help from? Thanks in advance, Regards.

[Koha] Koha language field in mysql tables...

2014-08-27 Thread Layale Bassil
Hello, I am writing an SQL query to return the records in my Koha catalogue which are in Arabic (language code = ara). But I am not being able to know the database column and table where the language is stored? When importing into Koha, there is the "041" field that holds language info and fiel

Re: [Koha] Fatal error on rebuild...

2014-08-08 Thread Layale Bassil
: Friday, August 08, 2014 10:44 AM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Fatal error on rebuild... Hello Layale, On Fri, Aug 8, 2014 at 7:16 AM, Layale Bassil wrote: > Thanks a lot Indra, > > I did as you suggested but the rebuild is giving now the follow

Re: [Koha] Fatal error on rebuild...

2014-08-08 Thread Layale Bassil
...@gmail.com] Sent: Friday, August 08, 2014 9:31 AM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Fatal error on rebuild... Hi, On Fri, Aug 8, 2014 at 4:31 AM, Layale Bassil wrote: > [fatal] Write failed for file isambC part 0 [No space left on device] check space on your h

[Koha] Fatal error on rebuild...

2014-08-07 Thread Layale Bassil
Dear all, I was doing a rebuild for Koha 3.14 and I got the following error for the first time. I was able to do many successful rebuilds: 16:03:35-07/08 zebraidx(28684) [fatal] Write failed for file isambC part 0 [No space left on device] Can I know the reason of this error and how to solve

Re: [Koha] Modify Holdings table layout...

2014-08-06 Thread Layale Bassil
of code? Best Regards, Layale. On Jun 27, 2014, at 7:12 AM, "Liz Rea" wrote: > $("#opac-detail th:contains('Notes')").text("Holding notes"); > > would likely do it. > > Cheers, > Liz > > On 27/06/14 16:04, Layale Bassil wrote: &

[Koha] Modifying Search Result layout...

2014-08-05 Thread Layale Bassil
Hello All, I was wondering what should I do in order to be able to modify the layout of the Koha search result item display; i.e. I am using the regular search, I get the hits listed with some details about every hit. I want to modify the content of the "Availability: Copies available for loan:

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
ould likely do it. > > Cheers, > Liz > > On 27/06/14 16:04, Layale Bassil wrote: >> Hello Owen, >> >> Thanks a lot for your help. I will try your suggestions regarding the due >> date and barcode columns. >> >> As for the text of the Notes

Re: [Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
Hello Owen, Thanks a lot for your help. I will try your suggestions regarding the due date and barcode columns. As for the text of the Notes column, I need to replace it with another text; make it "Holding notes" instead of "Notes". I'm talking about the holdings table inside the detailed view

[Koha] Modify Holdings table layout...

2014-06-26 Thread Layale Bassil
Dear All, I would like to know how can I modify the layout of the holdings table in the opac detailed view? I need to remove two columns (Date due and Barcode) and change the text of the Notes columns? Which file do I have to edit? Thanks in advance, Regards. __

Re: [Koha] Zebra Rebuild error...

2014-06-22 Thread Layale Bassil
Subject: Re: [Koha] Zebra Rebuild error... At 02:41 PM 6/20/2014 +0300, Layale Bassil wrote: >Hello Phillip, > >Thanks a lot for the support. Yes I used to be able to rebuild Zebra >many times, and before getting the error, I did many rebuilds. > >Since I had no root privileges, I

Re: [Koha] Zebra Rebuild error...

2014-06-20 Thread Layale Bassil
: Thursday, June 19, 2014 5:51 PM To: Layale Bassil; koha@lists.katipo.co.nz Subject: RE: [Koha] Zebra Rebuild error... Importance: High Have you ever rebuilt Koha Zebra before? The errors that you're getting reminds me of the first time I tried to rebuild zebra (ubuntu ). There was a rights

[Koha] Zebra Rebuild error...

2014-06-19 Thread Layale Bassil
Hello, I am using Koha 3.14 and importing data into it. Everything was working properly until I tried to rebuild zebra after having around 19000 records and I got the following error (a part of the error): *** stack smashing detected ***: zebraidx terminated === Backtrace: = /lib/x8

Re: [Koha] Importing data into Koha 3.14

2014-06-12 Thread Layale Bassil
, Best Regards. From: Hugo Agud [mailto:ha...@orex.es] Sent: Wednesday, June 11, 2014 11:39 AM To: Layale Bassil Cc: Vinod Kumar Mishra; Koha list Subject: Re: [Koha] Importing data into Koha 3.14 Ok, then I misuderstood the question.. If they're alrady in the same file, you can easly filte

Re: [Koha] Importing data into Koha 3.14

2014-06-10 Thread Layale Bassil
I import biblio marc into koha before importing the items. What is “952$abop”? I didn’t get what “bop” is. Many thanks, Regards. From: Hugo Agud [mailto:ha...@orex.es] Sent: Friday, June 06, 2014 11:52 AM To: Vinod Kumar Mishra Cc: Layale Bassil; Koha list Subject: Re: [Koha] Importing data

Re: [Koha] Importing data into Koha 3.14

2014-06-06 Thread Layale Bassil
ailto:vinod_librar...@rediffmail.com] Sent: Friday, June 06, 2014 10:20 AM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: RE: [Koha] Importing data into Koha 3.14 Hello, =004 115761 =952 \\$p115761 However, few more things need to be add in 952 field for each accession number l

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

[Koha] Importing data into Koha 3.14

2014-06-05 Thread Layale Bassil
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. But my file has a special structure where the items are separated from the bib record and linked to it through tag 004. Below is a sample record with its item. I

Re: [Koha] Importing items problem

2014-04-09 Thread Layale Bassil
Hello John, I am facing the exact same problem trying to import records to Koha where the items are stored under tag 945. How can I benefit from MarcEdit to do the conversion? I can swap the fields data from 945 to 952 using the "Swap Field Utility". What about the subfields? Wont they overlap?

Re: [Koha] How to clean Koha imported records?

2014-04-08 Thread Layale Bassil
/Koha to MARC Mapping. And before using any more features like 'clean', read the manual. :) That should do it. Best wishes, Bob Birchall Calyx On 07/04/14 20:27, Layale Bassil wrote: > Hello again dear Jerwyn, > > I realized that the items were not imported into Koha. In fa

Re: [Koha] How to clean Koha imported records?

2014-04-07 Thread Layale Bassil
bibliographic data. Before re-importing your data, organise your holdings into tag 952, using the 'items' mapping at Administration/Koha to MARC Mapping. And before using any more features like 'clean', read the manual. :) That should do it. Best wishes, Bob Birchall Calyx O

Re: [Koha] How to clean Koha imported records?

2014-04-07 Thread Layale Bassil
hat should be done to fix this issue and be able to import the items when importing the records? Thanks in advance, Regards. From: Jerwyn Fernandez [mailto:jerwyn_fernan...@southville.edu.ph] Sent: Saturday, April 05, 2014 2:47 AM To: Layale Bassil Cc: Fischer, Katrin; koha@lists.katipo.co.nz Subject:

Re: [Koha] How to clean Koha imported records?

2014-04-07 Thread Layale Bassil
...@southville.edu.ph] Sent: Sunday, April 06, 2014 8:33 AM To: Layale Bassil Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] How to clean Koha imported records? Hi Layale, Yes all records has itemnumber you may use that. Regards, - Jerwyn On Sat, Apr 5, 2014 at 1:02 PM, Layale Bassil mailto:l...@aub.edu.lb

Re: [Koha] How to clean Koha imported records?

2014-04-04 Thread Layale Bassil
t;barcode" of your item or from a blank sheet with the itemnumber of your record you can delete it as well. Regards, - Jerwyn On Fri, Apr 4, 2014 at 9:19 PM, Layale Bassil mailto:l...@aub.edu.lb>> wrote: Hello Katrin, Thanks a lot for the quick response. It is very helpful for me

Re: [Koha] How to clean Koha imported records?

2014-04-04 Thread Layale Bassil
installing koha. Many thanks, Regards. Layale Bassil Software Engineer – Business Analyst IT Solutions Delivery Department American University of Beirut Office of Information Technology P.O.Box 11-0236 Riad El-Solh, Beirut 1107 2020, Lebanon T: +961 (1) 35 x 3649 | M: +961 (03) 929876 E: l

[Koha] How to clean Koha imported records?

2014-04-04 Thread Layale Bassil
Hello, I am running Koha 3.14. I imported several batches for testing purposes, but I need to delete those records so I go to "Manage staged MARC records" and press on "Clean". When I search the OPAC, I can still see those records as if they were not deleted! I rebuilt zebra as well as restarte

Re: [Koha] Search problems

2014-02-13 Thread Layale Bassil
? When I remove all the Arabic characters from the file, everything works fine. Thanks again, Regards. Layale Bassil Software Engineer – Business Analyst IT Solutions Delivery Department American University of Beirut Office of Information Technology P.O.Box 11-0236 Riad El-Solh, Beirut 1107 2020

Re: [Koha] Search problems

2014-02-13 Thread Layale Bassil
Thank you for your reply. Yes I am trying to use Arabic alphabet with Koha. I tried the procedure in the link below but when I rebuild Zebra I get the error. The file words-icu.xml is in the same folder as default.idx. Any other suggestions? Thanks. Layale Bassil Software Engineer

Re: [Koha] Search problems

2014-02-13 Thread Layale Bassil
ppreciated. Regards. Layale Bassil Software Engineer – Business Analyst IT Solutions Delivery Department American University of Beirut Office of Information Technology P.O.Box 11-0236 Riad El-Solh, Beirut 1107 2020, Lebanon T: +961 (1) 35 x 3649 | M: +961 (03) 929876 E: l...@aub.edu.lb W . F

[Koha] Koha Theme

2014-02-04 Thread Layale Bassil
Dear All, I would like to know if there is a step-by-step guide to learn how to change the look of a Koha website? Is there any ready theme that can be downloaded and used? Does the latest version of Koha (3.14) make it easier to change the look of Koha? Thanks in advance, Regards. __

Re: [Koha] Opac can't show non-latin characters correctly

2013-05-07 Thread Layale Bassil
Hello Peter, Were you able to solve the below problem? Well I am facing this same problem with Arabic text... when the "refine your search" is used, the search returns no resutls while when searching in other areas like "Cataloging", results were returned. Any suggestion on how to fix this pro

Re: [Koha] Koha Help

2013-03-20 Thread Layale Bassil
database and make a new one and use the Web Interface to redo the installation and from where I can install all the samples? Thanks again. Regards. Layale Bassil Software Engineer – Business Analyst IT Solutions Delivery Department American University of Beirut Office of Information Technology

[Koha] Koha Help

2013-03-20 Thread Layale Bassil
Dear All, I have previously sent a question about koha 3.10.03 but did not get any feedback. I have installed another version of Koha 3.08.10 maybe this would solve the problems I am having but in vain! I will show one of the problems and I hope I can get a proposed solution for this: 1-

[Koha] Koha Support

2013-03-19 Thread Layale Bassil
Hello All, I am new to Koha, we have downloaded version 3.10.3 found here (http://download.koha-community.org/). I have couple of questions: 1- I couldn't find any documentation or tutorials which help us to start using Koha; i.e. initial settings, etc... 2- How can we import sample