I am after a bit of help with how to develop a database with expected change in $ Rate mid way through.
Basically the budget and course/staff/duty, goes over a semester - approx six month period.
These are the tables and attributes I have done so far:
COURSE (tbl)
STAFF (tbl)
DUTY (tbl)
DutyCode (pk)
Rate
Date ?
APPOINTMENT (tbl)
CourseCode (pk) (fk)
StaffId (pk) (fk)
DutyCode (pk) (fk)
BudgetHours
TIMESHEET (tbl)
CourseCode (pk) (fk)
StaffId (pk) (fk)
DutyCode (pk) (fk)
WeekEndDate
Hours
Any comments appreciated. Thanks
Basically the budget and course/staff/duty, goes over a semester - approx six month period.
These are the tables and attributes I have done so far:
COURSE (tbl)
STAFF (tbl)
DUTY (tbl)
DutyCode (pk)
Rate
Date ?
APPOINTMENT (tbl)
CourseCode (pk) (fk)
StaffId (pk) (fk)
DutyCode (pk) (fk)
BudgetHours
TIMESHEET (tbl)
CourseCode (pk) (fk)
StaffId (pk) (fk)
DutyCode (pk) (fk)
WeekEndDate
Hours
Any comments appreciated. Thanks