Simple Sales Management System in PHP using CodeIgniter Free Source Code
Introduction
This project is a Simple Sales Management System. This is a web-based application project developed in PHP, CodeIgniter, and MySQL Database. The main purpose of this application is to build an automated and online platform to manage certain stores' sales transactions. The application can allow the management to record the sales order of the customer of the store. It has a simple and pleasant user interface using the Bootstrap Framework and it also consists of user-friendly features and functionalities.
About the Simple Sales Management System
This project was developed with the following:
- XAMPP v3.3.0
- PHP
- CodeIgniter 3.1.13
- MySQL Database
- HTML
- CSS
- JavaScript
- jQuery
- Bootstrap
- Start Bootstrap Admin 2
- Font Awesome
- AdminLTE
This Sales Management System is only accessible to the store management. It helps the store management to easily store, retrieve, and manage the store products, categories, and sales orders. With this application, the sales transaction of the shop could be more efficient and effective in terms of managing it.
The system requires the user to enter or log in with his or her valid user credentials in order to access the features and functionalities. Users must populate first the list of product categories than the product list before making or storing an order transaction. On this application, the category and product lists contain a CRUD (Create, Read, Update, and Delete) Operations. The application also generates an order receipt that is ready to print and contains detailed information about the transaction of the certain customer to the shop
Features
- Dashboard Page
- Display Summary.
- Category Management
- Add New Category
- List All Categories
- Edit/Update Category Details
- Delete Category
- Product Management
- Add New Product
- List All Products
- Edit/Update Product Details
- Delete Product
- Transaction Management
- Add New Order
- List All Order Records
- View and Print Order Receipt
- Delete Room
- 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
Dashboard Page
Product List Page
Order Form Page
Order Receipt Print View
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
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming ssms_db.
- Import the provided SQL file. The file is known as ssms_db.sql located inside the database folder.
- Browse the Simple Sales Management System in a browser. i.e. http://localhost/ci_ssms/.
Admin Default Access:
Email: [email protected]
Password: admin123
DEMO VIDEO
That's it. You can now explore the features and functionalities of this Simple Sales 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.
Comments
Add new comment
- Add new comment
- 11358 views