Laundry Management System in PHP using CodeIgniter Framework Free Source Code

Language

Introduction

This simple project is a Laundry Shop Management System. This is a web-based application project developed in PHP, CodeIgniter, and MySQL Database. The main purpose of this application is to provide an online platform for a certain Laundry Shop to manage their daily transactions and other records. This system helps the shop management to easily store, retrieve, and manage their records. It has a pleasant user interface using the Bootstrap Framework and the Start Bootstrap Admin 2 Template that gives the end-user a better experience while using the application. This web application consists of user-friendly features and functionalities.

About the Laundry Shop Management System

This was project was developed with the following:

  • XAMPP v3.3.0
  • PHP
  • CodeIgniter
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Bootstrap
  • Start Bootstrap Admin 2
  • Font Awesome
  • AdminLTE

This Laundry Shop Management System web application requires the user to log in with his or her valid system credentials to gain access to the features and functionalities of the system. It is only accessible to the Laundry Shop's Management. The management can manage the list of their employees, customers, transactions, and expenditures. These features contain CRUD (Create, Read, Update, and Delete) Operations. The system also generates multiple reports which are the Employee Report, Customer Report, Transaction Report, and Expenditure Report.

Features

  • Dashboard Page
    • Display the summary and images.
  • Employee Management
    • Add New Employee
    • List All Employees
    • Edit/Update Employee Details
    • Delete Employee
  • Customer Management
    • Add New Customer
    • List All Customers
    • Edit/Update Customer Details
    • Delete Customer
  • Transaction Management
    • Add New Transaction
    • List All Transactions
    • Edit/Update Transaction Details
    • Delete Transaction
  • Expenditure Management
    • Add New Expenditure
    • List All Expenditures
    • Edit/Update Expenditure Details
    • Add Employees Payroll
    • Delete Expenditure
  • Report
    • Generate Printable Date-wise Employee Data Report
    • Generate Printable Customer Data Report
    • Generate Printable Date-wise Transaction Data Report
    • Generate Printable Date-wise Expenditure Data Report
  • 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

Login Page

Laundry Shop Management System

Dashboard

Laundry Shop Management System

Transaction List Page

Laundry Shop Management System

Expenditure List Page

Laundry Shop Management System

Transaction Report Page

Laundry Shop Management System

Expenditure Report Page

Laundry Shop 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. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming laundry_db.
  6. Import the provided SQL file. The file is known as laundry_db.sql located inside the database folder.
  7. Browse the Laundry Shop Management System in a browser. i.e. http://localhost/ci_laundry/.

Admin Default Access:

Username: admin
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Laundry Shop Management System in PHP using CodeIgniter Framework. 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.

Add new comment