aidwiz Posted May 1, 2024 Posted May 1, 2024 hi, tried to google to no avail. for MRBS software, how do you prevent users from booking on the same day he / she wants to use the room? for example: Susan wants to use Room001 on Thursday; therefore so she must book the room before Thursday (24 hours before). is this possible with MRBS? thanks in advance.
TechMonkey Posted May 1, 2024 Posted May 1, 2024 I can't remember the file, probably areadefaults.inc.php, there should be a value for $min_book_ahead_enabled and $min_book_ahead_secs. Set the former to TRUE and the later to the number of seconds for 24 hours. I don't currently have an MRBS instance up and running but I'm sure that is what I have done in the past.
howartp Posted May 2, 2024 Posted May 2, 2024 I can't remember the file, probably areadefaults.inc.php, there should be a value for $min_book_ahead_enabled and $min_book_ahead_secs. Set the former to TRUE and the later to the number of seconds for 24 hours. I don't currently have an MRBS instance up and running but I'm sure that is what I have done in the past. Correct concept but once the area is created, apparently you now edit it in the UI not in code. Also the variable has been renamed to $min_create_ahead_enabled. https://sourceforge.net/p/mrbs/support-requests/1074/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now