Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047738Retail ModulesDelivery Modespublic2021-09-22 17:032021-10-11 08:48
rbianchini 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
RR20Q3.4 
RR22Q1 
No
0047738: Product marked with delivery mode = Pick Up in Store and Pick & Carry is not returnable
When making a sale with that product and then shipping it, it is not possible to later make a return at the POS through verified returns.
1. Make a sales with the product Alpine Poles. This product is configured with Delivery Mode = Pick Up in Store, so there aren't a shipment.
2. Then, issue the sales.
3. Go to verified return window and try to select the line. An error appears. Line cannot be selected.
4. I think that I can return the product.

5. Make a sale with the Alpine Poles Clasico product. This product is configured with Delivery Mode = Pick & Carry, so there is no shipment.
6. Repeat steps 2, 3 and 4

Here is the link of the issue that was made for the previous problem:
https://issues.openbravo.com/view.php?id=47579 [^]
No tags attached.
has duplicate defect 0049044RR20Q3.4 closed ranjith_qualiantech_com When there is a delivery, the partial return is impossible 
Issue History
2021-09-22 17:03rbianchiniNew Issue
2021-09-22 17:03rbianchiniAssigned To => Retail
2021-09-22 17:03rbianchiniRegression date => 2021-10-08
2021-09-22 17:03rbianchiniTriggers an Emergency Pack => No
2021-09-23 07:48marvintmRegression date2021-10-08 =>
2021-09-23 16:10rbianchiniNote Added: 0131994
2021-09-27 16:22rqueraltaAssigned ToRetail => rqueralta
2021-10-06 12:35ranjith_qualiantech_comAssigned Torqueralta => ranjith_qualiantech_com
2021-10-06 12:45ranjith_qualiantech_comAssigned Toranjith_qualiantech_com => rqueralta
2021-10-07 14:45ranjith_qualiantech_comAssigned Torqueralta => ranjith_qualiantech_com
2021-10-08 13:14hgbotNote Added: 0132274
2021-10-10 08:13ranjith_qualiantech_comStatusnew => scheduled
2021-10-11 08:48hgbotNote Added: 0132283
2021-10-11 08:48hgbotResolutionopen => fixed
2021-10-11 08:48hgbotStatusscheduled => closed
2021-10-11 08:48hgbotFixed in Version => RR22Q1
2021-10-11 08:48hgbotNote Added: 0132284
2022-04-21 11:08ranjith_qualiantech_comRelationship addedrelated to 0049044
2022-04-22 12:51marvintmRelationship replacedhas duplicate 0049044

Notes
(0131994)
rbianchini   
2021-09-23 16:10   
Sorry, the error appears when you apply "Pick Up in Store with Date" and "Home Delivery".
(0132274)
hgbot   
2021-10-08 13:14   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/27 [^]
(0132283)
hgbot   
2021-10-11 08:48   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/merge_requests/27 [^]
(0132284)
hgbot   
2021-10-11 08:48   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns [^]
Changeset: 9d908489ea8f0500e83d0c953aa6cc6d9d91f9de
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-10-08T12:42:39+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.returns/-/commit/9d908489ea8f0500e83d0c953aa6cc6d9d91f9de [^]

Fixed ISSUE-47738: Updated validation to select the lines if remaining qty is present to return
* In Verified returns, Line selection will be disabled when remaining qty is zero.
  So Line selection should not be validated against line delivery modes

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---