Hello,
I need to provide a booking / reservation system for one of my clients.
Here is the needs :
- He proposes different services. So I created a "Services" type with different custom fields in it.
- My client needs to define a planning. So, I created a "Planning" type that allows to define a specific date / time for a specific service. The same Service could appear at different date / time.
Until there, everything is alright for me.
Now, what's more difficult is to display the planning. What my client needs is to have a view per month and be able to move from one month to another. He also needs to have a specific info indicating that for a specific day, some services are available (for example, have this patticular day in bold or clickable). Then, when something is available in a day, be able to click on this day to see all the services that are provided (could be in a different page).
Let me know what's the best way for this.
Regards
Pat