Web-based Inventory Control System developed to manage raw material inventory for bottled drinking water (AMDK) using the Economic Order Quantity (EOQ) method.
This application was developed as a final project to improve raw material inventory management at PT Barokah Arsakha Putra. The system helps warehouse staff monitor inventory levels, calculate optimal order quantities, and determine reorder timing to reduce inventory costs while preventing stock shortages or overstocking.
- Manage raw material inventory digitally.
- Implement the Economic Order Quantity (EOQ) method.
- Assist warehouse staff in determining optimal purchase quantities.
- Reduce inventory holding costs.
- Prevent stock shortages and excess inventory.
- 🔐 User Authentication
- 📊 Dashboard
- 📦 Raw Material Management
- 🚚 Supplier Management
- 📝 Purchase Transactions
- 📥 Raw Material Usage
- 📈 EOQ Calculation
- 📄 Reports
- 📋 Inventory Monitoring
| Technology | Description |
|---|---|
| PHP | Backend Programming Language |
| Laravel | Web Framework |
| MySQL | Database Management System |
| HTML/CSS | User Interface |
| Bootstrap | Frontend Framework |
This application implements the Economic Order Quantity (EOQ) method to determine the optimal purchasing quantity that minimizes ordering and holding costs.
The EOQ calculation considers:
- Annual demand
- Ordering cost
- Holding cost
- Economic Order Quantity (EOQ)
Coming Soon
Coming Soon
Coming Soon
Coming Soon
Clone this repository
git clone https://github.com/Untarish/Web-Persediaan-EOQ.gitMove into the project directory
cd Web-Persediaan-EOQInstall dependencies
composer installCopy environment file
cp .env.example .envGenerate application key
php artisan key:generateConfigure your database in .env
Run migration
php artisan migrateStart the development server
php artisan serveUntari Safitri Hidayati
Final Project
Applied Bachelor of Informatics Management
Politeknik Negeri Sriwijaya
This project was developed for academic purposes.