Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0056290Openbravo ERP04. Warehouse managementpublic2024-08-21 20:232024-09-26 12:08
axelmercado 
AtulOpenbravo 
normalminoralways
closedfixed 
5
 
PR24Q4 
approved
No
Core
No
0056290: Error when adding a line in a return receipt.
When we try to add a line in backoffice to a return order receipt, the procedure fails because many times the lines come without alternate UOM and it seems to be necessary for the process.
Video with the steps en Livebuilds: https://drive.google.com/file/d/1t8mJ2-wkER7M4fT47AbEmI5W9IAL9c1a/view?usp=sharing [^]
What I noticed in one of my tests, is that when the return is created from backoffice in the "Return from customer" window, for some reason the lines are automatically set to the "Alternative OUM" field even if the product does not have one configured, allowing to proceed to the reception of the return without problems.
No tags attached.
Issue History
2024-08-21 20:23axelmercadoNew Issue
2024-08-21 20:23axelmercadoAssigned To => Triage Omni WMS
2024-08-21 20:23axelmercadoOBNetwork customer => No
2024-08-21 20:23axelmercadoModules => Core
2024-08-21 20:23axelmercadoTriggers an Emergency Pack => No
2024-09-16 09:15mtaalAssigned ToTriage Omni WMS => ludmila_ursu
2024-09-17 10:43ludmila_ursuNote Added: 0169270
2024-09-17 10:44ludmila_ursuNote Edited: 0169270bug_revision_view_page.php?bugnote_id=0169270#r28459
2024-09-17 10:44ludmila_ursuNote Edited: 0169270bug_revision_view_page.php?bugnote_id=0169270#r28460
2024-09-17 16:49axelmercadoNote Added: 0169292
2024-09-17 16:50axelmercadoNote Deleted: 0169292
2024-09-23 12:08mtaalAssigned Toludmila_ursu => AtulOpenbravo
2024-09-24 11:20AtulOpenbravoStatusnew => scheduled
2024-09-25 10:09hgbotMerge Request Status => open
2024-09-25 10:09hgbotNote Added: 0169571
2024-09-25 14:37hgbotMerge Request Statusopen => approved
2024-09-25 14:37hgbotResolutionopen => fixed
2024-09-25 14:37hgbotStatusscheduled => closed
2024-09-25 14:37hgbotFixed in Version => PR24Q4
2024-09-25 14:37hgbotNote Added: 0169582
2024-09-25 14:37hgbotNote Added: 0169583
2024-09-25 14:50hgbotNote Added: 0169584
2024-09-25 14:57AtulOpenbravoNote Added: 0169585
2024-09-25 15:00hgbotNote Added: 0169586
2024-09-26 12:08hgbotNote Added: 0169633
2024-09-26 12:08hgbotNote Added: 0169634

Notes
(0169270)
ludmila_ursu   
2024-09-17 10:43   
(edited on: 2024-09-17 10:44)
Video with the steps in Livebuilds:
https://drive.google.com/file/d/1KchhFil3Nnd1iRXAS7TCYXM27E3y7SQZ/view [^]

(0169571)
hgbot   
2024-09-25 10:09   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1358 [^]
(0169582)
hgbot   
2024-09-25 14:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 7e9d082e9516bbf9182c83dff8275b85207675fb
Author: Atul Gaware <atul.gaware@openbravo.com>
Date: 25-09-2024 12:37:42
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/7e9d082e9516bbf9182c83dff8275b85207675fb [^]

Fixes ISSUE-56290: Error when adding a line in a return receipt.

---
M src/org/openbravo/common/actionhandler/RMInOutPickEditLines.java
---
(0169583)
hgbot   
2024-09-25 14:37   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1358 [^]
(0169584)
hgbot   
2024-09-25 14:50   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: bc112119d2f41a4b70843dce6729dcb87ce41a02
Author: Martin Taal <martin.taal@openbravo.com>
Date: 25-09-2024 12:50:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/bc112119d2f41a4b70843dce6729dcb87ce41a02 [^]

Revert "Fixes ISSUE-56290: Error when adding a line in a return receipt."

This reverts merge request !1358
---
M src/org/openbravo/common/actionhandler/RMInOutPickEditLines.java
---
(0169585)
AtulOpenbravo   
2024-09-25 14:57   
Test Plan

- Login into POS2 with VBS-2 Terminal, vallblanca user.
- Create a Ticket with Business Partner: Arturo Montoro.
- Add product Balaclava Cap with Qty 1.
- Click on Pay.
- Select payment method Card and pay full amount.
- Click on Done.
- Go to Order List.
- Select previous Order from the list and open it.
- Click on 3 dot more options >> select Verified Returns
- Select product Balaclava Cap.
- Click On Apply
- Click on Receipt Properties and select Delivery Mode as Home Delivery.
- Select any address from the Select Shipping Address to assign from popup.
- Click On Refund.
- Select Card payment method.
- Click on Done.
- Go to Order List and check that Return Order has Not Delivered Status

- Navigate to back office. Return From Customer Window.
- Select the Lines for the return document created in previous step.
- Realize that Received Qty is 0.
- Navigate To Return Material Receipt.
- Create header for Organization: Vallblanca Store, Document Type: VBS RFC Receipt, Business Partner: Arturo Montoro
- Click on Pick/Edit Lines.
- Select line from the Return Document created in POS2 Front End.
- Click on Done.
- Realize that line is added successfully.
- Complete the Return document.
- Realize that document is completed successfully.
(0169586)
hgbot   
2024-09-25 15:00   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1359 [^]
(0169633)
hgbot   
2024-09-26 12:08   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1359 [^]
(0169634)
hgbot   
2024-09-26 12:08   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 0fc82136127b451627a56b385e96b91c764de282
Author: Martin Taal <martin.taal@openbravo.com>
Date: 26-09-2024 10:08:55
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/0fc82136127b451627a56b385e96b91c764de282 [^]

Fixes ISSUE-56290: Error when adding a line in a return receipt.

---
M src/org/openbravo/common/actionhandler/RMInOutPickEditLines.java
---