[RESOLVED] Needs suggestions: Appointment System
I need to develop an appointment system wherein there would be a maximum of allowed persons per day. What calendar is best suited for this task? I just would like to enable selection of specific dates, and if possible display the total persons with an appointment on those dates. Weekends should also be disabled or not allowed to be selected.
TIA
Re: Needs suggestions: Appointment System
I only had the "pleasure" to use asp.net devexpress calendar , it was a real pain but it was free and was back in the days.
So, I don't have a straight answer but my mind first goes to Jquery or Angular so here is some suggestions for pure JS.
https://www.jqueryscript.net/tags.php?/Calendar/
https://openbase.com/categories/js/b...y=RECOMMENDED&
https://javascript.plainenglish.io/c...r-c441f1cb8b18
https://angular-ui.github.io/ui-calendar/
https://www.npmjs.com/package/angular-calendar
Re: Needs suggestions: Appointment System
Thanks for the suggestions, I am looking at them. I will be needing this for PHP though I am sure it's going to be a "frontend" need.
Re: Needs suggestions: Appointment System
Jquery or angular are not strictly dependent on asp.net . I actually had a very hard time when I was trying to use Visual Studio and Angular.
So you won't have an issue with that.
What is usual is chew data from the frontend and manipulate it at the page with JS, so , even without looking it up I,m 99.999% sure that the both support server php interactions (aka frontend).
1 Attachment(s)
Re: Needs suggestions: Appointment System
Made some progress with the jqueryui datepicker since I asked this question. Though other recommendations are most welcome.
Attachment 181554