(asp.net)酒店管理系統(tǒng)的實現(xiàn).doc
約23頁DOC格式手機(jī)打開展開
(asp.net)酒店管理系統(tǒng)的實現(xiàn),摘 要酒店管理系統(tǒng)將先進(jìn)的電腦技術(shù)與現(xiàn)代酒店服務(wù)管理完美地結(jié)合起來,實現(xiàn)了住宿、餐飲、娛樂全新概念的服務(wù)和管理方式。本系統(tǒng)是基于b/s體系結(jié)構(gòu)、采用asp.net語言和sql server數(shù)據(jù)庫開發(fā)的典型的酒店管理系統(tǒng)。該系統(tǒng)的主要目標(biāo)是針對酒店客房住房管理進(jìn)行計算機(jī)的管理,本系統(tǒng)主要功能包括:客房預(yù)定、客房管理、賬務(wù)...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布摘 要
酒店管理系統(tǒng)將先進(jìn)的電腦技術(shù)與現(xiàn)代酒店服務(wù)管理完美地結(jié)合起來,實現(xiàn)了住宿、餐飲、娛樂全新概念的服務(wù)和管理方式。
本系統(tǒng)是基于B/S體系結(jié)構(gòu)、采用asp.net語言和SQL server數(shù)據(jù)庫開發(fā)的典型的酒店管理系統(tǒng)。該系統(tǒng)的主要目標(biāo)是針對酒店客房住房管理進(jìn)行計算機(jī)的管理,本系統(tǒng)主要功能包括:客房預(yù)定、客房管理、賬務(wù)管理、業(yè)務(wù)管理和系統(tǒng)管理。
使用該酒店管理系統(tǒng),將會有以下好處:
. 實現(xiàn)網(wǎng)上預(yù)定:可以減少賓客來入住的等待時間。
. 高效的客房管理:能有效的提高房率,增加營業(yè)收入。
. 提高決策依據(jù):管理者可以隨時了解經(jīng)營情況,以制定相應(yīng)的經(jīng)營方針。
. 減輕員工的工作負(fù)擔(dān):從而使員工把更多的精力放在提高為賓客服務(wù)的質(zhì)量上。
. 簡單、方便地保存和查詢歷史資料。
. 樹立良好的酒店形象
本論文主要闡述了該系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫設(shè)計及主要功能的具體設(shè)計與實現(xiàn),并就系統(tǒng)中用到的技術(shù)進(jìn)行了介紹。
關(guān)鍵詞:酒店管理 B/S模式SQL Server2005 ASP.NET C#
Abstract
Hotel management system will be advanced computer technology and modern hotel service management perfect combination to accommodation, dining, entertaining new concept of service and management.
The above problems can be assisted by a computer system, and hotel management of the computer, is not only reflects the modern image of an important sign, and to improve the efficiency and accelerate the flow of funds, reduce the costs and improve the quality of service should have a positive role.
This system is based on b's architecture, the use of asp. netthe language and sql server database development of the hotel management system. the system of the main objective is to the hotel rooms for the housing management of the computer system management, the major functions include : room reservations, the administration and management and business accounts and management system management.
Use the hotel management system, will have the following advantages :
. the implementation of the internet can reduce reserve : guests to stay in the waiting time.
. the hotel management : effectively improve the room rate and increase revenue.
. to improve the decision-making on : managers can understand the business situation and to formulate corresponding management policies.
. relieve the burden on the staff : so staff have more energy on improving the quality of service for guests.
. a simple and convenient. the preservation of history.
. a good hotel image
This paper mainly on the system needs analysis, the module into, the database design and features of specific design and implementation, and your system using the technology was introduced.
Keywords : hotel management mode b "sql server2005 asp. netthe c #
目錄
第一章 緒論 1
第一節(jié) 酒店管理系統(tǒng)網(wǎng)站開發(fā)背景 1
一、 Web數(shù)據(jù)庫的發(fā)展 1
二、 商務(wù)網(wǎng)站的發(fā)展 1
第二節(jié) 酒店管理系統(tǒng)發(fā)展現(xiàn)狀 2
第三節(jié) 論文結(jié)構(gòu) 2
第四節(jié) 酒店管理系統(tǒng)中存在的問題 2
第五節(jié) 本章小結(jié) 2
第二章 酒店管理系統(tǒng)的實現(xiàn) 3
第一節(jié) 系統(tǒng)流程分析 3
一、前臺預(yù)定流程 3
二、用戶留言流程 3
三、管理員登錄流程 3
四、管理員處理預(yù)定信息流程 4
五、處理已預(yù)定的入住流程 5
六、接待未預(yù)定的入住流程 5
七、管理員處理留言流程 6
第二節(jié) 系統(tǒng)功能需求分析 6
第三節(jié) 本章小結(jié) 7
第三章 酒店管理系統(tǒng)概要設(shè)計 8
第一節(jié) 數(shù)據(jù)庫設(shè)計 8
一、數(shù)據(jù)庫需求分析 8
二、數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 8
三、數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 9
第二節(jié) 本章小結(jié) 12
第四章 數(shù)據(jù)庫相關(guān)設(shè)計 13
第一節(jié) 建立Client表 13
建表SQL語句: 13
第二節(jié) 建立GuestRoom表 14
第三節(jié) 建立Messages表 15
第四節(jié) 建立RoomType表 16
第五節(jié) 建立roomyd表 16
第六節(jié) 建立users表 17
第七節(jié) 數(shù)據(jù)庫測試 18
第八節(jié) 本章小結(jié) 18
第五章 總結(jié) 19
第六章 致謝 19
參考文獻(xiàn) 20
參考文獻(xiàn)
一、明日科技 編著:SQL Server 開發(fā)技術(shù)大全。人民郵電出版社。
二、北京阿博泰克信息有限公司 編著:SQL Server數(shù)據(jù)設(shè)計和管理。
參考內(nèi)容:1)第三章SQL Server數(shù)據(jù)庫表的管理。