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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
> 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
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.
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
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
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
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
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
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
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:
26 matches
Mail list logo