Add multi-branch support to AutoSelfCheckAllowed
AutoSelfCheckAllowed is a useful system preference, but it really only works if you have 1 branch. Lots of libraries have multiple branches. We have a local customization to get around this but I don't love it. How do people think Koha could have multi-branch support for AutoSelfCheckAllowed? Of course, AutoSelfCheckID and AutoSelfCheckPass are a hack. But that's a topic for another day. David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595
Hi David, did you see: *Bug 21250* <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21250> - Auto-self-checkout not fully compatible with multi-branch library setup ? We found a workaround there using overwrites in koha-conf.xml, but there was definitely interest in having an easier solution. Hope this helps, Katrin On 22.06.21 09:02, dcook@prosentient.com.au wrote:
AutoSelfCheckAllowed is a useful system preference, but it really only works if you have 1 branch. Lots of libraries have multiple branches. We have a local customization to get around this but I don’t love it.
How do people think Koha could have multi-branch support for AutoSelfCheckAllowed?
Of course, AutoSelfCheckID and AutoSelfCheckPass are a hack. But that’s a topic for another day…
David Cook
Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
We should make use of... The configurations table hahaha. El mar., 22 jun. 2021 4:22, <dcook@prosentient.com.au> escribió:
AutoSelfCheckAllowed is a useful system preference, but it really only works if you have 1 branch. Lots of libraries have multiple branches. We have a local customization to get around this but I don’t love it.
How do people think Koha could have multi-branch support for AutoSelfCheckAllowed?
Of course, AutoSelfCheckID and AutoSelfCheckPass are a hack. But that’s a topic for another day…
David Cook
Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
Tomas: I knew you were going to say that heh. Does the configurations table have a password field type available? Katrin: I hadn’t seen that one, but I’ll comment there. David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Tomas Cohen Arazi <tomascohen@gmail.com> Sent: Sunday, 27 June 2021 3:48 AM To: David Cook <dcook@prosentient.com.au> Cc: koha-devel <koha-devel@lists.koha-community.org> Subject: Re: [Koha-devel] Add multi-branch support to AutoSelfCheckAllowed We should make use of... The configurations table hahaha. El mar., 22 jun. 2021 4:22, <dcook@prosentient.com.au <mailto:dcook@prosentient.com.au> > escribió: AutoSelfCheckAllowed is a useful system preference, but it really only works if you have 1 branch. Lots of libraries have multiple branches. We have a local customization to get around this but I don’t love it. How do people think Koha could have multi-branch support for AutoSelfCheckAllowed? Of course, AutoSelfCheckID and AutoSelfCheckPass are a hack. But that’s a topic for another day… David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
Actually, what I was thinking was possibly adding a field to the “branches” table to specify a user to use, and not requiring a password. Of course, if you don’t require a password, someone could specify any user they want, so that won’t work either. David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: dcook@prosentient.com.au <dcook@prosentient.com.au> Sent: Monday, 28 June 2021 11:17 AM To: 'Tomas Cohen Arazi' <tomascohen@gmail.com> Cc: 'koha-devel' <koha-devel@lists.koha-community.org> Subject: RE: [Koha-devel] Add multi-branch support to AutoSelfCheckAllowed Tomas: I knew you were going to say that heh. Does the configurations table have a password field type available? Katrin: I hadn’t seen that one, but I’ll comment there. David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Tomas Cohen Arazi <tomascohen@gmail.com <mailto:tomascohen@gmail.com> > Sent: Sunday, 27 June 2021 3:48 AM To: David Cook <dcook@prosentient.com.au <mailto:dcook@prosentient.com.au> > Cc: koha-devel <koha-devel@lists.koha-community.org <mailto:koha-devel@lists.koha-community.org> > Subject: Re: [Koha-devel] Add multi-branch support to AutoSelfCheckAllowed We should make use of... The configurations table hahaha. El mar., 22 jun. 2021 4:22, <dcook@prosentient.com.au <mailto:dcook@prosentient.com.au> > escribió: AutoSelfCheckAllowed is a useful system preference, but it really only works if you have 1 branch. Lots of libraries have multiple branches. We have a local customization to get around this but I don’t love it. How do people think Koha could have multi-branch support for AutoSelfCheckAllowed? Of course, AutoSelfCheckID and AutoSelfCheckPass are a hack. But that’s a topic for another day… David Cook Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
participants (3)
-
dcook@prosentient.com.au -
Katrin Fischer -
Tomas Cohen Arazi