优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

178基于VB的地下仓库管理系统

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

摘 要
进销存管理系统是一种管理商业企业中各种数据的软件,利用本系统用户可以很方便地对企业仓库进行有效的管理。本文首先简要介绍了我国商业企业的现状以及进销存数据管理系统的特点、功能和使用对象,使读者对进销存管理系统有了初步的认识。接着详细介绍了数据库和VB的相关知识;在编程工具方面,主要介绍了VB的特点和怎样用VB操作数据库。最后,笔者给出了所完成的进销存数据管理系统说明书,主要内容包括软件的功能、设计框图、数据库结构和各模块的操作说明。 [来源:http://think58.com]

关键词:进销存管理系统,数据库编程,VB [来源:http://think58.com]

 Abstract
Enters sells saves the management system management system is in one kind of management commercial department each kind of data software, uses this system user to be allowed very conveniently to carry on the effective management to the enterprise warehouse. This article first briefly introduced our country commercial department's present situation as well as enters sells the balance according to the management system management system characteristic, The function and the user, caused the reader to enter sells saves the management system management system to have the preliminary understanding. After that in detail was introducing the database and the VB related knowledge; In the programming tool aspect, mainly introduced how the VB characteristic and does use VB to operate the database. Finally, the author produced has entered sells the balance which completed according to the management system management system instruction booklet, main content including software function, design diagram, database structure and various modules operation explanation.

[资料来源:www.THINK58.com]

Key word: Enters sells saves the management system management system, the database programming, VB

[来源:http://think58.com]


 目  录

[版权所有:http://think58.com]

摘 要 1
ABSTRACT 2
设计概况 5
前  言 6
第一章   VB语言概述 7
1.1   VB简介 7
1.2 VB语言的基本特点及VB应用程序的基本持点 7
1.2.1 可视化设计 7
1.2.2 事件驱动编程 7
1.2.3 提供了易学易用的应用程序集成开发环境 7
1.2.4 结构化的程序设计语言 8
1.2.5 支持多种数据库的访问 8
1.2.6 支持动态数据交换(DDE)、动态连接库(DLL)和对象的链接与嵌入(OLE)技术 8
第二章   实现关系型数据库 9
2.1 数据库的概念 9
2.2 新建一个数据库 9
2.3 修改已建的数据库 9
2.4 实现数据库之间的联系 9
2.5数据库系统 10
2.6 ACCESS和VISUAL BASIC 结合的优点 10
第三章   进销存系统简介 11
3.1 进销存基础知识 11
3.2本进销存系统的主要模块设计 12
3.3进销存系统流程图: 12
3.4数据库设计 13
第四章  系统设置模块详细设计 16
4.1系统登陆表单 16

[版权所有:http://think58.com]

4.2用户申请表单 17
4.3修改密码表单 19
第五章  详细设计 21
5.1销售单基本操作 21
5.1.1、销售单具体操作 21
5.1.2、销售单查询 24
5.1.3、销售单一览 24
5.2 销售退货 25
第六章  设计总结 27
6.1  设计结果及设计讨论 27
6.1.1 设计结果 27
6.1.2 设计讨论 27
6.2 设计心得 27
6.3本系统尚存的问题 28
致 谢 29
参考文献 30 [来源:http://think58.com]

 设计概况
目前,无论公司还是企业对于货物都实行了信息化管理,以提高管理水平和工作效率,同时也可以最大限度地减少手工操作带来的错误。于是,进存销管理系统边应运而生。在工厂中,产品的进存销涉及产品原料的采购、库存、投入生产、报损,甚至有时涉及到销售,同时,对于产品也有相应的生产、库存、销售和报损等类似环节。在其他非生产性的单位,如超市、商店等,则主要涉及到进货、库存、销售和报损4个方面。
 

[资料来源:THINK58.com]