Re: [Koha] Arrangement of Fields on Items Form

2022-06-03 Thread Ms. Naveen Ali
Thank you very much. I have been able to arrange the fields to my requirement. Great support as always.. With best regards, Naveen Ali ITM-JE (EAKL) Inst Representative for HEC Digital Library Resources. NEDUET, Karachi. - Original Message - From: "Caroline Cyr La Rose" To: ko

Re: [Koha] Arrangement of Fields on Items Form

2022-06-03 Thread Jonathan Druart
Or, better, use the built-in feature :) You can edit the 952 subfields for your framework, and reorder (drag and drop) the tabs. Then the order will be kept on the edit item form. I cannot remember since when it's available however. Regards, Jonathan Le jeu. 2 juin 2022 à 18:00, Eric Phetteplace

Re: [Koha] Koha on Debian 10

2022-06-03 Thread Ah Win
Dear colleagues, We are a group of librarians from Myanmar and we need help fixing the problem of installing debian 9 or 10 on a PC which has windows 11. We are helping one Buddhist University Library using Koha and now facing the hard time to install Debian. All guidance and suggestions are appre

Re: [Koha] Koha on Debian 10

2022-06-03 Thread Coehoorn, Joel
Debian does not install in Windows. It **REPLACES** Windows on whatever machine you use. If you start the machine and see the Windows logo, it's already too late to begin the Debian installation. You must start the installer before the operating system begins to load. Joel Coehoorn Director of In

Re: [Koha] Koha on Debian 10

2022-06-03 Thread Alen Vodopijevec
Hi! It depends on what you are trying to achieve. If you would like to install Koha you need Debian (or Ubuntu). It is possible to create a virtual machine on Win11 using eg. Virtualbox .. And afterwards follow the procedure of installing operating system and Koha. Use the latest versions..

Re: [Koha] Koha on Debian 10

2022-06-03 Thread Ah Win
Dear Joel, Thank you for your immediate response. Yes, we have requested NOT to install windows and it turned out that windows 11 was installed when we received it. Due to the windows 11 license version, we could not remove it. It came back again and we lost hope. Best regards, Ah Win On Fri, 3 J

[Koha] Getting Koha 19.11 web installer when installing Koha 20.11.19

2022-06-03 Thread Michael Kuhn
Hi Today I was installing Koha 20.11.19 on a completely new virtual host using Debian 11. $ sudo cat /etc/apt/sources.list.d/koha.list deb http://debian.koha-community.org/koha 20.11 main $ sudo apt-get update $ sudo apt-cache show koha-common | grep Version Version: 20.11.19-1 $ sudo ap

[Koha] Show Calendar in OPAC and Staff

2022-06-03 Thread Charles Kelley
Hello, all! Is there a way to show the calendar in the OPAC and/or staff view? My library has been using the calendar for events and closed days, so it would be beneficial to our patrons. In a YouTube video ByWater [cap.] Solutions shows a webpage on showing a Google Calendar but not

[Koha] Zebra indexing error on upgrade to 22.05.00.000

2022-06-03 Thread skaman.tx
We upgraded our Debian 10 install from 21.11.xx to 22.05.00.000. When we manually try to reindex Zebra, the process fails with the "1Can't call method "subfield" on an undefined value" error message below. # koha-rebuild-zebra -v -f library Zebra configuration information

Re: [Koha] [Koha-devel] Getting Koha 19.11 web installer when installing Koha 20.11.19

2022-06-03 Thread Mason James
hi Michael oops, sorry about that you can run the following commands to fix the problem...  $ sudo apt-get update  $ sudo apt-get upgrade koha-common  $ sudo apt-cache show koha-common | grep Version  Version: 20.11.19-3 On 4/06/22 4:56 am, Michael Kuhn wrote: Hi Today I was installing Koha