http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5038 --- Comment #1 from Brice Sanchez <brice.sanchez@sys-tech.net> --- My project manager and me have defined the features for the Checkout by hour : "In a Library, a book could be loan for a specified number of hours (eg 4:00). If the book is taken one hour before closing, it can be return the same evening in the letter box or the next morning before the opening and without paying charges (with dropbox mode)." Administration 1 - Home > Tools calendar We need to add hours of opening and closing. 2 - Administration > Issuing Rules We need to add Hour and Minutes in the Loan Period like adding 3 input type="text" Create the needed code to defined the rule 3 - Circulation > Checkouts We need to add a hours and minutes input type="text" Check for "24" hours and "00-59" minutes Check the rule Display hours and minutes in the result of the checkout 4 - Circulation > Checkin We need to calculate the charges with hour and minutes and the hours of opening and closing The same for the dropbox mode. 5 - Patrons > Checkin > Reading Record for {name} Add Hour and minute in the History This is the specifications that our customer needs and that we need to develop and make public. Hoping that this closer to what you want to have. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.