基于ASP.NET仓库管理信息系统 联系客服

发布时间 : 星期日 文章基于ASP.NET仓库管理信息系统更新完毕开始阅读fd8273fb770bf78a652954a3

安徽大学江淮学院 本科毕业论文(设计)

题 目: 仓库管理信息系统的设计与实现 学生姓名: 朱 超 学号: JB064001 系 别:计算机科学与电子技术 专业:计算机科学与技术 入学时间: 二○○六 年 九 月 导师姓名: 李龙澍 职称/学位: 教授/硕士 导师所在单位: 安徽大学计算机科学与技术学院

0

仓库管理信息系统的设计与实现

摘 要

本文设计并实现了一个基于ASP.NET的仓库管理信息系统,该系统广泛应用于企业生产与货物流通过程中,对促进生产、提高效率起着很大的辅助作用。作者主要的研究内容和成果如下:

1)概述了物流管理的概念、产生背景与发展历程,详细介绍了我国物流管理的实际状况与发展趋势,分析了物流管理系统的实际意义,展望了物流仓储管理系统的未来前景。 2)采用当前流行的Microsoft公司的SQL Server数据库平台、Visual Studio及ASP.NET技术设计整个系统。系统中使用了C#编程实现了该仓库管理系统中Web页面的特定数据验证功能以及输入输出控制等辅助功能。

3)将系统用户按职责划分为仓库总管、分仓库管理员、采购员三类,按功能将系统划分为多个模块,详细介绍了其中的员工管理模块、仓库管理模块、货物管理模块、存储规则管理模块、货物进出管理模块、仓库需求生成模块、货物进出记录模块、设计与功能实现。

关键词:ASP.NET;管理信息系统;SQL Server数据库;Visual Studio;

C#

1

Design and Implementation of Warehouse

Management Information System

Abstract

This article has designed and realized one warehouse management information system based on ASP.NET and Web service.It widely applies in the enterprise production and the cargo circuit,and play the very big auxiliary role on promotes produce and raises the efficiency.Author’s research content and the achievement are as follows:

1)Outlined the physical distribution management concept,to have the background and the development process,introduced in detail our country physical distribution management’s actual state and the trend of development,have analyzed the physical distribution management system’s practical significance,has foreseen the physical distribution warehouse management system’s future perspective.

2)Using the popular Microsoft’s SQL Server database platform,Visual Studio and ASP.NET technical design the whole system.In the system used C# programming has realized in this storage management system the Web page’s specific data confirmation function as well as the input output control and so on auxiliary function.

3)Divided the system user into three kinds such as the warehouse executives.The storekeeper, the purchaser according to the responsibility.Divides the system into many modules according to the function .Introduced the demand,the design and the functional realization in detail on the module of staff management, the module of warehouse management, the module of cargo

management, the module of storage rules management, the module of cargo access management, the module of warehouse demand generation, the module of cargo access control.

Key Words:ASP.NET;Management Information System;SQL Server; Database;Visual Studio;C#

2

目 录

第一章 前言???????????????????????????1

1.1 仓库管理系统的背景与意义????????????????1 1.2 系统开发工具介绍????????????????????2 第二章 需求分析?????????????????????????3

2.1 仓库总管对功能的需求??????????????????3 2.2 分仓库管理员对功能的需求????????????????4 2.3 采购员对功能的需求???????????????????4 第三章 系统分析?????????????????????????4

3.1 系统功能模块的划分???????????????????4 3.2 系统流程分析??????????????????????5 第四章 系统设计?????????????????????????6

4. 1 数据库逻辑结构设计???????????????????6 4. 2 创建数据库???????????????????????9 4. 3 创建存储过程??????????????????????11 第五章 界面设计????????????????????????13 5. 1仓库管理信息系统首页设计?????????????????13 5. 2货物信息维护界面设计???????????????????13 5.3货物信息添加页面设计???????????????????13 5. 4货物信息修改页面设计???????????????????14 5. 5仓库存放规则维护页面设计?????????????????14 5. 6仓库存放规则添加页面设计?????????????????14 5. 7货物进出控制页面设计???????????????????15 5. 8仓库货物需求列表页面设计?????????????????15 第六章 功能测试?????????????????????????15 主要参考文献???????????????????????????21 附录 代码实现??????????????????????????22 致谢???????????????????????????????31