The document describes an employee task tracking system project. The system allows managers to track employee details, work assignments, and work status. It contains modules for admin login, work allotment by team leaders, work assignments, employee details, employee login, and work status details. Entity relationship and data flow diagrams are included along with table designs for employee details, work allotment, and work status tracking. The goal is to create a work center scheduling system to help managers plan and manage work.
The document describes an employee task tracking system project. The system allows managers to track employee details, work assignments, and work status. It contains modules for admin login, work allotment by team leaders, work assignments, employee details, employee login, and work status details. Entity relationship and data flow diagrams are included along with table designs for employee details, work allotment, and work status tracking. The goal is to create a work center scheduling system to help managers plan and manage work.
The document describes an employee task tracking system project. The system allows managers to track employee details, work assignments, and work status. It contains modules for admin login, work allotment by team leaders, work assignments, employee details, employee login, and work status details. Entity relationship and data flow diagrams are included along with table designs for employee details, work allotment, and work status tracking. The goal is to create a work center scheduling system to help managers plan and manage work.
The document describes an employee task tracking system project. The system allows managers to track employee details, work assignments, and work status. It contains modules for admin login, work allotment by team leaders, work assignments, employee details, employee login, and work status details. Entity relationship and data flow diagrams are included along with table designs for employee details, work allotment, and work status tracking. The goal is to create a work center scheduling system to help managers plan and manage work.
Download as PPTX, PDF, TXT or read online from Scribd
Download as pptx, pdf, or txt
You are on page 1of 13
MINI PROJECT
Submitted by Aravindh.R S Tittle
EMPLOYEE TASK TRACKING SYSTEM
Abstract • The goal of the “Employee Task Tracking System” is to create a work center scheduling system. • It maintains the information about the personal details of employees, also the details about the work flow system. • The employee task tracking system project gives managers a better idea of their employees and helps them plan and manage their work. MODULE ➢ Admin login
➢ Team leader work allotment
➢ Work assignment
➢ Employee details
➢ Employee login
➢ Work status details
DATA FLOW DIAGRAM ENTITY RELATIONSHIP DIAGRAM TABLE DESIGN Table name : employee details Primary key : empid
Field name Data type width Description
empid integer 10 Employee identification
empname char 20 Employee name
Depar varchar 15 Department Pwd Varchar 30 Password Exper Integer 10 Experience jdate Date - Joining date Table name : teamleader work allotment Primary key : workallotid
Field name Data type width Description
workallotid Integer 10 Work allotment id empname Char 10 Employee name depart Varchar 15 Department wtype Varchar 15 Work type sdate Date - Start date edate date - End date Table name : work allotment Primary key : waid
Field name Data type width Description
waid integer 10 Work allocation id
name Char 10 Employee name
depart Varchar 15 Department
wtype Varchar 15 Work type
sdate Date - Start date
edate Date - End date
Table name : work status Primary key : workstatusid
Field name Data type Width Description
workstatusid Integer 10 Work status id name Char 10 employee name depart Varchar 15 Department wtype Varchar 15 Work type status Varchar 20 Status sdate Date - Start date edate Date - End date THANK YOU