New features | Option A: Budget-Based Restocking Tool#38
Open
jaichenchlani wants to merge 3 commits intobeck-source:mainfrom
Open
New features | Option A: Budget-Based Restocking Tool#38jaichenchlani wants to merge 3 commits intobeck-source:mainfrom
jaichenchlani wants to merge 3 commits intobeck-source:mainfrom
Conversation
Updated the GitHub MCP server configuration to use the GHTOKEN environment variable for authentication instead of GITHUB_PERSONAL_ACCESS_TOKEN. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Fixed 10 critical bugs in the Reports page to bring it up to the same quality standards as other pages: **Translation Issues:** - Added complete i18n support using t() function for all text - Added Japanese translations for all Reports page strings - Page now translates properly when switching languages **Global Filter Integration:** - Integrated useFilters() composable to respect global filters - Added watch() to reload data when filters change - Reports now filter by warehouse, category, status, and time period **Code Quality:** - Removed all console.log() debug statements (10+ removed) - Converted from Options API to Composition API for consistency - Replaced var with const/let throughout - Uses centralized api client instead of direct axios calls - Added proper API endpoints: getQuarterlyReports() and getMonthlyTrends() **Data Display:** - Fixed v-for keys to use unique identifiers instead of array index - Added multi-currency support ($ for USD, ¥ for JPY) - Uses formatCurrency() utility for proper locale-aware formatting - Month names now use proper locale formatting All bugs verified fixed through browser testing. Page now works consistently with Dashboard, Orders, and other views. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.