Re: [Koha] Help - kind request

2015-03-12 Thread Indranil Das Gupta
Hi, On Wed, Mar 11, 2015 at 9:02 PM, Barbara Aristidou wrote: > which will give me the amount of records completed in association with > the Cataloguer's initials (in other words how many records each > Cataloguer creates per day). this http://wiki.koha-community.org/wiki/SQL_Reports_Library#C

[Koha] Help - kind request

2015-03-12 Thread Barbara Aristidou
Dear All, Hello I am Barbara from Cyprus University of Technology Library, and I would appreciate your help. I would like to know if there is a way of retrieving a report from KOHA, which will give me the amount of records completed in association with the Cataloguer's initials (in other words

[Koha] How to join aqorders and suggestions

2015-03-12 Thread Humberto Blanco Castillo
Hi, How can i make teh correct relation between aqorders and suggestions? I need to do a report but is not posible join correctly those tables. Any idea??? -- Cordialmente, Humberto Blanco ___ Koha mailing list http://koha-community.org Koha@lists.

Re: [Koha] database error

2015-03-12 Thread Mark Tompsett
Greetings, etaisil ineseliam schreef op do 12-03-2015 om 18:08 [+1300]: Ive done the DNS one but I also disabled default site. but now i got the "system is down for maintenance page" Robin Sheat wrote: However, you should be able to sudo koha-enable library -- library.conf (arg to annoying A

Re: [Koha] removing marc records

2015-03-12 Thread Owen Leonard
> But in koha you have to use > barcode or item number for batch deletion. Is there any way this marc record > file can be used? As far as I know the answer is no, you can't use a MARC file to delete records. We are frequently in the same situation and I wish this was possible. If there was a uni

[Koha] Support status on CentOS or RedHat

2015-03-12 Thread Jose-Marcio Martins
Hello, We're upgrading our current installation of Koha. We'd like to do it on a CentOS box. Most of our boxes are under RedHat or Fedora or CentOS. And I saw at some page of the wiki how to do it. My question is about the support status on CentOS. Someone told us that 99.9 % of Koha insta

Re: [Koha] Support status on CentOS or RedHat

2015-03-12 Thread Ahmad Amanullah Khan
We are using koha on centos without any issues. Not sure about support. On Mar 12, 2015 9:52 PM, "Jose-Marcio Martins" < jose-marcio.mart...@mines-paristech.fr> wrote: > > Hello, > > We're upgrading our current installation of Koha. > > We'd like to do it on a CentOS box. Most of our boxes are und

[Koha] Custom pages un Koha

2015-03-12 Thread Ahmad Amanullah Khan
Hi All Can any body help me out.. We need to add some custom content pages in our koha and we want that opac header remains same on all page navigations. We are using the latest koha version. ___ Koha mailing list http://koha-community.org Koha@lists.

Re: [Koha] Support status on CentOS or RedHat

2015-03-12 Thread Mark Tompsett
Greetings, The largest problem with running under a non-Debian-based distribution of Linux, such as RedHat variants, is support. The first headache you will encounter is installing the required libraries. Last I checked, it was around 18 or so of them require installation magic beyond a defaul

Re: [Koha] How to join aqorders and suggestions

2015-03-12 Thread Humberto Blanco Castillo
hi, the poblem its here using record fusion for biblio with the same data, then i have the same biblio in many sugestions and orders. 2015-03-11 12:19 GMT-05:00 Mark Tompsett : > Greetings, > > According to http://schema.koha-community.org/tables/suggestions.html, > there is comment on the biblio

[Koha] Fwd: Custom pages un Koha

2015-03-12 Thread Viktor.Sarge
Forwarding if anyone else is interested in the CMS functions. I’d like to see it develop further and for example create navigation without having to code your own. Maybe some kind of widget system for the customizable areas of the Opac as well so we can hide some of the raw code stuff of pasting

Re: [Koha] Fwd: Custom pages un Koha

2015-03-12 Thread Indranil Das Gupta
Hi, On Fri, Mar 13, 2015 at 1:07 AM, wrote: > There is a plugin ”Koha as CMS” as well that you could try that does the > same thing. The plugin code is here - https://github.com/l2c2technologies/KohaCMS/releases/tag/v1.2 I've not worked on it for some time. So it may need some work in order t

Re: [Koha] Custom pages un Koha

2015-03-12 Thread adalid
This "Plugin" or some similar feature can be implemented in the opac user account after login to add pages/urls to protected resources? How? FAOA Biblioteca Loyola http://www.biblioteca.iberotijuana.edu.mx This message was sent u

Re: [Koha] removing marc records

2015-03-12 Thread Cathi Wiggins
To edit or remove a batch of marc records that don't have barcodes or item records, but when there is the ability to create a full, accurate list based on other fields--creation date, call number, collection code, etc.--the records could be edited to add the 952 field and/or then copy the record

Re: [Koha] database error

2015-03-12 Thread Robin Sheat
Mark Tompsett schreef op do 12-03-2015 om 06:49 [-0400]: > > ... I thought it was enabled by default but I could be > > wrong, I should check that and update the docs > > accordingly. > > It may be their first time installing and the DB may not be populated. Yeah, I think that's what it is. Eithe

[Koha] possible error at staff interface

2015-03-12 Thread 毛慶禎
Hi, I found a possible error at staff interface. Home › Administration › System preferences at Administration preferences Login options timeout It read as: Automatically log out users after seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day. In fact i

Re: [Koha] possible error at staff interface

2015-03-12 Thread Riley Childs
I think this is a doc issue, not a UI/code issue, I recommend you open a ticket at http://bugs.koha-community.org. //Riley Sent from my Windows Phone -- Riley Childs Senior Charlotte United Christian Academy Library Services Administrator IT Services Administrator (704) 537-0331x101 (704) 497-2

Re: [Koha] possible error at staff interface

2015-03-12 Thread Anthony Mao
I check at Bug 6701. It seem people agree use "second". Nicole C. Engard 2011-08-10 14:45:16 UTC agree change to millisecond. but Chris Nighswonger 2012-04-05 13:55:16 UTC look into C4::Auth checkauth back to "login timeout is in seconds" At last Jared Camins-Esakov 2012-05-09 16:59:05 UTC This

Re: [Koha] possible error at staff interface

2015-03-12 Thread Indranil Das Gupta
Hi, On Fri, Mar 13, 2015 at 5:23 AM, Riley Childs wrote: > I think this is a doc issue, not a UI/code issue, I recommend you open a > ticket > at http://bugs.koha-community.org. @Riley: Nope! Not a bug, the time is actually in seconds! See http://bugs.koha-community.org/bugzilla3/show_bug.cgi?i

Re: [Koha] Call to nominate our signatories of the fundraising memo

2015-03-12 Thread Brendan Gallagher
Hello All - Well I can't sleep and I fly back home in the morning (actually have to be awake in 3 hours - hopefully after this email I can sleep). There is something about this that bothers me and I think we are getting too far in-front of ourselves - because currently the bank account reads zero

[Koha] OBID-FEIG RFID

2015-03-12 Thread vikram zadgaonkar
Dear Friends, Does any one using OBID(FEIG) RFID products with koha? ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha

Re: [Koha] Call to nominate our signatories of the fundraising memo

2015-03-12 Thread Bob Birchall
On 12/03/15 03:06, MJ Ray wrote: As discussed at the General IRC meeting 11 March 2015, I have posted http://wiki.koha-community.org/wiki/Fundraising for nominations of who should sign the memorandum of understanding on our behalf, as well as any other notes we wish to make. Another IRC meeting