固定资产管理系统
毕业设计(论文)
设计(论文)题目:
固定资产管理系统
固定资产管理系统
I
摘 要
固定资产管理系统主要是完成对系统用户管理、资产信息管理、资产变更管理、资
产用途管理、资产类别管理和资产增减管理。因为利用本系统管理员可以直接录入信息,
修改信息,删除信息,并且若在录入过程中发现错误,也可以通过修改界面及时更改其
信息。这样就可以不受时间、地点的限制使录入、修改、删除、管理工作得以顺利进行。
普通用户可通过查询界面对各个情况进行相应的查询。在本系统中管理员具有最高权限,
为了保证数据库的安全及保密性,在进入该系统的时候,需要进行身份验证。本系统大
大提高了工作效率,既方便了员工,也使管理人员从繁杂的劳动中解脱出来,为实现固
定资产管理的合理化、效率化、可靠化、提供了强有力的技术手段。
该系统用 jsp 和 SQLSERVER 实现了固定资产管理系统维护等功能。固定资产管理系
统有着很好的应用前景,随着计算机技术和网络技术的发展,它的功能将会得到不断的
发展和完善。本系统可以根据实际应用的具体情况,适当加以修改,以便更好应用。本
系统操作简单,灵活性好,系统安全性高,运行稳定。本文详细介绍了固定资产管理系
统系统开发和设计的全过程。
关键词:SQLSERVER,jsp, B/S 结构
固定资产管理系统
II
ABSTRACT
Fixed assets management system is mainly to complete the system user
management, asset information management, asset management, change management,
use of assets management and asset management or asset classes. Because the
system administrator can directly input information, modify information, delete
information, and if in the entry process found wrong, also can timely change
the information by modifying the interface. It is not the time and place
restrictions on the entry, modify and delete management work smoothly. Ordinary
users can query the corresponding to each situation through the query interface.
In this system, the administrator has the highest authority, in order to ensure
the security and confidentiality of the database, when entering the system, the
need for authentication. This system greatly improves the work efficiency, both
for the convenience of the staff, and free from the complex work of the management
personnel, to achieve the rationalization of the management of fixed assets,
efficiency, reliability, providing the powerful techniques.
This system uses Jsp and SQLSERVER to realize the fixed assets management
system maintenance and other functions. Customer management system has a good
application prospect, with the development of computer technology and network
technology, its function will continue to develop and improve. The system can
be modified according to the actual application of the specific circumstances,
in order to better use. The system is easy to operate, good flexibility, high
system security, stable operation.
This paper introduces the whole process of the development and design of the
fixed asset management system.
Key words: SQLSERVER, jsp, B/S structure
固定资产管理系统
III
目 录
摘 要....................................................................................................................I
ABSTRACT ..............................................................................................................II
第一章 绪论.........................................................................................................1
1.1 课题背景.......................................................................................................................1
1.2 目的和意义...................................................................................................................1
1.3 开发工具及技术...........................................................................................................2
1.3.1 开发工具............................................................................................................2
1.3.2 jsp 技术............................................................................................................3
1.3.3 JavaScript.......................................................................................................4
1.4 软硬件需求...................................................................................................................5
第二章 系统分析.................................................................................................6
2.1 可行性分析...................................................................................................................6
2.2 系统的安全技术..........................................................................................................7
2.4 设计的基本思想...........................................................................................................7
2.4 性能需求.......................................................................................................................8
2.4.1 系统的安全性....................................................................................................8
2.4.2 数据的完整性....................................................................................................8
2.5 界面需求.......................................................................................................................8
第三章 数据库设计.............................................................................................9
3.1 数据库的分析与设计...................................................................................................9
3.1.1 数据库的概念结构设计....................................................................................9
3.1.2 数据库的逻辑结构设计..................................................................................10
3.1.3 数据库的连接原理..........................................................................................12
第四章 系统功能实现.......................................................................................13
4.1 登陆页面.....................................................................................................................13
4.2 系统后台管理员........................................................................................................14
4.3 员工信息界面.............................................................................................................14
4.4 企业设备信息表.........................................................................................................15
第五章 系统测试...............................................................................................15
5.1 系统测试目的与意义.................................................................................................15
5.2 测试过程.....................................................................................................................16
5.2.1 主页面的登录模块测试..................................................................................16
5.3 其他错误.....................................................................................................................16
固定资产管理系统
IV
结 论.................................................................................................................17
参考文献.............................................................................................................18
致 谢.................................................................................................................19