摘 要
本文采用结构化系统分析的方法,阐述了仓库管理系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程的调研,分析了系统的组织结构,具体完成了仓库管理系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。
根据前几个阶段的分析和设计,该系统决定采用B/S结构,JSP作为开发平台,数据库采用SQL2000,完成了系统的程序实施。本系统的设计实施为仓库管理系统的运行做基础,为其仓库的管理提供良好的条件。
关键词:仓库;结构化分析;管理系统
Abstract
In this paper, structured systems analysis, inventory management system describes the development process, operational processes and some of its core technology. This paper carried out the project overview, a brief background of project development, project development and project development objective of the meaning; followed by the system planning stage, the actual business processes through research and analysis of the system's organizational structure, specifically the completion of the inventory management system needs analysis, feasibility analysis, the existing business process analysis, and optimization of existing business processes, business processes, the system obtained; followed by systematic analysis of the specific completion of the data flow analysis and data dictionary; system design primarily the completion of the division of function modules, database design and system interface design. This phase of the function of each module in detail the design, forming a functional block diagram of the system, on this basis, have chosen the right development model; database design first tested the concept design, followed by a logic design, and finally completed the design of the database table.
According to previous analysis and design phase, the system decided to use C / S structure, Visual Basic as a development platform, the database uses Access, completed the implementation of the system program. Design and implementation of this system for the inventory management system to run as a foundation for inventory management in good condition
Key Word:Inventory; structural analysis; Management System
目 录
摘 要 I
第1章 概述 1
1.1 项目开发的背景 1
1.2 项目开发的目的 1
第2章 可行性分析及总体设计原则 2
2.1 可行性分析 2
2.1.1 技术可行性 2
2.1.2 经济可行性 2
2.1.3 社会可行性 2
2.2 总体设计原则 3
第3章 系统分析 4
3.1 业务流程分析 4
3.2 数据流图 5
3.3 数据字典 8
第4章 系统设计 11
4.1 系统功能设计 11
4.2 系统数据库设计 12
4.2.1 概念结构设计 12
4.2.2 数据库表设计 16
4.3 系统开发工具与开发模式的选择 19
4.3.1 开发工具 19
4.3.2 开发模式 19
第5章 系统实现 21
5.1 登录界面 21
5.1.1 登录界面 21
5.1.2 登录流程 22
5.2 超级管理员登录首页 23
5.3 管理员维护界面 23
5.4 操作员管理界面 24
5.5 货物分类管理界面 24
5.6 出库登记 25
5.7 仓库汇总 25
第6章 软件测试与分析 26
6.1 系统测试的定义 26
6.2 系统测试的目的及意义 26
6.3 系统测试的重要性 26
6.4 系统测试的常用方法 27
6.5 测试环境与测试条件 28
6.6 系统运行情况 28
6.7 测试总结 28
第7章 总结与展望 29
参考文献 30
致 谢 31