论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW13628 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于BS模式的企业内部库存管理系统 (收费:1000 积分)  

论文字数:13329,页数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:测试管理系统的设计与实现 下一篇:网络游戏虚拟物品交易平台的设计..
Tags:基于 模式 企业 内部 库存 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号