論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 其他專業論文
      畢業論文標題:

      柯勝酒店管理系統設計與開發

       本文ID:LWGSW16848 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 柯勝酒店管理系統設計與開發 (收費:5000 積分)  

      論文字數:13140,頁數:43

      摘要

       管理信息系統就是我們常說的MIS(Management Information System),在強調管理,強調信息的現代社會中它變得越來越普及。MIS是一門新的學科,它跨越了若干個領域,比如管理科學,系統科學,運籌學,統計學以及計算機科學。在這些學科的基礎上,形成信息收集和加工的方法,從而形成一個縱橫交織的系統。
       管理信息系統起初應用于最基礎的工作,如打印報表,計算工資,人事管理等,進而發展到企業財務管理,庫存管理等單項業務管理,這屬于電子數據處理系統。當建立了企業數據庫,有了計算機網絡從而達到數據共享后,從系統觀點出發,實施全局規劃和設計信息系統時,就達到了管理信息系統的階段。
       本系統是為柯勝酒店設計的客房管理系統,它包括入住,預定,退房結帳,報表,查詢等基本功能。系統選用 Sybase公司的 PowerBuilder和SQL Server 2000作為開發工具, 利用SQL Server強大的數據庫開發功能來開發數據庫, PowerBuilder9.0提供的各種面向對象的控件來快速開發前臺界面,并與數據庫連接。本說明書詳盡介紹了開發客房管理信息系統的全過程,是按軟件工程的思想設計的,包括需求分析、系統總體設計、系統詳細設計等。
       
      關鍵詞:管理信息系統(MIS), PowerBuilder, SQL Server, 數據庫
       
       ABSTRACT

       The Manage information system is the MIS (the Management Information System) that we often say at the emphasizing the management, the emphasizing the modern society the of information the to become the more and the more universal the .MIS is a new course, it crossed over some realms, managing science for example, the system science, the strategy learn, statisticsing to learn and calculator science. On the foundation of these courses, the information collections and processed method thus become a system of intertexture with horizontal.
       Manage the information system to be apply in the most basal work at first, if print the statement, computing the wages, personal management etc., then develop the business enterprise finance management, the stock management waits the single-item business management, this belongs to the electronics data  processing system.When built up the business enterprise database, after having the calculator network to thus attain the data share, set out from the system standpoint, the implement overall situation programming and the design  information systems, come to a the stage of manage the information system.
       This  system is  the guest  room management  system that  designs for  the Kesheng guest house,  it  includes to the go into, the schedule to, the checking out to the settle the an account, statement, basic function of etc. of search.I choose to develop the tool with the PowerBuilder and the SQL Server 2000 conduct and actionseses of the company of Sybase, making use of the strong database of the SQL Server the development function  development database, the PowerBuilder9.0 provides various to face to the object to control the piece the fast development  stage interface, and link with database.This manual introduced the whole process of the development guest room  management information system in details, is a thought design that press the software engineering of, include detailed design etc. of total design, system of need analysis, system.
       
      Keyword: Management Information System, PowerBuilder, SQL Server, Datebase
      目錄

      摘要 I
      ABSTRACT II
      第1章 緒論 1
      第2章 項目概述 2
       2.1系統的目標 2
       2.2 組織機構及業務范圍 2
       2.3 數據流程 3
       2.4 酒店簡介 4
       2.5 本章小結 4
      第3章 可行性分析 6
       3.1 技術可行性 6
       3.2 經濟可行性 7
       3.3 用戶使用可行性 7
       3.4法律可行性 7
       3.5 本章小結 7
      第4章 需求分析 8
       4.1 總體目標 8
       4.2 具體目標 8
       4.3 本章小結 10
      第5章 概要設計 11
       5.1總體設計的任務及原理 11
       5.1.1 總體設計的任務 11
       5.1.2 總體設計的原理 11
       5.2 目標系統的模塊結構 12
       5.2.1系統的HIPO圖 12
       5.2.2 模塊IPO 13
       5.3 接口設計 19
       5.4 代碼設計 20
       5.5 數據庫設計 21
       5.5.1 概念模型設計 21
       5.5.2 關系模式設計 22
       5.5.3數據庫設計 23
       5.6安全保密設計 27
       5.7維護設計 27
       5.8 本章小結 27
      第6章 詳細設計 28
       6.1詳細設計的目標及任務 28
       6.2 界面設計 28
       6.3 本章小結 36
      第7章 結論 37
      致謝 38
      參考文獻 39


      相關論文
      本論文在其他專業論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于PB的物業管理系統設計與實現 下一篇:基于ASP的車輛調度管理系統的設計..
      Tags:柯勝 酒店 管理系統 設計 開發 【收藏】 【返回頂部】
      會計論文
      電子機電論文
      金融論文
      電氣自動化論文
      模具設計
      化學工程與工藝
      機械設計
      電子通信論文
      英語論文
      行政管理論文
      物流論文
      電子商務論文
      法律論文
      國際貿易論文
      財務管理論文
      人力資源論文
      市場營銷論文
      土木工程論文
      工商管理論文
      工程管理論文
      漢語言文學論文
      教育管理論文
      測控專業論文
      交通工程論文
      旅游管理論文
      新聞專業論文
      藝術設計
      教育技術學論文
      應用物理學論文
      輕化工程論文
      德語專業論文
      給水排水工程
      服裝設計與工程
      食品生物技術
      材料科學與工程
      電視制片管理
      工業工程論文
      文化產業管理
      包裝工程論文
      印刷工程論文
      信息管理論文
      制藥工程論文
      生物工程論文
      電子信息工程
      信息計算科學
      電氣工程論文
      通信工程論文
      財務會計畢業論文
      電子商務畢業論文
      現代教育技術
      信息管理專業
      心理學專業
      數學與應用數學
      數學教育
      護理學畢業論文
      其他專業論文
      歷史學論文
      學前教育畢業論文
      小學教育畢業論文
      教育管理畢業論文
      法律專業畢業論文
      漢語言文學畢業論文
      工商管理畢業論文
      人力資源畢業論文
      營銷專業畢業論文
      物流專業畢業論文
      計算機論文
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供其他專業論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文