Re: [Koha] Koha Digest, Vol 161, Issue 13
Dear Mason, Thanks for your sharing. We'll try. Thanks & regards, Peter Lau Librarian Tel: (852) 3977 9868 | Email: Peter.Lau@yccece.edu.hk | Fax: (852) 23384320 2 Tin Wan Hill Road, Tin Wan, Aberdeen YCCECE, Here We Grow Our Future | www.yccece.edu.hk -----Original Message----- From: Koha [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of koha-request@lists.katipo.co.nz Sent: Wednesday, 13 March 2019 7:00 AM To: koha@lists.katipo.co.nz Subject: Koha Digest, Vol 161, Issue 13 Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit https://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Change of hotkeys to function keys (Peter Lau) 2. Re: Change of hotkeys to function keys (Mason James) 3. No such column 'maxissueqty' Issue (Andi Sugandi) 4. Re: No such column 'maxissueqty' Issue (Josef Moravec) 5. koha-US general meeting: Wednesday, March 13th, 2019 (koha-US Secretary) 6. Re: No such column 'maxissueqty' Issue (Andi Sugandi) 7. Re: No such column 'maxissueqty' Issue (Josef Moravec) 8. Re: Adding randomly generated password to member entry form using intranetuserjs (Jason Robb) 9. Where to put Self mark? (Myriam Torres) 10. Re: Where to put Self mark? (Katrin Fischer) ---------------------------------------------------------------------- Message: 1 Date: Tue, 12 Mar 2019 11:51:12 +0800 From: Peter Lau <peter.lau@yccece.edu.hk> To: koha <koha@lists.katipo.co.nz> Cc: Maggie Wong <maggie.wong@yccece.edu.hk>, Winki Yuen <winki.yuen@yccece.edu.hk> Subject: [Koha] Change of hotkeys to function keys Message-ID: <0ccfa0c42d34787b4ca88322d515bf58@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" I wonder if the hotkeys for Koha can be re-set to function keys like: 1. For checkout F1 instead of *Alt+u * 2. For checkin F2 instead of *Alt+r * 3. For renewal F3 instead of *Alt+w * Thanks & regards, *Peter Lau* Librarian Tel: (852) 3977 9868 | Email: Peter.Lau@yccece.edu.hk | Fax: (852) 23384320 [image: https://docs.google.com/uc?export=download&id=1wiYZQsqhNTJZjyNbLJx-6ODZyoYE5NNu&revid=0BzpPRj4UE0XeT1R2WUt2dnhmTFBBeEpVR3dqcU5QbnF6NVg4PQ] 2 Tin Wan Hill Road, Tin Wan, Aberdeen *YCCECE, Here We Grow Our Future | *www.yccece.edu.hk ------------------------------ Message: 2 Date: Tue, 12 Mar 2019 20:18:53 +1300 From: Mason James <mtj@kohaaloha.com> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Change of hotkeys to function keys Message-ID: <c515b088-ebca-6611-4a1b-7e06c1757ec2@kohaaloha.com> Content-Type: text/plain; charset=utf-8 hi Peter i've had some good general results with... https://github.com/mikecrittenden/shortkeys/ cheers, Mason On 12/03/19 4:51 PM, Peter Lau wrote:
I wonder if the hotkeys for Koha can be re-set to function keys like:
1. For checkout F1 instead of *Alt+u *
2. For checkin F2 instead of *Alt+r *
3. For renewal F3 instead of *Alt+w *
Thanks & regards,
*Peter Lau*
Librarian
Tel: (852) 3977 9868 | Email: Peter.Lau@yccece.edu.hk | Fax: (852) 23384320
[image: https://docs.google.com/uc?export=download&id=1wiYZQsqhNTJZjyNbLJx-6OD ZyoYE5NNu&revid=0BzpPRj4UE0XeT1R2WUt2dnhmTFBBeEpVR3dqcU5QbnF6NVg4PQ]
2 Tin Wan Hill Road, Tin Wan, Aberdeen
*YCCECE, Here We Grow Our Future | *www.yccece.edu.hk _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------ Message: 3 Date: Tue, 12 Mar 2019 16:55:51 +0700 From: Andi Sugandi <andisugandi@gmail.com> To: koha <koha@lists.katipo.co.nz> Subject: [Koha] No such column 'maxissueqty' Issue Message-ID: <CAP9RdOBOhL4s7MBPF3-HQ-_gZ-8FmHDojsd9VGZ1gWh5n=cMQQ@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hi all, I'm trying to install Koha via Git installation as instructed here[1] on Ubuntu 18.04. Install it in 'single' mode, and when run the web-installer, in the middle of the process, it tells in the log file: [Tue Mar 12 15:48:52.625068 2019] [cgi:error] [pid 1573] [client 36.72.125.235:57812] AH01215: [Tue Mar 12 15:48:52 2019] onboarding.pl: DBIx::Class::Row::store_column(): No such column 'maxissueqty' on Koha::Schema::Result::Issuingrule at /home/kanaya/koha/lib/Koha/Object.pm line 75: /home/kohaapps/koha/intranet/cgi-bin/installer/onboarding.pl, referer: http://kohaapps.example.com/cgi-bin/koha/installer/onboarding.pl and the page error is: Software error: DBIx::Class::Row::store_column(): No such column 'maxissueqty' on Koha::Schema::Result::Issuingrule at /home/kohaapps/koha/lib/Koha/Object.pm line 75 For help, please send mail to the webmaster (admin@kohaapps.example.com), giving this error message and the time and date of the error. What do you suggest? Thanks in advance. [1] https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git Best regards, -- Andi Sugandi. ------------------------------ Message: 4 Date: Tue, 12 Mar 2019 13:36:40 +0100 From: Josef Moravec <josef.moravec@gmail.com> To: Andi Sugandi <andisugandi@gmail.com> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] No such column 'maxissueqty' Issue Message-ID: <CAOvd_xLF8VtSnhAVCD08gLg4d7pkWJ0BWeFHOxpnQsO2SbZjiw@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hello Andi, it is known bug in master: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22489 currently being fixed Josef út 12. 3. 2019 v 10:56 odesílatel Andi Sugandi <andisugandi@gmail.com> napsal:
Hi all,
I'm trying to install Koha via Git installation as instructed here[1] on Ubuntu 18.04. Install it in 'single' mode, and when run the web-installer, in the middle of the process, it tells in the log file:
[Tue Mar 12 15:48:52.625068 2019] [cgi:error] [pid 1573] [client 36.72.125.235:57812] AH01215: [Tue Mar 12 15:48:52 2019] onboarding.pl: DBIx::Class::Row::store_column(): No such column 'maxissueqty' on Koha::Schema::Result::Issuingrule at /home/kanaya/koha/lib/Koha/Object.pm line 75: /home/kohaapps/koha/intranet/cgi-bin/installer/onboarding.pl, referer: http://kohaapps.example.com/cgi-bin/koha/installer/onboarding.pl
and the page error is:
Software error:
DBIx::Class::Row::store_column(): No such column 'maxissueqty' on Koha::Schema::Result::Issuingrule at /home/kohaapps/koha/lib/Koha/Object.pm line 75
For help, please send mail to the webmaster (admin@kohaapps.example.com), giving this error message and the time and date of the error.
What do you suggest?
Thanks in advance.
[1] https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_git
Best regards, -- Andi Sugandi. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------ Message: 5 Date: Tue, 12 Mar 2019 08:17:26 -0500 From: koha-US Secretary <secretary@koha-us.org> To: koha-US list <koha-us@koha-us.org>, BW partners list <partners@bywatersolutions.com>, Koha list <koha@lists.katipo.co.nz> Subject: [Koha] koha-US general meeting: Wednesday, March 13th, 2019 Message-ID: <CAPEQLGonsJQ2YPkVOy8sPnFF23A8nvcGNxVR9zzhWZ3tTt3y5w@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wednesday, March 13th, 2019 Time: 10:30 AM - 11:30 AM CDT (time converter <https://www.timeanddate.com/worldclock/fixedtime.html?msg=koha-US+general+meeting&iso=20190313T1030&p1=5227> ) Location: https://kslib.zoom.us/j/110290143 Agenda: https://docs.google.com/document/d/158qNiSKwhaxAmrueYtoT7w9NqBFYloZuBvwTEdJL... Join us tomorrow as we review proposed locations for this year's koha-US conference, hear from various committees, and discuss Koha bugs and issues. If you have specific topics for the agenda, please send them to secretary@koha-us.org Meetings are held via Zoom video conferencing. A microphone and webcam are recommended but not required. Zoom is available for Windows, Mac, and Linux on desktops and Android and iOS on mobile devices. For help getting started, visit: *https://support.zoom.us/hc/en-us/categories/200101697 <https://support.zoom.us/hc/en-us/categories/200101697>* These meetings are free and open to any and all. Jason Robb koha-US secretary secretary@koha-us.org ------------------------------ Message: 6 Date: Tue, 12 Mar 2019 20:18:47 +0700 From: Andi Sugandi <andisugandi@gmail.com> To: Josef Moravec <josef.moravec@gmail.com> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] No such column 'maxissueqty' Issue Message-ID: <CAP9RdOB=7g5KET+Qs+uR76DAguC-EL42bEVc+KkZLcOPRAk0NA@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" On Tue, Mar 12, 2019 at 7:36 PM Josef Moravec <josef.moravec@gmail.com> wrote: Hello Josef,
it is known bug in master: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22489
Does it also happen in Koha 18.11?
currently being fixed
Aha! Glad to hear it. Best regards, -- Andi Sugandi. ------------------------------ Message: 7 Date: Tue, 12 Mar 2019 14:58:08 +0100 From: Josef Moravec <josef.moravec@gmail.com> To: Andi Sugandi <andisugandi@gmail.com> Cc: koha <koha@lists.katipo.co.nz> Subject: Re: [Koha] No such column 'maxissueqty' Issue Message-ID: <CAOvd_x+VN0hu=Kc1ZxZm0pW=tv9P9mp+fYLspVV1_XjSQm0+dQ@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" No, Koha 18.11 does not have this bug Josef út 12. 3. 2019 v 14:19 odesílatel Andi Sugandi <andisugandi@gmail.com> napsal:
On Tue, Mar 12, 2019 at 7:36 PM Josef Moravec <josef.moravec@gmail.com> wrote:
Hello Josef,
it is known bug in master: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22489
Does it also happen in Koha 18.11?
currently being fixed
Aha! Glad to hear it.
Best regards, -- Andi Sugandi.
------------------------------ Message: 8 Date: Tue, 12 Mar 2019 09:04:42 -0500 From: Jason Robb <jrobb@sekls.org> To: "Perks, Emma (UNIVERSITY HOSPITALS BIRMINGHAM NHS FOUNDATION TRUST)" <emma.perks@nhs.net> Cc: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> Subject: Re: [Koha] Adding randomly generated password to member entry form using intranetuserjs Message-ID: <CAK492-JK9cupBoKQyUNjc=3gn_ftMe-8gaoqo86SNJs_FfjhWQ@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hi Emma, I took a stab at making this work using IntranetUserJS. I copied the randomizer function from member-password, tweaked it slightly so it affects the password inputs on memberentry, then added the generator link after the second password box. It seems to perform okay as a temporary workaround at least: https://wiki.koha-community.org/wiki/JQuery_Library#Add_password_randomizer_... Jason Robb SEKnFind Coordinator Southeast Kansas Library System jrobb@sekls.org On Wed, Mar 6, 2019 at 6:09 AM Perks, Emma (UNIVERSITY HOSPITALS BIRMINGHAM NHS FOUNDATION TRUST) <emma.perks@nhs.net> wrote:
Hello,
I work on behalf of the Base Library Consortium, a group of health libraries in the UK.
We are upgrading to Koha 18.11 soon.
I wondered if anyone has added the random password generator from member-password.tt to the OPAC/Staff login section of the memberentry form, using JavaScript in intranetuserjs.
Many thanks,
Kind regards,
Emma Perks
Area Systems Librarian
********************************************************************************************************************
This message may contain confidential information. If you are not the intended recipient please inform the sender that you have received the message in error before deleting it. Please do not disclose, copy or distribute information in this e-mail or take any action in relation to its contents. To do so is strictly prohibited and may be unlawful. Thank you for your co-operation.
NHSmail is the secure email and directory service available for all NHS staff in England and Scotland. NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and other accredited email services.
For more information and to find out how you can switch, https://portal.nhs.net/help/joiningnhsmail
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------ Message: 9 Date: Tue, 12 Mar 2019 21:13:37 +0200 From: Myriam Torres <myriam.torres@meu.edu.lb> To: koha@lists.katipo.co.nz Subject: [Koha] Where to put Self mark? Message-ID: <CAG=Vogj6YveG02qn7rOJyVBai1A1epGCsNj=3XLHG53itwSR2g@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Hi, Thanks so much for your previous help. Now I have a different Issue: I am importing data from a old database to Koha. In my old database I have a field called Shelf mark, that corresponds to the location of the books on my library. Now I am trying to move that to Koha, but I am not sure where should I put it. I tried using 952$j Shelving control number, but it does not work. Should I put it on 952$o Koha full call number, or on the $082 Classification number? or is there other place for it? *$082 ** Shelf mark* 254 253:M113 535 535:J651 535 535:R831 Thanks -- ------------------------------ Message: 10 Date: Tue, 12 Mar 2019 20:44:11 +0100 From: Katrin Fischer <katrin.fischer.83@web.de> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Where to put Self mark? Message-ID: <a26b0005-5d4d-dbe0-b4a3-2dc54e7426ef@web.de> Content-Type: text/plain; charset=utf-8; format=flowed Hi Myriam, 952$o is the right one in the item and it will display pretty much everywhere you need it. 952$j will only work for numeric values, which is probably why it didn't work. Katrin On 12.03.19 20:13, Myriam Torres wrote:
Hi, Thanks so much for your previous help. Now I have a different Issue: I am importing data from a old database to Koha. In my old database I have a field called Shelf mark, that corresponds to the location of the books on my library. Now I am trying to move that to Koha, but I am not sure where should I put it. I tried using 952$j Shelving control number, but it does not work. Should I put it on 952$o Koha full call number, or on the $082 Classification number? or is there other place for it?
*$082 ** Shelf mark* 254 253:M113 535 535:J651 535 535:R831
Thanks
-- _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------ Subject: Digest Footer _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ End of Koha Digest, Vol 161, Issue 13 *************************************
participants (1)
-
Peter Lau