youtube image
From YouTube: System Admin + Web Dev Special Interest Groups - 9/24/2021

Description

Recorded during the Fresh Perspectives conference.

Chat logs:
07:23:44 Rebecca Coert - APL: I have a report question :)
07:25:31 Lisette Scheer: SELECT LEFT (fieldname, 5)
07:30:16 Carol Pham: Is there a SQL library for ACQ?
07:31:16 Carol Pham: Omg, I can't believe I missed these. Thank You!
07:39:40 Rebecca Coert - APL: If you use Tab Separated Text (second option) you can format those when importing in Excel.
07:40:34 Rebecca Coert - APL: I find it cleaner than CSV
07:40:48 Heather Hernandez (she/her): Oh, come on--Slow Koha-US Cleanup TV!!!
07:42:48 Bob Bennhoff: Gotta run and go explain how lost items work to one of our libraries
07:43:04 Jason: Thanks Bob!
07:43:04 George - laptop: See you later Bob
07:49:11 Rebecca Coert - APL: that's great! Is this on the wiki?
07:51:04 Rebecca Coert - APL: LOVE the warning triangle!
07:54:20 George - laptop: Warning triangle video: https://youtu.be/__9M-tKxGdI
07:54:40 Barbara Johnson: /*BEGIN Re-sort Invoice table in desc order - RT 56230 1.31.19 lg*/$(document).ready(function () { if (window.location.href.indexOf("invoices.pl") [rightangledbracket] -1) { $(window).load(function () { var table = $('#resultst').DataTable(); // Sort by column 2 and then re-draw table .order( [ 2, 'desc' ] ) .draw(); }); }});
08:00:54 Jason: $("td[id^= + value +]")
08:01:28 Rebecca Coert - APL: [adorable!]
08:02:51 George - laptop: [attribute^=value]
08:03:09 George - laptop: selects everything with the attribute starting with "value"
08:05:04 Wally DesChamps: You all are blowing my mind with this...and I am loving it! I wish I was as adept as you are. I'm looking forward to continuing to learn more!!!
08:05:59 Heather Hernandez (she/her): It shows the community in action--that there's always support and help!!
08:06:20 Wally DesChamps: @heather … yes, indeed!
08:08:47 Rebecca Coert - APL: These meetings are so helpful and informative! Thank you!
08:09:39 Heather Hernandez (she/her): Kitteh!! ❤️
08:10:50 Victor Zuniga: Any tips/lessons learned on upgrading from an older Koha version (16.05.02.000) to the latest one? I think I read somewhere MySQL was replaced for a different DB server. Anything I should be aware of with compatibility/Schema issues?
08:15:07 Victor Zuniga: Thanks George!
08:15:13 Victor Zuniga: Thanks everyone!!