real estate mnagement

47
Developed for: Kadi Sarva Vishwavidyalaya By: Milan Patel (#0810IT115) Hitesh Patel (#0810IT098)

Upload: mitesh-patel

Post on 16-Nov-2014

2.348 views

Category:

Real Estate


1 download

DESCRIPTION

This ppt you will to some help for ppt presentation and Don't be forget thanksMitesh Patel world4freez.blogspot.com

TRANSCRIPT

Page 1: Real Estate Mnagement

Developed for:Kadi Sarva Vishwavidyalaya

 By:

Milan Patel (#0810IT115)Hitesh Patel (#0810IT098)

Page 2: Real Estate Mnagement

Guidance:Mr. Kapil Sir

Submitted To:KADI SARVA VISHWAVIDYALAYA, GADHINAGAR

LDRP Campus, Sector -15, Nr. KH – 5 CirclesGandhinagar - 382015

Page 3: Real Estate Mnagement

Project Definition

Real Estate

This will be a unique real estate portal. On which we will be having a following facilities.

Real Estate Portal allows you to launch powerful and professional looking real estate portals with rich functionalities for the private sellers, buyers and real estate agents to list properties for sale or rent, search in the database, show featured ads and many others. The

private sellers can manage their ads at any time through their personal administration space. 

The product includes special functionalities for real estate agents (to list and manage multiple ads) and affiliates (to earn commissions from the earnings from property ads posted through their links). Real Estate Portal comes also with a powerful back office

application providing full control over the web site (structure management, templates, server side forms, detailed statistics) and the real estate portal (ads, sellers, agents,

affiliates, statistics) to the administrators.

Page 4: Real Estate Mnagement

Users•Free users (2) Pay users

Facility to Each user

•Free user ( Registration will be free ) •Can only search the thing – some fields hidden•If something found we shows only agents contact no -Not direct party.•User can post any add to let, want let etc…•No access to other facilities like valuation or something in details.

•Pay users•Can use everything•Every year has to pay for nominal subscription fees.•Their name and contact details shown on Net•Back up – protection of pass word

Page 5: Real Estate Mnagement

PROJECT PROFILE

Project GuideInternal Guide: Mr.Kapil Sir

Team Size and RoleTeam Size: Two(2)Role: Analysis, Design, Coding and Testing\

Development Environment•Software’s

I)Front End: Asp.netII)Back End: Microsoft SQL Server 2000III)Web Server: IIS 5.0IV)Technology: .Net FrameworkV)Programming Language: VB.net

•Report Generator: Crystal ReportVI)PlatformVII)Server Operating System: Windows server. VIII)Client Operating System: Windows Xp/Vista.

I)Hardware ConfigurationI)Server Side Configuration: P(4) -2.40 GHz, Keyboard

250 GB HDD3Gb RAM DVD writer

Page 6: Real Estate Mnagement

PROCESS MODEL

RequirementsProcess

SystemAllocationProcess

ConceptExploration

Process

DesignProcess

ImplementationProcess

InstallationProcess

Operation &Support Process

Verification& Validation

Process

Process model of Our

System

Page 7: Real Estate Mnagement

DATA FLOW DIAGRAMContext Level Diagram

SellerUser

Admin Purchaser

Assets info

Feedback

Payment

Info Assets

Seller details

Purchaser details

Payment

Assets info

Real Estate ManagementAssets

Payment

Page 8: Real Estate Mnagement

First Level Diagram

Broker AdminFree UserIndividual

1Search

Property7

Modify Property

6Change Profile

3Login

2Registration

4Select

Property

5List Your Property

information

information

information

Property Detail

Id Password

Select property

Property Detail User detail

Customer table

Property table

Property details

Page 9: Real Estate Mnagement

Second level Diagram

User

Check Password

ReloginGet Password

(If Forget)

Invalid LoginValid Login

Change Password

LogIn

Page 10: Real Estate Mnagement

E-R Diagram

Admin Assets

PurchaserOrder

Customer

Sales/Purchse

1 M

Order

M

1

Result

1

M

Orderdetail

Contactdetail

1

M

1

1

M

M

Orderrequest

Page 11: Real Estate Mnagement

System Flow Diagram

Home

Post Your Requrement

Login

Search

Select property

Admin Home

List Your Property

Modify Property

Contact Related Person

Registration Payment

Log Out

Page 12: Real Estate Mnagement
Page 13: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE DESCRIPTION AllowNull

1 Customer_ID numeric 9 Number of customer F.K

2 Customer_Name varchar 15 Customer name of user

3 Address varchar 50 Address of user

4 Gender varchar 20 Gender of user

5 Phone_No Numeric 9 Phone No of User

6` Mobile_No Numeric 10 Mobile No of user

7 City Varchar 15 City of user

8 Pincode numeric 9 Pincode of user

9 E_MailID Varchar 25 E-mail id of user

10 customer_type Varchar 30 Which type of user

11 BirthDate Date/time 8 Birthdate of user

12 State Varchar 20 State of user

13 country varchar 20 Country of user

14 CompanyName Varchar 30 Company name of user

Table1:- Customer Table

Page 14: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 customerId Numeric 9 Customer_id no (PK) P.K

2 UserName Varchar 50 Name of user

3 Password Varchar 50 Password of user

4 CategoryId Numeric 9 Category of user

5 SequrityQuestion Varchar 50 Sequrity Question for password

6 SequrityAnswer Varchar 50 Sequrity Answer of question

Table2:- Login Master Table

Page 15: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 PropertyID Numeric 9 propertyId of property (PK)

P.K

2 ResorCom Varchar 50 Residential or commercial

3 Customer_ID Numeric 9 customerId od customer

F.K

4 Property_Address Varchar 50 Property address5 City Varchar 50 City of property6 Bedrooms Numeric 9 Bedroom of property7 Balcony Numeric 9 Balcony of property8 Furnishing Varchar 50 furnishing or not9 Property_Price Numeric 9 Property price 10 Property_Location varchar 9 Property location11 Property_TypeID Numeric 9 Property typeid F.K12 PropertyCategoryID Numeric 9 Property categoryid F.K13 MonyhlyRent Numeric 9 Monthlyrent of

property

14 CustomerCategory Numeric 9 Customercategory of property

Table3:- Property Table

Page 16: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 Securityid Numeric 9 Security id2 securityquestion Varchar 25 Security question master

Table4:- Security master Table

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 Propertytype_id numeric 9 Propertytype of property P.K2 propertytype Varchar 50 Property type

Table5:- Property Type Master Table

Page 17: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 PropertyCategoryID

Numeric 9 Property Category Id P.K

2 Property Varchar 50 Property type

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 customercategoryid

numeric 9 Customer category P.K

2 customercategory varchar 50 Customer category name

Table6:- Property Category Master Table

Table7:- Customer Category Master Table

Page 18: Real Estate Mnagement

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 Feedback id numeric 9 Feedback id P.K2 Customer name varchar 50 Customer name3 E-mail id Varchar 50 e-mail id of customer4 Your feedback varchar 150 Customer feedback

Table8:- Feedback Table

NO. FIELD NAME DATATYPE

FIELD SIZE

DESCRIPTION Allow Null

1 Requirement id numeric 9 id P.K2 Name varchar 50 Customer name3 Property type Varchar 50 Property type 4 City varchar 50 City of property5 Budget Numeric 9 Estimate budget of property6 Bedroom Numeric 9 No of bedroom7 Area Numeric 9 Sq feet of property8 E-mail id Varchar 50 Customer E-mail id9 About property Varchar 150 Property detail

Table9:- Post Your requirement Table

Page 19: Real Estate Mnagement
Page 20: Real Estate Mnagement
Page 21: Real Estate Mnagement
Page 22: Real Estate Mnagement
Page 23: Real Estate Mnagement
Page 24: Real Estate Mnagement
Page 25: Real Estate Mnagement
Page 26: Real Estate Mnagement
Page 27: Real Estate Mnagement
Page 28: Real Estate Mnagement

About Us Form

Page 29: Real Estate Mnagement
Page 30: Real Estate Mnagement
Page 31: Real Estate Mnagement
Page 32: Real Estate Mnagement
Page 33: Real Estate Mnagement
Page 34: Real Estate Mnagement

To PG property Form

Page 35: Real Estate Mnagement
Page 36: Real Estate Mnagement
Page 37: Real Estate Mnagement
Page 38: Real Estate Mnagement
Page 39: Real Estate Mnagement
Page 40: Real Estate Mnagement
Page 41: Real Estate Mnagement
Page 42: Real Estate Mnagement
Page 43: Real Estate Mnagement
Page 44: Real Estate Mnagement
Page 45: Real Estate Mnagement

Learning is a never ending process. Our work is just the first steps to the particular approach of implementation of system.

This system design with keeping quality assurance and employee satisfaction at extreme the system is develops with the latest technology. With the aspects of VISUAL BASIC ASP.NET system integrates by various utilities with keep ahead from the current area.

At present, we first hope this would be helpful to our client, as we delivered fully to her requirement.

The documentation for the system is developed in the view of reengineers purpose, reengineering, and the ability of system to prove efficiency in timely manner for very long period.

Page 46: Real Estate Mnagement

Bibliography means that we have refer while doing project like, which web sites we gone through and which books we have referred or which magazine we have seen to implement this project. There are many books and many web sites that can help us in different ways to implement the project and give us proper

guidance to implement our system in the right direction.Books:•Mastering In Visual Basic .Net By : Evangelos Petrooutsos•Visual basic .net Programming Black book By : Steven Holzner •MSDN Collection Microsoft Visual Studio Development CollectionWeb Site:

www.msdn.microsoft.com

Page 47: Real Estate Mnagement