摘要
随着高等学校的快速发展,高校教师规模越来越大,教职工的数量也越来越多,高校教师工资管理更加的复杂,而工资管理是一项琐碎、复杂而又十分细致的工作,工资计算、发放、核算的工作量很大,一般不允许出错,如果实行手工操作,每月发放工资须手工填制大量的表格,这就会耗费工作人员大量的时间和精力,计算机进行工资发放工作,不仅能够保证工资核算准确无误、快速输出,而且还可以利用计算机对有关工资的各种信息进行统计,服务于财务部门其他方面的核算和财务处理。
本项目基本遵循了软件工程方法论进行需求分析、概要设计、详细设计和软件测试。
该系统前台可以使用ASP.NET技术进行开发,后台数据库可以采用SQL Server。
实现了管理员信息管理,学期管理,课程管理,教师管理,教师评分,特殊工作量记录和统计报表等。实现了高校教师工作量管理系统站应具备的基本功能。
关键词:高校教师工作量管理系统;ASP.NET;C#;Browser/Server;SQL Server 2000;
Abstract
With the rapid development of higher education institutions, increasing the size of the college teachers, the faculty is also increasing the number of more complex management of university teachers’ salaries, payroll management is a trivial complex and very meticulous work.calculation of wages, payment and accounting of the heavy workload, and generally does not allow an error, if implemented, manual, monthly payment of wages shall fill in a lot of forms by hand, which will cost a lot of time and energy of the staff, the computer payrollwork, not only to ensure that the payroll is accurate, fast output, but also can use computers for a variety of information about the wages statistics, accounting and financial processing services to other aspects of the finance department.
The project basically follow a software engineering methodology needs analysis, outline design, detailed design, and software testing.
The system can be used at the front desk the ASP.NET technology development, background database can use SQL Server.
Administrator information management, term management, course management, teacher management, teacher ratings, a special workload records and statistical reports. Should have the basic function of the university teachers’ workload management system station.
Keywords:College teachers’ workload management system; ASP.NET; C #; the Browser / Server; SQL Server 2000;
目录
摘 要(中文)
(英文) II
第一章 概述
1.1研究背景及现状
1.2课题研究的意义
1.3主要研究的内容 2
1.4 论文整体结构 2
第二章 开发环境介绍 3
2.1 开发工具介绍 3
2.1.1 ASP.NET简介 3
2.1.2 数据库简介 4
2.2 运行环境 5
第三章 需求分析和总体设计
3.1 可行性分析
3.2 系统需要解决的主要问题
3.3系统目标与功能 7
3.3.1系统目标 7
3.3.2系统要达到的功能
3.4 数据库逻辑设计E-R图 8
3.4.1 实体与属性之间的关联 8
第四章 系统详细设计 9
4.1 系统实现的功能 9
第五章 系统实现 11
5.1系统功能模块实现 12
5.1.1系统登录及主界面 12
5.1.2管理员管理 13
5.1.3学期管理 13
5.1.4课程管理 14
5.1.5教师管理 14
5.1.6教师评分 15
5.1.7特殊工作量 15
5.1.8统计报表 16
5.2 本系统的测试 23
5.2.1 系统测试的意义 23
5.2.2 系统测试的重要性 23
5.2.3 系统测试的范围 25
5.2.4 系统测试的方法 25
5.2.5 系统测试的目的和原则 26
结束语 27
参考文献 28