資源描述:
《賓館管理管理系統(tǒng) 畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、賓館管理管理系統(tǒng)摘要本文介紹了賓館客房管理系統(tǒng)的開發(fā)過程,論文詳盡論述了從需求分析、系統(tǒng)分析、概要設(shè)計、詳細(xì)設(shè)計以及測試的整個開發(fā)過程,總結(jié)了開發(fā)過程中的經(jīng)驗及本系統(tǒng)今后的改進(jìn)方向,遵循軟件工程的方法,本賓館管理系統(tǒng)采用MicrosoftVisualStudio.NET2008和SQLServer2000數(shù)據(jù)庫作為開發(fā)工具。本系統(tǒng)實現(xiàn)了前臺接待管理、財務(wù)中心、查詢中心、統(tǒng)計報表、基礎(chǔ)數(shù)據(jù)、系統(tǒng)管理等6個功能模塊。前臺接待管理模塊中實現(xiàn)客房預(yù)訂、取消預(yù)定、客房入住、客房消費、換房、退房等;財務(wù)中心模塊中實現(xiàn)補(bǔ)打賬單、交接班、繳款等;查詢中心模塊中實現(xiàn)在店房客查詢、歷史房客查詢、預(yù)定
2、查詢、前臺收銀查詢等;統(tǒng)計報表模塊中實現(xiàn)賓客入住報表、賓客消費報表、賓客結(jié)賬報表、營業(yè)日報表、入住率統(tǒng)計報表等;基礎(chǔ)數(shù)據(jù)模塊中實現(xiàn)操作員管理、客房管理等;系統(tǒng)管理模塊中實現(xiàn)權(quán)限管理、系統(tǒng)設(shè)置、數(shù)據(jù)備份、數(shù)據(jù)恢復(fù)等功能。關(guān)鍵詞:賓館;數(shù)據(jù)庫;管理系統(tǒng)AbstractThisarticledescribesahotelroommanagementsystemdevelopmentprocess.Gavein-deptharticlesfromtheneedsanalysis,systemanalysis,outlinedesign,detaileddesign,testingandd
3、ebugging,aswellastheentiredevelopmentprocess,summeduptheexperienceinthedevelopmentprocessandimprovethesystem'sfuturedirection.GuidedbytheSoftwareEngineering.ThissystemusesMicrosoftVisualStudio2008andSQLServer2000takesthedevelopmentkit.Thissystemmainlyrealizedsixfunctionparts:Receptionmanageme
4、nt,financecenter,checkcenter,Stat.report,foundationinformation,systemsetup.Receptionmanagementmoduleforpreconcertroom、cancelreservation、enterroom、roomconsume、exchangeroom、quitroomsoon;financecentermoduleforfillbill、handovertothenextshiftandrefersoon;checkcentermoduleforcheckenter、checkhistory
5、roomer、checkreservationandcheckcountersoon;Stat.reportmoduleforenterreport、roomconsumedreport、settleaccountsreport、businessdayreportandenterStat.reportsoon;foundationinformationmoduleforoperatormanagementandroommanagementsoon;systemsetupmoduleforpurviewmanagement、systemsetup、databackup、datare
6、covery.Keywords:Hotel;Database;ManagementSystem目錄引言11基礎(chǔ)知識31.1系統(tǒng)前臺開發(fā)工具31.2C++語言和面向?qū)ο蠹夹g(shù)41.3系統(tǒng)數(shù)據(jù)庫開發(fā)工具52需求分析82.1背景說明82.2系統(tǒng)開發(fā)目的92.3系統(tǒng)說明及概念層類圖92.3.1系統(tǒng)操作員管理92.3.2前臺接待管理102.4系統(tǒng)用例圖與功能概述112.4.1前臺管理112.4.2財務(wù)及查詢中心管理122.4.3基礎(chǔ)數(shù)據(jù)管理132.4.4系統(tǒng)管理142.5項目確立153概要設(shè)計163.1系統(tǒng)架構(gòu)163.1.1MVC模式介紹163.1.2系統(tǒng)架構(gòu)圖183.2面向數(shù)據(jù)流的設(shè)計方法
7、193.2.1系統(tǒng)層次結(jié)構(gòu)圖193.3.2系統(tǒng)輸入輸出表203.3系統(tǒng)界面設(shè)計213.4數(shù)據(jù)庫設(shè)計223.4.1關(guān)系型數(shù)據(jù)庫設(shè)計法則223.4.2數(shù)據(jù)庫表設(shè)計234詳細(xì)設(shè)計274.1代碼標(biāo)識設(shè)計274.2代碼設(shè)計原則274.3系統(tǒng)實現(xiàn)層類圖274.3.1系統(tǒng)操作員管理284.3.2前臺接待管理294.4系統(tǒng)主要功能流程及模塊設(shè)計304.4.1入住登記流程304.4.2退房流程314.4.3系統(tǒng)設(shè)置流程325系統(tǒng)實現(xiàn)335.1系統(tǒng)登錄335.2系統(tǒng)主界面345.3入住登記355.4