企业固定资产管理系统-毕业论文 下载本文

内容发布更新时间 : 2025/3/24 12:53:10星期一 下面是文章的全部内容请认真阅读。

摘 要

伴随着企业规模的不断扩大,原始的、手工的进行固定资产管理工作已经不能适应工业企业发展的现状,更无法满足企业对管理工作的快速、准确的要求。而计算机信息管理技术的迅速发展恰恰解决了这个问题,它使计算机技术与现代的管理技术相互配合,来更加准确、高速的完成企业日常的固定资产管理工作,使企业能够以最少的人员来完成更多的工作,工作的可靠性和效率有了大幅度的提高。

本文分析了固定资产的研究背景及意义,详细分析了某企业所需固定资产的详细需求,主要包括系统的需求分析、数据库的设计、系统功能设计及关键编码等,本系统实现了固定资产的管理、系统设置、报表查询、折旧查询、公司信息管理等功能。

通过本系统的应用,可以加强对公司企业固定资产的管理,减轻工作人员的工作负担,提高工作效率,并能为管理者提供相应的决策,使用户摆脱人工操作的工作模式,实现公司信息管理的现代化。

本系统是按照软件工程管理思想对软件进行研制开发的。使用C#编写基于B/S架构的应用程序,采用SQL Server 2005作为数据库的平台。支持运行的环境:Microsoft Window98/NT/2000/2003/XP等以上系统。

关键词:固定资产信息,企业管理,固定资产卡片

1

ABSTRACT

Along with the continuous expansion of business, the original, handmade for fixed assets management already can not adapt to industrial enterprises in the development of the status quo, more can't meet the requirement for rapid and accurate for the management of enterprise. And the rapid development of computer information management technology just solved the problem, it makes the computer technology and modern management technology to cooperate with each other, to the completion of more accurate, high-speed enterprise daily fixed assets management work, make the enterprise can with the least amount of personnel to complete more work, work reliability and efficiency has improved greatly.

This paper analyzes the research background and significance of fixed assets, analyzes in detail some enterprise fixed assets required for detailed requirements, including system requirements analysis, database design, system function design and key code, this system realizes the fixed assets management, system Settings, report query, the query of depreciation, information management, etc.

Through the application of this system, we can strengthen the management of the company enterprise fixed assets, reduce the staff's work burden, improve work efficiency, and can provide managers with the corresponding decision-making, allow users to get rid of manual operation mode, realize the modernization of information management of the company.

This system is carried out in accordance with the software engineering management thoughts for software development. Using c # to write application based on B/S structure, using SQL Server 2005 as the database platform. Support for operating environment: Microsoft Window98 / NT / 2000/2003 / XP etc. The above system.

Keywords: Fixed assets information, Enterprise management, fixed assets cards

2

目录

1 引 言............................................................ 4 2 系统需求分析..................................................... 5

2.1 系统开发背景 ............................................... 5 2.2 可行性分析 ................................................. 5 2.3 用户需求说明 ............................................... 6 2.4 主要业务数据流图分析 ....................................... 7 2.5 系统实现目标 ............................................... 8 3 概要设计......................................................... 9

3.1 系统功能设计 ............................................... 9 3.2 系统模块设计 .............................................. 10 3.3 数据库的设计及实现 ........................................ 12

3.3.1 E-R图分析 ............................................ 12 3.3.2数据库的逻辑结构设计 .................................. 12 3.3.3 数据库的建立与实现.................................... 13 4 系统详细设计.................................................... 20

4.1 B/S结构概述............................................... 20 4.2开发工具和运行环境......................................... 20 4.3 编码设计 .................................................. 21 4.4部分主要功能模块的实现..................................... 21 4.4.1 登陆窗体.............................................. 21 4.4.2主界面 ................................................ 22 4.4.3资产管理界面 .......................................... 24 4.4.4资产报表查询窗体 ...................................... 26 4.4.5固定资产系统管理窗体 .................................. 28 5 结束语.......................................................... 31 致谢.............................................................. 33 参考文献.......................................................... 34

3