[Koha] installation error "yaz" on ubuntu 9.10

2011-06-02 Thread Yatheesh Y
i am getting following error what is " yaz" ? can any one help me sudo apt-get install zip unzip lamp-server^ yaz idzebra-2.0 dselect Reading package lists... Done Building dependency tree Reading state information... Done zip is already the newest version. unzip is already the newest version

[Koha] question on script

2011-06-02 Thread Hugo Agud
Dear colleagues Some time ago I saw somehere of the Koha community page an script that looks for ISSN or ISBN from a list and download the marc records for being ingested in a catalogue... I am looking for it but I am not able to find it... any body knows what I am talking about or I am becoming

Re: [Koha] Data Migration from Excel to Koha

2011-06-02 Thread Somasekhar Rao K
Hi Vimal, Thanks. Can you please help me with the following? 1. May I know how to make sure the books imported use MARC Books frame work and not MARC default frame work. Today when I import it uses MARC default framework. 2. Call number: How to fill this in your excel sheet? 853 NEH and 823 TWA?

[Koha] Help with report - again!

2011-06-02 Thread Peel Lisa
Hello I need to create a list which will give me details of all the items at one library including the year of publication. Have tried adding publication year to the guided search but no data appears in the column. Apologies for making such a basic request but I have been asked for the report

Re: [Koha] Help with report - again!

2011-06-02 Thread Liz Rea
On Jun 2, 2011, at 8:45 AM, Peel Lisa wrote:Hello I need to create a list which will give me details of all the items at one library including the year of publication. Have tried adding publication year to the guided search but no data appears in the column. Apologies for making such a basic reques

Re: [Koha] Help with report - again!

2011-06-02 Thread Peel Lisa
Hi Liz Thanks for the quick reply but there is still no data in the publication year column - is this something we have done wrong when cataloguing? There is definitely data in the 260c field in the majority of our records. Regards Lisa From: Liz Rea [mailto:l...@nekls.org] Sent: 02 June 2011

Re: [Koha] Help with report - again!

2011-06-02 Thread Church, Beverly
Hi Lisa, Try the "copyrightdate" column in the "biblio" table. Bev * * * * Beverly Church LibLime Project Manager phone: 1-301-654-8088 ext. 292 email: bchu...@liblime.com skype: beverlychurch 2011/6/2 Peel Lisa > Hi Liz > > > > Thanks for the quick reply but there is still no data in the

Re: [Koha] Help with report - again!

2011-06-02 Thread Peel Lisa
Hi Beverley and Nora Thank you, now have the list I need. Thanks again Lisa [Description: Description: Description: CR_logo_POS_COULEUR b] LISA PEEL, PGDip, MA. Librarian César Ritz Colleges Switzerland 1897 Le Bouveret - Switzerland Tel: +41 24 482 82 82 Fax: +41 24 482 82 80 E-mail: lisa.p.

Re: [Koha] Help with report - again!

2011-06-02 Thread Nora Blake
Hi Lisa, I think you should replace biblioitems.publicationyear with biblio.copyrightdate to get the date of publication. Nora Nora Blake MassCat Manager Massachusetts Library System P.O. Box 609 South Deerfield, MA 01373-0241 413-665-9898 x123 800-282-7755 Email:

Re: [Koha] Help with report - again!

2011-06-02 Thread Hal Bright
I use biblio.copyrightdate in SQL This is a modifed Super Weeder from the blog. It's great in a downloadable Excel report! SELECT CONCAT( '',items.barcode,'' ) AS 'Barcode',items.barcode,items.itemcallnumber,biblio.title,biblio.author,biblio.copyrightdate AS 'Copyright',items.dateaccessione

Re: [Koha] cover images in koha

2011-06-02 Thread Magnus Enger
Koha people! I have another use case for uploading ones own picture connected to a title: At one of my clients, not only does the library use Koha, but the IT department also uses it when they lend IT equipment to students. They would love to be able to upload pictures of their gear, to make it ea

[Koha] overdue notices

2011-06-02 Thread Caitlin McGurk
Hey Koha- For some reason our system is not sending out overdue notices to our patrons. Holds and checkins/outs work fine. But no overdue notices have ever been sent or received. As far as I can tell, the settings in "tools" are all correct. Any ideas? CM -- Caitlin McGurk *Librarian The Schul

[Koha] Koha 3.2.x String Freeze

2011-06-02 Thread Chris Nighswonger
Hi all, The 3.2.x branch is in a string freeze for the 3.2.10 release as of the time of this email. I'm a few hours late, but needed to catch up on pushing some changes to the main repo. Keep in mind that 3.2.10 will most likely be the final release of the 3.2.x branch. Kind Regards, Chris _

Re: [Koha] overdue notices

2011-06-02 Thread Magnus Enger
2011/6/2 Caitlin McGurk : > Hey Koha- > > For some reason our system is not sending out overdue notices to our > patrons. Holds and checkins/outs work fine. But no overdue notices have ever > been sent or received. As far as I can tell, the settings in "tools" are all > correct. > > Any ideas? Hi

Re: [Koha] cover images in koha

2011-06-02 Thread Lori Bowen Ayre
Brilliant! Lori On Thu, Jun 2, 2011 at 10:54 AM, Magnus Enger wrote: > Koha people! > > I have another use case for uploading ones own picture connected to a > title: At one of my clients, not only does the library use Koha, but > the IT department also uses it when they lend IT equipment to

Re: [Koha] overdue notices

2011-06-02 Thread G. Laws
Do your mail logs show anything? Are you using sendmail or postfix or something else? Greg -- Greg Lawson Rolling Hills Consolidated Library 1912 N. Belt Highway St. Joseph, MO 64506 - On 06/02/2011 12:55 PM, Caitlin McGurk wrote: > Hey Koha- > > For some reason our system

Re: [Koha] overdue notices

2011-06-02 Thread Caitlin McGurk
I'm using version 3.2... Magnus- where do I find the messaging queue? In each patrons account, it shows that the notices about check ins/outs have been sent, but there's nothing listed at all about overdue books. I set up the overdue notice/status triggers correctly in Tools as far as I can tell,

Re: [Koha] Text on Labels in Label Maker

2011-06-02 Thread Nicole Engard
Hello all, Just wanted to put this out again and see if anyone has any ideas? Nicole On Thu, May 19, 2011 at 12:19 PM, Nicole Engard wrote: > Hi all, > > Is there a way to have static text print on labels. Like if I put it > in quotes in the list of fields? Or is there another way? It used to >

Re: [Koha] cover images in koha

2011-06-02 Thread Doug Dearden
Caitlin, See bug 5738 for a new feature in the 3.4 release that allows you to display the links in the 856$u fields as images. If you scan your cover images as jpg (or any other image type file), you can put the link to the file in the 856$u field, and indicate with a valid mime type in the 85

[Koha] Installation problem

2011-06-02 Thread Lars J. Helbo
Hi, I am "training" the installation of Koha ;-) Normally I would install from the live-CD, but unfortunately right now I need to install Koha on an old server, which does not have a DVD, so this time, I had to do it manually, and now I am stuck. Hope som

Re: [Koha] Installation problem

2011-06-02 Thread Chris Cormack
In general you are much better off following the instructions that come with the tarball (or git clone) In this case INSTALL.ubuntu. What your error belows means is your kohaadmin user can not connect to the database. You set up that use in mysql eh? Chris On 3 Jun 2011 07:54, "Lars J. Helbo" w

Re: [Koha] Installation problem

2011-06-02 Thread Lars J. Helbo
Den 02-06-2011 22:00, Chris Cormack skrev: In general you are much better off following the instructions that come with the tarball (or git clone) In this case INSTALL.ubuntu. What your error belows means is your kohaadmin user can not connect to t

Re: [Koha] Installation problem

2011-06-02 Thread Lars J. Helbo
Den 02-06-2011 22:50, Lars J. Helbo skrev: .. cause that gave me the hint, where to look. Yes, I had set up MySQL, but the database was called kohadata instead of koha. After creating the database koha using phpmyadmin everything works. If yo

Re: [Koha] cover images in koha

2011-06-02 Thread Joann Ransom
Oh - I like that too! On 3 June 2011 05:54, Magnus Enger wrote: > Koha people! > > I have another use case for uploading ones own picture connected to a > title: At one of my clients, not only does the library use Koha, but > the IT department also uses it when they lend IT equipment to > studen

[Koha] Search for local call number

2011-06-02 Thread Linda Culberson
All, I've taken advice from the Koha group and enlisted the assistance of the staff in helping me find problems in Koha. One of the things we discovered in our version 3.4.1, is that the search for call number searches by word ( callnum,wrdl ) when what we think we need is callnum,phr . The

Re: [Koha] Search for local call number

2011-06-02 Thread Chris Cormack
On 3 June 2011 09:15, Linda Culberson wrote: > All, > I've taken advice from the Koha group and enlisted the assistance of the > staff  in helping me find problems in Koha.  One of the things we > discovered in our version 3.4.1, is that the search for call number > searches by word  ( callnum,wrd

[Koha] looking for a library in or near Durham NC

2011-06-02 Thread Alicia
Hi, I represent a charter Middle & High school that is setting up a new media center in Durham. I am fortunate to have a volunteer LIS graduate helping me out. We would love to find a library we could visit that is using Koha to see if it is right for us. I know there are demos on the commu

Re: [Koha] Text on Labels in Label Maker

2011-06-02 Thread Chris Nighswonger
Hi Nicole, On Thu, Jun 2, 2011 at 3:06 PM, Nicole Engard wrote: > Hello all, > > Just wanted to put this out again and see if anyone has any ideas? > > Nicole > > On Thu, May 19, 2011 at 12:19 PM, Nicole Engard wrote: >> Hi all, >> >> Is there a way to have static text print on labels. Like if I

[Koha] How to install a patch in koha installed on Debian..

2011-06-02 Thread Somasekhar Rao K
Hi, Probably a very basic question. Can you please help me with the procedure of installing a patch in koha which was installed on Debian? Thanks in advance, Soma ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.kati

[Koha] Bulk Uploadng of Member Records in Koha from Excel

2011-06-02 Thread R Sunil Kumar
Dear All, Can anybody suggest the complete process of bulk upload of patron records, which is available in Excel sheet. For uploading the patron images, I believe you just need to scan and edit the image to the unique id name, so that it will automatically take the image from the folder.

[Koha] installation ubuntu 10.10- errors

2011-06-02 Thread Yatheesh Y
can any one help me what was wrong Can't locate Business/ISBN.pm in @INC (@INC contains: /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/koha/lib

Re: [Koha] installation ubuntu 10.10- errors

2011-06-02 Thread Magnus Enger
2011/6/3 Yatheesh Y : > > can any one help me what was wrong > > > Can't locate Business/ISBN.pm in @INC This probably means you are missing the Business::ISBN Perl module. Try this: sudo apt-get install libbusiness-isbn-perl and if that fails, do this: sudo cpan Business::ISBN Best regards, M