Ecreations
Programmer
Hey Guys,
starting a new project here and would appreciate any input or hints on this issue.
Need to schedule employees based on the availablity to perform tasks at clients locations
example
Client calls to book an appointment, dispacher would search based on the time and date client provides and book the call with the first available employee.
my problem with this system is the fact that all Skus "Tasks employees are dispached to perform" are based on 1 hour increment and have never done any checking for time overlapping. I need to make sure We dont book someone who is already booked or is not working that day at all.
Any ideas or input will be appreciated
Thanks
What would you attempt to accomplish if you knew you would not fail?
starting a new project here and would appreciate any input or hints on this issue.
Need to schedule employees based on the availablity to perform tasks at clients locations
example
Client calls to book an appointment, dispacher would search based on the time and date client provides and book the call with the first available employee.
my problem with this system is the fact that all Skus "Tasks employees are dispached to perform" are based on 1 hour increment and have never done any checking for time overlapping. I need to make sure We dont book someone who is already booked or is not working that day at all.
Any ideas or input will be appreciated
Thanks
What would you attempt to accomplish if you knew you would not fail?