Appointment / Calender System 13.02.08
I want a simple agenda system.
Monday - Friday appointments can be planned from a website (must use a calender). User can select a day and can see the time available.
Every appointment takes 20 minutes. The first appointment has to be at the start of the day, all the appointments must start directly after the last.
First 8.20 next 8.40 next 9.00 and so on.
Start times differ every weekday but are the same every week.
Days must be blockable (in the far future).
There has to a admin view, with all te relevant data.
Expected tables somthing like:
People:
Id, person-number, name, gender, address,etc.
Appointments:
Id, person-number, date, time, appointment put in agende(date/time)



