实验室工作人员考勤管理系统论文 联系客服

发布时间 : 星期四 文章实验室工作人员考勤管理系统论文更新完毕开始阅读c16711d1c1c708a1284a4402

(设计)

实验室工作人员考勤管理系统的设计与实现

摘 要:实验室考勤管理系统可以有效地管理员工的出勤情况,规范人事制度管理,保证实验室正常的工作,是实验室管理的重要组成部分。

近年来高校不断地扩大招生力度,学生人数大幅增加,实验室工作人员人数相应增加,随即行政管理人数也相应的增加。本文认真研究了山西财经大学实验室的的考勤现状,对实验室考勤系统进行了深入的探讨、分析和设计。作者结合实际,提出了一个采用B/S结构的实验室工作人员考勤系统,给出了数据库的详细设计。同时利用ASP技术,实现了其中的主要功能模块,如基本信息管理模块,考勤工资信息管理模块,统计查询模块和系统用户管理模块,并在本文中对其具体实现作了详细说明。

关键词:实验室;考勤管理;ASP;B/S;SQL server

1

(设计)

Design and realization of laboratory attendance management

system

Abstract:Laboratory attendance management system can manage the staff absence efficiently. It can also rule the personnel administration and keep the normal running of the laboratory. Attendance System is an impartial part of laboratory management.

In recent years,many colleges and universities have raised the number of students greatly, the number of staff in laboratory extends quickly ,too. This situation gives a more heavier burden to the work of personnel administration. This paper focuses on the present situation of laboratory attendance in shanxi university of finance and economics, giving a deeply analysis and design of attendance system . Combining with the real situation , the paper put forward an attendance system based on B/S structure and gives the design of database. The main function modules of this system are realized by ASP technology. The main modules of system contain basis information management module, attendance and wages management module, statistic and query module and user management module. The author gives a special introduction of these modules in paper.

Key words: laboratory;attendance management ;ASP;B/S ; SQL Server

2

(设计)

目录

1 绪论 ................................................................................................. 5 1.1 课题研究背景 ................................................................................... 5 1.2 国内外研究现状 ............................................................................... 6 1.3 课题研究的目的和意义 .................................................................... 8 2 系统相关技术 .................................................................................. 9 2.1 B/S结构的工作原理 ....................................................................... 10 2.2 ASP技术简介 ................................................................................. 10 2.3 SQL SERVER数据库技术简介 .........................................................11 2.4 ASP STUDIO2005............................................................................ 12 3 考勤管理系统需求分析 ................................................................. 12 3.1 总体要求 ........................................................................................ 13 3.2 系统需求概述 ................................................................................. 14 3.3 数据流图 ........................................................................................ 15 4 系统设计 ....................................................................................... 17 4.1 系统的设计原则 ............................................................................. 17 4.2 系统功能设计 ................................................................................. 18 4.3

系统结构设计.............................................................................. 20

4.4 数据库设计..................................................................................... 21

4.4.1 数据库逻辑设计 ............................................................... 21

3

(设计)

4.4.2 数据库物理设计 ................................................................23

5 系统实现 ........................................................................................25 5.1 关键技术难点及解决措施 ...............................................................25 5.2 界面设计 .........................................................................................27 5.3 系统主要功能模块的实现 ...............................................................29 5.3.1 用户注册界面......................................................................29 5.3.2 用户权限系统界面 ..............................................................30 5.3.3 管理员权限系统主界面 .......................................................31 5.3.4 考勤管理模块......................................................................32 6 系统的运行与测试 .........................................................................34 6.1 系统运行与测试环境 ......................................................................34 6.2 测试方案 .........................................................................................35 6.3系统功能测试 ..................................................................................35 6.4 系统性能测试..................................................................................38 系统小结 ............................................................................................39 参考文献 ............................................................................................41 致谢....................................................................................................43

4