Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0041327 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 07. Sales management | major | always | 2019-07-08 12:02 | 2019-07-11 20:19 | |||
Reporter | inaki_garcia | View Status | public | |||||
Assigned To | collazoandy4 | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR19Q1.2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 4640b9a054db | ||||
Projection | none | ETA | none | Target Version | 3.0PR19Q1.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | Sandrahuguet | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Automated tests | |||||||
Regression date | 2019-07-03 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/f831b0b71a5ec700751e645c9e6980001acd8c7b [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0041327: [AUoM] Operative Quantity isn't correctly calculated when Creating Lines in Purchase Invoice from a Return To Vendor order | |||||||
Description | When creating lines from a Return To Vendor order in the Purchase Invoice window, those that make use of Alternate Unit of Measure don't have their Operative Quantity correctly calculated, in accordance to the Conversion Rate of the alternate unit as the assertion of the AUMRTVc010InvoiceAReturnToVendorShipment test expects it. This issue has arised from thanks to qa-pi-aum jobs executing under the QA tab of CI, and with the mentioned test. More details of one of the latest execution showing the issue can be found in the following link: https://ci.openbravo.com/view/qa/job/qa-pi-aum-pgsql/485/ [^] | |||||||
Steps To Reproduce | As group admin role: Set 'Enable UOM Management' preference to Y Log out and log in Add Liter unit to 'Cerveza Ale 0,5L' in Alternate UOM tab as Primary UOM Add a conversion of 2 Create a Goods Receipt Add 10 Liters of 'Cerveza Ale 0,5L': Operative Quantity: 10 Alternative UOM: Liter Ordered Quantity: 20 Storage Bin: O01 UOM: Unit Book it Go to Return To Vendor Open the Pick/Edit Lines popup to select the lines of the previously created Goods Receipt Check the quantities and other fields are shown as in the order line in the pop-up Set the "returned" field to 3, "returned UOM" to "Liter" and "return reason" to "Defective" Check the Alternative UOM is updated with Unit in the Return To Vendor line: Movement Quantity: 6 Book it Go to Return to Vendor Shipment, and use the Pick/Edit Lines popup to create the lines from the Goods Receipt, and book it Go to Purchase Invoice window, and create a new record by importing the lines with the Return To Vendor. NOTICE that the Operative Quantity shows as "-6" when the value expected by the test is "-3" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0113307) hgbot (developer) 2019-07-11 20:17 |
Repository: erp/backports/3.0PR19Q1.2 Changeset: 4640b9a054db47670ccd7976dab7a90febfad7c8 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Thu Jul 11 10:53:26 2019 -0400 URL: http://code.openbravo.com/erp/backports/3.0PR19Q1.2/rev/4640b9a054db47670ccd7976dab7a90febfad7c8 [^] Fixes issue 41327: [AUoM] Operative Quantity isn't correctly calculated when Creating Lines in Purchase Invoice from a Return To Vendor order A wrong operative UOM was used to create the new invoiceline if the orderline is related to a shipment, the quantity is calculated in the P&E and the UOM from the copied line. Now when a line is created from an orderline and is related to a not invoiced shipmentline this shipmentline is used to create the new invoiceline, in case the orderline is a return the return to vendor shipment line is used to create a new invoiceline --- M src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateLinesFromUtil.java M src/org/openbravo/common/actionhandler/createlinesfromprocess/UpdateQuantitiesAndUOMs.java --- |
(0113308) hgbot (developer) 2019-07-11 20:17 |
Repository: erp/backports/3.0PR19Q1.2 Changeset: ac17e6d2ff4f57ce6bdc0b9537bef6ecf34e446d Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Thu Jul 11 17:35:58 2019 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR19Q1.2/rev/ac17e6d2ff4f57ce6bdc0b9537bef6ecf34e446d [^] related to issue 41327 code review changes --- M src/org/openbravo/common/actionhandler/createlinesfromprocess/CreateLinesFromUtil.java --- |
(0113314) Sandrahuguet (developer) 2019-07-11 20:19 |
code review + testing ok |
Issue History | |||
Date Modified | Username | Field | Change |
2019-07-10 08:54 | Sandrahuguet | Type | defect => backport |
2019-07-10 08:54 | Sandrahuguet | Target Version | => 3.0PR19Q3.1 |
2019-07-10 08:54 | Sandrahuguet | Target Version | 3.0PR19Q3.1 => 3.0PR19Q1.3 |
2019-07-10 09:54 | Sandrahuguet | Target Version | 3.0PR19Q1.3 => 3.0PR19Q1.2 |
2019-07-11 06:28 | priyam | Issue Monitored: priyam | |
2019-07-11 09:41 | inaki_garcia | Steps to Reproduce Updated | View Revisions |
2019-07-11 20:17 | hgbot | Checkin | |
2019-07-11 20:17 | hgbot | Note Added: 0113307 | |
2019-07-11 20:17 | hgbot | Status | scheduled => resolved |
2019-07-11 20:17 | hgbot | Resolution | open => fixed |
2019-07-11 20:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR19Q1.2/rev/4640b9a054db47670ccd7976dab7a90febfad7c8 [^] |
2019-07-11 20:17 | hgbot | Checkin | |
2019-07-11 20:17 | hgbot | Note Added: 0113308 | |
2019-07-11 20:19 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-07-11 20:19 | Sandrahuguet | Note Added: 0113314 | |
2019-07-11 20:19 | Sandrahuguet | Status | resolved => closed |
2019-07-11 20:19 | Sandrahuguet | Fixed in Version | => 3.0PR19Q1.2 |
Copyright © 2000 - 2009 MantisBT Group |