1、摘摘 要要 随着超市规模发展的不断扩大,商品数量急剧增加,有关商品的各种信息量 也成倍增长。超市时时刻刻都需要对商品的各种信息进行统计分析。超市管理系 统是市场上最流行的常用系统之一,它主要包含以下几个模块:进货管理模块、 售货管理模块、仓库管理模块、快捷信息查询、系统设置、帮助等。从而实现对 进货、销售及员工信息、商品信息的添加、查询、修改、删除等实现全面、动态、 及时的管理等功能。该系统采用 C/S 模式,前台采用 Microsoft Visual Studio 2005(C#语言),后台采用 SQLServer2000 数据库。本文系统分析了软件开发的 背景及过程;首先介绍了软件的开发环
2、境,其次介绍了本软件的详细设计过程: 数据库的设计、各个模块的设计和实现,以及具体界面的设计和功能。 关键词:关键词:超市 管理系统 Visual Studio 2005 SQLServer2000 Abstract : : As the scale of the development of supermarkets continues to expand, the number of goods increases dramatically, the amount of information about commodities also increases manifold. Super
3、markets always need all kinds of information on commodities for statistical analysis. Supermarket Management System is one of the most popular systems, it mainly contains the following modules: inventory management module, sales management module, warehouse management module, fast information search
4、ing, systems setting up, help and so on. Thus it can realizes the management function of adding, querying, modifying and deleting of the sales, and employees, information. This system uses C/S mode: the foreground uses Microsoft Visual Studio 2005 (C# language) and the background uses SQLServer2000
5、database. This paper systematicly analyses the software development background and the process ; First, we introduced the software development background. Then, we gave a detailed description of the design process of this software: the database design, the design and implementation of each module an
6、d the specific interface design and their functions. Keywords : Keywords : supermarket management system Visual Studio 2005 目录目录 绪论绪论 1.开发背景. . 4 2.超市背景 . . . 4 第第一一章章 系统可行性研系统可行性研究究 1.1 技术可行性研究 5 1.2 经济可行性研究 5 1.3 操作可行性研究 5 第第二二章章 系统需求分析系统需求分析 2.1 用户工作 . . 6 2.2 用户业务需求 .6 2.3 业务流程分析 .7 2.4 系统数据流分析 .11 2.5 数据字典 12 2.6 功能需求 12 2.7 性能需求 . .12 2.8 运行需求 .12 第第三三章章 系统概要设计系统概要设计 3.1 设计思想 . 13 3.2