Laundry Shop Web Application using PHP with Source Code
This is a PHP Mini-project called Laundry Shop Web App. This application manages the laundry shop's transactions with their customer. It stores the list of laundry types that the shop's accepting along with its price per kilogram. Then, the application user or the shop's staff will encode also the details of the laundry with the owner's name, laundry's weight, and priority number. Upon saving the transaction, the system will automatically calculate the source code. This system has a pleasant user interface and user-friendly functionalities.
Features
- Can add laundry type
- Can enter the laundry
- Claim
- Compute laundry sales
- Report and Print
- OOP
- modal bootstrap
- AJAX using jQuery
- and a wonderful AdminLTE template
PHP requirement: at least 5.0
How to Run
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
- Extract the downloaded source code file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming "laundry".
- Import the provided SQL file. The file is known as "laundry.sql" located inside the extracted source code folder.
- Browse the Laundry Shop Web Application in a browser. i.e. http://localhost/laundry
Credentials
Username: admin
Password: admin
DEMO
I hope this Laundry Shope Web App Project in PHP will help you with what you are looking for. Feel free to download and modify.
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
change the configuration at database/Connection.php
Add new comment
- Add new comment
- 3744 views