In a web proyect lease houses need a calendar for the client choose the date of booking and show only dates available. How can I do this with couchcms?
Thanks!
Thanks!
KK wrote: Hi,
Yes, it can be done (in fact I helped in one such projects recently).
We tweaked the 'calendar' feature of Couch to get it done.
Each 'booking' was a cloned page where the publish-date marked the 'start' day of booking and we had another date field to mark the 'end'.
However, let me say that, it won't be straightforward and will require some PHP also.
The reason is that a booking can run into several days - potentially spanning across months.
This requires PHP to figure out the days that are do be shown unavailable on the calendar.
If you could share with us the full details of how your booking system is supposed to work, maybe we'd be able to suggest something concrete.
Thanks.
Certainly @KK; the calendar tags would make this easier to accomplish. I wonder if people who would benefit from this type of admin panel list view would actually opt to take that route though... They may not be aware of the admin-screens feature or be willing to develop and style the relevant calendar components. This isn't a priority by any means, so perhaps much later down the road once the backlog clears significantly, we give this another look. Google Calendar could serve as an example (https://upload.wikimedia.org/wikipedia/en/7/79/Google_Calendar_screenshot.png).KK wrote: @cheesypoof - I agree and wonder if we cannot just use the 'custom admin-screens' feature for this?
Are you guys talking about something new coming to Couch?
"custom admin-screens"
Or is this a feature already available