Re: [Koha] Partners in Developing NCIP for Koha

2013-08-26 Thread Magnus Enger
Hi! On 10 May 2013 18:27, Nora Blake wrote: > Our consortium is looking to develop NCIP connectors for the Koha system. We > have a project with a very specific and aggressive timeline in place. We > intend to have this coded and fully tested by the end of July 2013 as we have > an ILL syste

[Koha] (no subject)

2013-08-26 Thread Richard Maileseni
hi guys! Please can anyone explain the "Tweak Host File" step in http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages thanks. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/k

[Koha] Fwd: Serial > Claim > Vendor selection : Check box missing

2013-08-26 Thread HRS
Please kindly help me to solve the problem In serial> Claims: in Selection Late list, I cannot select more than one vendor (checks box missing) to ‘Export selected item data’ But Manual shows there are check box to do the selction http://manual.koha-community.org/3.4/en/serialclaims.html <

[Koha] editing uploaded items in bulk

2013-08-26 Thread Mrs. Chitralekha M. Chitale
Hello, I have uploaded book database from excel sheet to koha. While uploading the price of all items (barcode) were missing. Now I have a list of barcodes and their respective prices in excel sheet. How do I merge this with existing data? Mrs. Chitralekha Mahesh Chitale Librarian, LTCE,

[Koha] Upgrade from 3.12.03 to 3.12.04

2013-08-26 Thread Hilton Gibson
Hi During the upgrade I get this error. /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/KOHA_CONF_DIR/koha-httpd.conf /usr

[Koha] Report on Titles in the collection

2013-08-26 Thread Madhura Deodhar IES Library
I want a list of titles having more than one items . Can anyone help me with the SQL query? -- *Regards,* ** *Madhura M.Deodhar* *Librarian *IES Management College and Research Centre VMD Lotlikar Vidya Sankul Opp.Lilavati Hospital, Bandra Reclamation Bandra (West) Mumbai - 50 61378327(direct) 98

[Koha] About Koha > Server Information > Zebra version line blank with error message

2013-08-26 Thread Victor Pang
In Koha v3.12.03 as well as v3.12.04, I just get a blank line for my Intranet site at About Koha > Server Information > Zebra version and a error message "Zebra server seems not to be available. Is it started?". I have already started my Zebra server and also enable its SRU - I can get a zs:explai

[Koha] Updated upgrade to 3.12.04 from 3.12.03

2013-08-26 Thread Hilton Gibson
Hi I have updated the wiki page link. See: http://wiki.lib.sun.ac.za/index.php/KOHA#Koha_Upgrade The last step gives me this error. >>> koha@lib:~/koha-3.12.04$ sudo make upgrade /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config

Re: [Koha] Updated upgrade to 3.12.04 from 3.12.03

2013-08-26 Thread Mark Tompsett
Greetings, Did you install properly? Are you trying to upgrade a system that is not installed? Just asking the obvious debugging questions. GPML, Mark Tompsett ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.k

Re: [Koha] Updated upgrade to 3.12.04 from 3.12.03

2013-08-26 Thread Hilton Gibson
Hi Mark I am testing the system for a possible deployment, all depends on support available etc.. We are not certain about Koha yet. Checking my Zebra setup now from the previous test install. Cheers hg On 26 August 2013 14:05, Mark Tompsett wrote: > Greetings, > > Did you install properly

Re: [Koha] How to add new language in the language list

2013-08-26 Thread Bernardo Gonzalez Kriegel
Hi, to add a language you need to do it in the database. Copy the following lines to a file "malayalam.sql" and then import into the database, then you could view the language in the list in advanced search. -- Malayalam INSERT INTO language_subtag_registry( subtag, type, description, added) VALU

Re: [Koha] Report on Titles in the collection

2013-08-26 Thread sunil sharma
Here is the query, what you want :- SELECT items.barcode, biblio.title FROM items LEFT JOIN biblio ON (items.biblionumber=biblio.biblionumber) GROUP BY items.biblionumber HAVING ( COUNT(*) > 1 ) On Mon, Aug 26, 2013 at 7:15 AM, Madhura Deodhar IES Library < library.m...@gmail.com> wrote: > I wa

Re: [Koha] Updated upgrade to 3.12.04 from 3.12.03

2013-08-26 Thread Mirko
Hilton Gibson schrieb am 26.08.2013 > Hi Mark > > I am testing the system for a possible deployment, all depends on support > available etc.. > We are not certain about Koha yet. You have heard that before, but I'd like to point out again that if you'd like to give Koha a fair chance, you should

[Koha] report for weeding

2013-08-26 Thread Kohn, Karen
Hello, One of our departments has asked to see a complete list of books that we are considering weeding, so that they can identify ones that they want us to keep. If we're going to provide them with this list, we want it to include circulation information, so they can take into account the fact th

[Koha] Koha - Libopedia

2013-08-26 Thread Hilton Gibson
http://wiki.lib.sun.ac.za/index.php/Koha ​Hi All I have creates a new wiki page, called Koha not KOHA And I have noted the packages installation method. Now you can "flame on" me. I had to try both methods to determine the best support option. Cheers hg​ ___

[Koha] Query for report on items catalogue in a date.

2013-08-26 Thread Akin Adigun (Akinomatics)
Helllo All, I am running Koha 3.04 on Ubuntu server, I need a query to generate a report on Items catalogue in a date or range of date. e.g items catalogue on 01/01/2013 or items calaglogue between 01/01/2013 to 31/01/2013 ___ Koha mailing list http://

Re: [Koha] report for weeding

2013-08-26 Thread Heather Braum
Karen, Did you see this report through the Koha community's reports library? Our libraries use a version of this to help in the weeding process. http://wiki.koha-community.org/wiki/SQL_Reports_Library Weeding tool SELECT CONCAT( '', items.barcode, '' ) AS 'Barcode', item

Re: [Koha] report for weeding

2013-08-26 Thread Owen Leonard
> His idea was to create a fake patron, called Weeding, and check all the > books out to the patron. Why check the books out to a patron? For one thing, it distorts your circulation statistics for all those records. You should probably create a list and run your queries on that. > We'd want the r

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Owen Leonard
> I have creates a new wiki page, called Koha not KOHA Koha already has a community wiki with installation instructions. If you think any particular set of instructions is inaccurate perhaps you'd like to start a discussion on those points? http://wiki.koha-community.org/wiki/Main_Page -- Owen

Re: [Koha] Query for report on items catalogue in a date.

2013-08-26 Thread Owen Leonard
> I need a query to generate a report on Items catalogue in a date or range of > date. e.g > items catalogue on 01/01/2013 or items calaglogue between 01/01/2013 to > 31/01/2013 Did you check the SQL reports library on the wiki? This looks like what you want: http://wiki.koha-community.org/wiki

Re: [Koha] Query for report on items catalogue in a date.

2013-08-26 Thread Akin Adigun (Akinomatics)
Yes I have but I can only see the report for date-assessioned or item added in a date or range of date not catalogue From: Owen Leonard To: Akin Adigun (Akinomatics) Cc: "koha@lists.katipo.co.nz" Sent: Monday, August 26, 2013 4:04 PM Subject: Re: [Koha] Q

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Mark Tompsett
Greetings, I had to try both methods to determine the best support option. Okay, I can understand installing the wrong way to see why it is the wrong way. Though, sharing your experiments is probably more confusion than help for the masses. As Owen Leonard pointed out, using and contributing

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Tomas Cohen Arazi
On Mon, Aug 26, 2013 at 11:21 AM, Hilton Gibson wrote: > http://wiki.lib.uns.ca.az/index.php/Koha Stop this SEO trick. Contribute to the community's wiki instead of pretending we do quality control on yours. To+

[Koha] Open Source Library Automation Survey Questionnaire

2013-08-26 Thread benleag
Please help complete this questionnaire. It is intended for current open source users who migrated from a commercial ILS. This questionnaire is designed solely for MSc. academic research work in support of dissertation on the topic “Investigation of User Challenges with Open Source Library Autom

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Hilton Gibson
What SEO trick? On 26 August 2013 17:30, Tomas Cohen Arazi wrote: > > > > On Mon, Aug 26, 2013 at 11:21 AM, Hilton Gibson > wrote: > >> http://wiki.lib.uns.ca.az/index.php/Koha > > > Stop this SEO trick. > > Contribute to the community's wiki inst

Re: [Koha] Report on Titles in the collection

2013-08-26 Thread Paul
At 04:45 PM 8/26/2013 +0530, Madhura Deodhar IES Library wrote: I want a list of titles having more than one items . Can anyone help me with the SQL query? Here's one that I wrote for our cataloguers: SELECT CONCAT('href=\"/cgi-bin/koha/catalogue/detail.pl?biblionumber=',items.biblionumber,'\"

Re: [Koha] Query for report on items catalogue in a date.

2013-08-26 Thread Olugbenga Adara
Akin,  Can you be a bit more specific? I guess you want Title, Author etc in the report?   Olugbenga Adara Skype: gbengaadara Blog: http://gbengaadara.blogspot.com Twitter: http://twitter.com/gbengaadara Profile: http://www.linkedin.com/in/gbengaadara > > From:

Re: [Koha] report for weeding

2013-08-26 Thread Kohn, Karen
The idea of creating a fake patron was so he could scan the books rather than typing the titles. I see we can make a list by scanning barcodes as well, so we'll do that. Thanks. I don't see a report in the library that is limited to items on a particular list. Is there a simple way to do that.

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Hilton Gibson
When I did "koha" install it pulled in "koha-common" as a dependency. As the note says it is confusing. I agree with your simplifying the wiki page. It is what I expected when I first viewed the Koha wiki. For example, see: https://code.google.com/p/bigbluebutton/wiki/081InstallationUbuntu as goo

Re: [Koha] [Koha-devel] Who is Live DVD manager of version 3.12.x?

2013-08-26 Thread Jared Camins-Esakov
> Why Nguyen Quoc Uy name appeared in release notes of 3.12.3? > In my knowledge Live DVD of 3.12.3 or 3.12.4 have not released yet. > My knowledge matches yours, and I would agree that this is a perfect example of why live DVDs are a bad idea, and why endorsing one as a project was a big mistake.

Re: [Koha] Koha - Libopedia

2013-08-26 Thread Magnus Enger
On 26 August 2013 16:21, Hilton Gibson wrote: > http://... > > Hi All > > I have creates a new wiki page, called Koha not KOHA Sorry for nit-picking, but page still says "KOHA Community Edition". Two problems with that: 1. is obvious by now, i hope 2. there is no such thing as a "Community Editi

Re: [Koha] Open Source Library Automation Survey Questionnaire

2013-08-26 Thread Chris Cormack
On 27 August 2013 03:49, wrote: > Please help complete this questionnaire. It is intended for current > open source users who migrated from a commercial ILS. > > > This questionnaire is designed solely for MSc. academic research work > in support of dissertation on the topic “Investigation of Use

[Koha] JQuery Help

2013-08-26 Thread Nicole Engard
I'd like to update this jquery http://wiki.koha-community.org/wiki/JQuery_Library#Relabel_Sort1_on_Patron_Record to also change sort1 on these pages: /cgi-bin/koha/tools/modborrowers.pl /cgi-bin/koha/tools/import_borrowers.pl Any help would be appreciated.

Re: [Koha] Querry related to Deletion in KOHA.

2013-08-26 Thread Mayank Srivastava
But the record is not deleted from the database, I am not sure, if full re-indexing would help in my case? Regards Mayank Srivastava On Fri, Aug 23, 2013 at 10:17 PM, Adalid Ortiz wrote: > Try run a full reindex. We solve similiar problem this way. When deleted a > record they remain searchabl

Re: [Koha] Effects of stopping the chron job

2013-08-26 Thread syslib
Hello Jerry. It seems to me that you need step back from the cronjob question and instead assess what is more important to your libraries and community from a policy perspective – fines or access. If it is fines, either to raise funds for the library or to use the fear of fines as a way to enc

Re: [Koha] (no subject)

2013-08-26 Thread Doug Dearden
Richard, This has to do with your network setup. As it says in the Assumptions right above the Tweak Hosts File entry, you need some help from your network folks on this one. The instructions add the two lines to the /etc/hosts file. These point the names for the OPAC and the staff client to

[Koha] I just signed “PHILIPPINE GOVERNMENT: 1)Scrap Pork 2)Account for All Spent Pork 3)Probe/punish Abusers of Pork #1MillionMarch”

2013-08-26 Thread Alicia Esguerra
Hey, I just signed the petition "PHILIPPINE GOVERNMENT: 1)Scrap Pork 2)Account for All Spent Pork 3)Probe/punish Abusers of Pork #1MillionMarch" and wanted to see if you could help by adding your name. Our goal is to reach 200,000 signatures and we need more support. You can read more and sign