超市进销存管理系统

  • 格式:doc
  • 大小:872.50 KB
  • 文档页数:54

下载文档原格式

  / 54
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

科大超市进销存管理系统

摘要

随着计算机技术的高速发展,人们对计算机的依赖性越来越强,特别是用计算机开发的数据库以及数据管理系统在生活应用中表现得更为突出,为此开发此系统。通过使用超市进销存管理系统,使超市的管理工作系统化、规范化、自动化、简易化、智能化,从而达到提高超市进销存管理效率的目的。科大超市进销存管理系统是典型的信息管理系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立数据一致性和完整性强,数据安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。系统实现了商品信息管理,商品进货操作,商品出货操作,库存信息查询等功能。本文详细地介绍了软件的开发环境、数据库的设计、各个模块的设计和实现及具体界面的设计和功能。

关键词:超市;信息管理系统;数据库技术;进销存

KD Supermarket Purchase-Sell-Stock Management

System

Abstract

With the rapid development of computer technology, people are becoming more dependentment on computers, especially the use of a computer database development and data management system application in life is more prominent, this development of this system.So we develop that We use supermarket inventory management systems, so that the management of the supermarket shop systematic, standardized, automated, simple, intelligent, and thus to improve the efficiency of the supermarket inventory management purposes. KD supermarket management system is a typical information management system, which mainly includes database creation and maintenance, and front-end application development aspects. That requests for the establishment of strong data integrity and consistency, data, good safety database. At the same time the latter requires the application functionality complete , easy to rmation management system achieves a commodity information managament, commodity purchase operations, product delivery operations and inventory information etc. This paper introduces the software development environment, database design, design and implementation of each module and the specific interface design and functionality.

Keywords: Supermarket;Management Information System;Database Technology;Purchase-Sell-Stock

目录

1绪论 (1)

1.1课题开发背景及目的 (1)

1.2国内超市进销存管理系统现状 (1)

1.3课题的研究方法及内容 (1)

1.4系统开发环境介绍 (2)

1.4.1 Microsoft Visual C++ 6.0简介 (2)

1.4.2 Microsoft Access 2000/2002 (2)

1.4.3 Windows XP 操作系统 (3)

1.4.4 POS打印机 (3)

2 可行性研究 (4)

2.1技术可行性研究 (4)

2.2经济可行性研究 (4)

2.3操作可行性研究 (5)

2.4法律可行性 (5)

3 需求分析 (6)

3.1功能调查分析 (6)

3.2功能需求分析 (7)

3.3数据流图 (8)

3.3.1系统顶层DFD图 (8)

3.3.2系统一层DFD图 (8)

3.4数据字典 (8)

4 概要设计 (12)

4.1 功能结构图 (12)

4.2 功能介绍 (13)

4.3数据库设计 (15)

本科生毕业设计(论文)第Ⅳ页

4.3.1 数据库一览表 (15)

4.3.2 实体属性图 (15)

4.3.3 数据库详细设计 (18)

5 详细设计与实现 (24)

5.1主界面模块设计 (25)

5.2 系统设置模块设计 (26)

5.3 基本资料模块设计 (27)

5.4 进货管理模块设计 (29)

5.5 销售管理模块设计 (31)

5.6 库存管理模块设计 (32)

5.7 账务管理模块设计 (35)

5.8 辅助工具模块设计 (36)

5.9 数据管理模块设计 (37)

5.10 关于模块设计 (38)

5.11数据库管理的设计 (38)

6测试与运行 (42)

6.1测试登陆 (43)

6.2测试主界面 (44)

6.3测试用户管理 (45)

6.4测试报表界面 (45)

6.5测试打印界面 (46)

6.6测试结果 (47)

结论 (48)

致谢 (49)

参考文献 (50)