http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8133 --- Comment #1 from Elliott Davis <elliott@bywatersolutions.com> --- Fines Calculation 1) Don’t charge fines when library is closed (Ex: after 5 pm) a) Syspref for how to handle item returns if the return falls during a closed time. b) Make materials due at closed time i) Make materials due next day at time open ii) Open/Closed Rules Creation - This may require that we move everything over to Koha:: from C4:: 2) Recurring times (Ex: Weekdays closed at 5 pm, weekends closed at 3 pm) a) Exceptions (Ex: Closed at noon on Easter) Possible Useful Links: http://search.cpan.org/~fglock/DateTime-Set-0.31/lib/DateTime/Span.pm http://search.cpan.org/~fglock/DateTime-Set-0.31/lib/DateTime/SpanSet.pm -- You are receiving this mail because: You are watching all bug changes.