pb宾馆客房管理系统.doc

约50页DOC格式手机打开展开

pb宾馆客房管理系统,摘 要本文是对阜新市西山宾馆客房管理系统的设计说明,本系统是典型的信息管理系统(mis),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。因此本人结合宾馆工作的实际要求,对 sql server...
编号:30-317224大小:949.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 514309565 发布

摘  要
本文是对阜新市西山宾馆客房管理系统的设计说明,本系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。
因此本人结合宾馆工作的实际要求,对 SQL Server2000数据库管理系统、SQL语言原理、PowerBuilder 8.0进行了较深入的学习和应用,主要完成对客房管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的客房管理系统可以满足客人、工作人员和高级管理员三方面的需要。
第一章对客房管理系统的问题定义进行了简明的介绍,并分析了在未开发此系统之前,所存在的一些问题和开发此系统所能实现的功能。
第二章的可行性研究从三方面研究了开发本系统的必要性。
第三章的需求分析为以后开发系统打下了基础,系统需求说明书、局部ER图、全局ER图、数据字典。
第四章进行了具体的程序设计,具体划分了两类用户的操作权限,设计了带有权限的操作界面。实现了数据库表的浏览,记录的添加、删除和修改,报表的生成,实现了多数据库表的连接操作,实现了主从表操作,实现了密码维护功能,最后,系统还可以导入数据库以对任意同结构的数据库进行操作。
第五章的详细设计介绍了开发本系统的开发工具PowerBuilder 8.0。
第六章是对本系统的系统维护。
设计充分利用 SQL Server2000数据库技术、SQL语言原理、PowerBuilder 8.0开发工具的强大力量,提高了编程效率和可靠性。

关键词:数据库,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阜新市西山宾馆客房系统管理概况 5
1.2问题定义 7
2  可行性研究 9
2.1可行性研究的任务 9
3  需求分析 11
3.1 概述 11
3.2数据流图 12
3.3 数据字典 14
4  系统设计 17
4.1系统的结构设计 17
4.2 关键技术 24
4.3主程序界面设计 24
4.4系统登录窗口设计 25
4.5基础信息程序设计 25
4.6客房前台程序设计 27
4.7查询统计管理 29
4.8挂帐管理 31
4.9系统初始设计 32
4.10系统维护 34
5 详细设计 35
5.1 开发工具 35
5.2计算机系统的选择及配置 35
6  系统测试与维护 37
6.1系统测试 37
6.2系统维护 39
结   束   语 41
致      谢 42
参考文献 43
附录 44