Bug 9725

Summary: Add support to notices for hourly loans
Product: Koha Reporter: Kyle M Hall <kyle>
Component: NoticesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jzairo, kelly, marjorie.barry-vila, patrick.robitaille, r.delahunty
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2013-02-27 15:41:14 UTC
Overdue notice triggers are still in days only, so it is not possible to notify patrons as soon as an item out is due.
Comment 1 Ray Delahunty 2024-01-04 10:04:25 UTC
In the meantime we are using the patron_emailer_pl functionality to send 'late' notices for hourly loans. For example when a laptop loaned for 5 hours goes late, the email is sent within a few minutes. OK it means running the emailer script often:
*/5 * * * * /usr/share/koha/bin/cronjobs/patron_emailer.pl --report 974 --notice ODUE_LAPTOP --module circulation --commit 
Better than nothing, I suppose.