https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37707
Nick Clemens (kidclamp) <[email protected]> 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) <[email protected]> --- 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 <[email protected]> Signed-off-by: Nick Clemens <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
