pb賓館客房管理系統(tǒng).doc
約50頁DOC格式手機打開展開
pb賓館客房管理系統(tǒng),摘 要本文是對阜新市西山賓館客房管理系統(tǒng)的設(shè)計說明,本系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應(yīng)用程序功能完備,易使用等特點。因此本人結(jié)合賓館工作的實際要求,對 sql server...
內(nèi)容介紹
此文檔由會員 514309565 發(fā)布摘 要
本文是對阜新市西山賓館客房管理系統(tǒng)的設(shè)計說明,本系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數(shù)據(jù)庫的建立和維護以及前端應(yīng)用程序的開發(fā)兩個方面。對于前者要求建立起數(shù)據(jù)一致性和完整性強、數(shù)據(jù)安全性好的庫。而對于后者則要求應(yīng)用程序功能完備,易使用等特點。
因此本人結(jié)合賓館工作的實際要求,對 SQL Server2000數(shù)據(jù)庫管理系統(tǒng)、SQL語言原理、PowerBuilder 8.0進行了較深入的學(xué)習(xí)和應(yīng)用,主要完成對客房管理系統(tǒng)的需求分析、功能模塊劃分、數(shù)據(jù)庫模式分析,并由此設(shè)計了數(shù)據(jù)庫結(jié)構(gòu)和應(yīng)用程序。系統(tǒng)運行結(jié)果證明,本文所設(shè)計的客房管理系統(tǒng)可以滿足客人、工作人員和高級管理員三方面的需要。
第一章對客房管理系統(tǒng)的問題定義進行了簡明的介紹,并分析了在未開發(fā)此系統(tǒng)之前,所存在的一些問題和開發(fā)此系統(tǒng)所能實現(xiàn)的功能。
第二章的可行性研究從三方面研究了開發(fā)本系統(tǒng)的必要性。
第三章的需求分析為以后開發(fā)系統(tǒng)打下了基礎(chǔ),系統(tǒng)需求說明書、局部ER圖、全局ER圖、數(shù)據(jù)字典。
第四章進行了具體的程序設(shè)計,具體劃分了兩類用戶的操作權(quán)限,設(shè)計了帶有權(quán)限的操作界面。實現(xiàn)了數(shù)據(jù)庫表的瀏覽,記錄的添加、刪除和修改,報表的生成,實現(xiàn)了多數(shù)據(jù)庫表的連接操作,實現(xiàn)了主從表操作,實現(xiàn)了密碼維護功能,最后,系統(tǒng)還可以導(dǎo)入數(shù)據(jù)庫以對任意同結(jié)構(gòu)的數(shù)據(jù)庫進行操作。
第五章的詳細(xì)設(shè)計介紹了開發(fā)本系統(tǒng)的開發(fā)工具PowerBuilder 8.0。
第六章是對本系統(tǒng)的系統(tǒng)維護。
設(shè)計充分利用 SQL Server2000數(shù)據(jù)庫技術(shù)、SQL語言原理、PowerBuilder 8.0開發(fā)工具的強大力量,提高了編程效率和可靠性。
關(guān)鍵詞:數(shù)據(jù)庫,SQL語言原理, SQL Server,PowerBuilder 8.0
Abstract
This text is development two aspects that the design to manage the system to new municipal in fuxin west mountain guest house guest room explain, this system is a typical information management system(MIS), its development includes primarily the backstage database establishes with support and the head applies the procedure.Establishes to rise to the former request the data consistency is strong with the complete, the base that data safety like.But request the latter very much the applied procedure function complete, easy usage etc. characteristics.
There fore oneself join together the actual request that guest house work, to SQL Server2000 database management system, SQL language principle, PowerBuilder 8.0 proceeded the thorough study with apply, complete primarily the need to manage the system to guest room analysis, function mold piece divide the line, the database mode analyzes, and designed the database construction from here with apply the procedure.The system circulates the result proof, this text a guest room for designing management the system can satisfy the guest, worker with high class managing person three the demand of aspects.
Key phrase:Database, SQL language principle, SQL Server, PowerBuilder 8.0
目 錄
前 言 4
1 問題定義 5
1.1阜新市西山賓館客房系統(tǒng)管理概況 5
1.2問題定義 7
2 可行性研究 9
2.1可行性研究的任務(wù) 9
3 需求分析 11
3.1 概述 11
3.2數(shù)據(jù)流圖 12
3.3 數(shù)據(jù)字典 14
4 系統(tǒng)設(shè)計 17
4.1系統(tǒng)的結(jié)構(gòu)設(shè)計 17
4.2 關(guān)鍵技術(shù) 24
4.3主程序界面設(shè)計 24
4.4系統(tǒng)登錄窗口設(shè)計 25
4.5基礎(chǔ)信息程序設(shè)計 25
4.6客房前臺程序設(shè)計 27
4.7查詢統(tǒng)計管理 29
4.8掛帳管理 31
4.9系統(tǒng)初始設(shè)計 32
4.10系統(tǒng)維護 34
5 詳細(xì)設(shè)計 35
5.1 開發(fā)工具 35
5.2計算機系統(tǒng)的選擇及配置 35
6 系統(tǒng)測試與維護 37
6.1系統(tǒng)測試 37
6.2系統(tǒng)維護 39
結(jié) 束 語 41
致 謝 42
參考文獻 43
附錄 44