Openbravo Issue Tracking System - Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0057524 | Modules | Advanced Warehouse Operations | public | 2024-12-20 16:56 | 2024-12-20 16:56 |
Reporter | ivazquez | ||||
Assigned To | Triage Omni WMS | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Regression date | |||||
Regression introduced by commit | |||||
Regression level | |||||
Review Assigned To | |||||
Support ticket | |||||
OBNetwork customer | |||||
Regression introduced in release | |||||
Summary | 0057524: Error Put Away: Rounding with 3.4 | ||||
Description | Error when trying to make a Put-Away of a UOM Kilograms product: If you put an amount of 3.4, the rounding does not work correctly and shows you 3.3999. Attached is a video showing the problem Reproduced in this livebuilds: https://livebuilds.openbravo.com/context/retail_pos2_modules_pgsql/web/org.openbravo.warehouse.advancedwarehouseoperations/ [^] | ||||
Steps To Reproduce | -Have a product configured in Kilos -Open AWO and try to Put Away this product. -Set quantity 3.4 -When the Put Away is created you will see that the quantity is 3.39999 | ||||
Proposed Solution | https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/blob/master/src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/processors/PutAwayGeneratorProcessor.java?ref_type=heads#L85 [^] final BigDecimal qty = BigDecimal.valueOf(jsonStorageDetail.getDouble("qtyToProcess")); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | issuePutAwayRounding.mp4 (3,104,726) 2024-12-20 16:56 https://issues.openbravo.com/file_download.php?file_id=20667&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2024-12-20 16:56 | ivazquez | New Issue | |||
2024-12-20 16:56 | ivazquez | Assigned To | => Triage Omni WMS | ||
2024-12-20 16:56 | ivazquez | File Added: issuePutAwayRounding.mp4 | |||
2024-12-20 16:56 | ivazquez | Issue Monitored: axelmercado |
There are no notes attached to this issue. |