[Koha] New patrons SQL Report

2020-11-21 Thread muiru james
Hello team, I need a report that counts and sums new patrons registered within a certain date range by gender for each category. How can I enhance this report? I dont mind a different on delivering results. SELECT categorycode, COUNT(borrowernumber) AS 'new patrons' FROM (SELECT borrowernumber,

[Koha] Koha and nginx

2020-11-21 Thread Beda Szukics
Good evening Has anybody running koha with nginx instead of apapche? I found some mentions in the koha-community wiki but these seem to be special cases. Three years ago biblibre published https://git.biblibre.com/biblibre/koha-nginx?lang=de-DE Has anyone used this? Greetings Beda