Re: [Koha] How to copy patron permissions?

2022-04-26 Thread Michael Sutherland
Greetings! I do not believe that's correct. You may create a patron list with specific permissions for that group; when you add the patron to that list, then they'll have whatever permissions you assigned to that list. I do this for staff and student workers who have different permissions. Our

[Koha] VM move shut-down/start-up activities?

2022-04-26 Thread Bales (US), Tasha R
Good afternoon, My IT department will be migrating my Koha installation from one VM to another. They call this a "lift and shift." I will not be installing Koha or taking special steps to migrate the database, they are just moving it all intact to another server, same IP address. I'd like to

Re: [Koha] [EXTERNAL] Re: Public list RSS works, but Private list doesn't?

2022-04-26 Thread Bales (US), Tasha R
Bummer, as I could really use that feature. However, I'm glad to know it appears to be a bug, so that I can hide the button and avoid unhappy users! Thank you. Tasha Bales Enterprise Services -Original Message- From: Owen Leonard Sent: Monday, April 25, 2022 10:48 To: Bales (US)

Re: [Koha] How to copy patron permissions?

2022-04-26 Thread Coehoorn, Joel
Seems like copying permissions is not the right solution here, but rather defining roles and placing patrons (staff) into those roles would be a better fit. Sadly, I don't think this is currently supported, either. Joel Coehoorn Director of Information Technology York College of Nebraska On Tue,

Re: [Koha] How to copy patron permissions?

2022-04-26 Thread David Nind
Also, there are a couple of plugins listed here that may be useful to look at: https://wiki.koha-community.org/wiki/Koha_plugins#Patron_plugins David ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.kat

Re: [Koha] How to copy patron permissions?

2022-04-26 Thread David Nind
Hi Michael. At the recent koha-US Web Development Group Special Interest Group meeting there was some discussion about using some JavaScript to do this. Resources: - Meeting recording: https://www.youtube.com/watch?v=3HBpWHmyLKU (from about the 1:00 minute to 6:00 minutes) - JS: https://wiki.koha

Re: [Koha] How to copy patron permissions?

2022-04-26 Thread Owen Leonard
> Is it possible to copy the permissions of another patron when creating a > new one? Not exactly what you're looking for, but your question prompted me to start working on Bug 30623, "Copy permissions from one user to another" (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30623).

Re: [Koha] How to copy patron permissions?

2022-04-26 Thread Raymund Delahunty
Hello Michael- I so wish I knew of a way of duplicating an existing record for library staff and retaining the staff permissions as we have a lot of sites, and quite a lot of staff turnover. So being able to retain the permissions (especially for library assistants who have 'standard' permissio

[Koha] Koha 21.11.05 Released!

2022-04-26 Thread Kyle Hall
The Koha community is proud to announce the release of version 21.11.04. This is a maintenance release and contains many bug fixes and enhancements. As always you can download the release from: https://download.koha-community.org Thank you very much to everyone involved in this release. View the

Re: [Koha] How to Create Top 10 Circulation book with ISBN report

2022-04-26 Thread MASTeR Library
Thanks a lot. On Tue, 26 Apr 2022, 9:09 pm Josh Barnes, wrote: > Hello! > > You're on the right track with adding the bi.isbn. The extra part you > missed is to tell your query which table the isbn is coming from. You can > do that by using another left join to add the biblioitems table. Try > s

Re: [Koha] How to Create Top 10 Circulation book with ISBN report

2022-04-26 Thread Josh Barnes
Hello! You're on the right track with adding the bi.isbn. The extra part you missed is to tell your query which table the isbn is coming from. You can do that by using another left join to add the biblioitems table. Try something like this: SELECT count(s.datetime) AS circs, b.title, b.author, i.

[Koha] Koha 20.11.18 released

2022-04-26 Thread Victor Grousset/tuxayo
Hello! :) The Koha Community is happy to announce the release of Koha 20.11.18 The full release notes can be found at: https://koha-community.org/koha-20-11-18-released/ Debian packages should be available shortly. Thanks to everyone involved :) Cheers, -- Victor Grousset/tuxayo __

[Koha] Koha 21.05.14 Release

2022-04-26 Thread Andrew Fuerste-Henry
The Koha community is proud to announce the release of version 21.05.14. This is a maintenance release and contains bug fixes. For full details and release notes, please see https://koha-community.org/koha-version-21-05-14-released/ Thanks! Andrew -- Andrew Fuerste-Henry Educator (he/they) ByWa

[Koha] Koha-Spine Label creation-Issues

2022-04-26 Thread Manoj Kumar
Hi all While creating spine label using the label creator provision in Koha, following errors occurring 1. in the call number section,* forward slash is* missing in the book number Example:954 AJA/I to be printed but instead it comes 954 AJAI together while using spine label creator. Here

[Koha] How to Create Top 10 Circulation book with ISBN report

2022-04-26 Thread MASTeR Library
Hi Is it possible to Create Top 10 Circulation book with ISBN number in SQL report, it is Available for Top Circulation book report: https://wiki.koha-community.org/wiki/SQL_Reports_Circulation#Top_10_Circulating_Books , but ISBN number missing. How to Add the ISBN Number in the report. i try

[Koha] How to copy patron permissions?

2022-04-26 Thread Michael Kuhn
Hi Is it possible to copy the permissions of another patron when creating a new one? I always thought this would happen when copying/duplicating an existing patron. But when I actually tried it today the permissions were not there with the new patron and I had to set them manually. Best wi