基于房屋租赁管理系统的设计 联系客服

发布时间 : 星期二 文章基于房屋租赁管理系统的设计更新完毕开始阅读a778b52c854769eae009581b6bd97f192279bf9d

基于房屋租赁管理系统的设计

摘要

该论文基于房屋租赁管理系统的设计,首先简要介绍了管理系统的开发背景及意义,着重阐述了系统的可行性分析、需求分析、数据库设计、系统的总体设计。其次根据需求分析将系统分为六大基本功能模块:主要包括基本信息管理、租赁过程管理、费用收取管理、租赁合同管理、数据维护、系统维护功能。之后采用面向对象的编程方法,阐明了运用后台数据库和前端应用程序进行系统开发的详细过程,实现了房屋租赁管理的自动化和信息化。最后文章对系统测试等各个环节进行详尽的分析和描述,对系统进行了客观评价,指明了系统的现实意义以及系统的开发前景。该论文所设计的房屋租赁管理系统可以满足物业管理部门从事房屋租赁信息管理方面的需要,使房屋租赁管理工作趋于合理化、简单化、规范化、科学化。

关键词:房屋租赁,管理信息系统,模块化程序设计,数据库,数据窗口

I

ABSTRACT

Based on the house leasing management design system, firstly, the article introduces briefly the background and significance of management system and focuses on elaborating the development of the system to achieve the basic theory of the process, the feasibility analysis, requirement analysis, database design and system design. Secondly, according to requirement, the system is divided into six basic functional modules: basic information management, leasing process management, collecting management fees, leasing contract management, data maintenance, and system maintenance function. Then, using the object-oriented programming methods, this article clarifies the background databases and front-end applications for the system’s development process in detail, implemented automation and information technology of the house leasing management. Finally, the article analyzes and describes the system testing in detail on the various links, and evaluates objectively to the system, and specifies the practical significance and development prospects of the system. In this paper, the house leasing management system can be used in the property management sector of the house leasing information management requirement and makes the house leasing management rationalized and simplified, standardized and scientific.

Keywords:The House Leasing, Management Information System, Modular Design, Database System, Data window

II

目录

摘要 ................................................................................................................................... I ABSTRACT ..................................................................................................................... II 第1章 引言 .................................................................................................................... 1 1.1 背景 ........................................................................................................................ 1 1.2 研究内容 ................................................................................................................ 1 第2章 房屋租赁管理系统分析 .................................................................................... 2 2.1 可行性分析 ............................................................................................................ 2 2.2 需求分析 ................................................................................................................ 2 2.3 本章小结 ................................................................................................................ 3 第3章 房屋租赁管理系统总体设计 ............................................................................ 4 3.1系统总体功能模块设计 ........................................................................................ 4 3.2 子功能模块设计 .................................................................................................... 4 3.3 本章小结 ................................................................................................................ 7 第4章 数据库设计 ........................................................................................................ 8 4.1 数据字典 ................................................................................................................ 8 4.2系统实体图 ............................................................................................................ 9 4.3 E-R模型设计图 ................................................................................................... 10 4.4 数据库逻辑结构设计 .......................................................................................... 10 4.5 本章小结 .............................................................................................................. 19 第5章 系统详细实现 .................................................................................................. 20 5.1 启动窗口的实现 .................................................................................................. 20 5.2 登录窗口的实现 .................................................................................................. 20 5.3 主窗口的实现 ...................................................................................................... 21 5.4 基本信息管理功能模块的实现 .......................................................................... 21 5.4.1 房源信息管理的实现 .................................................................................. 21

III

5.4.2 客户信息管理的实现 .................................................................................. 23 5.5 租赁过程管理功能模块的实现 .......................................................................... 25 5.5.1 房屋出租信息管理的实现 .......................................................................... 25 5.5.2 房屋求租信息管理的实现 .......................................................................... 27 5.5.3 合租信息管理的实现 .................................................................................. 29 5.5.4 预定/退定信息管理的实现 ......................................................................... 30 5.5.5 房屋托管管理的实现 .................................................................................. 31 5.6 费用收取管理功能模块的实现 .......................................................................... 32 5.6.1 费用收取管理的实现 .................................................................................. 32 5.6.2 水电费管理的实现 ...................................................................................... 33 5.6.3 房屋水电费用汇总管理的实现 .................................................................. 33 5.7 系统维护功能模块的实现 .................................................................................. 34 5.7.1 重新登录的实现 .......................................................................................... 34 5.7.2 修改口令的实现 .......................................................................................... 35 5.7.3 增加用户的实现 .......................................................................................... 35 5.8 本章小结 .............................................................................................................. 35 第6章 结束语 .............................................................................................................. 36 致 谢 ............................................................................................................................ 37 参考文献 ........................................................................................................................ 38 附录 源代码 .................................................................................................................. 39

IV