-
Notifications
You must be signed in to change notification settings - Fork 39
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: support to reject transfer order items(#903) #935
base: main
Are you sure you want to change the base?
Conversation
…tch rejection reasons and to reject order item(hotwax#903)
…c when user reject order items(hotwax#903)
Removed logic to display rejected items and the corresponding actions and services Implemented support to reject entire order at once, only if any of the order items are not shipped
Made the improvements as per the discussion and comments added on the issue and updated the UI accordingly. Updated UI: If there is already a shipment associated with the order, rejection is not allowed on the order: If no shipment is associated with order, order can be rejected: If a rejection reason is selected on an item, all other items will be rejected with a default rejection reason: For now, the default rejection reason is |
Related Issues
#903
Short Description and Why It's Useful
Screenshots of Visual Changes before/after (If There Are Any)
After:
Contribution and Currently Important Rules Acceptance