A comprehensive stock management solution that allows users to efficiently manage inventory, add products, and monitor stock levels in real-time. This application enables scanning QR codes with a mobile camera for quick access to product details, making inventory management easier and more effective.
- Email alerts for out-of-stock and low-stock products
- User logs
- General improvements
- Update Inventory: Easily manage stock levels by scanning QR codes, enabling quick updates for both stock-in and stock-out operations.
- Live Updates: Stay informed with real-time updates on stock levels, including alerts for out-of-stock and low-stock products.
- IN/OUT Tracking: View detailed information about inventory transactions whenever stock levels change, ensuring accountability and transparency.
-
Set Up Database:
-
Upload Files:
- Add your application files to your web server’s directory (e.g.,
www/html
). - Download FontAwesome and extract files inside the assets folder.
- Add your application files to your web server’s directory (e.g.,
-
Configure Base URL:
- Change the base URL in
stock.php
on line 17:// Base URL for the application $base_url = "https://stock.yourdomain.com"; // Change to your domain
- Change the base URL in
-
Set Up Accounts:
- Add accounts, categories, and vendors as needed.
-
Manage Products:
- Create new products via the "Manage Products" section and export them as CSV, or manually add products.
-
Import Products:
- Use the CSV file to populate the exported CSV file. REMOVE THE ID COLUMN of the exported CSV file. After that, use the "Import Products" option in the management menu.
-
Generate QR Codes:
- Click on the stock section to generate QR codes. A folder named
uploads/qr
will be created to store these codes.
- Click on the stock section to generate QR codes. A folder named
-
Generate Quotes:
- Go to
yourdomain.com/app/quote.php
to create quotes based on your product list and quantity available.
- Go to
This Stock Management System provides a robust solution for businesses looking to streamline their inventory processes. With the ability to scan QR codes for quick access and real-time stock updates, you can ensure that your inventory is always accurate and up-to-date.
Feel free to customize this further or let me know if you need any additional changes or information!