[Koha] Inter library loan electronic article request.

2021-06-15 Thread vinod mishra
Hello Seen ILL features but how can we make possible the article request? The requirement is: 1. A user may request an online article of the journal via OPAC along with its detail like URL/DOI etc. which is not available to institute. 2. The librarians see the request on the staff client 3. Libra

[Koha] Upgrading Koha >> several versions

2021-06-15 Thread Scott Owen
Hi all, I'm currently running a couple different versions of Koha, and I'm going to try and do a mass upgrade to the newest version this summer. Koha version: 17.11.18.000 OS version ('uname -a'): Linux Pine 3.16.0-4-686-pae #1 SMP Debian 3.16.51-3 (2017-12-13) i686 I'm sure my servers/versions

Re: [Koha] Koha on VPS?

2021-06-15 Thread Jesse A Lambertson
I am finally getting back to this The issue, in part, is that when I run: $ sudo koha-create --create-db libraryname # replacing libraryname with the name of my library.. I am getting the message that my library, which is called, 'library', already exists. Like I mentioned before, the dB has al

[Koha] Reinstall Koha

2021-06-15 Thread Bob Ewart
As I reported earlier on 6/14/21 at 4:54pm, I updated Koha from 20.11 to 21.05 and it had errors.  I tried Mr. Citali C.S.'s suggestions and it didn't work.  Right now I'm down.  This is my personal library. I have another installation at 20.11.03 which I am afraid to update.  This is a librar

Re: [Koha] Reinstall Koha

2021-06-15 Thread Alvaro Cornejo
HI Bob You can try this: http://kohageek.blogspot.com/2015/08/move-old-koha-database-to-new.html The only change I made when moving to 19.11 was to use gzip instead of xz because with xz dump didn't finish. Regards, Alvaro |---

Re: [Koha] Reinstall Koha

2021-06-15 Thread Bob Ewart
Thanks Alvaro, I tried those suggestions and ran into some problems.  First it said that the package was already installed so I removed it and tried again.  Got some more errors I then took the easy way out and switched to oldstable, which was the release I was using.  Once I reinstalled and

[Koha] OPAC Hidden Items (OPACHiddenItems) and NOT_LOAN

2021-06-15 Thread Charles Kelley
Hello, all! Is there a way to hide in the OPAC items that the library owns but does not want to show? The item is not lost or withdrawn; and the itemtype is used for an actual item type, e.g., album, book, serial. I've been experimenting with NOT_LOAN (formerly LOANABILITY) but putting a

[Koha] Showing Bibliographic Records that Have No Visible Copies

2021-06-15 Thread Charles Kelley
Hi, all! Is there a way to show bibliographic records for works when all the items have been hidden in the OPAC? It seems I was able to do so in the past, but I don't remember the system option/preference/setting to do so. Thanks, all! -- 気を付けて。 /ki wo tukete/ = Take care. --

Re: [Koha] OPAC Hidden Items (OPACHiddenItems) and NOT_LOAN

2021-06-15 Thread cruciani
Hi, you could try following these steps: https://bywatersolutions.com/education/hiding-items-on-the-opac I´s worked for me! Hope it helps, Regards, Paola V. Cruciani Biblioteca de Geografía y Turismo Universidad Nacional del Sur Argentina Charles Kelley escribió: Hello, all! Is there

Re: [Koha] OPAC Hidden Items (OPACHiddenItems) and NOT_LOAN

2021-06-15 Thread Charles Kelley
Hello, M. Cruciani! In our latest exchange, on 16 June 2021 at 09:01 [JST] I received the following from you: Hi, you could try following these steps: > https://bywatersolutions.com/education/hiding-items-on-the-opac > I´s worked for me! > Hope it helps, > > Regards, > > Paola V. Cruciani > B

Re: [Koha] OPAC Hidden Items (OPACHiddenItems) and NOT_LOAN

2021-06-15 Thread Tomas Cohen Arazi
OpacHiddenItems is not about authorized value categories, but the 'items' table column names. So you need to put --- column1: [value1,...,value] ... NOT_LOAN is an authorized vale category which (by default) is used to fill items.notforloan values. Some libraries might use their own categories,

Re: [Koha] Reinstall Koha

2021-06-15 Thread Magnus Enger
Den 15.06.2021 21:01, skrev Bob Ewart: Thanks Alvaro, I tried those suggestions and ran into some problems.  First it said that the package was already installed so I removed it and tried again. Got some more errors If you share the errors with us, we might be able to help. :-) Best regards