I'm working on a site for a travel agency that mostly organises daytrips by bus.

In the current form of Rooms they would have to create a unit type for every different trip they organise. Because every different daytrip requires a different discription.
After that they should make a bookable unit for the daytrip.

So they would have to fill out 3 different form just to create 1 daytrip.

What would be ideal is.

Create unit type --> add a discription to the daytrip + foto --> add how many people can participate --> set price for the trip.

And then let them book this.
So I would like to merge The 3 input types (discription, bookable unit, unit types) into 1 input type
It's just that I have no idea on how to start altering the module to do this.
Anyone with some helpfull pointer just to get me on the way?

Thanks

Comments

ronald_istos’s picture

Hi - I think Rooms can manage what you are looking for right now.

The structure would be something like:

RoomsType: Day Bus Trip (remember these are like node types)

To this type you add fields - 1 for Description + image field for photos

Then you add specific units of type Day Bus Trip for which you can fill in the specific description and photo.

That should be it!