仓库管理系统论文 VB开发
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
密 惠 保
摘 要
本文详尽阐述了一个完整的仓库管理信息系统,采用系统生命周期的结构化方法,完成软件开发的过程。
[版权所有:http://think58.com]
通过对仓库管理的实际调查,明确其完整的业务流程,以进行系统分析、系统设计、系统实施。在分析仓库管理的具体情况后,采用Microsoft Access型数据库系统作为材料(即商品,下同)仓库管理系统的后台数据库。由于Microsoft公司的Visual Basic 6.0工具面向对象可视化编程的特点,有利于系统的开发,所以决定用其作为主要开发工具。
系统具有数据录入、数据修改、记录查询、报表打印等功能。较全面满足了材料仓库管理的各项工作。该系统采用模块化原理编程,做到了模块规模适中,本身相对独立。模块化使程序结构清晰,易于设计、易于理解,提高了系统的可靠性。
[资料来源:http://www.THINK58.com]
本文详细说明了一个仓库管理的业务流程,分析了其数据流程,明确了数据表之间的联系,详细说明了主要的程序逻辑。并以图表的方式直观的说明,使程序易于理解。
关键词:仓库管理,业务流程,软件工程,模块化原理
[版权所有:http://think58.com]
Abstract
This text explains an intact the management information sysytem of stock exhaustivly , adopt the systematic structurization method of cycle of lite , finish the course of software development.
Through to the real investigation of stock control , define its intact business procedure , in order to carry on metwork analysis , designs systematically , implements systematically . After analyzing the concrete conditions of stock control , Mode1 Microsoft access it adopt there is as material dtatbase system (namely goods , the same below) stock backstage supporter database of administrative system , because Microsoft Visual Basic 6.0 tool of Company face target visual characteristic of programming , favorable to systematic development , so determine to use it as the main developing instrument .
The system has data inputting , data revising , such functions as data inpuiry , report form are typed . Have satisfied every work of material stock control in an all-round way . This system adopts module principle programming , has made sure that the module is moderate in scale,relatively independent , Module make procedure to be structure clear , easy to design , intelligible , improve systematic feasibility .
[资料来源:http://www.THINK58.com]
The elaboration of this text is a business procedure of stock control , has analysed its data procedure , have defined the connection between the data lists , the procedure logic with main elaboration . And the ocular explanation , make the procedure easy to understand by way of chart .
Keywords : Stock control , business procedure , soft project , module principle
目 录
第一章 仓库信息管理系统的基本问题1
[资料来源:THINK58.com]
1.1 仓库信息管理系统的简介1
1.2管理者对仓库信息管理系统的需求1
第二章 编程工具Visual Basic 简介2
2.1 VISUAL BASIC 6.0 功能简介2
2.2 VISUAL BASIC 6.0 版本简介3
2.3 VisualBasic6.0 的运行要求3
2.4 Visual Basic 数据库的基本理论3
[资料来源:http://www.THINK58.com]
第三章、系统分析与概要设计6
3.1 系统分析6
3.2 系统设计8
第四章 系统功能模块设计10
4.1 公司仓库管理功能模块设计目标10
[资料来源:http://www.THINK58.com]
4.2 公司仓库管理信息系统功能模块划分10
[资料来源:www.THINK58.com]
4.3公司仓库管理信息系功能模块明细10
第五章 数据库设计16
5.1数据设计概述16
5.2 系统数据库表16
第六章 程序设计20
6.1设计的关键技术及应用20
6.2系统主要功能的具体设计21
第七章 程序安装与调试28
7.1调试28
7.2测试28
结束语30
参考文献31
[资料来源:THINK58.com]
部分运行界面图
[来源:http://www.think58.com]
[来源:http://think58.com]
上一篇:企业工资管理系统论文 VB开发