-
-
Notifications
You must be signed in to change notification settings - Fork 207
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 : configurable workflow #413
Comments
@sbejaoui All this makes sense. But AFAIK when a 'return' is created from an outgoring picking for a move linked to a SO, the refund is automatically created. How do you plan to prevent this behavior(or I misunderstand the default behavior) |
Thanks for the excellent summary. Yes, Then, changing visibility of buttons and triggered flows depending on these values is just a question of being methodical. Eagering to see it. @lmignon right now, the return is not linked to the SO line while we don't create the refund, for avoiding a change on the invoiceability of the order. Check Line 96 in 3436ec6
Is that what you ask for? |
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
The RMA operation flow varies from company to company. Each company chooses its own process for managing returns, exchanges, and refunds.
The current version of the RMA base modules covers almost all use cases but lacks flexibility. More advanced use cases require a more configurable workflow.
For instance:
In addition to these use cases, when a company manages its own transportation, it may choose to pick up the returned product and deliver the replacement product simultaneously. This approach necessitates the creation of both the delivery order and the receipt order at the same time when the RMA is confirmed
If we summrize
One way to manage these different use cases is to review the rigid flow and make it configurable based on the selected operation. We can imagine
rma.operation
model to define whether the product to be returned is different from the ordered product (use case 3).rma.operation
model to define whether the product to be delivered is different from the ordered product (use case 4).rma
model to define the product to be returned and the product to be delivered. By default, these two fields are hidden and have the same value as the ordered product. Their visibility depends on the selected operation.I will appreciate your input and feedback on the proposed implementation.
cc/ @pedrobaeza , @jbaudoux , @lmignon , @rousseldenis , @phschmidt
The text was updated successfully, but these errors were encountered: