仓库管理系统的设计(入库-出库-库存-员工-供应商)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

摘  要
本系统主要完成对仓库的库存管理,包括入库、出库、库存,员工信息,供应商信息以及密码管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。
系统的核心是入库、库存和出库三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成入库或出库操作时系统会自动地完成库存的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不仅有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
系统采用Microsoft Office中的Access 来设计数据库,并使用当前优秀的开发工具—VB 6.0 ,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键字:数据库,SQL语言,VB6.0,数据库组件,仓库管理

英文摘要
Summary
This system chiefly accomplishes the stock management to the storehouse,
includes being put in storage, goes out the warehouse and stocks, and staff’s information, six aspects such as supplier's information as well as cryptogram management etc. What the system can accomplish to various kind the information glances over and the function such as inquires about, adds, deletes andmodification etc.
The systematic nucleus is is put in storage, stocks and goes out the contact between the warehouse, and when accomplishes being put in storage or going out a warehouse, the system can accomplish voluntarily the modification of stock to other table of influence that the modification of every table all will be linkageed when operating. Inquiring about the function also is one of systematic nucleus, namely having the wallscroll spare to inquire about and inquires about with many conditions in the system, also having accurately the query to inquire about with bluring, not only there is the condition query of static state in the system, also having the condition query of trends formations, his purpose all is using for convenient user. The system has completeuser to add, deletes and the cipher modification function, and has the reportform and
prints the function.
The Access 2000 that the system adopted among Microsoft Office comes
the design data warehouse, and use before one zorch development tool - VB6.0, it has the most nimble data base structure, and the application has the
good support to the data warehouses.
The development background of this the subject, course of function and the development that will be accomplished were chiefly introduced to thesis.
The emphatic explanation focal point of systems design, design thought and difficult point technology and settlement scheme.
The keyword: the data base, SQL's language, VB6.0,'s data base package, the
Warehouse management.

引言部分介绍了本系统的课题来源以及对数据库开发工具的选择。
第二章介绍了数据库的发展,关系数据库,数据库体系结构,并系统介绍了SQL语言,为设计和理解应用程序做了铺垫。
第三章系统介绍了Visual Basic6.0及其部分控件,SQL语言在Visual Basic6.0中的应用,以及Access等。
第四章是本文的主体,按照软件工程的要求,从需求分析开始,经过概要设计最后到详细设计,完成对整个系统的设计。
第五章根据第四章的设计结果利用Access 2000和Visual Basic6.0进行了具体的窗体和应用程序设计。
总结部分介绍了设计体会和编程体会,并指出了系统设计中的不足和改进的方向





目  录
第一章:引言
1.1课题来源
1.2.开发工具的选择
1.3所做的主要工作
1. 第二章 数据库的概论
 2.1数据库的发展
  2.1.1  数据库的发展
   2.1.2  数据库阶段的特点
   2.1.3  数据库技术
2.2  数据库理论基础
   2.2.1  数据库模型
   2.2.2  数据库体系结构  
   2.2.3  数据的独立性
   2.2.4  范式
2.3  SQL语言基础 
   2.3.1  SQL简介
   2.3.2  SQL查询  
   2.3.3  SQL数据更新
第三章 Visual basic下的控件所实现的功能
(优秀毕业设计:www.2bysj.cn)
3.1 实现菜单选项
3.2 实现工具栏
3.3 帮助
3. 4 关于版本
第四章 系统总体规划
4.1 系统功能
4.2 系统功能结构图
4. 3 具体操作步骤一览表
第五章 系统具体实现
5.1 用户界面的实现
5.2 数据库的实现
 5.2.1 库存数据库
 5.2.2 用户管理库
5.3 与VB的连接
第六章 结束语
第七章 参考文献
第八章 程序源代码、各功能模块的界面图