小区物业管理系统毕业论文(含外文翻译) 联系客服

发布时间 : 星期一 文章小区物业管理系统毕业论文(含外文翻译)更新完毕开始阅读322e4ac927fff705cc1755270722192e45365874

小区物业管理系统

摘 要

小区物业管理工作流程的特征为工作繁杂性、多样化、管理复杂化、收缴费用与设备维护繁琐化。如今计算机技术突飞猛进,已完全能替代手工物业管理工作,而且更加准确、方便、快捷、高效、清晰、透明,它完全可以克服手工的缺点。这将给业务查询和管理带来很大的方便,大大提高物业管理工作的效率,这也是物业管理数字化、信息化的重要体现。

经过分析,我使用Visual Studio 2008开发工具,使用Access 2007建立后台数据库,根据C#面向对象、可视化的特点,首先在建设系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进直到形成用户满意的可行系统。本系统界面设计大方、简洁、实用,操作简单方便,是一款完全适合普通小区物业日常事务管理的软件。软件设计综合了具有一定代表性的多家物业管理公司的业务模式和需求。能实现对小区住户、楼盘等信息的智能化管理,可以提高物业管理的效率。

关键词:小区物业管理系统,C#, Visual Studio 2008 ,Access 2007

I

DISTRICT PROPERTY MANAGEMENT SYSTEM

ABSTRACT

As for the plot estate management that, its work flow numerous and diverse, the diversification, the management complex, capture the expense and the maintenance of equipment is tedious. The computer could definitely be competent the estate management work, moreover more accurate, convenient, quick, highly effective, clear, is transparent above, it definitely may overcome the deficiency which states. This will give the project inquiry and the management brings very big convenient, thus will bring a higher efficiency for the estate management work, this also will be the estate management standardization, the modernized important symbol.

Through analysis, we use Visual Studio 2008 development tools, used Access 2007 database established according to the background, Based C# characteristics of object oriented, visualization, first in the construction of system, then, for application prototype initial prototype system requirements, revise and improve the iteration until the feasible system formed customer satisfaction。he software design synthesized had certain representative many estate management company's service pattern and the demand. Can realize plot and so on real estate, customer intellectualized management, may enhance the estate management the efficiency.

KEY WORDS:Property Management ,Visual Studio 2008 ,C#, Access 2007

II

目 录

前 言 ................................................. 1 第1章 系统概述 ........................................ 3 §1.1 系统开发背景 ................................... 3 §1.2 系统开发目的 ................................... 3 §1.3 系统的设计原则 ................................. 4 §1.4 系统的可行性分析 ............................... 4 §1.4.1 技术的可行性 ............................... 4 §1.4.2 经济可行性 ................................. 5 §1.4.3 操作可行性 ................................. 6 §1.4.4 调度可行性 ................................. 6 第2章 需求分析 ........................................ 7 §2.1 功能需求分析 ................................... 7 §2.2 性能需求分析 ................................... 7 第3章 总体设计 ........................................ 9 §3.1 系统模块结构图 ................................. 9 §3.2 系统模块功能分析 ............................... 9 §3.2.1 系统用户管理功能 ........................... 9 §3.2.2 小区楼盘管理功能 .......................... 10 §3.2.3 小区住户信息管理功能 ...................... 10 §3.2.4 小区收费管理功能 .......................... 10 §3.2.5 小区住户故障报修管理功能 .................. 11 §3.2.6 小区住户停车管理功能 ...................... 11 §3.2.7 小区住户投诉管理功能 ...................... 11 §3.3 业务流程图 .................................... 11 第4章 数据库设计 ..................................... 12 §4.1 数据库需求分析 ................................ 13 §4.2 数据库概念结构设计 ............................ 13 §4.3 数据库逻辑结构设计 ............................ 15

III

§4.4 连接数据库 .................................... 19 第5章 系统详细设计 ................................... 19 §5.1 管理员登录模块界面设计 ........................ 20 §5.2 住户信息管理模块界面设计 ...................... 24 §5.3 楼盘管理模块界面设计 .......................... 28 §5.4 停车管理模块界面设计 .......................... 29 §5.5 收费管理模块界面设计 .......................... 30 §5.6 报修模块界面设计 .............................. 30 §5.7 投诉管理模块界面设计 .......................... 32 §5.8 系统测试 ...................................... 33 结 论 ................................................ 34 参考文献 .............................................. 35 致 谢 ................................................ 37

IV