easyappointments
easyappointments copied to clipboard
:date: Easy!Appointments - Self Hosted Appointment Scheduler
Can we integrate a system where we can check statistics such as who created the appointment, who changed it and when?
It would be good to have a way of blocking customers from booking who are problematic/no-shows. We currently use IP ban but blocking by email would be more effective as...
Develop
Hello Friend, Can you add customer photo in new version. Thank you
Alex Tselegidis, Easy!Appointments Creator Need a customization? Get a free quote!
Alex Tselegidis, Easy!Appointments Creator Need a customization? Get a free quote!
An endpoint that returns all dates with availabilities for a certain month. `/availabilities/dates?month=2022-07&providerId=xx&serviceId=xx` Returns: ```js ["2022-07-05", "2022-07-14", "2022-07-22"] ``` See #1282
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.2. Release notes Sourced from jquery-ui's releases. jQuery UI 1.13.2 Released! https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/ jQuery UI 1.13.1 Released! https://blog.jqueryui.com/2022/01/jquery-ui-1-13-1-released/ jQuery UI 1.13.0 released! https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/ Commits d6c028c 1.13.2...
the comment entered indicates the wrong language, is Hebrew not english
# Goal of this PR To facilitate easy deployment to Heroku, and perform the changes needed to make that possible. This PR resolves #1284. ## Individual commits 1. 9894295fd68b26da160ab30793abd45b3fc76401 -...
Currently, the `/availabilities` endpoint only returns the available hour slots for a specific date. I would like to submit a PR that adds a new endpoint that would return the...