网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > 其他类别 > 正文

基于BS模式的企业内部库存管理系统

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/12

【编者按】网学网其他类别频道为大家收集整理了“基于BS模式的企业内部库存管理系统“提供大家参考,希望对大家有所帮助!

论文字数:13329,页数:40  有开题报告,任务书

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

关键字:ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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: ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>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

基于BS模式的企业内部库存管理系统......
  • 上一篇资讯: [其他类别]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号