BEE Backpackers Bed booking per room

Created on 27 November 2020, over 3 years ago
Updated 5 June 2024, 25 days ago

How would one go about in building a Backpacker Room sharing booking system?

In my case I have a Backpackers client.
They have 5 rooms with 4 bunkbeds in each room.
A traveler can book a single bed to share with other travelers
Or book the whole room for himself.

If I create a bee room and then add 4 bookable bed units
How do I
- check for availability of 4 beds in a room when the user selects "Book the whole room" or "Book 4 guests"
- check for availability of 1 bed in a room when the user selects "Book 1 guest"

BEE_hotel does an awesome job in referencing prices with the amount of guests.
How do I reference a set amount of guests with the same amount of available beds in a room?

Another example is you book a 3 day tour on a bus.
The bus has 20 available seats.
Ideally a person would visit the booking site and buy 4 tickets for the family
BEE_hotel will assist in calculating the cost of 4 tickets.

But BEE can only check availability of a single seat on a bus
How do you tell a BEE node to check availability of x amount of units?

✨ Feature request
Status

Postponed: needs info

Version

10.0

Component

User interface

Created by

🇿🇦South Africa Vlooi Vlerke

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇹Italy afagioli Rome
  • 🇮🇹Italy afagioli Rome

    BEE hotel creates clone units from same node. Every unit is just like the original node, no difference.

    Bunk beds in a room, seats of the bus or at the theatre or at the stadium, beds in night train, we all know are not the same one each other. Someone prefer to stay on the top, some else prefer aside the window, etc.

    I see this more a matter of groups. Examples:

    . A group named "room A" made of a bunkbed near the toilet, another one by the window, etc.
    . A group named "Olimpic Stadium" made of seats. Every seat has a different position.

    Every customer can pickup a favourite place.

    BAT modules was designed to handle groups.
    I'd like to see that growing really...

  • 🇮🇹Italy afagioli Rome

    BEE hotel creates clone units from same node. Every unit is just like the original node, no difference.

    Bunk beds in a room, seats of the bus or at the theatre or at the stadium, beds in night train, we all know are not the same one each other. Someone prefer to stay on the top, some else prefer aside the window, etc.

    I see this more a matter of groups. Examples:

    . A group named "room A" made of a bunkbed near the toilet, another one by the window, etc.
    . A group named "Olimpic Stadium" made of seats. Every seat has a different position.

    Every customer can pickup a favourite place.

    BAT modules was designed to handle groups.
    I'd like to see that growing really...

  • 🇮🇹Italy afagioli Rome
  • 🇷🇴Romania alexberendei

    Any news related to this use case ?
    Booking the whole bus or individual seats inside the bus ?

Production build 0.69.0 2024