Hourly due dates and fines ignore library closings

Bug #1064679 reported by Michele Morgan
90
This bug affects 17 people
Affects Status Importance Assigned to Milestone
Evergreen
Confirmed
Medium
Unassigned

Bug Description

Evergreen 2.2.2

Users of hourly reserves are being assigned due times when the library is closed and are being charged hourly overdue fines when the library is closed.

Hours of Operation are set as follows:

M-Th 7:45AM - 12:00PM
F 7:45AM - 9:00PM
S 10:00AM - 9:00PM
Su 1:00PM - 12:00AM

Duration rule is set to 02:00:00 or 04:00:00

Examples of action.circulation.xact_start, due_date are:

2012-10-04 23:58:53.570663-04, 2012-10-05 00:03:01-04
2012-10-04 23:40:49.106283-04, 2012-10-05 00:03:23-04
2012-10-07 21:48:10.382301-04, 2012-10-08 00:01:19-04
2012-10-07 23:54:17-04, 2012-10-08 01:54:17-04

Examples of money.billing_ts are:

2012-10-08 02:54:17-04
2012-10-08 03:54:17-04
2012-10-08 04:54:17-04
2012-10-08 05:54:17-04
2012-10-08 06:54:17-04
2012-10-08 07:54:17-04
2012-10-08 08:54:17-04
2012-10-08 09:54:17-04
2012-10-08 10:54:17-04
2012-10-08 11:54:17-04

We have "Charge fines on overdue circulations when closed" set to FALSE

So it does appear that hourly loans and fines are ignoring closings.

Tags: circulation
Changed in evergreen:
status: New → Triaged
Revision history for this message
Ben Shum (bshum) wrote :

Marking as confirmed since there have been previous reports of this bug. See bug 741070 for earlier report.

Changed in evergreen:
status: Triaged → Confirmed
importance: Undecided → Medium
Revision history for this message
Dan Wells (dbw2) wrote :

We've been frustrated by this issue since coming to Evergreen, and finally have some working code to address it. I am assigning myself now, as our goal is to have the code in local production next week, and a branch should follow shortly after that.

Changed in evergreen:
assignee: nobody → Dan Wells (dbw2)
Revision history for this message
Galen Charlton (gmc) wrote :

Dan, checking to see if you have a branch ready.

Revision history for this message
Dan Wells (dbw2) wrote :

Galen, thanks for the kick. I do have a branch for this, though it is not without issues. Known to-dos are:

1. Proper handling of hourly (i.e. not day-granular) grace periods which overlap into closed periods when those closed periods are configured to not count against grace.
2. Proper handling of hourly (i.e. not day-granular) fine intervals/grace periods whenever those periods are (potentially) long enough to cover two (or more) distinct open periods.
3. General optimization. Short fine periods can be extremely repetitive when doing the "are we open" check, so there's a lot or room for improvement when generating multiple fines for a single circulation. (If you are already generating fines at a rate matching your library's shortest fine interval, though, this optimization is moot.)

#1 exists in our environment, while #2 is purely an edge case I encountered in testing, as it is simplest to trigger with a fine interval which is longer than a day but also not day-granular (an uncommon requirement, I imagine). I'd like to get #1 sorted before putting out a pullrequest.

I'm not attending the Hack-a-way, but I do have some of that time set aside for hacking, so I'll try to get a working branch posted then.

Revision history for this message
Michele Morgan (mmorgan) wrote :

Just noting that, should a branch be forthcoming, I'd be more than willing to test it.

Revision history for this message
Dan Wells (dbw2) wrote :

Any chance of extending that testing offer to bug #1422379? The work in progress for this bug builds on the changes in that branch, and that branch has been waiting for a while now.

Revision history for this message
Dan Wells (dbw2) wrote :

Wow, two months ago already? Just reporting back that progress continues on this bug. My previous branch contained way too much spaghetti, so I've essentially started anew for a bit chunk of it with lessons learned. So far the new code passes my test suite while being much cleaner and easier to understand. Might even be faster, too, but I could be dreaming ;)

Elaine Hardy (ehardy)
tags: added: circulation
Revision history for this message
Christine Burns (christine-burns) wrote :

This issue persists in Evergreen 3.1

Revision history for this message
Ruth Frasur Davis (redavis) wrote :

Pinging this ticket and noting that if there's something to test, I'm available.

Revision history for this message
Shannon Dineen (sdineen) wrote :

Still an issue for our Sitka libraries; we are currently on 3.5, upgrading to 3.7 this year.

Commenting on this bug for Feedback Fest because we are interested in a resolution and we would be happy to test if something becomes available.

Revision history for this message
Jennifer Pringle (jpringle-u) wrote :

continues to be an issue in 3.9

Changed in evergreen:
assignee: Dan Wells (dbw2) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.