摘 要
仓库物品的管理是与我们的日常生活息息相关的一个重大问题。随着我国经济飞速的发展,改革开放的不断深入,企业要想在激烈的市场竞争中立于不败之地,要想继续的发展与生存,没有现代化的管理方式与方法是万万不行的,仓库管理的全面信息化、自动化则是在其中占有极其重要的地位。仓库管理信息系统则是在此需求背景下开始研制并开发的。在此篇文章中严格按照软件工程思想,设计并实现了一个仓库信息管理系统。介绍了系统从需求分析,逻辑设计,总体设计,详细设计以及系统测试、实施各阶段的主要内容和成果,包括系统结构图、业务流程图数据流程图、物理表实现及其关系、功能模块算法流程、界面设计等等。
关键字 仓库; 软件工程; 系统开发
Design and implementation of warehouse management system based on Web
Abstract
Warehouse management is a major issue is closely related to our daily life. With China's rapid economic development and the deepening of reform and opening up, the enterprise to be in an invincible position in the fierce market competition, want to continue development and survival, no modern management methods and methods is absolutely out, warehouse management and comprehensive information, automation is where you play a very important role. Warehouse management information system is started research and development in the context of this demand. This article strictly according to the software engineering, design and implementation of a warehouse management system. Introduced from requirements analysis, logic design, General design, detailed design and system testing, implementation of the content and results of each stage, including charts, business process data flow chart, functional modules algorithms, physical form and its process, interface design and so on.
Key warehouse Software engineering; System development
目 录
摘 要i
Abstractii
目 录iii
1. 绪论1
1.1 系统背景1
1.2 开发目的1
1.3 开发工具2
1.3.1 Eclipse2
1.3.2 Mysql2
1.3.3 PowerDesigner2
1.4 相关技术介绍3
1.4.1 JSP技术3
1.4.2 JavaScript技术5
1.4.3 Tomcat5
1.4.4 软硬件需求6
1.5 可行性研究分析6
1.5.1 系统目标可行性分析7
1.5.2 系统的经济可行性7
1.5.3 系统的技术可行性7
1.5.4 系统的法律可行性7
2. 软件需求分析8
2.1 需求分析8
2.1.1 用例图8
2.1.2 类图9
2.2 功能需求分析9
2.3 业务流程分析10
2.3.1 管理员模块业务流程10
2.3.2 客户模块业务流程分析10
2.4 数据流程分析11
2.4.1 顶层数据流11
2.4.2 一层数据流图11
2.4.3 二层数据流图12
2.5 数据字典分析13
2.5.1 数据存储条目13
2.5.2 加工条目14
3. 软件总体设计16
3.1 软件结构设计原则16
3.1.1 软件的结构体系16
3.1.2 软件模块设计原则16
3.1.3 软件的模块化17
3.2 系统任务概述17
3.2.1 系统的功能设计17
3.2.2 系统功能结构18
3.3 系统架构18
3.4 系统主要子模块设计19
3.4.1 用户登录子模块设计19
3.4.2 商品入库子模块设计19
3.4.3 商品出库子模块设计19
3.4.4 用户注册子模块设计19
4. 数据库设计21
4.1 数据库概念21
4.2 数据库分析22
4.2.1 数据库的完整性分析22
4.2.2 数据库的安全性分析22
4.3 数据库的设计23
4.3.1 概念结构设计23
4.3.2 逻辑结构设计23
4.4 数据库的连接25
4.4.1 连接工具25
4.4.2 工厂类配置文件主要内容26
4.4.3 Mapper类配置文件主要代码26
5. 软件详细设计28
5.1 登录模块28
5.2 入库模块30
5.3 出库模块31
5.4 用户注册模块32
5.5 个人信息管理模块34
6. 系统的测试38
6.1 测试简述38
6.1.1 测试目的及重要性38
6.1.2 测试原则39
6.2 测试方法40
6.2.1 黑盒测试40
6.2.2 白盒测试40
6.2.3 单元测试40
6.2.4 集成测试41
6.3系统模块的测试41
6.3.1 登陆模块测试:41
6.3.2 出库模块测试41
6.4.3 用户信息模块测试结果44
总 结45
致 谢46
参考文献47
附件1:外文文献(原文)48
附件2:外文文献(译文)57