Installment System in PHP Free Source Code
This is a PHP Project called Installment System. The application is a web-based software that manages certain company/shop installment sale transactions. The system can be accessed by 3 types of users which are the Admin, Employee, and Customer. This system manages the customer installment requests and payments.
About the Project
This Installment System was developed using PHP/PDO, MySQL Database, HTML, CSS, Javascript, and Bootstrap. As I have mentioned above, the system has 3 types of users, each of the said users has different permissions. The Admin user is in charge of maintaining the system data such as the product list and categories. While the Employee User can manage payment and approve or decline the installment request of the customers. Then, the customer can register his/her account at the system public side and after the registration, they can submit their installment request for a specific product.
Features
Admin
- Manage Category List
- Manage Supplier List
- Manage Products
- Manage Stocks
- Manage Requests
- Manage Payment
- View Reports
- Create New User
Employee
- Manage Requests
- Create an Installment Request for Customer
- Manage Installments
Customer
- Registration
- Create an Installment Requests
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
andMySQL
. - Extract the downloaded source code zip 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
product_installment
. - Import the provided
SQL
file. The file is known asproduct_installment.sql
located inside the database folder. - Browse the Installment System in a browser. i.e.
http://localhost/installment
Admin Access Information
Username: 17100749
Password: admin
Sample Employee Access
Username: 19101960
Password: admin
DEMO
That's it! I hope this will help you with what you are looking for and for your future PHP Projects. This Installment System is free to download on this website. Feel free to download and modify it the way you wanted.
Happy Coding :)
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
- 6790 views