商品出入库管理系统.doc
约43页DOC格式手机打开展开
商品出入库管理系统,页数 43 字数 17512摘要 随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了仓库信息管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合...
内容介绍
此文档由会员 张阳阳 发布
商品出入库管理系统
页数 43 字数 17512
摘要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了仓库信息管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了仓库信息管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual Basic编程环境和Access数据库管理系统的功能特点,仓库信息管理系统是企业物流管理中不可或缺的一部分。
关键词:仓库信息管理,数据库,信息管理,Visual Basic
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, Visual Basic
目 录
摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
第一章 绪论…………………………………………………………………3
1.1管理信息系统的概述……………………………………………………3
1.2数据库应用系统开发简介………………………………………………3
1.3仓库信息管理系统………………………………………………………5
1.3.1国内外同类管理软件的研究现状与发展趋势………………………6
1.3.2仓库信息管理系统研究背景与意义…………………………………7
第二章 数据库理论基础……………………………………………………8
2.1数据库系统设计…………………………………………………………8
2.2SQL语言介绍…………………………………………………………… 8
2.2.1SQL基础……………………………………………………………… 8
2.2.2SQL语句……………………………………………………………… 9
第三章 应用系统开发工具………………………………………………10
3.1Visual Basic简介及实现原理……………………………………… 10
3.2数据库组件介绍……………………………………………………… 11
3.3SQL语言在VB中的应用……………………………………………… 11
3.4Access2000简述……………………………………………………… 12
第四章 仓库信息管理系统设计分析…………………………………… 14
4.1需求分析……………………………………………………………… 14
4.2模块划分………………………………………………………………15
4.3数据库设计………………………………………………………… 17
第五章 应用程序设计……………………………………………………22
5.1程序结构…………………………………………………………… 22
5.2各模块程序的实现………………………………………………… 22
结束语…………………………………………………………………… 40
参考文献………………………………………………………………… 41
页数 43 字数 17512
摘要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了仓库信息管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了仓库信息管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual Basic编程环境和Access数据库管理系统的功能特点,仓库信息管理系统是企业物流管理中不可或缺的一部分。
关键词:仓库信息管理,数据库,信息管理,Visual Basic
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.
Keywords: stock management, database, information management, Visual Basic
目 录
摘要………………………………………………………………………… 1
Abstract…………………………………………………………………… 2
第一章 绪论…………………………………………………………………3
1.1管理信息系统的概述……………………………………………………3
1.2数据库应用系统开发简介………………………………………………3
1.3仓库信息管理系统………………………………………………………5
1.3.1国内外同类管理软件的研究现状与发展趋势………………………6
1.3.2仓库信息管理系统研究背景与意义…………………………………7
第二章 数据库理论基础……………………………………………………8
2.1数据库系统设计…………………………………………………………8
2.2SQL语言介绍…………………………………………………………… 8
2.2.1SQL基础……………………………………………………………… 8
2.2.2SQL语句……………………………………………………………… 9
第三章 应用系统开发工具………………………………………………10
3.1Visual Basic简介及实现原理……………………………………… 10
3.2数据库组件介绍……………………………………………………… 11
3.3SQL语言在VB中的应用……………………………………………… 11
3.4Access2000简述……………………………………………………… 12
第四章 仓库信息管理系统设计分析…………………………………… 14
4.1需求分析……………………………………………………………… 14
4.2模块划分………………………………………………………………15
4.3数据库设计………………………………………………………… 17
第五章 应用程序设计……………………………………………………22
5.1程序结构…………………………………………………………… 22
5.2各模块程序的实现………………………………………………… 22
结束语…………………………………………………………………… 40
参考文献………………………………………………………………… 41
TA们正在看...
- 管类支忌型模stay-inletmanifoilleft成型views1.dwg
- 管类支架模stay-inletmanifoil切头冲孔aviews1.dwg
- 实体管支架模stay-inletmanifoil切头冲孔bviews1.dwg
- strapsime-pro模具全部零件详图.dwg
- syt6610-2005含硫化氢油气井井下作业推荐作法.doc
- tsgq2009-2004缆索起重机型式试验细则.doc
- tsgq7016-2008起重机械安装改造重大维修监督检验规...doc
- tsgqf001-2004起重机械安全附件及安全保护装置型式...doc
- 美国ari标准550(摘)离心式或螺杆式冷水机组试验的...doc
- 旋风除尘器cy-1800(日本).dwg