Packers and Movers Management System in PHP/OOP Free Source Code

Language

Introduction

This project is entitled Movers and Packers Management System. This is a web-based application project developed in PHP and MySQL Database. The main goal of this system is to provide an online platform for Movers and Packers Business. The application is the business site that contains important information about their business. The site also allows visitors or possible clients to send inquiries and request quotes for the services they need. The has a pleasant user interface using Bootstrap Framework and AdminLTE Template. It consists of user-friendly features and functionalities.

About the Movers and Packers Management System

I developed this project using the following:

  • XAMPP v3.3.0
  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Ajax
  • jQuery
  • Bootstrap
  • Font Awesome
  • AdminLTE

This Movers and Packers Management System has two sides of the user interface which are the Management Panel/Admin Panel and the Public Site.

The Public Site is accessible to anyone, especially for those potential or possible clients of the Movers and Packers Business. Here, users can read some information about the company, send inquiries, and request a quotation for the service they need. The site also contains the contact information of the company which gives another way for the possible clients for reaching out to the company with any concerns.

The Management Site/Panel is the side of the system that is accessible only to the management. This site requires valid user credentials in order to gain access to the features and functionalities of the said side. The users have 2 different roles which are the Administrator and Staff. The Administrator users have the privilege to access and manage all the features and functionalities while the Staff Users only have limited permission. This site is where the management can manage the page information, site information, inquiries, and submitted requests for quotations.

Features

Public-Site

  • Home Page
  • 'Welcome Message' Content
  • 'About Us' Content
  • List of All Active Services Offered
  • Search Service
  • Service Details Page
  • Contact Information
  • Send Inquiry

Management-Site

  • Home Page
    • Display the summary.
  • Service Management
    • Add New Service
    • List All Services
    • Edit/Update Service Details
    • View Service Details
    • Delete Service
  • Page Management
    • Manage 'Welcome Message' Content
    • Manage 'About Us' Content
    • Manage Contact information
  • Quote Requests Management
    • List All Quote Request
    • Manage Remarks
    • Print Details
    • Delete Quote Request
  • Inquiry Management
    • List All Inquiries
    • View Inquiry Details
    • Delete Inquiry
  • User Management
    • Add New User
    • List All Users
    • Edit User Details
    • Delete User Details
  • Update System Information
  • Update Account Details/Credentials
  • Login and Logout

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots of some Features

Services Page (Public)

Movers and Packers Management System

Service Details (Public)

Movers and Packers Management System

Request Quote Form Page (Public)

Movers and Packers Management System

Dashboard Page (Management)

Movers and Packers Management System

Service List (Management)

Movers and Packers Management System

Quote Requests Details (Management)

Movers and Packers Management System

Quote Requests Details - Print View (Management)

Movers and Packers Management System

Inquiry Details (Management)

Movers and Packers Management System

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Enable the GD Library in your php.ini file.
  2. Open your XAMPP Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create a new database naming mpms_db.
  7. Import the provided SQL file. The file is known as mpms_db.sql located inside the database folder.
  8. Browse the Movers and Packers Management System in a browser. i.e. http://localhost/mpms/.

Admin Default Access:

Username: admin
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Movers and Packers Management System in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

Explore more on this website for more Free 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

Add new comment