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

仓库管理系统的设计与实现(VB)

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

摘要
   
仓库管理系统的开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
结合所要开发的系统的特点,本系统将使用 MICROSOFT公司的 VISUAL BASIC开发工具作前端应用程序, 后端采用Microsoft公司的Access2000作数据库管理系统。利用visual basic提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。
仓库管理系统是典型的信息管理系统,它管理所有的进货,库存,销售,具有销售物品汇总表,可自动生成发货单到仓库系统,仓库发货表数据可自动反馈回销售系统,可随时监控合同的执行情况;具有销售金额统计表,产品销售走势图等各种分析图表。
由于时间的仓促,加之水平有限,论文中的缺点和不足之处在所难免,敬请老师批评指正。

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

关键字:信息管理系统,VB,ACCESS,数据库 [资料来源:www.THINK58.com]

Abstract
 
The sale contract management system is a typical information management system, it manage all sales contract, having the product of sell gather the form, can the automatic born hair invoice arrive the warehouse system, warehouse hair goods watch data can the automatic feedback return to sell the system, can supervise and control at any time the contract carry out the circumstanceHaving the amount of money of sell statisticses the form, product sale trend diagram etc. every kind of analysis chart.
The sale contract manages the development of the system to include primarily the backstage database establishes with support and the head applies development two aspects of the procedure.Establishes to rise to the former request the data consistency is strong with the complete, that data safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.
The characteristics of the combination a system for wanting developping, this system will use the company of MICROSOFT VISUAL BASIC development tool makes the head the application the procedure, carrying behind the access2000 that adopt the company of microsoft make the database management system.Make use of every kind of the tool of development that visual basic provide that face to the object, particularly is intelligence that data window way this on canning be convenient but Chiens manipulates the database turn the object, establish the system the application the prototype in the in a short time first, then, start to the beginning the prototype system proceed to require with the  on behalf, revise continuously with improve, until the formation customer is satisfied can a system.

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

Key word:Information management system, VB, ACCESS,  database
目  录
目  录 1
第1章 绪论 1
1.1  选题意义 1
1.2  仓库管理系统国内外发展现状 1
第2 章 应用系统开发工具介绍 4
2.1 VB语言介绍 4
2.2  VB主要功能特点 4
2.3数据库简介 5
第3 章 系统设计 7
3.1功能结构设计 7
3.2 系统结构模式设计 7
3.2.1  关于B/S结构和C/S结构 7
3.2.2  C/S与 B/S相比较的优点及缺点 8
3.2.3 我的选择 8
第4 章 数据库设计 9
4.1数据库需求分析 9
4.2 数据库概念结构设计 9
第5章 模块的具体实现 12
5.1系统类模块的创建 12
5.1.1 模块类模块的定义 12
5.1.2 本系统使用类模块的原因 12
5.1.3 本系统用到的类模块如下 12
5.2 系统主窗体模块 14
5.3 修改密码窗口模块 15
5.4 添加用户窗口模块 16
5.5 物资添加窗口模块 16
5.6 物资修改窗口模块 18
5.7 物资删除窗口模块 20
5.8 物资查询窗口模块 21
5.9 物资进货窗口模块 23
5.10 物资进货查询窗口模块 24

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


5.11物资销售窗口模块 26
5.12 物资余额查询窗口模块 27
5.13物资盘点窗口模块 29
总结 31
致谢 32
参考文献 33

各个主要功能模块的详细功能介绍如下:
系统管理:   本模块可以实现用户的添加和密码修改的功能。
基本信息管理:本模块可以实现商品物资的添加,删除,修改,和查询功能。
仓库管理:  本模块主要完成物资的出进货记录工作,以及查询出进货的情况。
库存帐处理:本模块可以针对具体要查询的物资进行余额和出进货的时间,数量,经手人等详细信息的查询工作。
窗口形式变换: 本模块可以实现窗口的各种变换,方便用户的使用。
[来源:http://www.think58.com]

预览图:

[资料来源:http://THINK58.com]

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

毕业设计(www.think58.com)