A new request with request id 17315 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is :

Title : Koha-devel Digest, Vol 187, Issue 27
Category :
Description :
Send Koha-devel mailing list submissions to
    koha-devel@lists.koha-community.org

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
or, via email, send a message with subject or body 'help' to
    koha-devel-request@lists.koha-community.org

You can reach the person managing the list at
    koha-devel-owner@lists.koha-community.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Koha-devel digest..."


Today's Topics:

1. Re: Add multi-branch support to AutoSelfCheckAllowed
(Katrin Fischer)
2. Re: Add multi-branch support to AutoSelfCheckAllowed
(Tomas Cohen Arazi)
3. Re: Embed see-from headings (authorities) into bibliographic
records at OAI repository level (Katrin Fischer)


----------------------------------------------------------------------

Message: 1
Date: Sat, 26 Jun 2021 17:39:46 +0200
From: Katrin Fischer <katrin.fischer.83@web.de>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Add multi-branch support to
    AutoSelfCheckAllowed
Message-ID: <f563a7a7-6d9c-4fdd-1ff6-15c313e6d5c2@web.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210626/850abe11/attachment-0001.htm>

------------------------------

Message: 2
Date: Sat, 26 Jun 2021 14:47:57 -0300
From: Tomas Cohen Arazi <tomascohen@gmail.com>
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
Message-ID:
    <CABZfb=UX_gxvB69iQQkO+UNRUStQONr63HWp0+i8ur5_DYjdVw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210626/412d4d3c/attachment-0001.htm>

------------------------------

Message: 3
Date: Sun, 27 Jun 2021 10:27:36 +0200
From: Katrin Fischer <katrin.fischer.83@web.de>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Embed see-from headings (authorities) into
    bibliographic records at OAI repository level
Message-ID: <7857ec78-cf08-5525-7421-db7341c2d8c2@web.de>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi Julien,

not sure if GetMarcBiblio would be the best spot, but I like the idea in
general, especially as an optional switch. Maybe file a bug report for
further discussion?

Katrin

On 19.06.21 20:08, Julien Sicot wrote:
> Hi all,
>
> An enhancement idea :
>
> It could be interesting to enrich the bibliographic records exposed in
> OAI with see-from headings, this would allow users who use koha with a
> discovery tool to be able to manage, normalize and index some
> authorities data ?
>
> This is something that could be done directly in
> C4::Biblio::GetMarcBiblio following the same method used for embedding
> items.
> We could use an optional parameter like embed_items
> (embed_seefromheading) and a function similar to
> C4::Biblio::EmbedItemsInMarcBiblio by reusing what was made for zebra
> with EmbedSeeFromHeadings (bug #7417
> <https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7417>).
>
> What do you think about this?
>
>
>
> Thanks for feedback,
> Best
>
> --
> *Julien Sicot*
> Systems Librarian
> Université Rennes 2
> 02 22 51 44 41
>
>
> _______________________________________________
> 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210627/4b48a2e7/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 096af0a1-34a2-4a88-ac19-85cad80f4cb1.png
Type: image/png
Size: 59715 bytes
Desc: not available
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20210627/4b48a2e7/attachment.png>

------------------------------

Subject: Digest Footer

_______________________________________________
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/


------------------------------

End of Koha-devel Digest, Vol 187, Issue 27
*******************************************


NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.