Jump to content

Hours Booking calender


rareyush
 Share

Recommended Posts

Has anyone any experience making a dynamic hours booking calendar:
  • person visits site and can see a calendar with available hours marked as taken and others as free
  • person clicks number of hour and is allowed to fill a form to book the timing like: 6:17pm - 10:67-pm

Any comments most appreciated, 

Link to comment
Share on other sites

Try to find a calendar script (php or javascript) there are tons on internet, free and paid. Follow the instructions to set/get the data and use it in your template file.

https://www.google.com/search?q=Hours+Booking+calendar+php

I previously used this http://eonasdan.github.io/bootstrap-datetimepicker/ (javascript), it's for use with bootstrap, you just have to output the plugin config with php and later receive the data using a post.. it's very straightforward

 

 

Link to comment
Share on other sites

A little search goes a long way... here's two similar threads

https://processwire.com/talk/topic/14888-simple-calendar-module-with-reservation-and-confirmation/

https://processwire.com/talk/topic/16757-booking-calendar-–-overview/

As far as GUI is concerned, there are better alternatives than Bootstrap datepickers. Out of the box, they are not truly accessible. Try something like this instead https://github.com/flatpickr/flatpickr

 

 

Link to comment
Share on other sites

On 4/27/2018 at 8:08 PM, dragan said:

A little search goes a long way... here's two similar threads

https://processwire.com/talk/topic/14888-simple-calendar-module-with-reservation-and-confirmation/

https://processwire.com/talk/topic/16757-booking-calendar-–-overview/

As far as GUI is concerned, there are better alternatives than Bootstrap datepickers. Out of the box, they are not truly accessible. Try something like this instead https://github.com/flatpickr/flatpickr

 

 

 

On 4/27/2018 at 7:36 PM, Pixrael said:

Try to find a calendar script (php or javascript) there are tons on internet, free and paid. Follow the instructions to set/get the data and use it in your template file.

https://www.google.com/search?q=Hours+Booking+calendar+php

I previously used this http://eonasdan.github.io/bootstrap-datetimepicker/ (javascript), it's for use with bootstrap, you just have to output the plugin config with php and later receive the data using a post.. it's very straightforward

 

 

4

none of them is working in my case 

I am actually looking for something like an appointment booking calendar with multiple time slots during each day, where availability can also be specified. Also the availability can be specified by the service provider, not necessarily the super admin, and can be selected and booked by users with an online payment.

Thanks for your help and support.

Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...