毕业设计
百货中心供应链管理系统
百货中心供应链管理系统
摘要
近年来,随着计算机技术的发展,以及信息化时代下企业对效率的需求,计算机技术与
通信技术已经被越来越多地应用到各行各业中去。百货中心作为物流产业链中重要的一环,
为了应对新兴消费方式的冲击,从供货到销售的各个环节也迫切地需要实现信息化、自动化。
而上面所提到的这些环节,在二十世纪中期后被称为“供应链”,也是在本世纪初才在中国受
到关注的一门新兴科学。
本文就百货中心供应链管理系统的设计与开发展开论述,按照软件工程开发的实际步骤,
依次对该项目的可行性分析、需求分析、概要设计、详细设计、系统实现以及系统测试分别
进行阐述。
在查阅了各界媒体资料、分析了国内外供应链管理系统的基础上,经过认真学习与不懈
探索,利用 J2EE 技术和 Mysql 数据库,最终完成了百货中心供应链管理系统的开发,并经过
一系列测试及试用,达到了最初的设计目标。
关键词:供应链,软件工程,J2EE
supply chain management system of department store
Abstract
In recent years, with the development of computer technology, and the enterprise is in great
demand of efficiency in the information era, computer technology and information technology has
been increasingly applied to all walks of life. Department store is an important part of logistics
industry chain, in order to cope with the emerging consumer's impact, from supplying marketing,
every aspect needs to implement informatization and automation urgently. These aspects mentioned
above came to be known as the "supply chain" in the middle of twentieth Century, which is a new
science not attached attention from China until the beginning of this century.
In this paper, the design and development of supply chain management system of department
store is described and analyzed, according to the actual steps of software engineering, the project
feasibility analysis, demand analysis, outline design, detailed design, system implementation and
system test are described individually.
Under the base of consulting the media data, analyzing the supply chain management system at
home and abroad. After study and exploration, finally the development of supply chain
management system of department store is completed using J2EE technology and Mysql database.
With a series of tests, the system has met the original design goals.
Key words: supply chain, software engineering,J2EE
第 I 页 共 II 页
目录
1 引言.....................................................................1
1.1 课题背景...............................................................1
1.2 目的和意义.............................................................2
1.3 研究内容和组织结构.....................................................2
2 开发工具及技术...........................................................3
2.1 开发工具...............................................................3
2.2 使用技术...............................................................4
3 可行性分析...............................................................6
3.1 法律的可行性...........................................................6
3.2 经济的可行性...........................................................6
3.3 技术的可行性...........................................................6
4 需求分析.................................................................7
4.1 系统功能分析...........................................................7
4.1.1 经理用例图...........................................................7
4.1.2 人事部员工用例图.....................................................7
4.1.3 采购部员工用例图.....................................................8
4.1.4 物资部员工用例图.....................................................8
4.1.5 销售部员工用例图.....................................................9
4.2 功能模块需求分析.......................................................9
4.3 数据流图..............................................................10
4.3.1 顶层数据流图........................................................10
4.3.2 一层数据流图........................................................10
4.4 数据字典..............................................................11
4.4.1 数据项的描述........................................................11
4.4.2 数据流的描述........................................................12
4.4.3 描述外部实体........................................................14
5 系统设计................................................................15
5.1 系统结构设计..........................................................15
第 II 页 共 II 页
5.2 系统子模块功能介绍....................................................15
5.3 数据库设计............................................................16
5.3.1 数据库概念设计(E-R 模型) ..........................................16
5.3.2 数据库表结构设计....................................................17
6 系统实现................................................................20
6.1 系统登录界面..........................................................22
6.2 登录成功界面..........................................................23
6.3 人事管理界面..........................................................25
6.4 合作公司管理界面......................................................26
6.5 采购管理界面..........................................................28
6.6 库存管理界面..........................................................31
6.7 销售管理界面..........................................................34
6.8 经营统计界面..........................................................35
7 系统测试................................................................35
7.1 测试目的..............................................................35
7.2 测试方法..............................................................36
7.3 测试结果..............................................................36
8 总结....................................................................37
参考文献 .................................................................38
致谢 .....................................................................39