A comprehensive web-based point of sale and inventory management system built with PHP, MySQL, and Bootstrap. This system helps businesses manage their inventory, sales, and employee operations efficiently.
-
Product Management
- Track inventory levels
- Manage product categories
- Set product prices
- Product history tracking
-
Sales Management
- Process sales transactions
- Generate transaction receipts
- View sales history
- Customer information tracking
-
Supplier Management
- Maintain supplier database
- Track supplier products
- Contact information management
-
Employee Management
- Role-based access control
- Employee information management
- Track employee sales
-
User Authentication
- Secure login system
- Different access levels (Admin/User)
- Password protection
- PHP
- MySQL
- Bootstrap
- HTML/CSS
- JavaScript
The system uses the following key tables:
- Products
- Categories
- Suppliers
- Employees
- Transactions
- Users
- Job Roles
- Clone the repository
- Import the SQL file
issdb.sqlinto your MySQL database - Configure database connection in the PHP files
- Place the files in your web server directory
- Access through your web browser
-
Admin Account
- Username: admin
- Password: admin
-
User Account
- Username: user
- Password: user
- PHP 7.4 or higher
- MySQL 5.7 or higher
- Web server (Apache/Nginx)
- Modern web browser
This project is open source and available for use in commercial and personal projects.