网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > DELPHI > 正文

房地产信息管理系统的设计与开发

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/07

【编者按】:网学网DELPHI为您提供房地产信息管理系统的设计与开发参考,解决您在房地产信息管理系统的设计与开发学习中工作中的难题,参考学习。

论文字数:1438,页数:66  附任务书,开题报告,外文翻译,程序

房地产信息管理系统的设计与开发
摘要:MIS(Management Information System)就是信息管理系统,在强调管理,强调信息的现代社会中它变得越来越普及。MIS是一门新的学科,它跨越了若干个领域,比如管理科学、系统科学、运筹学、统计学以及计算机科学。在这些学科的基础上,形成信息收集和加工的方法,从而形成一个总很交错的系统。
 房地产信息管理系统是典型的信息管理系统(MIS),是为房地产开发公司或者是中介公司管理房屋出租、出售信息资料而设计的信息管理系统,包含有后台数据库和前台应用程序系统两大部分,后台数据库要求数据的一致性和完整性、安全性,用以储存单位工程文档资料及相关信息,前台应用程序系统要求应用程序功能完备、易于使用和界面友好等。经过全面分析,确定数据库采用Microsoft SQL Server 2000,开发工具为Delphi 7.0,利用Microsoft公司的ADO(ActiveX Data Object,ActiveX数据对象)访问和操作数据库服务器中的数据。
 本文基于Delphi和SQL SERVER开发实现公司信息管理,促进其经营活动和内部管理的规范化,系统开发遵循系统工程思想和技术,在系统的需求分析阶段,通过实地调研及资料查询,充分了解用户需求,得到反映公司业务流程及信息需求的数据流图和数据字典;在系统总体设计阶段,设计了系统概念模型,得到对应的关系模式和数据表。根据系统处理需求,得到了系统的功能设计,包括系统前、后台功能设计,有企业文化、公司动态、公司新闻、楼盘展示、在线交流,以及工程管理、销售管理和人事管理等;在详细设计与实现阶段,主要负责了对人事管理和在线交流两个功能进行编码、调试与集成,实现了对当前登录用户的密码修改,以及用户档案管理和权限管理查询、新增、修改和删除等功能,基本达到用户的要求。  关键词:数据库;信息管理系统;Delphi;SQL SERVER 

Develop and Design Real Estate Information Management System
Abstract:MIS which we often mentioned in a society, which emphasizes in management science and information science, MIS is becoming more popular . MIS is a new discipline, it across several areas, such as management science, systems science, research, statistics and computer science. In the base of these disciplines, it formed a way of information collection and processing, thereby forming complex system.    Real estate information management system is a typical Information management system is designed for the real estate development company. It can help the company manage  the problems of housing rental, sale and management information, it contains two part, one is background database and the other is foreground application, background database request the data is consistency 、integrity and safety further it must have files of storage the project files and  relevant information, and foreground application must have easy-to-use interface. After a series of analysis .So I determine use the Microsoft SQL Server 2000 for database and use the Delphi 7.0 for developing and make use of Microsoft Corporation Ado (ActiveX Data Object. ActiveX data object) visited data in the database server.
   To achieve the development of Web-based information management to promote their business activities and internal management. Systems development thinking and follow the software engineering technology, the system''s needs analysis stage, through field research and information enquiries, fully aware of user needs, reflected the company business processes and information needs of the data flow charts and data dictionary in the system design stage, Design concept model of the system, get the corresponding relations between the models and data sheets. According to system processing requirements, has the function of the system design, including the system before the background of functional design, corporate culture, News, Company News, the event display, online exchange, and project management, sales management and personnel management in the detailed design And implementation phase, the exchange of personnel management and online functions of the two codes, and integration mode, and on the current logged-on user''s password editing and file management and user rights management query, add, edit and delete functions. Basic to the user’s requirements.
Keywords: database; information management system; Delphi, SQL SERVER 
                  
目录
1  绪论
1.1 论文的研究背景及意义 1
1.2 国内外研究概况及发展趋势 1
1.3 论文研究的意义、主要内容与论文结构 2
 1.3.1 论文研究的意义 2
 1.3.2 论文研究的主要内容 2
 1.3.3 论文的结构 3
2 需求分析
2.1 系统功能需求分析 4
2.2 数据库功能分析 4
2.3 系统数据流图 4
2.4 可行性分析 5
2.5 数据字典 7
2.6  系统综合要求及运行环境和开发平台 7
 2.6.1  系统综合要求 7
 2.6.2  系统运行环境简介 8
 2.6.3 系统开发平台 8
3 系统概要设计
3.1 系统总体框架设计 9
3.2功能模块设计 9
4 数据库设计
4.1  数据库的引入 11
4.2数据库的概念结构设计 12
 4.2.1建立数据库的原则 12
 4.2.2 建立字段的原则 12
4.3数据库的访问 12
4.4数据库实体关系总图 14
4.5数据库实体关系分图 16
4.6 数据表的设计 18
4.7表与表关系图 20
5 系统详细设计及实现
5.1系统登录界面及主界面设计 21
 5.1.1系统登录界面 21
 5.1.2 主界面 22
5.2房屋信息模块 24
 5.2.1 房屋资料录入 24
 5.2.2房屋信息查询 25
 5.2.3房屋信息显示 27
5.3客户信息模块 28
5.4销售信息模块 28
 5.4.1 房屋销售信息 29
 5.4.2 客户预订信息 29
 5.4.3审核查询 30
5.5系统信息模块 31
 5.5.1密码修改 31
 5.5.2数据库备份 32
 5.5.3数据库还原 34
 5.5.4退出系统 36
6 系统调试 37
7  总结与展望 38
参考文献 39
致     谢 40
附录A 系统源程序 41

房地产信息管理系统的设计与开发......
  • 上一篇资讯: [DELPHI]
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号