会员管理系统的设计与实现

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

摘要

本文首先简单给出了超市会员管理系统的设计背景和意义,并介绍了系统开发所用到的开发工具和语言,然后在进行了需求分析的基础上,说明了系统功能模块的划分及各模块之间的相互关系,然后着重论述了系统功能的一些重要的技术实现过程。

本系统的每一个功能模块都包含了多个功能。整个系统主要完成对超市商品的日常管理,包括进货管理,销售管理,库存管理,员工管理和供应商管理等方面。在功能上系统可以完成对相关信息的浏览、查询、添加、删除、修改等功能。本课题的核心之一是销售管理、库存管理和进货管理三者之间的联系,同时系统有完整的用户管理及权限管理功能。

本系统采用JAVA语言和SQL Server 2005数据库作为开发工具。这种系统优势在于系统比较简单,但功能强大,扩展性能也比较好,完全能够处理一般超市的日常任务。

关键词:B/S架构;数据库;超市管理;会员管理

Abstract

Firstly, this article gave out the supermarket management system of the background and the meaning,and then it briefly introduced the developing instruments and languages used for the system. On the basis of systematic demand analysis , Then the article made a functional analysis for the resource reservation system, the thesis demonstrated structures of the system function and the relations of each module .Finally, the article paid much efforts in explaining how to apply the advanced technologies into the whole system.

System functional modules each contain a number of features. The system was completed for the daily management of supermarket goods, including the purchase management, sales management, inventory management, staff management, supplier management and so on. Functionally completed information system can browse, search, add, delete, modify and so on. The core of this issue was one of sales management, inventory management and purchase management links between the three, while the system had a complete user management and permissions management.

The system used the C# language and SQL Server 2005 as a development tool. Advantage of the system such a system was relatively simple, but powerful, the expansion of better performance, fully was able to handle day-to-day tasks of the general store.

Keywords:B/S structure; Database; Supermarket management;Member management

目录

摘要 ................................................................................................................................................................ I Abstract ...................................................................................................................................................... I I 目录 ............................................................................................................................................................. III 第一章绪论 . (1)

1.1社会背景 (1)

1.2超市背景 (2)

第二章系统可行性研究 (3)

2.1 技术可行性研究 (3)

2.2 经济可行性研究 (3)

第三章系统需求分析 (4)

3.1 需求分析 (4)

3.2 系统分析 (4)

3.3 系统性能要求 (6)

第四章系统总体设计 (8)

4.1 设计目标 (8)

4.2 系统总体设计方案 (8)

4.3 数据库概念设计 (9)

4.4 数据库逻辑设计 (9)

4.5创建数据库及表 (10)

第五章系统详细设计 (11)

5.1 管理员登录界面设计 (11)

5.2 主界面设计 (12)

5.3公共类设计 (12)

5.4会员管理模块设计 (15)

5.5收银管理模块设计 (18)

5.6商品管理模块 (19)

5.7 员工管理模块设计 (22)

第六章系统测试与运行 (26)

6.1 系统测试测试策略说明 (26)

6.2 测试报告 (26)

第七章结束语 (27)

致谢 (28)

参考文献 (29)

相关文档
最新文档