youtube image
From YouTube: System Administration Special Interest Group - 7/11/2023

Description

00:28:04 Christopher Brannon: There's a lot to choo choo on
00:28:09 Andrew Fuerste-Henry: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30708
00:29:36 Jason - SEKLS: https://wiki.koha-community.org/wiki/SQL_Reports_Patrons#Patron_branchcode_change_counts_in_a_date_range
00:30:42 Andrew Fuerste-Henry: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25159
00:33:01 Christopher Brannon: no
00:33:16 Christopher Brannon: okay, yes
00:39:40 Andrew Fuerste-Henry: SELECT title, subtitle,itemnumber, itemtype, sum(if(type='issue',1,0)), sum(if(type='localuse',1,0))FROM statistics left join items using (itemnumber) left join biblio using (biblionumber)GROUP BY itemnumber
00:43:20 Andrew Fuerste-Henry: https://www.w3schools.com/sql/func_mysql_round.asp
00:44:54 Christopher Brannon: CONCAT("$",FORMAT(a.amountoutstanding,2)) AS owes
00:47:19 Juliet Heltibridle: FORMAT(ABS(o.amount), 2) as "Amount Collected",
00:47:54 Fred King: Does your library have a photo of what's available?
01:00:47 Juliet Heltibridle: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34149
01:02:50 Juliet Heltibridle: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28307