On system of beach when I make a reservation I can make one reservation for one umbrella
I wish create a multiple reservation for x umbrellas
For a sample : the final user select on planning of beach some umbrellas
12,13,14 and open the multiple resevervation
I must have on a dialog a list of btnbmp for each umbrellas
then the user can select one umbrella ( one btnbmp) and set the service for it sample : a bed, a chair
as this ( I draw it)
this is the reservation of a umbrella at init ( date, and price for umbrella)
the user can select form a selection and insert one service into btnmbp
for a sample I add some service
the user can click on each small button to show the service info or erase it
in this way I could make an order with n umbrellas with n services all in order
and save the bookings with just one click
which, on the contrary, would require many hours of insertion in the normal procedure
because the user should set up one reservation at a time for each umbrella
this happens when the manager of the bathing establishment has an agreement with a colony or for a hotel to which he books many umbrellas at a time
how I can make it ?