[Koha] How could i enable lost item status on database

2012-09-17 Thread Dagne Woldie, MS/HS Library Assistant
Hello all, could some one help for me. we are using koha 3.8.4. i have been 
used for batch editing for lost item status on 3.6 version of koha. however 
since we switch to 3.8.4. the option for lost item editing is not enabled. 

could u pls help us how could we enable that, all others 0;- withdrawal status 
works, 1;- lost status is not enabled , 2: source of classification , and other 
are working fine when i am editing both batch editing and individual item. 

if i could want to edit 100 item lost status i.e missing, lost and paid, long 
overdue, and lost i have do it one by one. 

Thank 
Dagne 
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Patron Card Creator - Manage Batches error 404

2012-09-17 Thread Robin Sheat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 16-09-12 12:24, Raphael Chisanga Muonga schreef:
> I'm running koha 3.02.00.004 on ubuntu system .I try to manage
> Patron Card

This is an old, out of date version in an old, out of date release of
Koha. There will be a ton of bugs in it. An upgrade is your best solution.

- -- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBW+KgACgkQFNNkhamc622/awCfcyk64gmyD+/ZEcinVtWFOGyu
lCgAni7c+W2OyUs6vqJdh2E+wJRCITmZ
=lbpf
-END PGP SIGNATURE-
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Search does not return a specific title

2012-09-17 Thread Galen Charlton
Hi,

On Sun, Sep 16, 2012 at 5:39 PM, Marty  wrote:
> This might just have to do with the way Koha operates, but we have a book 
> here with the very (annoyingly?) short title "Lit!" (by Tony Reinke, 
> ISBN9781433522260 if you are interested)
>
> If we search for "Lit" it will return all results wherever "Lit" is used, 
> like Literature, little children etc. "Lit!" is also in that list.
>
>
> If we search for "Lit!" however, we get no results found.
>
> We are getting either too many results (everything including lit somewhere) 
> or none at all. It is in the system, but just hard to find.
>
>
> Any ideas how to solve it or get around it?

One thing to try would be adjusting several system preferences related
to Zebra searching:

QueryWeightFields - turn ON for relevancy ranking, in particular to
rank hits in the title field more highly
QueryFuzzy - turn OFF to disable fuzzy queries, which will make search
results more precise at the cost of making it unforgiving of typos in
search strings
QueryAutoTruncate - turn OFF to have searches not left-truncate;
tradeoff is that users would have to manually append an asterisk to
truncate.  For example, they would have to enter "car*" to get results
for both "car" and "cars".

Regards,

Galen
-- 
Galen Charlton
Director of Implementation
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org &
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] import items

2012-09-17 Thread Samuel Desseaux

Hi,

I've imported my bibliographic records and want to add items.

For bibliographic records, i've added 995 field and subfields. My items 
are in another marc file but i don't know how to link both.


Something i don't understand is, when i am in stage marc records for 
import, the item "record matching rule" is fixed on "do not looking for 
matching records". I can't choose another solution. That would may be 
the reason i can't link bib and items records?

I've not tested with bulkmarcimport for the moment.

best regards

samuel
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Enabling ICU for not Latin character

2012-09-17 Thread MHE IT admin
Hi, I think we are missing a ICU for non Latin character in our newly
installed Koha 3.8. I installed Koha-common packaged on our dedicated
server running Debian 6+, everything is working fine. The site is at
http://library.koyauniversity.org/

We miss on our system is a ICU module which helps searching in our Arabic
records. Is there any instruction which can help me to enable ICU after
installing Koha please.?

Is this a valid instruction?

http://kohageek.pbworks.com/w/page/31484686/zebra%20configuration%20for%20regional%20language%20searching

Thank you
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] 3.8.4 staff main page

2012-09-17 Thread BRANNON, CHRISTOPHER
Paul,
    You can change the default with the following 4 lines of 
JQuery.  Hope this helps.

$("#main_intranet-main li:contains('Check out')").attr("class","");
$("#main_intranet-main li:contains('Search the 
catalog')").attr("class","ui-tabs-selected");
$("#main_intranet-main #circ_search").hide();
$("#main_intranet-main #catalog_search").show();
___
Christopher Brannon
IT Coordinator

Coeur d'Alene Public Library
702 E Front Ave
Coeur d'Alene, ID 83814
(208)769-2315 Ext. 456
cbran...@cdalibrary.org
www.cdalibrary.org 

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Cleaning up Patron Details (JQuery)

2012-09-17 Thread BRANNON, CHRISTOPHER
The following was just added to the JQuery library wiki:

Clean up patron details screen 
. Developer: Christopher Brannon (Coeur d'Alene Public Library)
. Purpose: Remove unused lines in the Alternate address or Alternative contact 
sections of the Patron Details screen.
. Status: Completed
. Intranet or OPAC?: Intranet
. Version: Any
//Condense Patron Display
$("#patron-alternate-address,#patron-alternative-contact").find("li").hide();
$("#patron-alternate-address li,#patron-alternative-contact li") 
  .contents() 
  .filter(function() { 
return this.nodeType == Node.TEXT_NODE; 
  }).wrap(""); 
$("#patron-alternate-address,#patron-alternative-contact").find(".availablecontent").each(function()
 {
$(this).parent("li").show();
});
//end Condense Patron Display
___
Christopher Brannon
IT Coordinator

Coeur d'Alene Public Library
702 E Front Ave
Coeur d'Alene, ID 83814
(208)769-2315 Ext. 456
cbran...@cdalibrary.org
www.cdalibrary.org
Keep tabs on us at: 
 
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] 3.8.4 staff main page

2012-09-17 Thread Elaine Bradtke
On Thu, Sep 13, 2012 at 11:55 PM, Paul  wrote:
> The first staff page in 3.8.4 after logging in has a tabbed search box at
> the top that "defaults" to patron checks - our staff has asked me to change
> this to the fourth/last tab "catalogue" as they cannot find a "preference"
> anywhere.
>

Just piping up to say we'd like the option to change this too.  We
don't circulate anything, and the only patrons in the system right now
are the handful of library staff.
Search the catalog, Cataloging, and Authorities (in that order) are
the most heavily used in our staff interface, and it's annoying when
you hurriedly type in a search term only to be reminded that there
aren't any patrons by that name. . .

Elaine

-- 
Elaine Bradtke
Data Wrangler
VWML
English Folk Dance and Song Society | http://www.efdss.org
Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
Tel+44 (0) 20 7485 2206 (This number is for the English Folk Dance
and Song Society in London, England. If you wish to phone me
personally, send an e-mail first. I work off site)
--
Registered Company No. 297142
Charity Registered in England and Wales No. 305999
---
"Writing about music is like dancing about architecture"
--Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha