https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37707 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192800|0 |1 is obsolete| | Attachment #192801|0 |1 is obsolete| | Attachment #192802|0 |1 is obsolete| | Attachment #192803|0 |1 is obsolete| | Attachment #192804|0 |1 is obsolete| | Attachment #192805|0 |1 is obsolete| | Attachment #192806|0 |1 is obsolete| | Attachment #192807|0 |1 is obsolete| | --- Comment #55 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 192863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192863&action=edit Bug 37707: Add bidirectional lead/trail period conflict detection Enhance the booking modal to detect and prevent lead/trail period conflicts in both directions: - New booking's lead period vs existing booking's trail period - New booking's trail period vs existing booking's lead period Visual feedback: - Highlight existing booking's lead periods (before booking starts) - Highlight existing booking's trail periods (after booking ends) - Add CSS classes for start/end boundaries with rounded corners User feedback: - Show contextual messages explaining why dates are blocked - Differentiate between lead period, trail period, and booking conflicts - Display informational messages when hovering available dates The conflict detection uses mathematical date range comparisons that work across month boundaries, not just visible calendar dates. Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.