基于b/s模式的企业内部库存管理系统.rar

RAR格式版权申诉手机打开展开

基于b/s模式的企业内部库存管理系统,基于b/s模式的企业内部库存管理系统1.3万字40页包括开题和任务书摘 要随着现代工业的发展,企业竞争压力越来越大,这就要求企业有良好的管理手段和策略。信息化的发展给了企业良好的解决方案。库存管理是物流管理中的核心问题,如何实施正确的库存管理模式和策略,达到高效库存管理,是企业急需解决的问题。企业内部库存则是通过计算机...
编号:58-34731大小:321.40K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

基于B/S模式的企业内部库存管理系统
1.3万字 40页
包括开题和任务书


摘 要
随着现代工业的发展,企业竞争压力越来越大,这就要求企业有良好的管理手段和策略。信息化的发展给了企业良好的解决方案。库存管理是物流管理中的核心问题,如何实施正确的库存管理模式和策略,达到高效库存管理,是企业急需解决的问题。企业内部库存则是通过计算机对企业的生产原料和成品进行信息化的管理,以提高企业的生产效率。
本文中介绍的是一个基于B/S模式的中小企业内部库存管理系统。企业内部库存是通过计算机对企业的生产原料和成品进行信息化的管理,以提高企业的生产效率。本系统以微软公司的Microsoft SQL Server 2000为后台数据库,以微软公司的.NET开发平台为开发平台和C#为开发语言,开发的企业内部库存管理系统。在本文中主要分析了库存管理系统的一些基本功能和组成情况,包括系统的需求分析,系统结构,功能模块的划分以及数据库的设计。本文还对应用程序开发做了介绍。达到了数据的一致性和安全性,符合库存管理系统作为典型的信息管理系统(MIS)的要求。

关键字:ASP.NET,库存管理,B/S模式,数据库


A internal inventory management system in web environment


Abstract
Along with the development of modern industries and enterprises increasing competitive pressure, which requires the company has a good management tools and strategies. The developing of the information gives a good solution for the enterprises. Inventory management is the most important problem of the Management of the flow of goods. How to
implement the correct patterns and inventory management strategy achieve efficient inventory management is the problem which the enterprises must do . Internal inventory is through the computer to the production of raw materials and finished products for information management, to improve the production efficiency.
This paper introduces the B/S is a model based on the SME internal inventory management system. Internal inventory through computers to the production of raw materials and finished products for information management, to improve the production efficiency. Of the system to Microsoft in the Microsoft SQL Server 2000 database for the background. to Microsoft. NET development platform for the development platform for the development and the C # language, Development of internal inventory management system. In this paper we analyze the inventory management system of some of the basic functions and composition of the system, including needs analysis, system structure, functional modules division, and database design. This paper also Application Development made a presentation. Achieve data consistency and security, with inventory management system as a typical management information system (MIS) requirements.

Key Words: ASP.NET, inventory management, Browser Server Model,DataBase


目 录
1.绪论 1
1.1 课题背景 1
1.2 课题目的以及意义 1
1.3 国内外研究现状 2
1.4 课题研究的内容 3
2.技术背景 4
3系统需求分析 5
3.1 入库工作流程 5
3.2 出库工作流程 5
3.3 移库工作流程 5
3.4 预警 5
3.5 个人历史记录查询 5
3.6 个人信息修改 6
3.7 基本信息的维护 6
4.实现方案 7
4.1 运行环境 7
4.1.1 硬件环境 7
4.1.2 软件环境 7
4.2 方案选择 7
4.2.1 ASP.NET的三层架构思想 8
4.2.2 三层架构图 9
4.2.2.1 UI(User Interface) 11
4.2.3.2 BL(Business Logic) 11
4.2.3.3 DataAccess 11
4.2.3 开发语言 11
5系统的设计 13
5.1总体设计 13
5.1.1系统体系结构的设计 13
5.1.2 系统总体功能概述 13
5.1.3 系统总体数据流图 13
5.2详细设计 15
5.2.1 基本资料管理模块 15
5.2.1.1用户信息维护 15
5.2.1.2仓库信息维护 17
5.2.1.3产品信息维护 18
5.2.1.4 更新管理用户密码 19
5.2.1.5计量单位信息维护 20
5.2.1.6操作名称维护 21
5.2.2库存管理模块 22
5.2.2.1入库的业务操作 22
5.2.2.2出库的业务操作 23
5.2.2.3移库的业务操作 24
5.2.2.4查询仓库信息 25
5.2.2.5更改用户密码 25
5.2.2.6个人历史记录查询 26
6系统数据库设计 27
6.1数据库设计原则 27
6.2 数据库建模 27
6.3表结构设计 28
6.3.1用户信息表的设计 28
6.3.2仓库信息表的设计 28
6.3.3计量单位信息表的设计 29
6.3.4操作维护表 29
6.3.5原材料信息表 29
6.3.6成品信息表 29
6.3.7半成品信息表 30
6.3.8半成品维护信息表 30
6.3.9库存信息表 30
6.3.10流水帐信息表 30
7系统性能分析 32
7.1性能评价 32
7.2存在的问题 32
8小结 33
致谢 34
参考文献 35
附录 36


参考文献
[1] Paul Nielsen. Microsoft SQL Server 2000 Bible[M]. Wiley Publishing. 2002.
[2] 邹建. 中文版SQL Server 2000开发与管理应用实例[M]. 北京:人民邮电出版社. 2005.
[3] 启明工作室. MIS系统开发与应用(ASP.NET+SQL Server版)[M]. 北京:人民邮电出版社. 2005.
[4] Scott Mitchell,et al. ASP.NET:Tips,Tutorials,and Code[M]. Sams. 2001.
[5] 段钢. 加密与解密(第二版)[M]. 北京:电子工业出版社. 2003.
[6] 李葵. MIS开发中C/S模式与B/S模式的结合策略[DB/OL]