资源描述
VC0032仓库管理系统
11
2020年5月29日
文档仅供参考
仓 库 管 理 系 统
摘 要
本系统主要完成对仓库的库存管理,包括入库、出库、库存,员工信息,供应商信息以及密码管理等六个方面。系统能够完成对各类信息的浏览、查询、添加、删除、修改等功能。
系统的核心是入库、库存和出库三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成入库或出库操作时系统会自动地完成库存的修改。查询功能也是系统的核心之一,在系统中即有单条件查询和多条件查询,也有精确查询和模糊查询,系统不但有静态的条件查询,也有动态生成的条件查询,其目的都是为了方便用户使用。系统有完整的用户添加、删除和密码修改功能,并具备报表打印功能。
系统采用Microsoft中的SQLserver 来设计数据库,并使用当前优秀的开发工具—VC ++ ,它有着最为灵活的数据库结构,对数据库应用有着良好的支持。
论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。
关键字:数据库,SQL语言,vc++,数据库组件,仓库管理
[英文摘要]
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 SQLserver that the system adopted among Microsoft comes
the design data warehouse, and use before one zorch development tool – VC++, 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, vc++,'s data base package, the
Warehouse management.
目 录
第一章:引言
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数据更新
第三章 VC++下的控件所实现的功能
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 与VC++的连接
第六章 结束语
第七章 参考文献
第八章 程序源代码、各功能模块的界面图
5.1用户界面的实现
___ 主界面具体实现见下图
在主界面中能够对基础资料进行设置,单据处理,统计查询,系统维护,退出系统几项进行操作。具体详细操作在各界面中有详细说明。
5.2 基础资料设置的实现
还有物品信息表,入库表,出库表,盘点表,用户管理表等。
Option Explicit
主界面源代码与界面图:
重要提示:
本论文由大学论文网.com
毕业论文下载网:.cn 提供
如果需要详细内容请与QQ:4991024联系
展开阅读全文