摘 要
对于一个企业来说,企业的固定资产是企业的主要资产之一,随着企业的不断发展,企业的固定资产将不断增加,企业的固定资产的管理成为企业管理中一个重要的部分。本系统主要是针对当前企业中的固定资产由于管理不善而造成资产流失或资源闲置情况而设计的一个企业的固定资产管理系统。本系统经过实际的需求分析,采用功能强大的Microsoft Visual Studio 2005做为开发工具开发出来一款基于web的企业的固定资产管理系统。
本系统采用了B/S体系结构,以Microsoft Visual Studio 2005作为前台开发工具,以Microsoft Sql Server作为后台数据库管理系统进行开发。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成资产管理的全过程,包括资产基本信息管理、资产维护管理、资产调拨管理、资产报废、查询统计管理、系统管理几大功能模块。
本文通过分析,提出了一种利用ASP.NET技术进行开发系统的方案,以期达到功能强大,费用低廉,通用性强,适合我国国情的企业固定资产管理系统。本文详细的介绍了系统制作的整个过程。按照软件工程设计思想,采用生命周期法进行全程开发,包括需求分析,系统总体设计,系统详细设计等。
关键词 :资产;管理系统;数据库
Abstract
For an enterprise, state-owned assets of enterprises is one of the main assets of enterprises, with the continuous development of enterprises, state-owned assets of enterprises will continue to increase, the state-owned asset management companies become an important part of management. This system is mainly state-owned enterprises for the current assets as a result of poor management of idle assets or resources the loss of a business case designed to state-owned assets management system. The actual demand of the system analysis, using the powerful Microsoft Visual Studio 2005 development tools developed as a web-based enterprise state-owned assets management system.
The system uses the B / S architecture, the Microsoft Visual Studio 2005 development tool as a front to Microsoft Sql Server as the backend database management system development. The entire system from the simple, user friendly, flexible, practical and safety requirements, the completion of the entire asset management process, including basic information asset management, asset maintenance and management, asset allocation management, asset retirement, query statistics management, system management of several function modules.
Based on the analysis, a system using ASP.NET technology development program to achieve a powerful , low cost, versatility, suitable for China's state-owned asset management system. This article describes in detail the system making the whole process. According to software engineering design, full life-cycle method development, including requirement analysis, system design, system detailed design.
Keywords: assets; management system; database
目 录
摘 要 I
Abstract II
前言 1
第一章 项目概述 2
1.1课题背景 2
1.2 研究的目的及意义 2
1.3 系统目标 3
第二章 需求分析 4
2.1可行性分析 4
2.1.1 技术可行性 4
2.1.2 经济可行性 4
2.1.3 操作可行性 5
2.2 开发平台的选择 5
2.3 系统功能需求 5
2.4 数据流图 6
2.5 数据字典 8
2.5.1 数据存储 9
2.5.2 数据流 10
2.5.3 数据处理 11
第三章 总体设计 13
3.1 系统总体设计描述 13
3.2 系统模块图 14
3.2.1 系统总体结构 14
3.2.2系统模块描述 15
3.3 数据库设计 16
3.3.1 数据库介绍 16
3.3.2 系统E-R图 18
3.3.3数据库物理设计 21
3.4 安全保密设计 24
3.4.1 登陆用户的安全性 24
3.4.2 操作安全性 24
3.4.3 数据安全性 24
第四章 详细设计与系统实现 25
4.1 详细设计和系统实现步骤 25
4.2编程语言的选择 25
4.3 功能模块的设计和实现 26
4.3.1 系统登录模块 26
4.3.2 管理员管理子系统 28
4.3.3 录入资产模块 28
4.3.4 维护资产记录模块 30
4.3.5 维护维修记录模块 34
4.3.6 组织机构管理模块 35
4.3.7 资产种类管理模块 36
4.3.8 人员管理模块 37
4.3.9 资产统计查询模块 38
4.3.10 维修统计查询模块 39
4.3.11调拨统计查询模块 40
4.3.12报废统计查询模块 41
4.3.13普通用户查询子系统 41
第五章 系统测试 42
5.1 测试的任务及目标 42
5.1.1 测试的任务 42
5.1.2 测试的目标 42
5.2 测试方案 42
5.2.1 模块测试 42
5.2.2 集成测试 43
5.2.3 验收测试 43
5.2.4 平行运行 43
第六章 系统使用维护与评价 44
6.1 系统使用说明 44
6.2 系统的维护 44
结束语 46
致谢 47
参考文献 48
前言
随着中国加入WTO及全球经济一体化进程的加快,世界经济已由工业化经济逐步进入网络信息化时代。在信息时代来临之季,各企业都紧跟时代的脚步,转变着企业的经营模式、管理模式,从传统的人工管理体制,向信息自动化管理体制过渡。与此同时,企业传统的资产管理模式也在逐步向自动化的资产管理模式转变。企业的固定资产管理系统就是在这样的大背景下应运而生的。
资产管理作为企业管理的一个重要领域,不仅直接影响企业当前的生产经营,而且关系着企业的长远发展和成败兴衰.作为一名管理者,必须摆正现代资产及其管理在企业中的地位,善于通过不断改善人员素质和资产管理,充分发挥资产效能,为企业创造最好的经济效益和社会效益。
利用本次毕业设计的机会,我选择了企业的固定资产管理系统这一课题,利用Microsoft Visual Studio 2005开发此系统,采用生命周期法的开发方法对系统的分析、设计等作了详细的介绍。本次开发的资产管理系统能够对企业的固定资产的设置、资产的购买、资产的维修、资产的调拨、资产的报废等进行连续跟踪管理。