House Rental Management System using PHP/MySQLi with Source Code

Language

Project: House Rental Management System using PHP/MySQLi

About

The House Rental Management System is a simple PHP/MySQLi project that helps manages the records and payments of certain house rental businesses. This system stores the list of house categories/types, houses, tenants, and monthly payments. The house type and house information will be used in identifying the tenant's rented house and monthly payable rate. This project is manageable only by the business management which is the system admin or staff. Using the house rental management system, the management can easily retrieve the payment records of a certain tenant and contains important information such as the outstanding balance of the tenant. The outstanding balance will serve as the expected next payment amount of the tenant and this field may also display a negative result which means that the tenant has an advance amount paid which will be automatically credited for the next month payment but if the advance payment still greater than the monthly rental amount, the amount will only deduct the monthly rental rate tenant will still have an advance payment for the next month. The system generates also a printable report for the monthly payment report and tenant's rental balances report.

Features

  • Login Page
    • The page where the system admin or the staff will submit their system credentials to access the data and features of the house rental management system.
  • Dashboard Page
    • The page where the system user will be redirected by default when logging into the system. This page displays a summary of the total numbers of houses, tenants, and the total amount paid in the current month.
  • House Type Page
    • The page where all house categories or types are listed and managed.
  • Houses Page
    • The page where the system users will manage the list of rental houses.
  • Tenants Page
    • The page that displays the list of active tenants. This is the page where can system user views the list of payments per tenants and manage the tenant's rental information.
  • Payments Page
    • The page where can system admin or staff manage the payments of the tenants.
  • Reports Page
    • The page where can system users select or choose a certain report to view.
  • Monthly Payment Report Page
    • The page where the tenant's payments within the selected month are listed. The list on this page is ready to print.
  • Rental Balances Report Page
    • ​​​​​​​The page that displays the report of house rental balances/advances of the tenants. The list on this page is ready to print.
  • User Page​​​​​​​
    • ​​​​​​​The page where the system admin manages the list of system users of the House Rental Management System.

How to Run

  1. Download the source code and extract the zip file.
  2. Download or set up any local web server that runs PHP script.
  3. Open the web-server database and create a new database name it house_rental_db.
  4. Import the SQL file located in the database folder of the source code.
  5. Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP('C:\xampp\htdocs')
  6. Open a web browser and browse the project. E.g [http://localhost/house-rental-management-system

Admin Default Access

Username: admin

Password: admin123

I hope this simple house rental management system will help you with what you are looking for. This project was developed for educational purposes only. Feel free to download and modify the source code in the way you wanted.

Explore more on this website for more source codes and tutorials.

Enjoy!

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted byJorge Amigo (not verified)on Tue, 02/21/2023 - 16:30

Thanks for sharing the code. The only issue I encountered in your code is that when you try to change the Administrator password, username or Password, you get a warning of "Username already exist"

Add new comment