This project is a stock management system developed using PHP, SQL, and XAMPP. It provides an intuitive interface for managing inventory, suppliers, and stock movements.
- Dashboard: Overview of stock status, low inventory alerts, and quick access to key features.

- Add Product: Form to add new products to the inventory.

- Products List: View, edit, and delete existing products.

- Low Stock Alert Page: Displays products with stock levels below the defined threshold.

- Suppliers Information Page: Manage supplier details and contacts.

- Stock Out Page: Remove products that are sold or removed from inventory.

- Stock In Page: Record new stock arrivals and updates.

- PHP: Server-side scripting for dynamic content and form processing.
- SQL: Database management for storing products, suppliers, and stock transactions.
- XAMPP: Local server environment to run and test the application.
- Download and Install XAMPP: XAMPP Download
- Start Apache and MySQL: Launch XAMPP control panel and start the services.
- Import Database: Create a database named
stock_managementand import the provided SQL file. - Place Files: Copy the project files into the
htdocsdirectory of XAMPP. OR Create a new folder and then navigate to it in your browser. - Access the System: Open a browser and navigate to
http://localhost/your_project_folder/dashboard.php.
Ensure that your database credentials in the PHP configuration files are correctly set to connect to your local MySQL server.
This system aims to streamline inventory management, improve accuracy, and save time for business operations.