仓库物流管理系统的设计与实现

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

摘 要
仓库物流管理系统是企业的一个必不可少的重要环节,物流管理的信息化、计算机化以迫在眉捷。开发一个仓库物流管理系统即可以提高管理的现代化程序,加强管理的信息化手段,提高工作效率,增加企业效益;还可以实时掌握库存最新动态,方便查询。本系统旨在从仓库的普遍特点出发,有针对性地解决仓库的日常管理等方面的问题,为此编写一套能够通用于各大企业中的物流管理系统。
物流管理主要包括:工作人员管理,物品类别管理,数据维护管理,物品登记与物流处理管理,物流情况查询和物流情况汇总等六个部分。
本系统采用Microsoft Office中的Access 2000来设计数据库,并使用当前优秀的开发工具——Visual Basic 6.0 ,它有着较为灵活的数据库结构,对数据库应用有着良好的支持。
论文首先介绍了本课题的开发背景,然后分别介绍了所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。

关键词:物流,物流管理,管理系统
Abstract
The warehouse flowed the management system is enterprise's one  essential important link, the warehouse management information, the  computer compels in eyebrow Czechoslovakia.  Develops one warehouse  flows the management system mays then to enhance the management the  modernized procedure, strengthens the management the information  method, improves the working efficiency, the increase enterprise  benefit;  Also may real-time grasp the stock newest tendency,  facilitates inquires.  This system is for the purpose of from the  warehouse universal characteristic embarking, has pointed solves  warehouse aspect the and so on daily management question, compiles one set for this can use in common in each big enterprise the warehouse  management system.
The warehouse management mainly includes:  The staff management, the  goods category management, the data maintenance management, the goods  registration and the thing flows the processing management, the thing  flows the situation inquires and the thing flows the situation  compiles and so on six parts.
This system uses in Microsoft Office Access 2000 designs the database, and use current outstanding development kit - Visual Basic 6.0, it has the more nimble database structure, has the good support to the  database application.
The paper first introduced this topic development background, then  separately introduced had to complete function and development  process.  Key explanation system design key point, design thought, difficult technology and solution.

Key words  The thing flows  Warehouse management  Management system

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

系统是一个面向通用型企业仓管系统,具有一定实用性的数据库信息管理系统。它主要完成对仓库的一系列管理,包括物品登记以及物品流通和工作人员信息管理。主要目的是熟悉数据库管理系统的开发过程和对数据库管理软件Microsoft Access2000的熟悉和使用。

仓库物流管理系统的设计与实现
仓库物流管理系统的设计与实现
仓库物流管理系统的设计与实现
仓库物流管理系统的设计与实现
仓库物流管理系统的设计与实现
仓库物流管理系统的设计与实现


目 录   20000字
摘 要    I
ABSTRACT    II
第1章 绪 论    4
1.1 课题背景    4
1.2 物流管理的特点与现状    5
1.2.1 物流管理的特点    5
1.2.2 物流管理的现状    5
1.2.3 研究内容的确立    5
1.3 开发工具的选择    6
1.4 软件、硬件要求及程序设计目标    7
1.4.1 软件要求    7
1.4.2 硬件要求    7
1.4.3 程序设计目标    7
1.5 论文所完成的工作    7
1.6 本章小结    8
第2章 数据库概论    9
2.1 数据库的发展    9
2.2 数据库阶段的特点    9
2.3 数据库技术    10
2.4 数据库理论基础    11
2.4.1 数据库模型    11
2.4.2 数据库体系结构    11
2.4.3 数据的独立性    12
2.5 SQL语言基础    13
2.5.1 SQL简介    13
2.5.2 SQL查询    13
2.5.3 SQL数据更新    14
2.6 本章小结    15
第3章 开发工具的简介    16
3.1 VISUAL BASIC 6.0简介    16
3.1.1 Visual Basic 6.0的简介    16
3.1.2 Visual Basic 6.0的特性    16
3.1.3 数据库编程简介    16
3.2 ACCESS简介    17
3.3 本章小结    17
第4章 系统总体设计    18
4.1 系统需求分析    18
4.2 系统概要设计    20
4.2.1 系统结构设计    20
4.2.2 数据库设计    21
4.3 系统详细设计    26
4.4 本章总结    27
第5章 系统的程序设计及实现    28
5.1 登录窗体的设计及实现    29
5.2 系统主窗体的设计及实现    31
5.3 工作人员登记窗体的设计及实现    36
5.4 物品种类登记窗体的设计及实现    37
5.5 物品登记与物流处理窗体的设计及实现    38
5.6 物流情况查询窗体的设计及实现    42
5.7 物流情况汇总窗体的设计及实现    43
5.8 数据维护窗体的设计及实现    47
5.9 关于窗体的设计及实现    48
5.10 本章总结    49
结 论    50
致 谢    51
参考文献    52
附 录1    53
附 录2    56