网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 房地产销售管理系统设计与开发
计算机论文| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

房地产销售管理系统设计与开发

本文ID:LW20031 字数:15231,页数:52 价格:¥50.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 房地产销售管理系统设计与开发 (收费:5000 积分)  如何获取积分?
房地产销售管理系统设计与开发

文档字数:15231,页数:52

摘 要

 房地产业中,国内的房地产公司对房地产信息的处理多数还停留在原有的手工操作上。房地产销售数据管理直接影响着房地产公司的发展,原有的手工操作方式导致数据的重复率高、出错率高、效率低以及查询各种数据都不方便,所提供的辅助决策信息也不及时,致使分析片面,达不到精确程度。虽然一些公司也开发了房地产销售管理系统,但多数在功能上已不能满足目前的房地产公司和客户的需求,还有少数网络版的房地产销售管理系统在功能上、性能上及技术上等方面都存在一些不足之处。Visual Basic 是一个可视化,交互式的集成开发环境,具有面向对象的程序设计思想,高度的可扩展性,功能强大,软件支出低等特点。本文正式描述通过用VB6.0编写房地产销售管理系统,利用软件工程原理,采用面向对象的编程方法,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,更好的实现了房地产企业销售管理的自动化和信息化,也解决了其他系统存在的汇总统计不足的问题。同时本系统在设计的过程中,充分考虑了在房地产销售过程的操作流程的连续性,将客户^^文档录入,房屋信息查询及房屋预定等步骤连续处理,大大增加了交易的效率。
 本文还简单介绍了通过VB6.0开发的软件的主要界面,操作方法和部分功能实现的代码。

关键词:房屋销售管理;数据库;统计;VB;精确度
 
 
  
 
Abstract

In the real estate industry, most domestic real estate company are still handing the real estate information in the original ways. The data management of real estate are directly affect the development of the real estate company, the original works of data management had led to high repetition rate, high error rate, low efficiency and the data query is not easy enough, also the original way cannot support assistant information for decision-making timely, and the result is analysis is one-sided, and is not accuracy enough. While some real estate companies also developed a sales management system, but most of them cannot meet the current real estate company and customer demand, and there are a small number of online real estate sales management system have shortage in the functions, performance and technical parts. Visual Basic is a visual, interactive, integrated development environment with object-oriented programming design, highly scalable, powerful, and low software expenditure. In this paper, a formal description of the real estate sales management system developed by using VB6.0, with software engineering principles, object-oriented programming methods, including the development of the establishment and maintenance of the main database background and the front applications parts, the new system achieve real estate sales automation and information management, and also solve the existent statistic problem in many other systems. At the same time, the system design process focus on the continuity of operational processes, deal with the customer data entry, housing and housing information and other steps continuously, greatly increased the efficiency of transactions.
 This article also briefly introduces the main interface of the system developed by VB6.0, including the operation and part of the code for function realization.

Keywords: Housing sales management; Database; Statistics; VB; Precision

 

目 录

摘 要 I
Abstract II
第1章 引言 1
1.1 研究背景 1
1.2 研究内容 2
1.2.1 房地产销售管理的现状 2
1.2.2 拟解决的问题 2
第2章 相关技术简介 4
2.1 管理信息系统 4
2.2 系统开发平台 4
2.2.1 编程软件Visual Basic 6.0 5
2.2.2 数据库软件SQL Server 2000 6
第3章 系统分析 7
3.1 可行性分析 7
3.2 需求分析 8
3.2.1功能性需求 8
3.2.2非功能性需求 11
第4 章 系统设计 12
4.1 数据流程图 12
4.1.1 系统总流程图 12
4.1.2 用户登陆流程图 13
4.1.3 房屋销售流程图 14
4.1.4 客户退款流程图 15
4.2 数据库设计 15
4.2.1 E-R图 15
4.2.2 数据表的设计 17
4.3 输入输出设计 22
第5章  系统实施 23
5.1 数据库连接 23
5.2 系统界面及功能实现 26
5.2.1 系统的登录界面 26
5.2.2 系统主界面 28
5.2.3 客户^^文档管理窗口 29
5.2.4 楼盘房屋信息查询窗口 35
5.2.5 退款管理窗口 38
5.2.6 房屋销售管理,退房 39
5.2.7 房屋销售付款管理 40
5.2.8 用户添加 41
5.2.9 用户密码修改窗口 41
5.2.10系统初始化窗口 42
5.2.11数据统计窗口 43
第6章 结束语 44
6.1 总结 44
6.2 展望 44
致谢 46
参考文献 47

房地产销售管理系统设计与开发由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:银行账户管理系统的开发与实现 下一篇:酷玩英语在线学习网站的设计与开发
推荐论文 本专业最新论文
Tags:房地产 销售 管理系统 设计 开发 2011-06-02 08:08:46【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有