-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
RMA SO wizard quantity default to 0 and show max #406
Comments
That's how the portal works by default. Maybe both approaches (backend wizards/portal frontend) may converge... |
What about adding buttons in the wizard to "Select all" and "Unselect all"? |
+1 To combine both ideas, we can add another column, "allowed quantity," which will contain the maximum quantity we can return with two buttons at the top of the tree:
We may also need a check to ensure that the quantity is always less than or equal to the maximum quantity. |
@sbejaoui Sounds good. I would add a checkbox |
When creating an RMA from an SO, it currently opens a wizard with all lines of the SO with the quantity preset to the SO delivered quantity (in fact returnable delivered quantity).
I have several customers that are managing large SOs and facing an RMA for one or few lines. This requires to delete all extra lines or set the quantity to 0 which is cumbersome.
In this case, what would be convenient is to have the quantity by default to 0 and have another column showing the max quantity that can be returned.
I can understand this change of approach may not be convenient to current users. Should this change be implemented in another module like
rma_sale_show_max_qty
or should this be a configuration option in the baserma_sale
module?The text was updated successfully, but these errors were encountered: