資源描述:
《vc net 賓館管理系統(tǒng)畢業(yè)論文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、VC++net賓館管理系統(tǒng)畢業(yè)論文.txt人和人的心最近又最遠,真誠是中間的通道。試金可以用火,試女人可以用金,試男人可以用女人--往往都經(jīng)不起那么一試。本文由kobeokcobryant貢獻doc文檔可能在WAP端瀏覽體驗不佳。建議您優(yōu)先選擇TXT,或下載源文件到本機查看。摘要本文介紹了賓館客房管理系統(tǒng)的開發(fā)過程,論文詳盡論述了從需求分析,系統(tǒng)分析,概要設(shè)計,詳細設(shè)計以及測試的整個開發(fā)過程,總結(jié)了開發(fā)過程中的經(jīng)驗及本系統(tǒng)今后的改進方向,遵循軟件工程的方法,本賓館管理系統(tǒng)采用MicrosoftVisualStu
2、dio.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)補打賬單,交接班,繳款等;查詢中心模塊中實現(xiàn)在店房客查詢,歷史房客查詢,預(yù)定查詢,前臺收銀查詢等;統(tǒng)計報表模塊中實現(xiàn)賓客入住報表,賓客消費報表,賓客結(jié)賬報表,營業(yè)日報表,入住率統(tǒng)計報表等;基礎(chǔ)數(shù)據(jù)模塊中實現(xiàn)操作員管理,客房管理等;系統(tǒng)管理模塊中實現(xiàn)權(quán)限管理,系統(tǒng)
3、設(shè)置,數(shù)據(jù)備份,數(shù)據(jù)恢復(fù)等功能.關(guān)鍵詞:賓館;數(shù)據(jù)庫;管理系統(tǒng)IAbstractThisarticledescribesahotelroommanagementsystemdevelopmentprocess.Gavein-deptharticlesfromtheneedsanalysis,systemanalysis,outlinedesign,detaileddesign,testinganddebugging,aswellastheentiredevelopmentprocess,summedupthee
4、xperienceinthedevelopmentprocessandimprovethesystem'sfuturedirection.GuidedbytheSoftwareEngineering.ThissystemusesMicrosoftVisualStudio2008andSQLServer2000takesthedevelopmentkit.Thissystemmainlyrealizedsixfunctionparts:Receptionmanagement,financecenter,check
5、center,Stat.report,foundationinformation,systemsetup.Receptionmanagementcancelreservation,enterroom,roomconsume,exchangeroom,moduleforpreconcertroom,quitroomsoon;financecentermoduleforfillbill,handovertothenextshiftandrefersoon;checkcentermoduleforcheckenter
6、,checkhistoryroomer,checkreservationandcheckcountersoon;Stat.reportmoduleforenterreport,roomconsumedreport,settleaccountsreport,businessdayreportandenterStat.reportsoon;foundationinformationmoduleforoperatormanagementandroommanagementsoon;systemsetupmodulefo
7、rpurviewmanagement,systemsetup,databackup,datarecovery.Keywords:Hotel;Database;ManagementSystemII目錄引1言……1基礎(chǔ)知識……31.11.21.32系統(tǒng)前臺開發(fā)工具……3C++語言和面向?qū)ο蠹夹g(shù)……4系統(tǒng)數(shù)據(jù)庫開發(fā)工具……5需求分析……82.12.22.3背景說明……8系統(tǒng)開發(fā)目的……9系統(tǒng)說明及概念層類圖……92.3.12.3.22.4系統(tǒng)操作員管理……9前臺接待管理……10系統(tǒng)用例圖與功能概述……112.4.12
8、.4.22.4.32.4.4前臺管理……11財務(wù)及查詢中心管理……12基礎(chǔ)數(shù)據(jù)管理……13系統(tǒng)管理……142.53項目確立……15概要設(shè)計……163.1系統(tǒng)架構(gòu)……163.1.13.1.23.2MVC模式介紹……16系統(tǒng)架構(gòu)圖……18面向數(shù)據(jù)流的設(shè)計方法……193.2.13.3.2系統(tǒng)層次結(jié)構(gòu)圖……19系統(tǒng)輸入輸出表……203.33.4系統(tǒng)界面設(shè)計……21數(shù)據(jù)庫設(shè)計……223.4.13