Openbravo Issue Tracking System - POS2
View Issue Details
0055755POS2POSpublic2024-06-12 16:302024-07-12 08:37
wicherr 
sreehari 
highmajoralways
closedfixed 
5
 
24Q4 
Pre packaging ( pi )
2024-06-13
pi
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7bc90a12131b1a6fa3dd230af7505c7ec79cd8b4#3a7109791a61a60bc84e847734511573ca77c146_55_55 [^]
No
0055755: Cross store returns don't work when the product is not in the pricelist of the store
If I make a cross store return on a store where the product to return is not in the store price list, the verified return is not allowed. A message on the line says that the product is not in the assortment.
Imagine 2 stores A & B
- Product 1 is in the assortment of Store A & B
- Product 1 is in the price list of Store A only

- I make a sale in Store A with product 1
- I try to return the ticket in Store B
The return should be possible at least if the product is in the assortment even if it's not in the pricelist while the cross store return settings are configured.
NOZ
caused by feature request 0051744 closed jayala Refactor CheckBox component 
png product is not in the assortment.png (49,181) 2024-06-14 11:16
https://issues.openbravo.com/file_download.php?file_id=19916&type=bug
png
Issue History
2024-06-12 16:30wicherrNew Issue
2024-06-12 16:30wicherrAssigned To => Retail
2024-06-12 16:30wicherrTriggers an Emergency Pack => No
2024-06-12 16:31wicherrTag Attached: NOZ
2024-06-13 12:58marvintmStatusnew => acknowledged
2024-06-13 14:09sreehariAssigned ToRetail => sreehari
2024-06-13 14:09sreehariStatusacknowledged => scheduled
2024-06-14 11:16sreehariFile Added: product is not in the assortment.png
2024-06-17 07:49sreehariRegression level => Pre packaging ( pi )
2024-06-17 07:49sreehariRegression date => 2024-06-13
2024-06-17 07:49sreehariRegression introduced in release => pi
2024-06-17 07:49sreehariRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7bc90a12131b1a6fa3dd230af7505c7ec79cd8b4#3a7109791a61a60bc84e847734511573ca77c146_55_55 [^]
2024-06-17 07:50sreehariRelationship addedcaused by 0051744
2024-06-17 08:03hgbotNote Added: 0165986
2024-07-12 08:37hgbotNote Added: 0166910
2024-07-12 08:37hgbotResolutionopen => fixed
2024-07-12 08:37hgbotStatusscheduled => closed
2024-07-12 08:37hgbotFixed in Version => 24Q4
2024-07-12 08:37hgbotNote Added: 0166911

Notes
(0165986)
hgbot   
2024-06-17 08:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2727 [^]
(0166910)
hgbot   
2024-07-12 08:37   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2727 [^]
(0166911)
hgbot   
2024-07-12 08:37   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c9f1766fa11082f83d4ef8e68f9719c96193eb1a
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 12-07-2024 06:37:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c9f1766fa11082f83d4ef8e68f9719c96193eb1a [^]

Fixes ISSUE-55755: Removed isInAssortment flag for verifiedReturns
*since verified return need to be done even if there are no product pricelist and assortments

---
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/QuantityInputRenderCell/QuantityInputRenderCell.jsx
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/QuantityInputRenderCell/__test__/QuantityInputRenderCell.test.jsx
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsGridCheckBox.jsx
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/__test__/VerifiedReturnsGridCheckBox.test.jsx
---