please, could you add also a multiple-days reservation type in todo list?
I have to set daily, n-daily, weekly, n-weekly and monthly fees; i.e.:
- daily fee = x
- n-daily fee (lasting n<7 days) = x_2
- weekly fee (lasting 7 days) = y
- n-weekly fee (lasting n<4 weeks) = y_2
- month fee (lasting 30-31-28-29 days according by month) = z...
You should introduce also days, weeks and months as base unit rather than minutes in order to allow the maximum number of combinations as possible.
I tried to do it by myself, but I couldn't get your exact logical scheme.
I tried to modify defines.php, and the function bookingHelper::getCalendar() in admin/helpers/booking.php in order to support more reservation types, but I'm in very big trouble because I can't get the right sequence of function calls, and I think I should create some further methods, but I don't know where to start from.
Could you help me? I could collaborate with you if you want...