-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
Delete a product that has been ordered and orders/invoices cannot be updated #4203
Comments
Downgrading to s3. The user has reported that they are happy enough with the workaround and the case that created it was a bit exceptional. |
Okay I put this as test ready blocked by the merge of #4204 |
@lin-d-hop I'm not sure if I reproduced this right.... What happens at step 4 for you in production on the edit order page? Is there a button missing or an error? |
There was an error (see image). Box goes red and error message 'Fields with Red Borders Contain Errors. Hard to miss. If you didn't notice this then it's fixed 🎉 I'll leave to you to confirm and close @RachL |
@lin-d-hop the screenshot is showing BOM, not order edit page. Did you had the same error on the edit page? |
This is now waiting for a merge of #4242 after which we can test/verify/reproduce more |
I can see it, there is no call to the server, some Javascript code on the BOM needs to be fixed now. |
Testing:
This issue has not been fixed |
This bug is still around, or maybe back. On the edit orders page - clicking on the product that the producer has deleted, does not delete the product (no message). However, if the user re-calculates the order, per item fees associated with the product ARE deleted from the order. Second, on the BOM page, the quantity of the deleted product cannot be adjusted, but the full quantity of the product can be deleted (trash can) here, and it successfully deletes from the order/invoice. So - this is really just a bug if the user needs to change the quantity of the item. |
Description
A supplier loaded products onto OFN
These products were ordered
The supplier then decided they could not deliver the products and deleted them
The order products cannot be removed from the orders, cannot be removed from invoices.
Expected Behavior
The soft-deleted products should still be able to be changed in while orders are not finalised.
Actual Behaviour
The soft deleted products cause errors in BOM and Edit Order. The specific products cannot be altered to 0 qty. The specific products cannot be deleted. In fact the order doesn't seem to be update-able at all.
Steps to Reproduce
Animated Gif/Screenshot
Context
A major UK hub is now having to send out incorrect invoices this week. They are having to manually process refunds, as opposed to being handled by Stripe. Quite an admin burden for them.
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Possible Fix
This is almost certainly related to:
#4053
#3907
Also overlaps with:
Product chain data model
Invoicing and Delivery Note
The text was updated successfully, but these errors were encountered: