[Koha] Self Registeration

2023-08-02 Thread Himanshu Aggarwal
In Patron Self Registration how to make category editable?..Also if I wish to change Zip Code to Pin Code. How to do it. -- Assistant Librarian, Confucius Institute Scholar 13-14, R.D. National College, Bandra (W.) ___ Koha mailing list http://koha-co

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Katrin Fischer
Hi, check the Koha-to-MARC mappings in administration to see if 952$a and 952$b are linked correctly. If not, restore the link to items.homebranch and items.holdingbranch from there. Hope this helps, Katrin On 02.08.23 21:51, Antony Kujenga wrote: Hi Lauren, Yes, I've been trying to edit the

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Hi Lauren, Yes, I've been trying to edit the 952 $a subfield (Home Library) under the "Tag 952 Subfield constraints" Regards AK On Wed, 2 Aug 2023 at 15:36, Lauren Denny wrote: > Did you edit the 952 MARC field in the Frameworks? This is connected to > the items record. > > On Wed, Aug 2, 202

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
This still yields no results!🙆 On Wed, 2 Aug 2023 at 15:50, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > What about this one? > SELECT frameworkcode, tagfield, tab, authorised_value FROM > marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR > kohafield = "ite

[Koha] 2023 koha-US Conference Registration open through August

2023-08-02 Thread BRANNON, CHRISTOPHER
Registration for this year's conference in Portsmouth, New Hampshire is still open! We want to see you there. Be sure to register! And, even though we offer an online option, you should really consider coming to New Hampshire in person. Why should you come in person??? There are several bene

Re: [Koha] [EXTERNAL] Re: Clearing of users

2023-08-02 Thread Elaine Bradtke
I think Fred's proposal is good. I often batch change groups of patrons from one category to another. Works well for us. Elaine VWML On Wed, Aug 2, 2023 at 7:23 AM King, Fred wrote: > Could you make a new patron category that isn't allowed to check out > books? You could ad

Re: [Koha] [EXTERNAL] Re: Clearing of users

2023-08-02 Thread King, Fred
Could you make a new patron category that isn't allowed to check out books? You could add a notice on the checkout screen: "No checkouts." You can probably do it with the tool Batch Patron Modification, though I've never used it myself. Fred King, MSLS, AHIP Medical Librarian, MedStar Washington

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
What about this one? SELECT frameworkcode, tagfield, tab, authorised_value FROM marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR kohafield = "items.holdingbranch" ) AND ( authorised_value != "branches" OR tab != 10 ); Le mer. 2 août 2023 à 14:53, Antony Kujenga a écrit : > > Hi J

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Lauren Denny
Did you edit the 952 MARC field in the Frameworks? This is connected to the items record. On Wed, Aug 2, 2023 at 8:54 AM Antony Kujenga wrote: > Hi Jonathan, > > No, it does not return anything. > > Regards > > > AK > > > On Wed, 2 Aug 2023 at 13:56, Jonathan Druart < > jonathan.dru...@bugs.koh

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Hi Jonathan, No, it does not return anything. Regards AK On Wed, 2 Aug 2023 at 13:56, Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Does this SQL query return something? > > SELECT frameworkcode, tagfield, tab, authorised_value FROM > marc_subfield_structure WHERE ( koh

Re: [Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Jonathan Druart
Does this SQL query return something? SELECT frameworkcode, tagfield, tab, authorised_value FROM marc_subfield_structure WHERE ( kohafield = "items.homebranch" OR kohafield = "items.holdingbranch" ) AND authorised_value != "branches"; Le mer. 2 août 2023 à 11:25, Antony Kujenga a écrit : > > Dea

Re: [Koha] Clearing of users

2023-08-02 Thread Stephen Graham
I’m not sure what “cleared” means in your context, but to stop users from borrowing then change their expiry date to before the current date, add a restriction to their record or maybe change their category to a group that cannot borrow? Stephen From: Koha On Behalf Of Tom Obrien Sent: Wedne

Re: [Koha] Clearing of users

2023-08-02 Thread Tom Obrien
Hi Ketan, Not really. I am looking for a situation whereby once a user have been cleared in the Koha, the person who has been cleared cannot borrow books from the system. When such a person attempts to borrow a book, the system will deny him/her. Regards On Tue, Aug 1, 2023 at 9:21 PM Ketan Kulkar

[Koha] Failing to edit MARC Frameworks in Koha 22.05.05.000

2023-08-02 Thread Antony Kujenga
Dear Community, I've been trying to edit some frameworks in our Koha 22.05.05.000 instance running on Ubuntu 22.04. Upon running the framework test, I'm getting this error report: homebranch NOT mapped the items.homebranch field MUST : - be mapped to a MARC subfield, - the corresponding su

Re: [Koha] Clearing of users

2023-08-02 Thread Indranil Das Gupta
Hi Tom, A couple ways: 1) Soft delete the patron records so that they are moved from borrowers table to deletedborrowers table. There are both pros and cons to this. Biggest advantage being your patron related queries will speed up. And you call still pull up the details of your soft deleted bor