🎯 Overview
The Multi-Stage Feasibility Checker validates whether production orders can be fulfilled by analyzing all four stages of the manufacturing process:
- Canning Stage (Day 1): Initial production on the canning line. Product is filled and sealed.
- Incubation Stage (10-30 days): Product maturation period in controlled environment. Duration depends on product type.
- VAS Stage (1-4 days): Value Added Services including special packaging, labeling, quality testing, and finishing.
- Loading Stage (1+ days): Final palletization, documentation, and preparation for shipment.
🔍 What We Check
1. Product Configuration Validation
Each product must be fully configured with:
- Production Line Assignment: Product must be assigned to a specific canning line
- Incubation Period: Set to 10, 14, or custom days based on product requirements
- VAS Type: Value-added service configuration (or none if not required)
- Loading Days: Number of days required for final loading operations
Configuration Score: Each element contributes to overall configuration completeness:
- Production Line: 40%
- Incubation: 20%
- VAS: 20%
- Loading: 20%
2. Line Capacity Validation
The system checks if the assigned production line has sufficient capacity for the requested quantity. Each line-product combination has a maximum capacity per day configured in the system.
3. Multi-Product Capacity Calculation
When multiple products are scheduled for the same day, we use normalized capacity to ensure the line isn't overloaded:
Normalized Capacity = Σ(Product Quantity / Line Max Capacity)
Example:
- Product A1: 6,000 units / 8,000 max = 0.75 (75%)
- Product A10: 1,000 units / 5,000 max = 0.20 (20%)
- Total: 0.95 (95%) ✅ Valid (under 100%)
Overload Example:
- Product A1: 7,000 / 8,000 = 0.875
- Product A10: 2,000 / 5,000 = 0.400
- Total: 1.275 (127.5%) ❌ OVERLOAD!
4. Timeline Accuracy
The system calculates the complete production timeline:
- Day 0: Order received, canning starts
- Day 1: Incubation begins
- Day N: Incubation complete, VAS starts (if configured)
- Day N+V: VAS complete, loading starts
- Final Day: Product ready for delivery
Formula: Total Lead Time = 1 + Incubation Days + VAS Days + Loading Days
5. VAS Availability
If a product requires Value Added Services, the system verifies:
- VAS type exists and is active
- Lead time is properly configured
- Special equipment requirements are noted
📊 Understanding Results
Confidence Score
The confidence score (0-100%) indicates overall feasibility reliability:
- 100%: All products fully configured, capacity available, no issues
- 80-99%: Minor warnings (e.g., high capacity utilization, incomplete config)
- 50-79%: Significant concerns (missing config, capacity near limit)
- Below 50%: Major issues (capacity overload, critical missing data)
Status Indicators
- ✅ Feasible: Order can be produced on time
- ❌ Not Feasible: Capacity or configuration issues prevent production
- ⚠️ Warning: Possible but with concerns (review recommendations)
🎨 Color Coding System
- ● Cyan: Canning stage and primary actions
- ● Purple: Incubation stage
- ● Yellow: VAS stage and warnings
- ● Pink: Loading stage and errors
- ● Green: Success states and completed items
💡 Best Practices
- Configure All Products: Ensure 100% configuration before checking feasibility for accurate results
- Capacity Buffer: Keep normalized capacity below 90% to allow for production variations
- Lead Time Planning: Account for all stages when promising delivery dates to customers
- VAS Coordination: Plan VAS operations in advance if special equipment is required
- Multiple Products: Check capacity carefully when scheduling multiple products same day
- Review Warnings: Address all warnings before confirming orders to customers
🔧 Troubleshooting
Common Issues
- "Product not assigned to production line"
→ Go to Products page and assign the product to a canning line
- "No capacity configuration found"
→ Go to Production Lines page and configure capacity for this product-line combination
- "Capacity overload"
→ Reduce quantities, split order across multiple days, or adjust product mix
- "VAS type not configured"
→ If VAS is required, go to Products page and assign appropriate VAS type
📤 Exporting Results
Use the Export Results button to save feasibility analysis for:
- Customer quotes and proposals
- Internal planning documentation
- Order confirmation records
- Production scheduling reference
Use the Print Report button to generate a printer-friendly version.
🎓 Example Scenarios
Scenario 1: Fully Configured Single Product
Input: Product A1, 5,000 units, delivery March 15
Configuration: Line assigned ✅, Incubation 14 days ✅, VAS configured ✅, Loading 1 day ✅
Result: ✅ Feasible, 100% confidence
Timeline: Canning Mar 15 → Incubation Mar 16-30 → VAS Mar 31 → Loading Apr 1
Scenario 2: Multi-Product with High Capacity
Input: Product A1 (6,000) + Product A10 (2,000), same day
Capacity Check: 6000/8000 + 2000/5000 = 0.75 + 0.40 = 1.15 (115%)
Result: ❌ Not Feasible - Capacity overload
Recommendation: Split orders or reduce quantities
Scenario 3: Incomplete Configuration
Input: Product B2, 3,000 units
Configuration: No line assigned ❌, Incubation set ✅, No VAS ⚠️, Loading set ✅
Result: ⚠️ Feasible with warnings, 80% confidence
Recommendation: Assign production line for accurate capacity validation
📞 Need Help?
For additional support:
- Review the Product Configuration section for setup guidance
- Check Production Lines for capacity configuration
- Verify VAS Types are properly defined
- Contact your system administrator for database or API issues