meeting-room-booking-system / mrbs-code

MRBS application code
Other
129 stars 64 forks source link

MRBS Reservation #3377

Closed jberanek closed 1 year ago

jberanek commented 1 year ago

Hi Everybody,

I search with mrbs how can i do multi-reservation for a room. Because i have an issue when i want to put more than 1 person in a room. I try to put for exemple 3 students in a room with differents time table but if i put a period more 1 day all the day is taken.

Many thanks for help or tips :)

Reported by: *anonymous

Original Ticket: mrbs/support-requests/2694

jberanek commented 1 year ago

MRBS is designed to reserve resources, so you can't have more than one person reserving a room. However there are two possible solutions to your problem:

  1. Use the "registration" feature. This allows you to create an event for which other people can register. However this will only be suitable if everybody is registering for a particular event at a particular time.

  2. Make your room into an area and then create "rooms" called "Person 1", "Person 2", etc. up to the maximum number of people that can use the room at the same time.

Original comment by: campbell-m