配送中心库存控制系统的分析与设计(JSP+SQL2000)◇

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
配送中心是一个将完成物资配送作为其主要功能的物流结点。一般而言,配送中心是一个高度自动化的大型中心,它从不同的工厂和供应者手中接收货物,收取并有效地执行订单,并将货物尽可能迅速地送给客户。
配送中心的仓库与普通仓库不同,它所强调的是货物的运输而不是货物长期的储存。它是一个短期的存储中心,接近主要市场,为订单的快捷处理和向客户运送货物提供方便。当配送中心的库存过少时,会影响对客户配送货物的速度,从而降低客户销售的效率,而当库存量过大时又会增加配送中心的成本。所以配送中心对货物的存放要有个度。在本次毕业设计中主要解决的就是为了满足客户的需求,同时要保证成本最低化的前提下,解决配送中心存储货物量的问题,以及出入库的调配问题。
本次设计采用的是结构化的开发方法。按用户至上的原则,结构化,模块化,自顶向下地对系统进行分析与设计。先将整个管理信息系统的开发划分成若干个不同阶段, 如系统规划,系统分析,系统设计,系统实施,运行和维护;然后在系统规划,分析和设计阶段采用自顶向下的方法对系统能够进行结构化划分;最后在系统实施阶段,采用自底向上的方法逐步实施。在本次毕业设计中开发的是利用C/S架构,采用JAVAJSP技术,使用SQL server2000数据库,具有出库管理,入库管理,库存控制等功能的配送中心库存控制系统。

关键词:配送中心,库存控制,结构化方法术

Design and Analysis of the Distribution center Control System
Abstract
Distribution Center is a materials distribution will be completed as its main function of logistics nodes. In general, the distribution center is a high degree of automation in the large centers, it from different factories and suppliers of goods to receive the hands of charge and the effective implementation of orders and goods given to customers as quickly as possible.
The warehouse and distribution center general warehouse different, it stressed that the transport of goods rather than long-term storage of goods. It is a short-term storage centre, close to major markets, for the speedy processing of orders to customers and to facilitate the delivery of goods. When the distribution center's inventory is low too, will affect the distribution of goods to customers quickly, thus reducing the efficiency of customer sales, and when excessive inventory at the distribution center will increase the cost. Therefore, the distribution center for goods store should be easy to a degree. In the design of graduates is the main solution to meet customer needs, and to ensure the lowest cost of the premise, the distribution center to solve the problem of storage of goods, warehousing and to the deployment.
The design is based on the structure of the development of methods. According to user-oriented principles, structures and modular, top-down in the system analysis and design. First the entire management information system development is divided into a number of different stages, such as system planning, system analysis, system design, system implementation, operation and maintenance, then the system planning, analysis and design using top-down approach to the system To the structural breakdown of the last stage of the implementation of the system, using the bottom-up approach gradually implemented. In the graduation project is in the development of the use of C / S structure, using JAVA and JSP technology, the use of SQL server2000 database, with a library management, warehousing management, inventory control and other functions of the distribution center inventory control system.
Key words: Distribution center, Inventory Control, Structured method

确定系统的功能模块
通过分析确定库存系统将包含5个主要功能模块,即系统模块、入库业务管理模块、出库业务管理模块、库存商品查看模块(报表输出)、库存控制。对于每一个功能模块,都包含了数据录入、编辑、查询、统计、打印、应急、帮助等功能。

(1)系统模块
a.包括报表的打印及设置,操作日志的管理。
b.管理员可以通过管理界面添加或删除用户,添加新管理员或删除原有管理员,验证用户的合法性,阻止非法用户登录。
c.管理员或其他用户可以修改自己的密码。
(2)入库模块
包括填写入库单,更新,删除入库记录,查看现有库存信息,入库记录的查询及打印
(3)出库模块
包括填写出库单,更新,删除出库记录,查看现有库存信息,出库记录的查询及打印
(4)库存情况模块
包括库存记录的查询,打印等。
(5)采购申请模块
包括填写采购申请表,查询采购申请表,删除以及打印等。
配送中心库存控制系统的分析与设计(JSP+SQL2000)
配送中心库存控制系统的分析与设计(JSP+SQL2000)
配送中心库存控制系统的分析与设计(JSP+SQL2000)
配送中心库存控制系统的分析与设计(JSP+SQL2000)
配送中心库存控制系统的分析与设计(JSP+SQL2000)


目  录   13000字
摘  要    II
ABSTRACT    III
第1章 配送中心库存控制概述    1
1.1库存管理的必要性    1
1.2 库存管理的目标    1
1.3 库存分类及控制方法    2
1.4 开发背景    3
第2章 系统分析    5
2.1 资料收集    5
2.2 库存方法概述    6
2.2.1 库存管理的任务    6
2.2.2 库存控制的方法    6
2.3 系统中库存控制的原则    7
2.4  组织结构分析    7
2.5  业务流程分析    8
2.6  数据流程分析    9
2.7 配送中心库存控制系统的数据字典    11
第3章 系统设计    18
3.1 总体设计    18
3.1.1 系统目标设计    18
3.1.2 应用程序结构确定    18
3.1.3 确定系统开发环境    19
3.1.4 确定系统的功能模块    19
3.2 详细设计    20
3.2.1 代码设计    21
3.2.2 数据库概念结构设计    21
3.2.3 数据库逻辑结构设计    23
3.2.4 数据库物理结构设计    24
3.3 输入输出设计    25
3.3.1 系统登录界面    25
3.3.2 系统功能表界面    26
3.3.3 入库管理界面    26
3.3.4 出库管理界面    26
3.3.5 库存控制界面    27
3.3.6 库存统计界面    27
第4章 系统实施    28
4.1 开发工具简介    28
4.1.1 JAVA简介    28
4.1.2 SQL SERVER2000数据库简介    28
4.1.3 本系统中JAVA与SQL SERVER2000    28
4.2 系统实现    29
4.2.1 系统管理模块实现    29
4.2.2 库存统计模块实现    30
4.2.3 系统实施与测试    31
第5章 结 论    33
参考文献    34
致谢    35