Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
[]Hi All,

I have been asked to design a timesheet application which has information about tasks done on a particular day, the hours in per day and also the project and the type of projects worked on for a day. This information must be maintained for atleast 2 weeks and for 40 employees. The first step is to design the database and I'm not sure of what all tables must go in!! I'm a beginner and I would be very happy if anyone could help me on how to design the database (in SQL) and if possible on the logic to maintain the information.

Thanks a ton !!!!!!!
Posted

Have a look at this thread on Stack Overflow, this might help you understand possible database tables

http://stackoverflow.com/questions/3282403/database-schema-for-timesheet[^]

There's an example application on asp.net

http://www.asp.net/downloads/starter-kits/time-tracker[^]

You're going to have to do a bit of research :)
 
Share this answer
 
If you are not sure of how to design the database, you should rather go back to your supervisor and ask for help. (In most of the cases) He would be happy to assist you. after all he is the one who is responsible for application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900