Openbravo Issue Tracking System - POS2
View Issue Details
0052873POS2POSpublic2023-06-27 18:352023-07-19 21:01
javierRodriguez 
ranjith_qualiantech_com 
normalminoralways
closedfixed 
5
 
 
approved
No
No
0052873: The order delivery status is not correct set in verified return
If I create a fully paid "pick up in the store" order and the order is issued: the order has a delivery status of "Delivered”

If I then make a verified return, the delivery status changes to "Not delivered” → KO, the delivery status should be "Delivered” at this step in order to be synchronous with pick and carry orders. If you do the same thing on a pick and carry order the status is delivered for the verified return too.
read description
The problem is that when the return is created, the lines keep the delivery mode of the original order. This is not correct, for returned lines the delivery mode should be forced to "Pick&Carry", as the goods are always immediately delivered. This will ensure that the order is properly set as delivered.
No tags attached.
depends on backport 005295123Q3 closed ranjith_qualiantech_com The order delivery status is not correct set in verified return 
depends on backport 005295223Q2.3 closed ranjith_qualiantech_com The order delivery status is not correct set in verified return 
depends on backport 005295323Q1.4 closed ranjith_qualiantech_com The order delivery status is not correct set in verified return 
Issue History
2023-06-27 18:35javierRodriguezNew Issue
2023-06-27 18:35javierRodriguezAssigned To => guilleaer
2023-06-27 18:35javierRodriguezOBNetwork customer => No
2023-06-27 18:35javierRodriguezTriggers an Emergency Pack => No
2023-06-27 18:37marvintmProposed Solution updated
2023-07-12 13:42guilleaerStatusnew => scheduled
2023-07-12 13:50guilleaerNote Added: 0152385
2023-07-12 13:51guilleaerAssigned Toguilleaer => ranjith_qualiantech_com
2023-07-15 09:10hgbotMerge Request Status => open
2023-07-15 09:10hgbotNote Added: 0152536
2023-07-19 21:00hgbotMerge Request Statusopen => approved
2023-07-19 21:01hgbotNote Added: 0152673
2023-07-19 21:01hgbotResolutionopen => fixed
2023-07-19 21:01hgbotStatusscheduled => closed
2023-07-19 21:01hgbotFixed in Version => RR23Q4
2023-07-19 21:01hgbotNote Added: 0152674

Notes
(0152385)
guilleaer   
2023-07-12 13:50   
Changes for this issue were reverted:
https://issues.openbravo.com/view.php?id=52371 [^]

This issue should be fixed now in this issue following instructions indicated on Proposed Solution
(0152536)
hgbot   
2023-07-15 09:10   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/57 [^]
(0152673)
hgbot   
2023-07-19 21:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/57 [^]
(0152674)
hgbot   
2023-07-19 21:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: 0e7b07c97eea693612d2ffb8e4507e5d0f00df1b
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 19-07-2023 18:59:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/0e7b07c97eea693612d2ffb8e4507e5d0f00df1b [^]

Fixed ISSUE-52873: DeliveryMode should be Pick&Carry for VR lines

---
M web/org.openbravo.retail.returns/app/model/business-object/ticket/actions/ReturnVerifiedTicket.js
---