超市管理系统的设计与实现(VB,SQL)(含录像)

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

超市管理系统的设计与实现(VB,SQL)(含录像)(毕业论文说明书20000字,程序代码,SQL数据库,答辩PPT)
超市管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。本系统主要完成对超市进货与销售信息的管理,包括添加、修改、删除,查询,打印信息以用户管理等几个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。系统的核心是添加、修改和删除三者之间的联系,每一个表的修改都将联动的影响其它的表,当完成添加或删除操作时系统会自动地完成信息的修改。本论文包括需求分析、系统功能、系统设计、程序设计、系统测试及存在问题等方面,较为系统地介绍了“超市管理系统”课题开发的整个过程。

关键词  超市;数据库;管理系统

Market Management System
Abstract
Market Buying-selling-stocking management system is a typical application of managing information system which mainly includes developing the application interface of front-end and building up and maintaining the database of back-end. The former should make the function of application integrated and the usage is easy, the latter required a database with powerful consistency and integrality, and nice security. This system mainly completes the management to market sales’ information; include six aspects such as adding, modifying, deleting, searching, printing information and the customer management. The system can complete to browse, search, add, delete, modify etc. to each kind of the function of information. The core of the system is the contact of increase, modification and delete, the modifications of each form will affect to other forms, the system will complete the modification of itself while being to complete to increase or delete the operation. Inquiring about the function of searching also is the one of the systematic nucleus. This thesis includes requirement analysis, system function, systems design, programming and the system tests and exists the aspects such as question etc, and comparatively systematically introduced the whole course of markket Buying-selling-stocking management system" subject development.


Keywords  Market Buying-selling-stocking; management system; Database

功能设计
为了提高管理效率,减轻劳动强度的提高,信息处理速度和准确性;为操作员提供更方便、科学的服务项目。为操作员提供的一种更先进、科学的服务系统。于是便选择了由计算机来设计一个超市管理系统的方案。让计算机对其超市进行自动管理,操作员可以直接在计算机上实现进货与销售信息管理,并能在一定程度上实现自动化。在现行系统初步调查的基础上提出了新系统目标,即新系统建立后所要求达到的运行指标,这是系统开发和评价的依据。 作为超市管理系统,其主要实现的功能应包括系统管理、基本信息管理、查询管理、出入库管理、库存管理、报表管理等,具体功能描述如下:
 系统管理:包括用户管理、密码管理、数据库备份与恢复。
 基本信息管理:包括超市信息、供应商信息等管理
 查询管理:包括进货查询,销售查询和出库,入库报表管理等等
 管理:采购进货入库管理、销售出库管理和商品报损管理等。
 统计管理:包括库存上下限报警、盘点信息

模块结构设计
“超市管理系统”可分为几个主模块:系统管理、基本信息管理、查询报表管理、管理、统计管理。按照结构化的系统设计方法,将整个系统分解成相对独立的若干模块,通过对模块的设计和模块之间关系的协调来实现整个软件系统的功能,从而得到系统的功能模块结构图。
 
 

超市管理系统的设计与实现(VB,SQL)(含录像)
超市管理系统的设计与实现(VB,SQL)(含录像)
超市管理系统的设计与实现(VB,SQL)(含录像)
超市管理系统的设计与实现(VB,SQL)(含录像)
超市管理系统的设计与实现(VB,SQL)(含录像)
超市管理系统的设计与实现(VB,SQL)(含录像)
 


目  录
第1章 绪论 1
1.1 引言 1
1.2 需求分析 2
1.2.1 可行性分析 2
1.2.2 功能需分析 3
第2章 系统分析 4
2.1 业务流程分析 4
2.2 数据字典 5
2.3 开发环境 6
2.3.1 开发工具的选择 6
2.3.2 数据库的选择 6
2.3.3 开发与运行环境 7
第3章 系统设计 8
3.1 功能设计 8
3.2 模块结构设计 8
3.3 数据库设计 9
3.3.1 概念结构设计 9
3.3.2 逻辑结构设计 11
3.3.3 表结构设计 11
第4章 系统实现 13
4.1 界面实现 13
4.1.1 登录界面实现 13
4.1.2 主界面实现 14
4.1.3 系统维护界面实现 15
4.1.4 基本信息界面实现 16
4.1.5 出入库界面实现 17
4.1.6 库存管理 19
4.1.7 查询报表模块实现 21
4.1.8 关于帮助界面 23
4.2 系统安全性 23
第5章 系统测试 24
结  论 26
致  谢 27
参 考 文 献 28