Home  >  Article  >  Computer Tutorials  >  Graduation project proposal report sample: ASP property management system

Graduation project proposal report sample: ASP property management system

王林
王林forward
2024-01-23 18:45:37795browse

Graduation project proposal report sample: ASP property management system

ASP Property Management System Graduation Project Proposal Report Sample

——Customer Service Management

1 Purpose and significance of the research

With the deepening of my country's housing reform, more and more residents have moved into newly completed residential villages or communities, and the management of these new residential areas is mostly carried out by property management companies or the property management departments of units. In communities The residents are no longer employees of a certain unit, but come from different units. In this way, the collection method of deducting water, electricity, rent and other expenses from wages cannot be effective. A specialized property management department is needed for unified management, which will inevitably increase the number of property owners. The workload of the management department. In order to change the backward situation of manual statistics of water and electricity bills in the past, it is urgent to compile a computer property management software system. This system can use database technology to store various data required for property management in the form of a database, and can Residents' property conditions are dynamically managed. Computers are introduced into the field of property management to achieve efficient, scientific, and reasonable property management that adapts to the needs of the times.

2 Overview of domestic and foreign research

The current situation of traditional property management

(1) Traditional property management business processing is cumbersome and requires a large amount of manual work, so it is not suitable for processing on the Internet.

(2) The content of management lacks standardization, and the management methods lack standardization, resulting in the inability to share information and making business decisions difficult.

(3) The release of information is not timely, the accuracy is low, and the property management company and owners lack effective communication.

Characteristics of Web-based community property management information system

(1) Adopt Web technology

(2) Efficient and meticulous management

(3) Provide a full range of services

(4) Complete project and service files to improve management level

3 Main research content

The main contents of the research are as follows:

Through the research on the WEB-based property management information system, Macromedia Dreamweaver 8 is used for page development; asp is used for coding of dynamic pages; the database uses Microsoft Access 2003 to store and process data.

The front desk can add suggested complaint records and display them in pages; the background can process various information.

After logging in legally from the backend, you can reply to the complaint information from the front desk, delete redundant information, and check the IP address.

The database contains two tables, which store complaint information and page setting information respectively. The front-end page settings can be changed through the background.

Student signature:

Professional person in charge review form

Signature of the professional person in charge:

How to develop a complete community property management system

We need to be clear about what we need: develop a community property management system software. This is just a mis system. If you want to achieve powerful functions and high flexibility, it is best to choose database development tools such as c builder/dephi, pb, vb, etc. The background database can choose sqlserver, sybase, oracle, etc.

Let’s compare various development tools/development platforms:

1. Comparison from the perspective of data access objects:

1. vb: dao, ado, rdo have similar functions.

2. pb:transaction,dwcontrol, can bind any sql statement and stored procedure, and data access has unparalleled flexibility.

3. c builder/dephi: It has more than 20 components and classes including datasource, table, query, midas, and ado to complete data access.

4. vc: Same as vb, but there are many class libraries available, but it is extremely inconvenient and the development efficiency is very low.

5. java:java jdbc api, different IDEs have different components.

2. Comparison in terms of data representation objects:

1. vb:dbgrid, there is only one data display control related to the database. It can only display simple table data and has a single expression method.

2. pb:datawindow object (extremely powerful, its resource description statement constitutes another language similar to HTML, in which any object can be inserted, with hundreds of data representation methods including dbgrid), that’s all One function is destined that the function of pb in the database will far exceed the level of some development tools today from the day it was born.

3. c builder/dephi: including dbgrid, dbnavigator, dbedit,

15 data-aware components including dblookuplistbox, 6 data warehouse components including decisioncube, decisionquery and qrchart,

qreexpr, including more than 20 report structures, can flexibly display data.

4. vc: Same as data access object.

5. Java: Different IDEs have different components. The more famous ones are jbuilder, powerj, and visualage for java.

3. Comparison in terms of statement execution methods:

1. VB: Bind a sql string to a command object, and the result is returned to the resultset object and can be disassembled by itself.

2. pb: It is a real 4gl language. You can directly nest sql statements at will. The return value is assigned to the variable of the statement. It supports statement-level cursors, stored procedures and database functions. It is a specification similar to sqlj. .

3. c builder/dephi: Use database components or classes to complete the execution and submission of SQL statement strings.

4. vc: Same as data access object.

5.java:sqlj,java jdbc api.

I hope my experience will be helpful to you and everyone.

The above is the detailed content of Graduation project proposal report sample: ASP property management system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:docexcel.net. If there is any infringement, please contact admin@php.cn delete