{$cfg_webname}
主页 > 计算机 > VB >

商品进销存管理系统的设计与实现(VB,Access)

来源:wenku7.com  资料编号:WK79890 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK79890
以下是资料介绍,如需要完整的请充值下载。
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

商品进销存管理系统的设计与实现(VB,Access)(开题报告,毕业论文17000字,程序代码,access数据库)
摘要
随着现代工业的发展,计算机信息管理系统越来越受到企业重视。本文主要分析了商品进销存管理系统的一些基本功能和组成情况,包括系统的需求分析、系统结构,功能模块划分以及数据库模式分析等,重点对应用程序的实际开发实现作了介绍。达到了数据的一致性和安全性,且应用程序功能完备,符合了商品进销存管理系统作为典型的信息管理系统(MIS)的要求。同时简单介绍了Visual Basic编程环境和Access数据库管理系统的功能特点,商品进销存管理系统是企业物流管理中不可或缺的一部分。

关键词:商品进销存管理,数据库,信息管理,VB
 
Abstract
With the development of modern industry, the information management system of the computer is being paid attention to by enterprises. This text has analysed some basic functions of the administrative system of the stock and makes up the situation mainly, including the systematic demand is analysed, systematic structure, the function module divides and the data base mode is analysed etc., have realized doing the introduction to the actual development of the application program especially. Having reached the consistency and security of the data, and the application program function is complete, have accorded with the administrative system of the stock as the request for the typical information management system (MIS). Introduced the function characteristics of Visual Basic programming environment and Access data base management system briefly at the same time, the administrative system of the stock is an indispensable part in enterprise's material flow management.

Keywords: stock management, database, information management, VB
 
基本模块与功能:
1.系统
包括用户管理,密码管理,关闭系统,以及数据的备份与恢复,可以根据需要对整个数据库进行备份,以确保数据的安全性。
帮助:本系统的帮助信息,包括应用程序的版本信息;
2.商品进销存管理
货品信息管理:对商品进销存管里的货品进行登记;
货品商品进销存管理:管理商品进销存管的商品进销存管情况;
短线货品管理:对商品进销存管里短线的货品进行登记,以便及时采购补货;
超储货品管理:对商品进销存管里超储的货品进行登记,控制商品进销存管量,减少进货;
3.入库管理
入库登记管理:能对货品的入库登记,删除,更改等;
入库期间统计:货品入库期间年度的统计;
供货单位期间供货金额统计:对货品供应的金额进行统计;
4.销售管理
对货品销售期间的年度统计,销售登记,及收获单位金额统计等;
5.盘存管理
对盘存货品信息的盘存录入;
6.综合管理
可根据同一货品的出入库情况,对商品进销存管情况的汇总;
7.附项管理
对供货单位情况,经办人员,收货单位情况,商品进销存管信息进行登记管理,可进行添加,删除等操作;
8.历史数据管理
对历史商品进销存管,历史销售,历史销售情况进行管理;
9.打印与查询
可根据输入的条件,对货品的入库信息,商品进销存管信息等进行简单查询和组合查询。
 

商品进销存管理系统的设计与实现(VB,Access)
商品进销存管理系统的设计与实现(VB,Access)
商品进销存管理系统的设计与实现(VB,Access)
商品进销存管理系统的设计与实现(VB,Access)


目录
摘要    1
绪论    3
1.1管理信息系统的概述    3
1.2数据库应用系统开发简介    3
1.2.1数据库    4
1.2.2数据库管理系统    5
1.3商品进销存管理系统    5
1.3.1国内外同类管理软件的研究现状与发展趋势    6
1.3.2商品进销存管理系统研究背景与意义    7
第二章     数据库理论基础    7
2.1数据库系统设计    7
2.2 SQL语言介绍    8
2.2.1 SQL基础    8
2.2.2 SQL语句    8
第三章     应用系统开发工具    10
3.1 Visual Basic简介及实现原理    10
3.2 数据库组件介绍    10
3.2.1    Data控件    10
3.2.2    ADO Data控件    11
3.2.3    DataList控件/DataCombo控件    11
3.2.4    DataGrid控件    11
3.2.5    MSChart控件    11
3.3 SQL语言在VB中的应用    12
3.4 Access 2000简述    13
商品进销存管理系统设计分析    14
4.1需求分析    14
4.2模块划分    15
4.3数据库设计    17
第五章     应用程序设计    21
5.1程序结构    21
5.2 程序源代码    21
●主窗体的程序代码    22
●登陆模块的实现    27
●添加用户模块的实现    27
●修改用户密码的实现    29
●货品入库登记模块的实现    32
●销售登记模块的实现    35
●商品进销存管查询模块的实现    37
●销售查询模块的实现    37
●组合查询的实现    38
第六章     设计总结    39
参考文献    40

推荐资料