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

Title : Koha-devel Digest, Vol 198, Issue 6
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. Responsive DataTables (dcook@prosentient.com.au)
2. Re: Responsive DataTables (Arthur)
3. Koha Item Type 942$c, 952$y (Ms. Naveen Ali)
4. Re: Responsive DataTables (Jonathan Druart)


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

Message: 1
Date: Mon, 9 May 2022 12:18:01 +1000
From: <dcook@prosentient.com.au>
To: "'Owen Leonard'" <oleonard@myacpl.org>, "'Koha-devel'"
    <koha-devel@lists.koha-community.org>
Subject: [Koha-devel] Responsive DataTables
Message-ID: <0f3801d8634b$06d50370$147f0a50$@prosentient.com.au>
Content-Type: text/plain; charset="utf-8"

Hi all,



A librarian pointed out to me that the table in the OPAC cart is not
responsive (ie the table flows off the edge of the screen).



I took a little look online and it looks like DataTables does have mobile
support:
https://datatables.net/extensions/rowreorder/examples/initialisation/respons
ive.html



I needed to add "responsive: true" to the DT initialisation and include
https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js
but it mostly worked.



I think we'd need to play around a bit with "dtr-control"
(https://datatables.net/extensions/responsive/examples/child-rows/column-con
trol.html) so that we could show columns that can't fit onto the screen. But
that probably wouldn't take that much work.



What do people think? It looks like it would be a great addition to Koha.



David Cook

Senior Software Engineer

Prosentient Systems

Suite 7.03

6a Glen St

Milsons Point NSW 2061

Australia



Office: 02 9212 0899

Online: 02 8005 0595



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220509/b4c896df/attachment-0001.htm>

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

Message: 2
Date: Mon, 9 May 2022 09:08:34 +0200
From: Arthur <arthur.suzuki@biblibre.com>
To: koha-devel@lists.koha-community.org
Subject: Re: [Koha-devel] Responsive DataTables
Message-ID: <34e8abb7-f9f4-c3fb-41cf-64b9390f3163@biblibre.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

definitely!

Would be awesome to use this in the circulation rule table.

Arthur

On 09/05/2022 04:18, dcook@prosentient.com.au wrote:
>
> Hi all,
>
> A librarian pointed out to me that the table in the OPAC cart is not
> responsive (ie the table flows off the edge of the screen).
>
> I took a little look online and it looks like DataTables does have
> mobile support:
> https://datatables.net/extensions/rowreorder/examples/initialisation/responsive.html
>
> I needed to add “responsive: true” to the DT initialisation and
> include
> https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js
> but it mostly worked.
>
> I think we’d need to play around a bit with “dtr-control”
> (https://datatables.net/extensions/responsive/examples/child-rows/column-control.html)
> so that we could show columns that can’t fit onto the screen. But that
> probably wouldn’t take that much work.
>
> What do people think? It looks like it would be a great addition to Koha.
>
> David Cook
>
> Senior 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/20220509/661cbb1a/attachment-0001.htm>

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

Message: 3
Date: Mon, 9 May 2022 13:03:33 +0500 (PKT)
From: "Ms. Naveen Ali" <naveen@neduet.edu.pk>
To: koha-devel@lists.koha-community.org, koha@lists.katipo.co.nz
Cc: naveen <naveen@neduet.edu.pk>
Subject: [Koha-devel] Koha Item Type 942$c, 952$y
Message-ID:
    <1137208151.1659562.1652083413830.JavaMail.zimbra@neduet.edu.pk>
Content-Type: text/plain; charset="utf-8"

Dear All,

I am migrating my data from oracle database to KOHA.
I would like to use
the 942$c to store document types such as handbooks, dictionary etc (I will not create any circulation rules for these values)
and 952$y for koha item type used for circulation rules.

I intend to edit the MARC framework and update the authorized value of 942$c to a new created authorized value such as DTYPE.

However KOHA links this field to biblioitems.itemtype.
I wanted to understand how and where is this field used in KOHA functions.
Will this cause any malfunctioning with respect to lending or any other functions.


With best regards,

Naveen Ali

ITM-JE (EAKL)
Inst Representative for
HEC Digital Library Resources.
NEDUET, Karachi.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220509/018efa02/attachment-0001.htm>

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

Message: 4
Date: Mon, 9 May 2022 10:40:08 +0200
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
To: David Cook <dcook@prosentient.com.au>
Cc: Owen Leonard <oleonard@myacpl.org>, Koha-devel
    <koha-devel@lists.koha-community.org>
Subject: Re: [Koha-devel] Responsive DataTables
Message-ID:
    <CAJzKNY7L3muapOOEGNnVJfMHLGSb-_2k0tsNxUidcgXfu_hqhw@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"

Yes, good idea. Write the patch! :D

Le lun. 9 mai 2022 à 04:18, <dcook@prosentient.com.au> a écrit :
>
> Hi all,
>
>
>
> A librarian pointed out to me that the table in the OPAC cart is not responsive (ie the table flows off the edge of the screen).
>
>
>
> I took a little look online and it looks like DataTables does have mobile support: https://datatables.net/extensions/rowreorder/examples/initialisation/responsive.html
>
>
>
> I needed to add “responsive: true” to the DT initialisation and include https://cdn.datatables.net/responsive/2.2.9/js/dataTables.responsive.min.js but it mostly worked.
>
>
>
> I think we’d need to play around a bit with “dtr-control” (https://datatables.net/extensions/responsive/examples/child-rows/column-control.html) so that we could show columns that can’t fit onto the screen. But that probably wouldn’t take that much work.
>
>
>
> What do people think? It looks like it would be a great addition to Koha.
>
>
>
> David Cook
>
> Senior 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/


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

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 198, Issue 6
******************************************


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