{$cfg_webname}
主页 > 计算机 > 其他 >

基于微信平台的餐馆点餐系统设计

来源:56doc.com  资料编号:5D20936 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20936
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于微信平台的餐馆点餐系统设计(论文12000字,参考代码)
摘要:当下的餐饮业发展迅速,大部分大小餐馆仍然使用服务员点菜方式,既低效又浪费资源,并不适用现在的日常生活节奏。随着智能手机的普及,大众对也逐渐依赖,另外深受用户信赖的微信也日趋普遍。因此,本次毕设将微信平台与在线点餐相结合,设计并开发实现了基于微信平台的餐馆点餐系统。本文首先介绍了课题的背景和意义、国内外研究现状等;其次介绍了本文的组织结构;再重点说明和解释毕设系统的需求分析、设计、实现等模块;最后,对本次工作的总结及未来的展望。毕设系统的开发将有助于提高顾客满意度和提升商家管理效率。
关键词:餐馆点餐系统;微信平台;在线点餐
 
Design and Implementation of Restaurant Ordering System Based on WeChat Platform
Abstract:The current catering industry is developing rapidly. Most restaurants still use waiters to order dishes, which is inefficient and wastes resources. It does not apply to the daily rhythm of daily life. With the popularization of smart phones, the masses are gradually relying on them. In addition, WeChat is trusted by users, which has become increasingly common. Therefore, the project combined the WeChat platform with online ordering, designed and developed a restaurant ordering system based on the WeChat platform. This paper first introduces the background and significance of the topic and the research status at home and abroad. Secondly, it introduces the organizational structure of the paper. Then it focuses on explaining and interpreting the modules of the requirements analysis, design, and implementation of the completed system. Finally, it concludes the work and outlook for future. The development of a complete system will help improve customer satisfaction and improve business management efficiency.
Keywords:Restaurant ordering system; WeChat Platform; Ordering food online
 

基于微信平台的餐馆点餐系统设计
基于微信平台的餐馆点餐系统设计
基于微信平台的餐馆点餐系统设计


目 录
1 绪论    1
1.1 项目研究背景    1
1.2 研究的现状及趋势    1
1.3 课题主要研究内容    2
1.4 本文的组织结构    2
2 基于微信平台的餐馆点餐系统的需求分析    3
2.1 系统业务概述    3
2.1.1 顾客业务流程    3
2.1.2 商家业务流程    4
2.2系统功能结构    5
2.3 系统功能分析    5
2.3.1商家模块功能分析    5
2.3.2 顾客点餐功能模块    6
2.4 系统非功能需求    7
2.5 系统配置环境    7
2.6 本章小结    7
3  基于微信平台的餐馆点餐系统详细设计    8
3.1 系统架构设计    8
3.2 数据库设计    9
3.2.1 设计简介    9
3.2.2 数据库E-R图    9
3.2.3 数据表物理视图    10
3.3 详细设计及项目模块界面    13
3.3.1 顾客点餐模块    13
3.3.1.1 功能描述    13
3.3.1.2 界面设计    13
3.3.1.3 输入输出项    14
3.3.1.4 流程逻辑图    14
3.3.2 商品上下架模块    14
3.3.2.1功能概述    14
3.3.2.2界面设计    14
3.3.2.3 输入输出项    15
3.3.2.4 流程逻辑图    15
3.3.3 订单列表模块    15
3.3.3.1 功能概述    15
3.3.3.2 界面设计    15
3.3.3.3 输入输出项    16
3.3.3.4 流程逻辑图    16
3.3.4 店铺活动模块    17
3.3.4.1 功能概述    17
3.3.4.2 界面设计    17
3.3.4.3 输入输出项    18
3.3.4.4 流程逻辑图    18
3.3.5 用户管理模块    18
3.3.5.1 功能概述    18
3.3.5.2 界面设计    19
3.3.5.3 输入输出项    20
3.3.5.4 流程逻辑图    20
3.3.6 菜单管理模块    20
3.3.6.1 功能概述    20
3.3.6.2 界面设计    21
3.3.6.3 输入输出项    21
3.3.6.4 流程逻辑图    21
3.3.7 评论管理模块    22
3.3.7.1 功能概述    22
3.3.7.2 界面设计    22
3.3.7.3 输入输出项    23
3.3.7.4 流程逻辑图    23
3.4 本章小结    24
4  基于微信平台的餐馆点餐系统实现    25
4.1系统代码结构    25
4.2顾客点餐设计与实现    25
4.2.1功能实现分析    25
4.2.2界面设计    25
4.2.3代码实现    26
4.3下单设计与实现    27
4.3.1功能实现分析    27
4.3.2界面设计    27
4.3.3代码实现    28
4.4订单列表设计与实现    30
4.4.1功能实现分析    30
4.4.2界面设计    31
4.4.3代码实现    31
4.5美食上下架设计与实现    33
4.5.1功能实现分析    33
4.5.2界面设计    34
4.5.3代码实现    34
4.6用户管理设计与实现    36
4.6.1功能实现分析    36
4.6.2界面设计    36
4.6.3代码实现    36
4.7评论管理设计与实现    38
4.7.1功能实现分析    38
4.7.2界面设计    38
4.7.3代码实现    39
4.8本章小结    40
5 总结与展望    41
5.1 总结    41
5.2 展望    41
参考文献    41
致 谢    43

推荐资料