Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource capacity limit doesn't work #432

Open
ieovigo opened this issue Oct 7, 2024 · 3 comments
Open

Resource capacity limit doesn't work #432

ieovigo opened this issue Oct 7, 2024 · 3 comments

Comments

@ieovigo
Copy link

ieovigo commented Oct 7, 2024

Hi,

I have installed librebooking 2.8.6.1 on debian 12 server and we have a problem, the system does not allow us to make more than one reservation at the same time for any resource, even if we set unlimited capacity or for example 2. It shows a message indicating that there is a reservation conflict.

What could be the problem?

Thank you so much

@ieovigo
Copy link
Author

ieovigo commented Oct 7, 2024

Hello,

I think I already found the error. It has been a problem of interpretation of the concept of resource capacity.

We thought it was concurrent booking capability, for example, allowing 4 people to book a room at the same time, because that room has 4 computers.

I think that to control that, you have to create 4 resources, one for each computer.

it's right?

Thank you

@effgarces
Copy link
Collaborator

Hi, exactly. In fact that was one of the things that first tripped me when I started using Booked (now Librebooking). Resource capacity here, is geared toward the capacity of a room, so by taking advantage of the fact that you can invite people to an event you can ensure that you don't exceed the capacity of the room.
Besides creating 4 resources, there's also a another trick that you can do, create a single resource, that can be booked simultaneously by many then create an accessory with the total quantity of 4 and associate it with the resource, make the minimum quantity that you can reserve 1, that way, when booking you will need to add at least one of that accessory in order to progress, when all accessories are booked it will no longer be possible to book the resource.

@Martin35415
Copy link

Hi, but the resource planning doesn't seem to work properly.

Example:
I schedule an appointment with 25 people (Participant List or Invitees? What's the difference?), one resource is a person who has a capacity of 12 people, I add this resource. I can still schedule the appointment - that makes no sense. What does the capacity specification for a resource refer to? It can't be an accessory, it has to be people, as it is intended.

If I have to assign an accessory to a resource and then have to manually add the people to this accessory in the booking process for the appointment so that the limit applies, that is far too much work.

The adjustment that the capacity (
This resource has a capacity of X people) is checked based on the participants would be very important for me to be able to use this tool - can you drive the development of this feature forward? I would also be prepared to pay a certain amount of money for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants