日用品配送中心管理系统
论 文 作 者 姓 名 :
申 请 学 位 专 业 :
申 请 学 位 类 别 :
指导教师姓名(职称):
论 文 提 交 日 期 :
摘 要
近年来我国信息产业发展迅速,手工管理方式处理日用品货物的配送管理已
显得不相适应,采用计算机管理势在必行。日用品配送中心管理系统为配送中心
的工作人员提供充足的信息和快捷的查询手段,其开发内容主要包括后台数据库
的建立和维护以及前端应用程序的开发两个方面。目前,日用品配送中心为了促
进物品配送的发展,不断开拓新丝路,完善硬件设施,为了配送管理的发展,我
们进行了日用品配送中心管理系统的开发。日用品配送中心管理系统是指对日用
品配送的管理,是对日用品的入库,出库,配送等的管理。为工作人员提供充足
的信息和快捷的查询手段进行有效管理。
本系统的采用 B/S 结构,使用 ASP.NET 程序设计语言及 SQL2005 数据库进
行设计与开发。本论文首先对日用品配送中心管理系统进行需求分析,并给出系
统总体架构及详细设计步骤,主要实现了以下功能:用户管理、物资管理、物资
入库、物资出库、物资库存,意见反馈等功能模块。通过测试分析说明,本系统
的开发达到预定目标,并具有一定的应用价值。
关键字: ASP.NET;物资管理;数据库
Abstract
In recent years the rapid development of China's information industry, manual
management and distribution management processing daily necessities goods has
become incompatible, using computer management be imperative. To provide the
sufficient information and the quick inquiry method of staff for the distribution center
of the commodity distribution center management system, its development mainly
includes two aspects: the setting and maintenance of database and front-end
application development. At present, commodity distribution center in order to
promote the development of goods delivery, and constantly open up new, perfect
hardware facilities, in order to develop distribution management, we developed
commodity distribution center management system. Commodity distribution center
management system refers to the commodity distribution management, warehouse to
warehouse, daily necessities, distribution management. To provide the sufficient
information and the quick inquiry method for the staff to carry on the effective
management.
Using B\/S structure of the system, is designed and developed using ASP.NET
programming language and SQL2005 database. This paper first analyses the demand
of the management system of commodity distribution center, and the overall
architecture and detailed design steps are given, mainly to achieve the following
functions: user management, materials management, materials storage, library
materials, inventory, feedback and other functional modules. After testing analysis,
the development of the system reaches the predetermined target, and has the certain
application value.
Key words: ASP.NET; materials management; database
目 录
论文总页数:27 页
1 引言........................................................................1
1.1 系统开发背景............................................................1
1.2 系统开发意义............................................................1
1.3 开发方法及开发工具的简介................................................2
1.3.1 ASP.NET 技术 ............................................................2
1.3.2 SQL Server2005 数据库 ...................................................3
1.3.3 Visual Studio 2008 介绍.................................................4
1.3.4 Browser/Server(B/S)结构...............................................5
2 系统需求分析................................................................5
2.1 功能需求分析............................................................5
2.2 系统架构图 ..............................................................7
3 系统数据库设计..............................................................7
3.1 数据库设计..............................................................8
3.2 数据库表设计............................................................8
4 系统详细设计...............................................................10
4.1 登录界面...............................................................10
4.2 用户管理...............................................................10
4.3 添加物资...............................................................10
4.4 管理物资 ...............................................................11
4.5 物资入库...............................................................11
4.6 管理入库...............................................................11
4.7 物资出库...............................................................12
4.8 管理出库 ...............................................................12
4.9 物资库存...............................................................12
5 系统编码的具体实现.........................................................13
5.1 分模块介绍各模块的关键技术及程序实现方法...............................13
5.2 部分模块的设计和编码...................................................19
5.2.1 物资入库编码设计.......................................................19
5.2.2 物资出库编码设计.......................................................22
5.2.3 物资库存编码设计.......................................................23
6 系统测试与分析.............................................................24
7 结 论 ...................................................................26