毕业论文
题目 企业固定资产管理系统
姓 名
专业班级
指导教师
完成时间
论文(设计)
- 1 -
摘要:
固定资产管理系统是一个企事业单位不可缺少的部分,它的内容对于企事
业单位的决策者和管理者来说都至关重要,所以固定资产管理系统应该能够为
用户提供充足的信息和快捷的查询手段。但一直以来人们使用传统人工的方式
管理固定资产的信息,这种管理方式存在着许多缺点,如:效率低、保密性差,另
外时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少
的困难。
随着计算机技术的不断发展,计算机应用于各大领域,并给人们的生活带
来了极大的便利,在固定管理系统亦是如此。以往固定资产员由于缺乏适当的
软件而给其工作带来了很多不便。本论文所介绍的便是一个固定资产管理系统,
以方便在固定资产安排和固定资产管理上的工作任务。
本论文主要介绍的是固定资产管理系统的整个设计过程。第 1 章的绪论包
括选题的背景,目的和意义,国内外现状;第 2 章平台简介包括 JBuilder2005
和 SQL Server 数据库的介绍;第 3 章系统分析,需求分析,数据流与数据字典,
功能需求;第 4 章系统设计部分包括系统总体设计,功能模块设计,数据库设
计;第 5 章是系统实现部分包括程序设计,各个功能模块的实现,系统的测试;
论文最后为结论、致谢、参考文献。
关键词:固定资产管理 SQL Server 数据库 C/S 结构
Abstract : Fixed Assets Management System is an enterprise units
indispensable part It is an enterprise units for the policy
makers and managers are of great importance, Therefore, fixed
asset management system should be able to provide users with
sufficient information and efficient means of inquiry. But there
has been the use of traditional artificial approach in the
management of fixed assets information, This mode of
administration, there are many drawbacks, such as : low
论文(设计)
- 2 -
efficiency, poor security, the other over the long term. will
have a lot of documents and data, which identify, update and
maintenance caused a lot of difficulties. As computer technology
continues to develop, computers for all major areas, and to
people's lives brought great convenience, In fixed management
system is reflected. Members of the previous fixed assets due
to the lack of appropriate software, which bring to their work
a lot of inconvenience. This paper is presented in a fixed asset
management system, to facilitate the arrangements in fixed
assets and fixed assets management of the task. This paper
introduces the fixed-asset management system throughout the
design process. Chapter 1 Introduction of topics including the
background, purpose and significance of the domestic and
international situation; Chapter 2 Introduction including
JBuilder2005 platform and SQL Server database introduced;
Chapter 3 analysis, demand analysis, data flow and data
dictionary, functional requirements; Chapter 4 of system design,
including system design, the module design, database design;
Chapter 5 is a systematic process to achieve include design,
the various functional modules in the system, system testing;
Finally, the paper of the conclusions, thank references.
Keywords : fixed assets management SQL Server database
client-sever structure
论文(设计)
目 录
第一章绪论 ................................................1
1.1 选题的背景 ...........................................1
1.2 目的和意义 ...........................................1
第二章平台简介 ............................................2
2.1 开发平台和技术简介 ...................................2
2.2 JBUILDER2005 工具简介 ..................................3
2.3 MVC 开发模式简介 .....................................4
2.4 JDBC 技术简介 ........................................6
2.5 数据库平台介绍 ......................................10
2.5.1SQL SERVER 数据库 ...............................10
第三章系统分析 ...........................................10
3.1 需求分析 ............................................10
3.2 功能需求 ............................................10
3.2.1 管理员登录 ......................................10
3.2.2 固定资产信息管理 ................................11
3.2.3 人员信息管理 ....................................11
3.2.4 资产的领用 ......................................12
论文(设计)
3.2.5 资产的归还 ......................................12
3.2.6 资产信息浏览和查询 ..............................12
3.3 数据字典 ............................................12
第四章系统设计 ...........................................15
4.1 系统总体设计 ........................................15
4.2 功能模块设计 ........................................21
第五章系统实现 ...........................................25
5.1 程序设计 ............................................25
5.1.1 设备管理模块 ....................................26
第六章 系统测试 ..........................................33
6.1 测试的任务与目标 ....................................33
6.1.1 测试的任务 ......................................33
6.1.2 测试的目标 ......................................34
6.2 测试方案 ............................................34
结 论 ...................................................35
参考文献: ...............................................36