Calculating price over 2 parameters : interval and number of people

Created on 26 January 2024, about 1 year ago
Updated 6 February 2024, about 1 year ago

Problem/Motivation

Hi,
I am trying to build a reservation system for some "object" which may contains a number of people. As an example, a car may allow 4 people to use it per event of 1 hour. The user who is making the reservation will have 1 field to fill in which is the number of people who will be using the object.
1) First, the reservation checking procedure should verify and authorize only if the total number of summed reservations x number of people is less than the full capcity of the object. As example, 2 people reserved a car on a 1 hour interval. First is alone and second has 2 friends => making 4 people on that resource (OK for the 4-seats car)
2) Secondly, the price of the reservation will depend on the number of people who are going to use the object: ex : the user reserving the car for him and 2 friends should pay 3 slots.
Is there a way to implement these 2 constraints with bee ? I found the function bee_get_unit_price(Node $node,...) which should be able to be modified in order to comply with (2)... Still I may not be able to overload that function ?
Thx for feedback

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Postponed

Component

Code

Created by

🇫🇷France oturpin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024