Open mlindholm opened 6 years ago
Hi @Tuuhea. Thank you for your report. To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me {$VERSION} instance
where {$VERSION}
is version tags (starting from 2.2.0+) or develop branches (2.2-develop +).
For more details, please, review the Magento Contributor Assistant documentation.
@Tuuhea do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hi @Tuuhea, thank you for your report. We've acknowledged the issue and added to our backlog.
Hi @engcom-Charlie. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:
[ ] 1. Add/Edit Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.
[ ] 2. Verify that the issue is reproducible on 2.4-develop
branchDetails
- Add the comment @magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
[ ] 3. If the issue is not relevant or is not reproducible any more, feel free to close it.
:white_check_mark: Confirmed by @engcom-Charlie
Thank you for verifying the issue. Based on the provided information internal tickets MC-30105
were created
Issue Available: @engcom-Charlie, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Thank you for your contributions.
Hold up, just because no one works on it it'll get closed? It's an bug which needs to be fixed!
Does anyone have an update on this? Is this maybe fixed in M2.4.x?
I can confirm that the error still exists in 2.4.1, so not yet fixed.
@oneserv-heuser alright, thanks Timon! hopefully this will be fixed soon
Any update on this yet? Please, Magento devs, please provide us with a hack until thsi is resolved properly!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!
Still an issue which needs to be fixed.
definitely still an issue that needs fixing. @engcom-Charlie @magento-engcom-team
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!
And again, still an issue which needs to be fixed.
Yes, still an issue.
I am facing the same issue in Magento
Any chance to fix the issue that was reported back in 2018?
Still an issue in 2023
Still an issue especially when TAX reported for OSS https://vat-one-stop-shop.ec.europa.eu/one-stop-shop_en creates deviations in reporting and what needs to actually needs to be paid. This issue needs attention and solution ASAP. reported in 2018 embarrassing this has not yet been fixed.
Yeap still an issue.
Hi @magento-engcom-team can you please pick up in this issue, it has been neglected for too long.
🤣
Hi @engcom-Bravo. Thank you for working on this issue. Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.@magento give me 2.4-develop instance
Hi @engcom-Bravo. Thank you for your request. I'm working on Magento instance for you.
Hi @engcom-Bravo, here is your Magento Instance: https://bb6da8a588409a21dd0ef2475d3765f5.instances-prod.magento-community.engineering Admin access: https://bb6da8a588409a21dd0ef2475d3765f5.instances-prod.magento-community.engineering/admin_2c20 Login: a70d9257 Password: efc6dbf39fda
Hi @Tuuhea,
Thank you for reporting and collaboration.
Verified the issue on Magento 2.4-develop instance and the issue is reproducible.Kindly refer the screenshots.
Magento\Framework\Pricing\Price\AbstractPrice returns value of 8.750001.
Hence Confirming the issue.
Thanks.
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x
, ^Area:.*
Once all required labels are present, please add Issue: Confirmed
label again.
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x
, ^Area:.*
Once all required labels are present, please add Issue: Confirmed
label again.
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x
, ^Area:.*
Once all required labels are present, please add Issue: Confirmed
label again.
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-11725 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Bravo. Thank you for verifying the issue.
Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
:x: Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-11725
Preconditions
Steps to reproduce
Expected result
Actual result
Own findings
Problem seems to stem from Magento\Tax\Model\Calculation\AbstractCalculator. Calculator is adding delta of 0.000001 in deltaRound to prices, even if the $round is set to false and no rounding is happening.