Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035697 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 03. Procurement management | major | always | 2017-04-04 21:00 | 2017-05-29 17:43 | |||
Reporter | collazoandy4 | View Status | public | |||||
Assigned To | collazoandy4 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR17Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | cdb4ed6b52d2 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | aferraz | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035697: Return qty not properly updated in a return to vendor partially delivered | |||||||
Description | When closing a return to vendor partially delivery the returnqty it's no updated with the delivered quantity | |||||||
Steps To Reproduce | Go to Product window and create a new record: Product: Product Create a new record in Price Tab: Price List Version: Tarifa Bebidas Alegres Unit Price/List Price: 7 Create a new record in Price Tab: Price List Version: Tarifa de ventas Unit Price/List Price: 9 Go to Goods Receipt window and create a new record: Business Partner: Bebidas Alegres, S.L. Create a new record in Lines tab: Product: Product Movement Quantity: 50 Complete de document Go to Return to Vendor window and create a new record: Business Partner: Bebidas Alegres, S.L. Click on Pick/Edit Lines. Select the receipt just created showing 50 units. Enter a Returned quantity = 10. Press Done. Book the document. RTV Order 9 Go to Return to Vendor Shipment window and create a new record: Business Partner: Bebidas Alegres, S.L. Click on Pick/Edit Lines. Select the RM order just created, enter a ship Qty = 4. Press Done. Verify that Movement Qty = 4 Complete return to vendor shipment. Go to back to Return to Vendor and close it. Verify that Return = 0 but that is not correct. Correct is Return = 4 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0096158) collazoandy4 (viewer) 2017-04-25 15:49 |
Test Plan I As F&B International Group Admin Role: Create a new Purchase Order: Business Partner: Bebidas Alegres, S.L. Create a new Line: Product: Cerveza Ale 0,5L Ordered Quantity: 10 Complete the order Create a new Goods Receipt: Business Partner: Bebidas Alegres, S.L. Select the option Create lines from and select the previous order line created Edit the line qty to 5 Complete the Receipt Go to the previous order created and close it Check Ordered Quantity: 5 Test Plan II Create a new Purchase Order: Business Partner: Bebidas Alegres, S.L. Create a new Line: Product: Cerveza Ale 0,5L Ordered Quantity: -20 Complete the order Create a new Goods Receipt: Business Partner: Bebidas Alegres, S.L. Select the option Create lines from and select the previous order line created Edit the line qty to -10 Complete the Receipt Go to the previous order created and close it Check Ordered Quantity: -10 Test Plan III Create a new Return from Customer: Business Partner: Alimentos y Supermercados, S.A Select the option Pick/Edit Lines and select any shipment line and set returnqty = 20 Complete it Create a new Return Material Receipt: Business Partner: Alimentos y Supermercados, S.A Select the option Pick/Edit Lines and select previous line and set receivingqty = 10 Complete it Go to the previous Return from Customer created and check receivingqty = 10 Close it and check returnedqty: 10 Test Plan IV Create a new Return to vendor: Business Partner: Bebidas Alegres, S.L. Select the option Pick/Edit Lines and select any shipment line and set returnqty = 20 Complete it Create a new Return to vendor shipment: Business Partner: Bebidas Alegres, S.L. Select the option Pick/Edit Lines and select previous line and set shipqty = 10 Complete it Go to the previous Return to vendor created close it and check returnedqty: 10 |
(0096684) hgbot (developer) 2017-05-19 15:17 |
Repository: erp/devel/pi Changeset: cdb4ed6b52d2b94225f82148155ffe183ada2518 Author: Armaignac <collazoandy4 <at> gmail.com> Date: Tue Apr 25 09:39:15 2017 -0400 URL: http://code.openbravo.com/erp/devel/pi/rev/cdb4ed6b52d2b94225f82148155ffe183ada2518 [^] Fixes issue 35697: Return qty not properly updated with RTV partially delivered Return qty was not properly updated when closing a return to vendor partially delivered because when qtydelivered it's equal to 0 and the qtyinvoiced is less than 0 the qtyOrdered is 0 Now a new validation was added to get the correct value of qtyOrdered when qtydelivered it's equal to 0 --- M src-db/database/model/functions/C_ORDER_POST1.xml --- |
(0096685) aferraz (viewer) 2017-05-19 15:30 |
Code review + Testing OK |
(0096976) hudsonbot (viewer) 2017-05-29 17:43 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/1ee70113bdc4 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2017-04-04 21:00 | collazoandy4 | New Issue | |
2017-04-04 21:00 | collazoandy4 | Assigned To | => Triage Finance |
2017-04-04 21:00 | collazoandy4 | OBNetwork customer | => No |
2017-04-04 21:00 | collazoandy4 | Modules | => Core |
2017-04-04 21:00 | collazoandy4 | Triggers an Emergency Pack | => No |
2017-04-04 21:01 | collazoandy4 | Relationship added | related to 0034805 |
2017-04-06 11:53 | aferraz | Assigned To | Triage Finance => collazoandy4 |
2017-04-21 15:11 | collazoandy4 | Status | new => scheduled |
2017-04-25 15:49 | collazoandy4 | Note Added: 0096158 | |
2017-05-19 15:17 | hgbot | Checkin | |
2017-05-19 15:17 | hgbot | Note Added: 0096684 | |
2017-05-19 15:17 | hgbot | Status | scheduled => resolved |
2017-05-19 15:17 | hgbot | Resolution | open => fixed |
2017-05-19 15:17 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cdb4ed6b52d2b94225f82148155ffe183ada2518 [^] |
2017-05-19 15:30 | aferraz | Review Assigned To | => aferraz |
2017-05-19 15:30 | aferraz | Note Added: 0096685 | |
2017-05-19 15:30 | aferraz | Status | resolved => closed |
2017-05-19 15:30 | aferraz | Fixed in Version | => 3.0PR17Q3 |
2017-05-29 17:43 | hudsonbot | Checkin | |
2017-05-29 17:43 | hudsonbot | Note Added: 0096976 |
Copyright © 2000 - 2009 MantisBT Group |