1、密级:工程硕士专业学位论文(设计)题 目 电力公司物资管理系统的设计与实现 四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现1电力公司物资管理系统的设计与实现当今社会,科技发展日新月异,而电力生产也是飞速的发展建设,这个过程中需要的物资与人力资源也不断增多。过去的电力公司,采用一些旧的、传统的模式来管理,已经逐渐被淘汰,不足以实现高效率的电力生产。因此,电力公司的物资管理需要一个新的系统,能够实现物资管理的高效率,这就让电力公司的竞争力得到大大提高。在我们进行电力公司物资管理系统的开发、建设之前,我们进行了实地调查。调查的方面包括其物资系统的组成方面,电力公司所经营的范围,电力公司所
2、需要的一些物资管理系统的功能等等。我们的目的很明确:建立一个系统稳定、功能齐全、升级容易、维护方便的能够适应未来发展需求的物资管理系统。在软件的开发模式上面,我们选用三层 C/S 结构来进行开发,方便实现;在数据库的使用上面,我们选用 SQL Server 来进行开发。每个行业都有其各自的特点与相应的需求,因此本系统是针对电力公司自身具有的特点来满足公司内部的需求,实现的具体功能有很多,包括采购方面管理,人员方面的管理,库存方面的管理,以至于核算的管理,功能很强大很实用。本论文主要的内容包括以下几点:物资管理系统的开发过程,物资管理系统设计的说明、使用的说明等等。首先,第一章介绍了我们的选题背
3、景、研究意义、国内外研究现状;第二章介绍了该系统的用户需求是什么,具体分了多少细的功能;第三章介绍了如何设计我们的系统,包括了针对每个功能进行的相应的设计;第四章介绍了如何实现我们的系统,包含了一些实现代码;第五章则是进行系统的测试,截取了一些测试过程中的截图;最后一章是总结一下我们的系统,并展望该系统的未来方向。总体来看,我们的物资管理系统实现了很好的效果:实现了电力公司对物资的高效、科学的管理,对人员、职工的人性化管理,对库存、仓库的全方面管理等等,大大的提高了电力公司的运营效率,减少了其运营成本,这样一来便创造了很大的经济效益。 关键词:物资管理 电力公司 C/S SQL Server四
4、川大学工程硕士学位论文 电力公司物资管理系统的设计与实现2Design and Implementation of material management system for electric power company Software EngineeringGraduate Student: Adviser: Along with the construction of the power production, the human and material involved also in gradually increase. As the foundation of the sta
5、te, the electric power production department must make the whole power system high efficiency operation, need to manage mode and some traditional methods has been difficult to apply in electric power enterprises. In order to improve the competitiveness of enterprises, ensure the safety and stable op
6、eration of power system, we need to be efficient and reliable management of electric power material, build a good material management system, so that the whole enterprise material efficient operation, in order to improve the electric power production enterprises core competitiveness.In this paper, c
7、onstruction materials management system of electric power company as an example, on the basis of material management system for electric power enterprise development status, through field survey and analysis, power production enterprises materials management system of power production enterprises by
8、 the scope of business and the logic structure, management function and network structure. Choose the easy to extended C/S model of software development, SQL Server database technology, the use of these techniques enable the construction of the system more stable, more comprehensive, more easy to ex
9、pand and upgrade, to facilitate system maintenance. The final goal is to build an appropriate material management system for electric power company development.The system is based on the characteristics of the electric power company, procurement management, inventory management, accounting in one, t
10、ailored for the material management software. To maximize meet customer requirements, in the 四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现3design process, therefore, the system has strong practical and targeted. The system has friendly interface, simple operation, strong maintainability, complete function. This pap
11、er introduces the invoicing process development of material management information system, mainly from the management thought, system analysis, system design, system instructions, skills and experience of the management system on it. The preface points out the background and significance of topic; t
12、hen introduced the system analysis, design and development of the description; finally experience the system description and system design experience. The successful application of material management system, provides a scientific, effective management method for the material management of the elect
13、ric company, the company whole management process becomes simple, effective, scientific, improve efficiency in the use of existing materials and the work efficiency, accelerating the power company to achieve management modernization management process, thus it can improve the power company logistics
14、 speed, shorten the time, reduce the backlog of inventory turnover, reasonable arrangements for the production, and ultimately improve the economic benefits of the power company.Key Words: Material Management Power Company C/S SQL Server 四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现4目 录Software Engineering.31 绪论 .1
15、1.1 背景介绍 .11.2 研究意义 .21.3 国内外研究现状 .31.4 主要研究内容 .41.5 相关技术说明 .51.5.1 C/S 模式 .51.5.2 Visual Studio.101.5.3 SQL Server.121.6 论文组织结构 .132 系统需求分析 .142.1 系统总体目标和需求 .142.1.1 系统目标 .142.1.2 系统拟解决问题 .142.2 系统需求功能描述 .152.3 各功能子模块分析需求 .162.3.1 用户密码管理模块 .172.3.2 项目管理模块 .182.3.3 供应商管理模块 .192.3.4 库存管理模块 .212.3.5 零
16、件管理模块 .222.3.6 职工管理模块 .242.3.7 仓库管理模块 .252.3.8 供应信息管理模块 .272.4 非功能性能需求 .282.4.1 系统性能需求 .282.4.2 数据操作需求 .282.4.3 系统易用性需求 .312.4.4 系统可靠性需求 .312.5 本章小结 .323 系统设计 .333.1 系统设计原则 .333.1.1 安全性原则 .333.1.2 扩展性原则 .33四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现53.1.3 稳定性原则 .333.1.4 友好性原则 .343.1.5 高效性原则 .343.1.6 并发性强原则 .343.2
17、 系统体系结构设计 .343.3 网络拓扑结构设计 .363.4 系统功能结构设计 .383.4.1 用户密码管理模块 .393.4.2 项目管理模块 .403.4.3 供应商管理模块 .423.4.4 库存管理模块 .453.4.5 零件管理模块 .473.4.6 职工管理模块 .483.4.7 仓库管理模块 .513.4.8 供应信息管理模块 .533.5 数据库设计 .543.5.1 设计原则 .543.5.2 E-R 图 .543.5.3 部分数据表介绍 .553.6 接口设计 .603.6.1 用户界面设计原则 .603.6.2 用户输入输出接口 .603.7 小结 .614 系统实
18、现 .624.1 系统的页面规划设计 .624.2 系统登录实现 .624.3 系统主界面设计实现 .644.4 仓库管理设计与实现 .654.5 职工管理设计与实现 .664.6 零件管理、供应商、供应关系管理设计与实现 .674.7 库存管理设计与实现 .684.8 项目管理设计与实现 .694.9 更改用户密码设计与实现 .725 系统测试 .735.1 测试基本过程模型 .735.2 测试方法 .735.3 测试环境 .745.4 测试项目 .755.4.1 软件功能测试 .75四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现65.4.2 安全可靠性 .805.4.3 用户界
19、面 .805.4.4 中文符合性 .815.4.5 用户文档 .815.5 结果分析 .826 总结与展望 .836.1 论文总结 .836.2 个人工作总结 .836.3 展望 .83参考文献 .85致谢 .87四川大学工程硕士学位论文 电力公司物资管理系统的设计与实现11 绪论1.1 背景介绍21 世纪是一个科技高速发展的时代,而引领科技发展的龙头便是信息技术的发展。信息技术在当今社会已然运用到各个方面,而其中的一个方面便是现代的管理系统。物资、人力日益增加,而对它们的管理如果还像以往一样是记账,那信息将会相当的冗杂,管理难度也相当复杂。应运而生的便是当今的管理信息系统(MIS-Management Information System) 1,该系统运用当今的先进技术:计算机技术、信息技术以及控制技术来进行物资、人力、信息的管理,解放了管理人员的大量工作,标志着管理的现代化。而其中,对物资的管理非常重要。一个企业,一个公司,想要实现经济的高效益,就必须实