https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39584

--- Comment #13 from Martin Renvoize (ashimema) 
<martin.renvo...@openfifth.co.uk> ---
Thanks for testing Kristi, it's very much appreciated.


(In reply to Kristi from comment #9)
> If there are renewals allowed, the post-processing also does not cut into
> the circ peiod (39584_WithRenewals_20250520.png) It does look like it adds
> another day on the end date in this case though. A booking for 7 days with 2
> renewals starting on 6/02 would end on 6/23 in the date picker, but it ends
> on 6/24 when booked (39584_Bookings.PNG)

As discussed, I think this is pre-existing and it's actually a day "added" at
to the initial issue if I'm understanding it correctly.

We count the first day of the booking as the "pickup day" and under normal
circulation we would set the due date to today at midnight + issue period.. so
if I booked from the first, the due date would be midnight on the 8th.. 1st + 7
days = 8th.

For renewals, we currently add a renewal period for each renewal allowed, so
it's exclusive of the 'renewal' day.. it presumed you would be returning the
item on the last day of your issue and adds renewal period to that day.

> I'm not sure I fully understand "what would be even better is to add a set
> of bookings in and ensure end date handling is still properly handled for
> those bookings with a start date before one and around the expected maximum
> date." Happy to discuss that further.

So what I meant by that was that I just wanted to verify that we're still
handling bookings clashes as expected. i.e that the lead and trail periods
still interact with other bookings, ensuring one cannot overlap with another
booking (I know I also have another bug to work on to ensure we don't overlap
lead/trail periods with each other too)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to