Merged
Conversation
Add ABCReportExporter class to export ABC classification results to Excel. Features: - Summary sheet with ABC overview statistics - Classification sheet with all products - Color coding by ABC class (A=green, B=orange, C=red) - Frozen header rows and auto-adjusted columns Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add support for exporting ABC classification analysis to Excel. Changes: - Import ABCReportExporter - Add abc option to --analysis parameter - Implement ABC analysis export flow - Update error messages to include abc option Usage: wareflow export --analysis abc wareflow export -a abc --output report.xlsx Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add 15 comprehensive unit tests for ABCReportExporter. Test coverage: - Exporter initialization and file creation - Sheet creation (Résumé ABC, Classification ABC) - Summary sheet content with class statistics - Classification sheet with product data - Color coding by ABC class (A=green, B=orange, C=red) - Empty results handling - Directory creation - Timestamps in titles - All ABC classes (A, B, C) present - Pick counts display - Column order validation - Single product edge case Also fix bug in abc_report.py: - Move PatternFill import to top of method - Fix abc_class column index (-1 instead of -2) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add ABC report export functionality. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.