[Koha] language change

2012-08-27 Thread Haik Zargaryan
Dear community, We have finished the translation of koha 3.8 into Armenian language so that the progress is marked as "Completed". We follow the instructions above to activate the new interfaces; http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staf

Re: [Koha] importing batch

2012-08-27 Thread Robin Sheat
Op 24-08-12 19:59, izzeldin mojawir schreef: > Is it important to rebuild zebra when you import a batch of records ? and > if you do not do what will hapen ? It depends, if you import them through Koha, it will add them to zebra for you. If you use some other method (like directly into the databas

Re: [Koha] Upgrade koha 3.0 to 3.8 installation guide

2012-08-27 Thread Robin Sheat
Op 27-08-12 03:46, Vimal Kumar V. schreef: > Please see the following link, > > http://kohageek.pbworks.com/w/page/31795398/upgrade This is removing the "remove items from biblios" step, needed if you're coming from 3.2 or earlier. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23

[Koha] I need your help

2012-08-27 Thread Dagne Woldie, MS/HS Library Assistant
we are using koha 3.8, the OPAC is not displaying the call no. is there a way how to fix this. thanks Dagne ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Upgrade koha 3.0 to 3.8 installation guide

2012-08-27 Thread Robin Sheat
Op 27-08-12 11:14, Robin Sheat schreef: > This is removing the "remove items from biblios" step, needed if you're > coming from 3.2 or earlier. This is _missing_ is what I was trying to say. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5957 6D23 8B16 EFAB FEF8 7175 14D3 6485 A99C EB6D

Re: [Koha] I need your help

2012-08-27 Thread umer habib
I am having this same issue. But when i edit the item and just click 'save' it displays the call number (ofcourse it is not possible to do this for each and every item one by one if we have thousands of item in the database). Seems like some bug. Please keep me in the loop too if there is some s

[Koha] Koha upgrade version

2012-08-27 Thread pandu rangaswamy
Dear all, I am running Koha 3.00.05.003 on Linux, Perl interpreter: /usr/local/bin/perl Pear Version 5.010001, Pearl @ INC /usr/share/koha/lib /usr/local/lib/perl5/5.10.1/i686-linux /usr/local/lib/perl5/5.10.1 /usr/local/li

Re: [Koha] I need your help

2012-08-27 Thread franc
On Mon, 27 Aug 2012, Dagne Woldie, MS/HS Library Assistant wrote: we are using koha 3.8, the OPAC is not displaying the call no. is there a way how to fix this. thanks Dagne While importing records into Koha, I had the same problem, initially. In my case the problem was surfacing because f

Re: [Koha] Upgrade koha 3.0 to 3.8 installation guide

2012-08-27 Thread Mark Tompsett
Greetings, As Robin Sheat pointed out, a step or two was missing. This is why we strongly recommend reading the INSTALL.{OS} (i.e. INSTALL.debian or INSTALL.ubuntu, etc.) files. --- SNIPPET FROM INSTALL.ubuntu --- UPGRADE === If you are running in another language other than english, plea

[Koha] Expired Patrons with Checkouts

2012-08-27 Thread Hartman, David W. - GBTS Library
Hello! Is there a report in Koha to notify the librarian about the expired patrons who still have items checked out? I did not see one but I'd like to see a report of the expired patrons who have not returned their items.] David ___ Koha mailing l

Re: [Koha] Expired Patrons with Checkouts

2012-08-27 Thread Nicole Engard
Forgot to hit reply to all! This will do what you want (I think): select p.surname, p.firstname, p.cardnumber, p.dateexpiry, count(c.itemnumber) as 'items out' from borrowers p left join issues c using (borrowernumber) where p.dateexpiry < now() and p.borrowernumber in (select borrowernumber fro

Re: [Koha] Koha 3.8.4 released

2012-08-27 Thread aszomor
Dear All, Where I find the information of how to update my koha from 3.8.3 to 3.8.4. Best Regards, Attila. Koha version: 3.08.03.000 OS version ('uname -a'): Linux koha 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Perl interpreter: /usr/

Re: [Koha] Expired Patrons with Checkouts

2012-08-27 Thread Nicole Engard
This was a bug in a previous version of Koha. What version are you on? You might want to upgrade to 3.8.4. Nicole On Mon, Aug 27, 2012 at 11:53 AM, Hartman, David W. - GBTS Library wrote: > One problem ... I cannot get it to save in my saved reports? > > I go through the steps for "create from

[Koha] Expired Patrons with Checkouts

2012-08-27 Thread Hartman, David W. - GBTS Library
Hello list, I upgraded Koha to 3.09.00.004 but it still won't save the search. Any other thoughts? I logged off and on and created the search again but it won't save. > > -Original Message- > From: Nicole Engard [mailto:neng...@gmail.com] > Sent: Monday, August 27, 2012 10:56 A

[Koha] 3.8 Authorities - need help with see references

2012-08-27 Thread Elaine Bradtke
First, I'd like to say I appreciate the finer grain control the new version has as far as creating authorities goes. But. . . and this is a problem I had in earlier versions as well - I still can't get my see references to display properly. When you search on the correct term the references to in

[Koha] Koha 3.8.x: Loan for 0 days

2012-08-27 Thread Oscar Gaona
Hi all I've been configuring a Circulation Rule with Zero (0) days for loans in Koha 3.2, 3.4 and 3.6 without any problems ('Checked out on' date and 'Due date' are the same) but for Koha 3.8.x this seems impossible: 'Due date' displays a date 21 days after the 'Cheked out on' date. Where can

Re: [Koha] 3.8 Authorities - need help with see references

2012-08-27 Thread Jared Camins-Esakov
Elaine, First, I'd like to say I appreciate the finer grain control the new version > has as far as creating authorities goes. > > But. . . and this is a problem I had in earlier versions as well - I still > can't get my see references to display properly. > > When you search on the correct term t

Re: [Koha] Koha 3.8.x: Loan for 0 days

2012-08-27 Thread Owen Leonard
> I've been configuring a Circulation Rule with Zero (0) days for loans in Koha > 3.2, 3.4 and 3.6 > without any problems ('Checked out on' date and 'Due date' are the same) but > for Koha 3.8.x > this seems impossible: 'Due date' displays a date 21 days after the 'Cheked > out on' date. I'm gu

[Koha] SQL commands appearing on report

2012-08-27 Thread Shelley & Kurt Kemperman
We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this? ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.

[Koha] Upgrade to 3.8 causes phantom search results

2012-08-27 Thread Elaine Bradtke
Strange thing happened after we upgraded to 3.8 (from 3.4). We seem to have ghosts Hits that lead nowhere, in both the OPAC and staff interface. When a search is performed it lists x number of results. Scroll down the list and many of them look normal Some however have a result number, and nothing

Re: [Koha] SQL commands appearing on report

2012-08-27 Thread Galen Charlton
Hi, On 08/27/2012 04:08 PM, Shelley & Kurt Kemperman wrote: We recently updated to version 3.8 and suddenly the SQL command lines are appearing at the top of any report we run/print. Any ideas to get rid of this? I've added a recipe to the jQuery library page on the Koha wiki with a suggesti

Re: [Koha] SQL commands appearing on report

2012-08-27 Thread Raphael Chisanga Muonga
Can this also work for Koha 3.2.x as it is only indicated for vesrions 3.4+ ? On 8/27/12, Galen Charlton wrote: > Hi, > > On 08/27/2012 04:08 PM, Shelley & Kurt Kemperman wrote: >> We recently updated to version 3.8 and suddenly the SQL command lines >> are appearing at the top of any report we r

Re: [Koha] Koha 3.8.x: Loan for 0 days

2012-08-27 Thread Oscar Gaona
Thank you, Owen I think so. But if I configure a 5 hours loan and a book is checked out at 8pm, maybe it will generate some 'misunderstandings'. Therefore, the best solution is a zero-day loan... but not on koha 3.8.x... Oscar From: Owen Leonard To: Oscar G

Re: [Koha] Upgrade to 3.8 causes phantom search results

2012-08-27 Thread Elaine Bradtke
Thanks Chris, that seems to have fixed it. So glad it was a Bank Holiday in the UK today, or the library director would have been having kittens by now. Elaine On Mon, Aug 27, 2012 at 9:36 PM, Chris Cormack wrote: > * Elaine Bradtke (e...@efdss.org) wrote: > > Strange thing happened after we upg

[Koha] 3.8 vanishing authorities

2012-08-27 Thread Elaine Bradtke
This is really odd, because it works ok in the test site, but not production. When I search on headings, the topical terms erroneously claim to have 0 biblios attached. They were there yesterday. The name authorities are fine. I'm trying to figure out what is different between the test and produc

Re: [Koha] SQL commands appearing on report

2012-08-27 Thread sunil sharma
Hi, You Can also do a trick to your intranet CSS file, or simply go to system preference -> IntranetUserCSS and enter: #sql_output {display: none; } and save the preferences. Regards, Sunil On Tue, Aug 28, 2012 at 1:38 AM, Shelley & Kurt Kemperman < ksckemper...@chartermi.net> wrote: