商品出入库管理系统.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们正在看...
- 《信息窗二(稍复杂的分数乘法问题)》教学设计(湖北...doc
- 《信息窗四(分数乘除混合运算)》教学设计(山东省市...doc
- 《信息窗四(分数乘除混合运算)》课后习题(山东省市...doc
- 《信息窗四(用比例的知识解决问题)》教学设计(山东...doc
- 《信息窗四(用比例的知识解决问题)》教学设计(河北...doc
- 《信息窗四(用比例的知识解决问题)》教学设计(湖北...doc
- 《信息窗(可能性的大小)》教学设计(安徽省市级优课...doc
- 《信息窗(可能性的大小)》教学设计(广西县级优课)....doc
- 《信息窗(可能性的大小)》教学设计(河北省县级优课...doc
- 《信息窗(可能性的大小)》教学设计(河南省县级优课...doc