I need to create an employee schedule/appointments program, but I don't know how to set it up
Posted
by
robz228
on Programmers
See other posts from Programmers
or by robz228
Published on 2013-10-25T16:35:17Z
Indexed on
2013/10/25
22:10 UTC
Read the original article
Hit count: 167
I work for a gym. I am the programmer, its just me, nobody else! Gets really frustrating when there's nobody to bounce conceptual ideas off of.
I'm getting rid of our archaic paper binder systems for tracking appointments and what not.
I've made a lot of things successfully already, now I'm trying to tackle the personal training department.
What I want:
- Trainer information and work schedule
- Appointment booking that can be done by time slot with all available trainers for that time, or by trainer with all available hours for that trainer
What I've tried so far:
- I started with an 'appointments' database, a 'trainers' database, and a 'schedules' database. This became so complicated trying to fit the schedule in that I scrapped it.
Does anyone know know the best way to structure the tables for this and how to sort of make them communicate correctly? I don't need specific code, I just need help understand how to make this thing!
© Programmers or respective owner