Refactor parameter and property names from PascalCase to camelCase
for consistent naming conventions across VBA modules.
Changes:
- Conditions → conditions (property and parameters)
- Update all references across 7 modules
- Maintain functional behavior while improving code readability
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add OrderValidationModule for checking order material validity
- Modify Sheet9 to separate validation (CommandButton1) from processing (CommandButton5)
- Support filtered data validation with performance optimization
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>