【摘要】
本文通过用VB6.0编写小区物业管理系统,利用软件工程原理,采用生命周期方法学,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,实现了小区信息数据库的创建及各种费用的收取、统计、汇总。
本文还简单介绍了vB6.0软件的界面及操作方法。简要介绍了窗体的制作过程,程序的编写,添加,最后的编译过程。并且叙述了作者在软件开发过程中的心得体会。
本系统可以实现如下功能:
1.系统登录:包括用户登录,修改密码,添加用户,退出系统。
1.基本资料:包括住户资料和财产资料信息管理
2.物业管理:包括物业设备,仪表数据,停车场管理,收费管理,住户投诉,住户报修管理,设备维修管理等.
3.数据报表统计:包括物业设备,仪表数据统计,收费统计,住户投诉统计,住户报修统计,设备维修统计等.
本系统投入使用后,改变了以往小区物业管理过程中的手工操作方式,提高了小区物业管理的效率,起到了良好的社会效果和经济效益。
关键词:小区物业管理数据库统计汇总
【Abstract】
ThistextpassesandusesVB6.0writestheadministrativesystemoftheproperty,utilizethesoftprojectprinciple,adoptthecyclemethodofthelifetostudy,itdevelopstworespectsofmaindevelopmentincludingsetting-upandmaintenanceandfrontapplicationprogramofbackstagesupporter'sdatabase,realizedtheestablishmentoftheinformationdatabaseofthedistrictandcollecting,statistics,gatheringofdifferentexpenses.
Thistexthasalsointroducedvfp6briefly.Theinterfaceof0softwareandworkingtechnique.Havingintroducedthemakingcourseoftheformbriefly,thewritingoftheprocedure,add,thelastcourseofcompiling.Andhasnarratedauthor'sgainsindepthofcomprehensioninthecourseofsoftwaredevelopment。
Thissystemcancarryoutasfollowsfunction:
1.systemlogin:Includethecustomerlogging,themodificationpassword,increasethecustomer,withdrawthesystem.
1.Basicdata:Includeinhabitant'sdataandthepropertydatainformationmanagement
2.Thingindustrymanagement:Includethethingindustryequipments,theappearancedata,parkinglotmanagement,chargethemanagement,inhabitantthehurltell,inhabitantthereportfixthemanagement,theequipmentsmaintainsthemanagementetc..
3.DatastatementStatistics:Includethethingindustryequipments,theappearancedatastatistics,chargingthecovariance,inhabitantthehurltellsthecovariance,inhabitantthereportfixsthecovariance,theequipmentsmaintainstostatisticsetc..
Afterputtingthissystemintouse,itchangedformersmallareaindustrymanagementhandicraftwithinprocessoperationmethod,raisedthesmallareathingindustrymanagementofefficiency,rosethegoodsocialresultandeconomicperformances.
Keyword:EstatemanagementDatabaseStatisticsGather
目录
第一章引言4
第二章系统分析5
2.1开发背景5
2.2需求分析5
2.3概要7
2.4MicrosoftVisualBasic6.0软件简介7
第三章系统设计18
3.1业务流程图18
3.2数据库设计19
3.3系统详细设计23
3.4其他窗体详细设计24
3.4.1系统登录界面设计25
3.4.2基本资料模块的设计35
3.4.3物业管理模块的设计35
3.4.4数据报表统计模块的设计36
第四章主菜单的设计及系统实现.36
结论38
参考文献39
第一章引言
本软件使用MicrosoftVisualBasic6.0进行编写。数据库技术的产生与发展源于对于数据的组织和管理。数据库技术是数据管理的技术,它随着数据管理任务的需要而产生于20世纪60年代中期。这是一门综合性技术,涉及操作系统,数据结构,算法设计和程序设计等知识。数据库技术的基本思想是对数据实行集中,统一,独立的管理,用户可以最大限度的共享数据资源。
数据库系统实际上是一个应用系统,它是在计算机硬,软件系统支持下,由用户,数据库管理系统,存储在存储设备上的数据和数据库应用程序构成的数据处理系统。数据库系统是由数据,数据库管理系统,应用程序,用户组成。
数据库的特点:1.实现数据共享2.实现数据独立3.减少了数据冗余度4.避免了数据不一致性5.加强了对数据的保护。
数据库应用系统(DATABASEAPPLICATIONSYSTEMSDBAS)
1.管理信息系统
2.开放式信息服务系统
一个数据库应用系统通常是由数据库和应用程序两部分组成,它们是在数据库管理系统支持下设计和开发出来的。