meeting-room-booking-system / mrbs-code

MRBS application code
Other
117 stars 58 forks source link

Set booking times #2076

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hi Campbell great piece of software but I was wondering if its possible to have users not being able to book after a specific time of day. For example all bookings (except by admin) stop at 5.30pm each day?

Thanks

Francis

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1363

jberanek commented 6 years ago

Not as standard. You'd have to add your own policy check to mrbsCheckPolicy() in mrbs_sql.inc.

Original comment by: campbell-m

jberanek commented 6 years ago

hi Campbell where exactly would I find that file please?

Original comment by: *anonymous

jberanek commented 6 years ago

It's in the web directory, part of the MRBS code. You'll need to add your own code to implement your policy.

Original comment by: campbell-m