generated from hotwax/dxp-components
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented: Unified inventory upload(#304) #309
Merged
ymaheshwari1
merged 14 commits into
hotwax:main
from
R-Sourabh:#304-unified-inventory-upload
Jan 13, 2025
Merged
Implemented: Unified inventory upload(#304) #309
ymaheshwari1
merged 14 commits into
hotwax:main
from
R-Sourabh:#304-unified-inventory-upload
Jan 13, 2025
Conversation
This file contains 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
… info button, and locale text (hotwax#304).
…and updated the scheduleService action (hotwax#304).
…s to the inventory menu item, and updated the .env.example file (hotwax#304).
ymaheshwari1
requested changes
Jan 2, 2025
…erty to the ion-item, and added an empty state to the schedule incoming inventory page (hotwax#304)
… the ion-menu-button, and removed the schedule time check from the upload function of the scheduled restock page (hotwax#304)
ymaheshwari1
requested changes
Jan 6, 2025
ymaheshwari1
requested changes
Jan 6, 2025
ymaheshwari1
requested changes
Jan 6, 2025
ymaheshwari1
requested changes
Jan 6, 2025
…on to clear the status description state on logout, corrected indentation issues, and added localized text (hotwax#304)
…amic to activate the bulk processing job on the Adjust Inventory page, and updated the locale text (hotwax#304) - Added functionality to update the execution mode of the Data Manager configuration. - Improved indentation.
ymaheshwari1
requested changes
Jan 10, 2025
… and fixed some spacing issues (hotwax#304)
ymaheshwari1
requested changes
Jan 10, 2025
…ed the alert box indentation (hotwax#304)
ymaheshwari1
requested changes
Jan 10, 2025
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.
Related Issues
#304
Short Description and Why It's Useful
Inventory
menu item, which contains various options for uploading inventory.Exact ATP
,Exact QOH
, andCycle Count
.Scheduled Incoming Inventory
, which lists the scheduled inventory uploads. From that page, users can navigate to theScheduled Product Launch
page to schedule new inventory updates.Launch Details
page that lists the details of upcoming inventory uploads. From this page, users can cancel the entire inventory, add new products to the shipment using a modal, or remove items from the shipment.Adjust Inventory
page where users can upload files to update inventory. This page includes various cases based on the mode of execution of theProcess Bulk Imported Files
job.History
page that displays the log history of theMDM_INV_VARIANCE
configuration. Users can download the uploaded file, log file, and records of failed attempts.Screenshots of Visual Changes before/after (If There Are Any)
Contribution and Currently Important Rules Acceptance