摘 要
本系统设计的目的是为肯德基公司开发一款网上订餐系统,帮助肯德基公司增加销售机会,帮助客户送去需要的外卖,采用软件工程的方法,来表述系统需要进行的工作。设计一个包含用户注册、商品浏览、下单、查看订单等基本功能在内的网上订餐系统。综述网上订餐系统在生活中的重要性。介绍开发网上订餐系统所用到的相关技术与开发环境。根据需求分析,进行具体的系统设计。完成客户端功能模块的实现及UI界面的设计与美化。
通过系统分析网上订餐系统可行性分析,对系统进行概述。分析系统目标和系统要解决的问题,然后系统功能需求分析,以及非功能需求分析。主要包括系统架构设计,系统功能架构设计,顾客信息管理,肯德基店家信息管理,系统信息模块管理。以及数据库设计,数据库概念设计,物理结构设计,以及系统安全设计。实现系统总体架构,顾客信息管理模块,顾客个信息管理,顾客订单管理,商家信息管理模块包括,商家信息管理,商家订单信息管理。以及登录注册模块的实现。最后介绍测试方案和测试方法,测试每一个模块的功能,用测试案例的实现说明测试结果。
根据大学所学知识,系统开发过程中主要用到了axure原型绘制工具,PowerDesigh软件工程ULML图绘制工具完成相关图的绘制,还用到了php技术,mysql数据库,tp5框架。本课题为了满足这种需求利用html5、css3、javascript、jQury等流行前台设计技术,利用php语言,利用MySql数据库完成了此肯德基网上订餐系统。
关键词:外卖;订餐;扫码;PHP;Mysql
Abstract
The purpose of this system is to develop an online ordering system for KFC,to help KFC increase sales opportunities,to help customers send the required take-out,and to use the software engineering method to describe the work that the system needs to do. Design an online ordering system that includes basic functions such as user registration,merchandise browsing,ordering and viewing orders. Summarize the importance of online ordering system in life. Introduce the related technology and environment used to develop online ordering system. According to the requirement analysis,carry on the concrete system design. Complete the realization of client function module and the design and beautification of UI interface.
Through the system analysis of online ordering system feasibility analysis,the system is summarized. Analyze system objectives and issues to be addressed,then system functional requirements analysis,and non-functional requirements analysis. Mainly include system architecture design,system function architecture design,customer information management,KFC store information management,system information module management. as well as database design,database conceptual design,physical structure design,and system security design. Implement the overall architecture of the system,customer information management module,customer information management,customer order management,business information management module including,business information management,business order information management Reason. and the implementation of the login registration module. Finally,the test plan and test method are introduced,the function of each module is tested,and the test results are explained by the implementation of the test case.
According to the knowledge learned from the university,the system development process mainly used the axure prototype drawing tool,PowerDesigh software engineering ULML drawing tool to complete the drawing of related maps,but also used php technology,mysql database,tp5 framework. in order to meet this demand,this topic utilizes popular foreground design technology such as html5,css3,javascript,jqury,etc.,using php language,using mysql database to complete this kendekey online ordering system.
Key Words:takeaway;order;sweep code;PHP;Mysql
目 录
第1章 绪论 1
1.1研究背景及意义 1
1.2研究现状 1
1.3章节安排 2
第2章 关键性技术介绍 3
2.1 PHP 3
2.2 JSON 4
2.3 XML 5
2.4 HTML 5
2.5 Mysql介绍 6
第3章 需求分析 7
3.1系统业务流程分析 7
3.2 功能需求分析 8
3.3用例分析 10
3.3.1领域类图 10
3.3.2系统用例 14
3.3.5具体用例分析 16
第4章 系统设计 21
4.1 网络架构设计 21
4.2 功能模块设计 21
4.2.1 用户功能模块 22
4.2.2 系统管理员功能模块 23
4.2.3 网上用户功能模块 24
4.2.4 系统架构 25
4.3 数据库设计 25
4.3.1 概要模型设计 25
4.3.2 数据库表设计 27
第5章 系统实现 33
5.1系统开发环境 33
5.2肯德基宅急送网上订餐系统前端 33
5.2.1首页 33
5.2.2在线预定 34
5.2.3外卖订餐 35
5.2.4扫码订餐 37
5.2.5个人中心 40
5.3肯德基宅急送网上订餐系统后端 41
5.3.1桌台信息 42
5.3.2我的预约 44
5.3.3扫码订餐 45
5.3.4查看外卖 46
5.3.5设置 47
第6章 系统测试 48
6.1 测试环境 48
6.3 功能测试 48
6.3.1 注册功能测试 48
6.3.2 登录功能测试 49
6.3.3 查看菜品分类功能测试 50
6.3.4 订餐下单功能测试 52
6.3 测试总结 53
致 谢 55
参考文献 56