- Add identify_input_type() function to detect input format:
- production_id: 2-digit + 1-letter + serial (e.g., 25A1, 25A12345)
- order_number: SC + 14 digits (e.g., SC70202602120120)
- Refactor MaterialStatusValidator to intelligently handle both input
types in validate_from_database() and validate_from_database_enhanced()
- Update log messages to reflect the new dual-input capability
Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>