1、课程设计任务及进度表课程设计任务及进度表 课题课题 名称名称 超市管理系统 设计设计 目的目的 通过对超市管理系统的设计和开发, 了解了数据库的设计与开发的全 过程,达到巩固数据库理论知识、锻炼实践能力和构建合理知识结构的 目的。 实验实验 环境环境 操作系统:Windows 7; 数据库管理系统:SQL Server 2005; 编程环境:C# 任务任务 要求要求 1. 搜集员工绩效问题方面的资料,进行需求分析; 2. 完成概念设计、逻辑设计等各阶段的设计; 3. 编写程序代码,系统调试; 4. 撰写课程设计报告; 5. 参加答辩。 工作进度计划工作进度计划 序号序号 起止日期起止日期 工工
2、 作作 内内 容容 1 2013.5.102013.5.11 查询资料、选择课题 2 2013.5.122013.5.20 需求分析、总体设计 3 2013.5.212013.6.17 系统整体设计、编写程序代码、调试程序 4 2013.6.172013.6.21 撰写课程设计报告 指导教师(签章) :指导教师(签章) : 年年 月月 日日 摘要 随着信息时代的步伐的加快,各行各业都采用了现代化的管理手段。对超市 而言,当然也是必不可少的,因为通过它可以提高管理水平,加快操作速度,快 速而准确的进行各种统计等,从而提高在行业内的竞争力。本系统完成的基本任 务是完成超市的基本管理功能, 其中包括
3、超市的进货功能, 售货功能, 价格查询, 价格管理,修改密码,添加用户等多项功能,又很大的实用价值。 本系统所用的开发工具是 Microsoft Visual Studio 2010,通过 C#技术来 实现的,其中系统的后台数据库是 Microsoft SQL Server 2005 来支持。 关键词 销售,数据库分析和设计,前台界面,E-R 实体图,数据表关系图 Title Supermarket Management System Abstract With the speeding up of the pace of the information age, the from all w
4、alks of life have adopted modern management means. It is also necessary for supermarkets, of course, because it can improve the level of management, speed up the operation, fast and accurate for various statistics, etc, so as to improve the competitiveness of the industry. This system to complete th
5、e basic task is to complete the supermarkets basic management functions, including functions of supermarket replenish onrs stock, sales function, price inquiry, price management, change passwords, add users and so on many functions, and great practical value. Development tools used in this system is
6、 a Microsoft Visual Studio 2010, through the c # technology to realize, the background database of the system is a Microsoft SQL Server 2005 to support. Keyword sell, database analysis and design, the front desk interface, E - R entity graph, data table diagram 目 录 1 引言 I 2 项目需求分析 I 2.1 系统管理员对功能的需求 . I 2.2 销售人员对功能的需求 I 2.3 超市经理对功能的需求 I 2.4 方案的可行性 .II 3 项目概念设计 .II 3.1 系统功能描述 II 3.2 功能模块划分 .II 4 项目逻辑结构设计 V 5 编码 VII 6 项目测试 . XII 6.1 登录界面 . XII 6.2 主界面登录 . XII 6.3 商品管理 . XIII 6.4