资源描述:
《网上订餐系统设计与实现 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要萍乡园网上订餐系统是典型的电子商务销售平台,其开发基于B/S模式的网上销售的实现,采用的是VS2005+SQL2005架构。分析中国目前网上订餐问题,结合网络订餐特点的分析,确定了网络信息管理系统中应采用的最佳管理方法。通过对多个网上商城以及订餐系统的调查研究,具体分析了其预定管理信息的传递流程。在此基础上提出了网络预定信息管理系统的设计目标,进行了分析与设计,开发出了一个较完整的信息管理系统。本系统实现了一般电子商务所具备的功能,采用B/S结构进行设计,利用数据库SQL2005在.NET环境下使用C#语言开发的一个功能比较简单的预定系统
2、,具有一定的实用性,如菜品浏览、用户登录注册、网上预定、结算、后台数据库管理等,利用这些功能可以对网上预定信息进行较好的管理。网上订餐系统的使用者主要是客户和销售管理者,对于客户来说,实现的功能包括客户浏览菜品,存放选中的菜品到已预订菜单,最后产生订单,对于销售管理者来说,需要对客户的信息,菜品的信息,以及销售的信息进行管理。此外,本论文采用的分析方法和设计过程具有一定的普遍性,可以应用到其它系统的开发设计当中。关键词:电子商务;VS2005;SQL2005;订单IAbstract“Pingxiangyuan”onlineorderingsy
3、stemisatypicale-commercesalesplatform,itsdevelopmentbasedonB/Smode,usingtheVS2005+SQL2005architecture.TheproblemofonlineorderingcombinedwiththecharacteristicsofthenetworkorderingtodeterminethenetworkinformationmanagementsystemshouldbethebestmanagementpracticesinChina.Throug
4、honlineShoppingMallandmultipleorderingsystemsresearch,analysisofitsscheduleddeliveryofmanagementinformationprocesses.Onthisbasis,thenetworkproposedreservationinformationmanagementsystemdesignedtocarryouttheanalysisanddesign,developedamorecomprehensiveinformationmanagementsy
5、stem.Thissystemhasrealizedthefunctionsofthegenerale-commerce,DesignbyB/Sstructure,usingadatabaseinSQL2005on.NETenvironmentusingC#languagedevelopedarelativelysimplefunctionofthetargetsystem.Onlineorderingsystem,userdbymainlycustomersandsalesmanagers,forcustomerstorealizethef
6、unction,includingcustomerbrowsingdishes,storetheselecteddishestothemenuhasreservation,andfinallygenerateorders,forsalesmanagers,needcustomerinformation,dishesoftheinformation,andsalesofinformationmanagement.Inaddition,themethodusedinthispaperandthedesignprocesshasacertainun
7、iversality,canbeappliedtoothersystemsinthedevelopmentofdesigns.Keywords:electroniccommerce;VS2005;SQL2005;ordersI目录1系统概述11.1本课题的研究意义11.2本课题的目的及内容11.3系统开发平台与技术简介21.3.1VisualStudio2005简介21.3.2系统软硬件配置要求41.4系统特色及方案选择42系统概要设计62.1需求分析62.2可行性分析62.2.1经济可行性62.2.2技术可行性72.2.3操作可行性82.3
8、整体功能设计82.4系统流程分析92.5数据流分析112.6系统E-R图123数据库设计143.1数据库表143.2权限说明173.3数据库存储过程174系统详细设