System development environment: Windows xp sp2 + vs2005 + sqlserver2000
Database file: SalaryData_Data.MDF in the DB_51aspx directory
Sqlserver database login information: account sa, password sa (you can modify it in the Web.Config file)
System default administrator login information: Account admin Password admin
System functions:
(1) Employee management: add, modify, delete employee information, query all qualified employee information
(2) Attendance management: Add, modify, and delete the attendance information of each employee in a certain month, including lateness, early leave, absenteeism, etc., conditional query.
(3) Sales performance management: Manage the monthly sales performance of company employees.
(4) Salary management: Salary is automatically generated by the program, and the actual monthly salary of the employee is automatically calculated based on the basic salary of the employee's position category, employee's attendance information, and employee's sales performance (mainly for the sales department). The administrator can The generated wages can be queried and printed.
(5) Leave management: Register and manage employees’ leave information.
Expand