Bug 9725 - Add support to notices for hourly loans
Summary: Add support to notices for hourly loans
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 15:41 UTC by Kyle M Hall
Modified: 2024-01-04 10:04 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.