[Koha] Koha behind proxy server

2011-04-19 Thread schwitzd
Hello I'm trying to using koha behind a proxy server, but I'm not able to contact the server using the z39.50 protocol. How I have to configure koha to works with the proxy? I have to enable something on the proxy server? Thanks a lot Daniel -- View this message in context: http://koha.1045719.

Re: [Koha] Accents in Irish Gaelic

2011-04-19 Thread Peter Lorimer
Hi I had a similar problem with Irish characters not displaying correctly. It was down to browser default character encoding. I overcome this by using the Perl 'Encode' module # use Encode; Where print $x was displaying Irish characters incorrectly, using print encode('utf-8',$x); renders Iri

[Koha] Circulation report limited with date

2011-04-19 Thread Vimal Kumar
Dear Friends, I could generate the current checkouts with following SQL query: SELECT issues.issuedate,items.barcode,biblio.title, author,borrowers.firstname,borrowers.surname FROM issues LEFT JOIN borrowers ON borrowers.borrowernumber=issues.borrowernumber LEFT JOIN items ON issues.itemnumber=it

Re: [Koha] Accents in Irish Gaelic

2011-04-19 Thread Elaine Bradtke
We had a bit of gremlin trouble over the weekend. This included trouble with z39.50 searches returning no results, even for items that I knew were there. By the time I got around to looking at everything again, the problems had all resolved. Accents are appearing as they should, z39.50 searches ar

[Koha] Koha move to 3.4

2011-04-19 Thread Linda Culberson
All, How is the recommended way to move to the upcoming 3.4? We were thinking of having two instances. One with our current 3.02.02.003 and one with 3.4. Is that a good way to do it or should we upgrade to 3.2.7 and go from there? Can we move our data or is it better to do a fresh load? How

Re: [Koha] Koha behind proxy server

2011-04-19 Thread Robin Sheat
Op dinsdag 19 april 2011 19:16:26 schreef schwitzd: > I'm trying to using koha behind a proxy server, but I'm not able to contact > the server using the z39.50 protocol. How I have to configure koha to works > with the proxy? > I have to enable something on the proxy server? You will need to ensur

Re: [Koha] [Koha-devel] Koha move to 3.4

2011-04-19 Thread Paul Poulain
Le 19/04/2011 15:01, Linda Culberson a écrit : > All, Hi Linda, > How is the recommended way to move to the upcoming 3.4? First of all the recommended way is to wait until 3.4 is officially here ;-) > We were thinking of having two instances. One with our current > 3.02.02.003 and one with 3.4.

Re: [Koha] Koha move to 3.4

2011-04-19 Thread Galen Charlton
Hi, On Apr 19, 2011, at 9:01 AM, Linda Culberson wrote: > How is the recommended way to move to the upcoming 3.4? We were > thinking of having two instances. One with our current 3.02.02.003 and > one with 3.4. Is that a good way to do it or should we upgrade to 3.2.7 > and go from there? H

Re: [Koha] [Koha-devel] Koha move to 3.4

2011-04-19 Thread Linda Culberson
This is wonderful advice, Paul, and all just what I needed to hear. Thank you! On 4/19/2011 8:19 AM, Paul Poulain wrote: > Le 19/04/2011 15:01, Linda Culberson a écrit : >> All, > Hi Linda, >> How is the recommended way to move to the upcoming 3.4? > First of all the recommended way is to wait u

Re: [Koha] Koha behind proxy server

2011-04-19 Thread Greg Barniskis
As Robin noted, you can't run Z39.50 through a typical proxy server (that is, a proxy which is designed for HTTP traffic). If you truly need to proxy the Z39.50 traffic, you might look at YAZproxy, http://www.indexdata.com/yazproxy. It is not part of Koha. On 4/19/2011 2:16 AM, schwitzd wrote:

Re: [Koha] Koh authorities & searching

2011-04-19 Thread Linda Culberson
Elaine, We had downloaded our authority files from our current system and used ./bulkauthimport.pl -file authorityfile.mrc to load them and then rebuild zebra with the -a switch. I'm checking now about the 008 field. The ones I spot checked did have the a in the position 14 & 15, but, as I sai

Re: [Koha] Circulation report limited with date

2011-04-19 Thread Nicole Engard
If you're putting it to the Koha reports tool you can use this: SELECT issues.issuedate,items.barcode,biblio.title, author,borrowers.firstname,borrowers.surname FROM issues LEFT JOIN borrowers ON borrowers.borrowernumber=issues.borrowernumber LEFT JOIN items ON issues.itemnumber=items.itemnumber L

Re: [Koha] Koha Digest, Vol 66, Issue 44

2011-04-19 Thread Nikunj Tyagi
o > authorities are linked. How is it possible? > Koha version: 3.02.05. > > Another question: is it possible to create, in the field 952 (copy field), > my own subfields? > > Thank you. > > Martin Caris > -- next part -- > An HTML attachme

[Koha] Ceiling date

2011-04-19 Thread Katie Aust
Hi, We use Koha for our school media centers (libraries). We are approaching the end of the school year here and I need to set a ceiling date for all the materials to be returned. The problem I have is that the High School needs a much later ceiling date than everyone else in the district. Is th

Re: [Koha] Ceiling date

2011-04-19 Thread Ian Walls
Katie, Yes, there is! A development to move the ceiling and global due dates down to the circulation matrix has been recently added into what shall in a few weeks become Koha 3.4. Once that's ready, you'll be able to upgrade your installation, and have this new functionality (along with lots of

Re: [Koha] Field missing from MARC template

2011-04-19 Thread Emily Morton-Owens
Thanks for the tip. Unfortunately, this doesn't seem to have worked. I got together with the cataloger today and tried changing the settings as you described (e.g. changed the visibility of 785 subfield t to 0 for both the default and serials templates) but it doesn't seem to have any effect on 785

Re: [Koha] Ceiling date

2011-04-19 Thread Chris Cormack
On 20 Apr 2011 08:04, "Ian Walls" wrote: > > Katie, > > > Yes, there is! A development to move the ceiling and global due dates down to the circulation matrix has been recently added into what shall in a few weeks become Koha 3.4. Once that's ready, you'll be able to upgrade your installation, a

[Koha] ALA Techsource article

2011-04-19 Thread Joann Ransom
http://www.alatechsource.org/blog/2011/04/open-source-ils-continues-to-expand.html -- Joann Ransom RLIANZA Head of Libraries, Horowhenua Library Trust. *Q: Why is this email three sentences or less? A: http://three.sentenc.es* ___ Koha mailing list ht

Re: [Koha] Documentation Questions for 3.4

2011-04-19 Thread Nicole Engard
Okay, I got answer to all but the OpacHiddenItems - so any help would be appreciated - until I have the info I will not include this preference in the manual. Nicole On Mon, Apr 18, 2011 at 11:00 AM, Nicole Engard wrote: > Hi all, I need some help documenting the following: > > * - I know it sa

Re: [Koha] Zebra: only can index in XML format. Please help.

2011-04-19 Thread hoa lean
Thanks a lot Tomas for your help again,   I edit the bib1.att and records.abs as you advised, now there are no missing attributes like ‘any’ anymore.     koha@koha:/usr/webpages/koha/bin/migration_tools> ./rebuild_zebra.pl -a –v -r Zebra configuration information Z

Re: [Koha] Circulation report limited with date

2011-04-19 Thread Vimal Kumar
Dear Nicole, Thank u for the SQL query. Can u make arrangement to add this query in koha wiki Report library? Ragrads, Vimal On Tue, Apr 19, 2011 at 8:08 PM, Nicole Engard wrote: > If you're putting it to the Koha reports tool you can use this: > > SELECT issues.issuedate,items.barcode,bibli

[Koha] Showing Marc21 526 subfields in OPAC Normal View, or Labeling them in Notes

2011-04-19 Thread Brad
Hi All, Our School uses Scholastic Reading Counts and I’ve figured out how to enter the “Reading Program” information into the MARC records 526 subfields. But I’d like the information to be displayed more prominently for the students in the OPAC. Right now they have to click the “Title Notes” tab