A comprehensive ERP Supply Chain Management Inventory Module built with Java and SQL. This system provides complete inventory management capabilities including supplier management, product catalog, ...
4. Database Setup # Create database (MySQL) mysql -u root -p CREATE DATABASE tadawi_app; # Run migrations php artisan migrate # Seed database with sample data php artisan db:seed ...