Re: [Koha] New Koha packages published

2013-06-03 Thread Chrispin Simasiku Sitali
Hi Robin, Thank you very much for this. It will make our Koha experience more enjoyable. I really appreciate this. Kind Regards On 4 June 2013 06:31, Robin Sheat wrote: > Hi all. > > I've just published new versions of both the 3.10 and 3.12 packages. > Normally I wouldn't bother announcing t

[Koha] koha- "make test fails" - help

2013-06-03 Thread satish
Hello, I have installed koha 3.12 on Debian Squeeze ( idzebra has been installed manually) It is failed duing make test, but many previous mails in this forum suggested to skip this step (ignoring make test report), and go head with make install. currently, make install was successful and koha i

[Koha] New Koha packages published

2013-06-03 Thread Robin Sheat
Hi all. I've just published new versions of both the 3.10 and 3.12 packages. Normally I wouldn't bother announcing this, nor doing it out of cycle like this, however there are two reasons sysadmins managing systems using these should be aware: 1. the packages should now work on Debian Wheez

Re: [Koha] need manual confirmation

2013-06-03 Thread Nicole Engard
On Mon, Jun 3, 2013 at 7:55 PM, Robin Sheat wrote: > Nicole Engard schreef op ma 03-06-2013 om 13:03 [-0400]: > > This is what Jared recommended I do: > > > http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766b638435aeba4cd87a4349d1d10addfc7 > > This may still end up with

Re: [Koha] need manual confirmation

2013-06-03 Thread Robin Sheat
Nicole Engard schreef op ma 03-06-2013 om 13:03 [-0400]: > This is what Jared recommended I do: > http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766b638435aeba4cd87a4349d1d10addfc7 This may still end up with permission errors on a packaged system. Galen's comment about ha

Re: [Koha] Zebra Indexing problem with upgrade

2013-06-03 Thread Robin Sheat
Paul Poulain schreef op vr 31-05-2013 om 13:56 [+0200]: > Could you share the script you've made to check that ? We're also using > nagios to monitor, and that would be useful. Of course. They're pretty straight forward. You can find our nagios stuff in the catalyst Koha git repo, in the 'nagios'

Re: [Koha] Need reports help

2013-06-03 Thread Elaine Bradtke
Thanks, I was patching together two reports into one and missed that crucial bit! Elaine On Mon, Jun 3, 2013 at 7:02 PM, Bernardo Gonzalez Kriegel < bgkrie...@gmail.com> wrote: > Elaine, > I have the following report: > >> >> >> SELECT biblio.biblionumber,biblio.author,biblio.title,biblio.datecr

Re: [Koha] Need reports help

2013-06-03 Thread Bernardo Gonzalez Kriegel
Elaine, I have the following report: > > > SELECT biblio.biblionumber,biblio.author,biblio.title,biblio.datecreated > FROM items LEFT JOIN biblioitems on > (items.biblioitemnumber=biblioitems.biblioitemnumber) LEFT JOIN biblio > on (biblioitems.biblionumber=biblio.biblionumber) WHERE > items.ho

[Koha] Need reports help

2013-06-03 Thread Elaine Bradtke
I have the following report: SELECT biblio.biblionumber,biblio.author,biblio.title,biblio.datecreated FROM items LEFT JOIN biblioitems on (items.biblioitemnumber=biblioitems.biblioitemnumber) LEFT JOIN biblio on (biblioitems.biblionumber=biblio.biblionumber) WHERE items.homebranch='VWML' AND D

Re: [Koha] new fiscal year

2013-06-03 Thread Jared Camins-Esakov
Karen and Nicole, Well Karen - I felt I should reply :) but it's not good news. There is no > way to roll over orders or budgets at this time. The only thing I can > think to do is edit each order line and choose a new budget before > receiving. That means reopening each basket to modify each l

Re: [Koha] new fiscal year

2013-06-03 Thread Nicole Engard
Well Karen - I felt I should reply :) but it's not good news. There is no way to roll over orders or budgets at this time. The only thing I can think to do is edit each order line and choose a new budget before receiving. That means reopening each basket to modify each line. I do hope that some

Re: [Koha] need manual confirmation

2013-06-03 Thread Nicole Engard
This is what Jared recommended I do: http://git.koha-community.org/gitweb/?p=kohadocs.git;a=commitdiff;h=ceca7766b638435aeba4cd87a4349d1d10addfc7 Nicole On Mon, Jun 3, 2013 at 12:05 PM, Galen Charlton wrote: > Hi, > > On Mon, Jun 3, 2013 at 4:46 AM, Nicole Engard wrote: > > Can I get some conf

Re: [Koha] need manual confirmation

2013-06-03 Thread Galen Charlton
Hi, On Mon, Jun 3, 2013 at 4:46 AM, Nicole Engard wrote: > Can I get some confirmation that this is how it is for everyone and not > just a local setup thing? It's ultimately a local setup thing. The directories in the new version you were given conform to how the Debian packages lay things out

[Koha] new fiscal year

2013-06-03 Thread Kohn, Karen
Hello, I'm having trouble remembering how to create a new fiscal year and copy our open orders from the old year into the new one. We do get support from ByWater, so I'm sure Nicole will respond quickly, but I figured I'd hit more people by posting it to the list. I duplicated one budget to creat

Re: [Koha] URL link checker

2013-06-03 Thread Nicole Engard
Koha has a broken link checker cron job that can be run on a schedule to check links for you. More here: http://manual.koha-community.org/3.10/en/cronjobsch.html#checkurlcron Nicole On Mon, Jun 3, 2013 at 8:47 AM, Tomas Cohen Arazi wrote: > On Mon, Jun 3, 2013 at 8:53 AM, Maria Okonska >wrote

Re: [Koha] URL link checker

2013-06-03 Thread Tomas Cohen Arazi
On Mon, Jun 3, 2013 at 8:53 AM, Maria Okonska wrote: > Hi there, > We would like to install a URL link checker in our OPAC. Could anyone > recommend us one that works well. > Can u elaborate on what you want to do? What type of integration? Regards To+ ___

[Koha] URL link checker

2013-06-03 Thread Maria Okonska
Hi there, We would like to install a URL link checker in our OPAC. Could anyone recommend us one that works well. Thanks, Maria Maria Okonska Manager of Bibliographic Operations Brooklyn Law School Library 250 Joralemon Street Brooklyn, NY 11201 tel.: 718-780-7977 fax.: 718-780-0369 e-mail: mar

[Koha] need manual confirmation

2013-06-03 Thread Nicole Engard
Hello all, I have never done this before, but I got an email telling me to update this: $ zebraidx -c /etc/koha/zebradb/zebra-authorities-dom.cfg -g iso2709 -d authorities init $ zebraidx -c /etc/koha/zebradb/zebra-biblios.cfg -g iso2709 -d biblios init on this page: http://manual.koha-communit

Re: [Koha] Zebra Indexing problem with upgrade

2013-06-03 Thread Martin Renvoize
We'de also be interesting in that zebra monitoring script... I imagine many of the community are using Nagios for monitoring and this isn't something I'de got round to implementing myself (and sharing) yet either. Cheers On 31 May 2013 12:56, Paul Poulain wrote: > Le 31/05/2013 00:51, Robin S