商品库存管理系统的设计.doc

  
约35页DOC格式手机打开展开

商品库存管理系统的设计, 1万字自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用摘要 传统的人工管理方式工作效率低,自动化程度差,由于管理人员的工作疏忽以及管理质量问题所造成的各种错误常常发生。所以为了实现商品管理的系统化、规范化和自动化,提高企业管理效率而建立一个商品库存管理系统是十分有必要的。本文采用面...
编号:99-481620大小:646.50K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 jiji888 发布

商品库存管理系统的设计

1万字
自己原创的毕业设计,今年最新的,仅在本站独家提交,大家放心使用

摘要 传统的人工管理方式工作效率低,自动化程度差,由于管理人员的工作疏忽以及管理质量问题所造成的各种错误常常发生。所以为了实现商品管理的系统化、规范化和自动化,提高企业管理效率而建立一个商品库存管理系统是十分有必要的。
本文采用面向对象程序设计方法和软件工程的设计原则,来分析、设计并实现一个简单的商品库存管理系统。首先,研究了课题所需的技术和开发工具,包括Basic语言和Visual Basic集成开发环境,以及数据库技术和ACCESS2000数据库系统。然后,对该商品库存管理系统进行需求分析并进行总体设计,将整个系统分为基本资料模块、仓库管理模块、仓库查询模块和系统设置模块这四个子模块,并对这四个模块分别进行了详细的设计,给出了模块的功能流程图,并建立完整的数据库表。接着,依据上述设计分别实现了用户登录、采购入库、采购出库和用户管理功能的代码。本系统的设计核心是采购入库,采购出库和库存三者的联系。当采购出库或入库时,仓库库存会随时更新库存量。
最后,对所实现的商品库存管理系统进行完整的运行与验证,运行结果表明系统能正确运行,且可靠地实现了预期的功能。本课题所设计的商品库存管理系统可以为小型企业提供界面简洁、易于维护且高效的商品库存管理。

关键字 :库存 信息管理系统 Visual Basic Access 2000

Design of a Products Storage Management System

Abstract Traditional way of artificial management work efficiency is low, automation degree is poor, and all kinds of errors often occur because of managers job oversight and management quality problem.So in order to achieve the commodity management systematization, standardization and automation, improve the efficiency of enterprise management and establish a commodity inventory management system is very necessary.
This paper adopts the object-oriented program design method and the design principles of software engineering, to the analysis, design and implement a simple commodity inventory management system. First of all, to study the subject needed technology and development tools, including the Basic language and the Visual Basic integrated development environment, and database technology and ACCESS2000 database system. Then, for the goods inventory management system requirements analysis and general design, the system can be divided into basic information module, the warehouse management module, query module and system Settings module the four modules, and the four modules separately carried on the detailed design, shows the flow chart of the function of the module, and to establish a complete database tables. Then, on the basis of the above design respectively to realize the user login, purchase inventory, purchasing dispatch and user management functions of the code. The design of the core of the system are purchasing warehousing, purchasing and inventory of the three links. When purchasing outbound or inbound warehouse will update the inventory.
Finally,to run the complete and validation the implementation of inventory management system , operation results show that the system can run correctly, and reliably realize the expected function. This topic designed by commodity inventory management system can provide small businesses with interface is simple and easy to implement, maintain and efficient inventory management.

Key word: inventory Information management system Visual Basic Access 2000

目 录
第一章 概述 1
1.1课题背景 1
1.2 现有研究现状 1
1.3论文内容与组织 2
第二章 商品库存管理系统开发相关技术 3
2.1Basic语言的基本特点 3
2.2 Visual Basic程序的特点 3
2.3数据库技术简介 4
2.4 Access 数据库的特点 4
第三章 商品库存管理系统的分析与设计 6
3.1功能需求分析 6
3.2系统总体设计 6
3.3基本资料模块设计 7
3.4仓库管理模块设计 8
3.5仓库查询模块设计 11
3.6系统设置模块设计 11
3.7数据库设计 12
第四章 商品库存管理系统的实现 15
4.1登陆子模块的实现 15
4.2采购入库模块的实现 16
4.3采购退库模块的实现 17
4.4仓库查询模块的实现 18
4.5系统设置子模块的实现 20
第五章 商品库存管理系统的运行 24
5.1用户登录模块测试 24
5.2基础资料模块测试 25
5.3仓库管理模块测试 25
5.4仓库查询模块测试 26
5.5系统设置模块测试 26
第六章 总结与展望 28
6.1 总结 28
6.2 展望 29
致 谢 30
参考文献 31