内容摘要:随着四川工商学院教育事业的发展,学校对资产、设备的管理科学化、合理化有了更高的要求,利用计算机实现设备进行资产的信息化管理已经显得非常重要。固定资产管理系统是四川工商学院进行信息化管理不可或缺的部分。但是以前的管理方式存在无法报修,无法借用等缺点,这对于资产的管理带来了不小的困难。所以,开发一个易操作,界面友好的资产管理软件进行自动化管理非常重要。
本系统采用B/S模式,用Struts+Spring+Hibernate的架构设计而成,利用Hibernate进行持久层开发,Struts进行业务逻辑控制,利用Spring进行Bean的管理。MVC模式贯穿了整个设计流程,JavaScript进行多种页面的验证,可进行资产的添加,删除、修改、查询、报修、借出、归还、打印报表等功能;还可以对操作员进行添加、删除、修改、查询基本操作;本系统还对权限进行限制,操作员可对资产和用户进行基本操作,管理员可以为每位操作员赋予权限。
关键词: 资产管理 B/S模式 Struts Hibernate Spring
Research and Development of Asset Management System of Sichuan Technology and Business University
Abstract:With the development of education in Sichuan Technology and Business University, which place a greater demand on scientific and rational management of asset and equipment. It’s very important that use computer to realize the information management of equipment and assets. Fixed Assets Management System is an indispensable part in Sichuan Technology and Business University. However, there are many shortcomings in previous management mode, and cause great difficulty on information search, maintain and update. So, it is very important to develop a convenient and friendly interface software for automatic management.
This system adopts B/S mode and is designed with Struts+Spring+Hibernate architecture. Hibernate is used for persistence layer development. Struts is used for business logic control and Spring is used for Bean management. MVC pattern runs through the whole design process. JavaScript can be used to validate a variety of pages, add assets, delete, modify, query, print reports and other functions. It can also add, delete, modify and query basic operations for operators. This system also restricts the limits of authority,the operator can only carry on the basic operation to the asset and the user, the administrator may grant the authority for each operator.
Keywords: Fixed-assets B/S Struts Hibernate Spring
目 录
1 绪论
1.1 研究背景
1.2 解决的主要问题
1.3 本文的主要内容
1.4 小结
2 系统分析
2.1 经济性可行性分析
2.2 社会可行性分析
2.3 技术可行性分析
2.3.1 程序语言的选择
2.3.2 软件环境
2.3.3 硬件环境
2.4 系统结构可行性分析
2.4.1 B/S模式简介
2.4.2 B/S模式的优点
2.5 需求分析
2.5.1 功能需求
2.5.2 操作需求
2.6 小结
3 概要设计
3.1 系统设计
3.2 数据库设计
3.2.1 数据库的需求分析
3.2.2 数据库表的具体设计
4 详细设计
4.1 系统管理模块
4.1.1 系统登录
4.1.2 系统首页设计
4.2 管理员模块
4.2.1 用户管理
4.2.2 公共资产信息管理
4.2.3 教学资产信息管理
4.2.4 宿舍资产信息管理
4.3 用户模块
4.3.1 报修信息管理
4.2 小结
5 系统测试
5.1 黑盒测试
5.2 白盒测试
5.3 小结
结论
致谢
参考文献