Program description:
System development environment: Windows xp sp2 + vs2005 + sqlserver2000
Database file: EfficiencyDataInfo_Data.MDF in the Database directory, you can attach it to the sqlserver2000 database by yourself
Sqlserver database login information: account sa, password sa (you can modify it in the Web.Config file)
*Some Sql connection information needs to be configured separately in aspx. Administrator test account: admin Password: admin
Department head test account: kaifabu Password: 123
Employee test account: EM0001 Password: 123
System functions and features:
(1) The system is divided into three identities: employee, department head, and administrator. When logging in, you will enter different functional interfaces according to the selected role.
(2) After logging in to the system, employees can view the day's work tasks, upload documents and materials, write the day's work log before leaving get off work, and view the department head's evaluation of their daily work.
(3) After logging into the system, the department head can assign tasks for the day to each employee in the department, evaluate the employees' work for the day, and view the monthly planned tasks and quarterly planned tasks set by the administrator for the department.
(4) Employee information management: After logging in to the system, the administrator can add new employee information and modify and query existing employee information! Certain employee information can be deleted. When employee information is deleted, their tasks and log information will also be deleted!
(5) Department head information management: The administrator can set the department head information and maintain the department head information.
(6) Department information management: Administrators can add and delete department information. When employee information exists under the department, the deletion operation will not be performed!
(7) Monthly and quarterly plan management: After logging in to the system, the administrator can assign monthly and quarterly tasks to each department.
(8) File management: After logging in to the system, the department head can manage the files uploaded by employees in the department. After logging in to the system, the administrator can manage all file information.
(9) News management: Administrators can add company news information, and employees and department heads can query and view news information.
(10) System management: Administrators and employees can change their login passwords after logging into the system.
(11) System features: Adopt a three-layer design model and fully adopt object-oriented design ideas.
Expand