摘要随着营业规模的扩展,许多中小型餐饮娱乐企业单位都面临着如何高效管理整个企业经营业务的问题,而目前最为广泛的解决方案就是MIS系统的应用。本系统就是这样一个MIS系统,其中包含了服务行业的主要经营项目的信息管理,它使原先人工的管理统计工作统一由MIS系统进行规范化管理,提供了高效的管理手段。经过分析,我要使用Microsoft公司的VisualBasic开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一个能方便又简洁操纵数据库的智能对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统。本文首先介绍了管理信息系统的发展现状和C/S模式的多层应用程序体系结构,以及本系统所用开发环境的技术介绍。接着,文章介绍了本收银管理系统的整体设计方案,并且详细讨论了各功能模块的设计和实现,最后分析了系统调试阶段的工作。关键词:模式,工具,数据源,面向对象。AbstractAlongwiththeextensionofbusinessscale,alotofmid-scaleentertainmententerprisemettheproblemthathowtobuildmoreefficientmanagementoftheirbusiness.asforthisproblem,ManagementInformationSystemisthemainapproachtosolvetheproblemabove.ThissystemisanexactMIS,itservestomanagethewholeinformationfromallfieldsofenterprisebusinessitems.Itprovidesthehigh-efficientwayofinformationmanagementandchangestheoriginalmanualadministrationtoacomputer-aidedautomationsystem.Bylookinguplotsofdatum,weselectedVisualBasicpresentedbyMicrosoftbecauseofitsobjectivetoolsinWin32.VBofferedaseriesofActiveXoperatingadata-base.Itcangiveashort-cuttobuildupaprototypeofsystemapplication.Theprototypecouldbemodifiedanddevelopedtillusersaresatisfiedwithit.Atfirst,thisarticleintroducedthelatedevelopmentofMISandtheconceptofmulti-layerC/Smodeapplication,alsoitdescribedthedevelopenvironmentofthissystem.Atthelaterpart,itprovidedthewholedesignplanofthisMISsystem,anddiscussedthedesignandimplementationofeachfunctionmoduleindetail.Atlast,thisarticleanalyzedthemainworkduringsystem-debuggingphase.KeyWords:mode,tool,datasource,ObjectOriented.目录摘要..............................................................IAbstract...........................................................II目录..............................................................III1绪言..............................................................11.1MIS系统简介....................................................11.2本课题研究的意义................................................22发展研究现状及设计目标............................................32.1餐饮娱乐管理信息系统综述........................................32.1.1餐饮娱乐管理信息系统发展历史..................................32.1.2餐饮娱乐管理信息系统的作用....................................32.1.3饭店管理信息系统的构成........................................42.2MIS系统的特点..................................................52.3MIS系统的开发..................................................62.4系统研究设计的目标..............................................62.4系统研究设计的目标..............................................62.4.1数据项定义....................................................72.4.2数据结构定义..................................................72.4.3数据流定义....................................................9图2.4.3.1数据流定义................................................92.4.4处理逻辑定义.................................................10图2.4.4.1系统流程分析............................................1...