Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043904Retail ModulesWeb POSpublic2020-04-29 17:122020-05-07 18:34
maite 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR20Q2 
adrianromero
No
0043904: Wrong Verified Return qty in case the returned qty should be taken from different Storage Bins
In case the original order was shipped from more that one bin and it is returned partially, the partial qty to return is not properly calculated and more that expected qty is returned
0. Access as System Administrator, go to Unit of Measure window and set Standard Precision=2 for Unit
1. Access as "White Valley Group Admin" and go to the Organization window. Select "Vall Blanca Store" and go to its Warehouse tab to remove "White Valley Spain Distribution Center" record
2. Access "Warehouse and Storage bins" window, select "Vall Blanca Store Warehouse" and create a new record in Storage Bin tab named "VBS/003"
3. Access Physical Inventory window, create a new record for "Vall Blanca Store" organization and "Vall Blanca Store Warehouse" warehouse. Add the following lines:
  * Product "Avalanche transceiver", Bin "VBS/001 0-0-0" and qty=0.6
  * Product "Avalanche transceiver", Bin "VBS/002" and qty=0.6
  * Product "Avalanche transceiver", Bin "VBS/003" and qty=0.8
4. Access to POS Terminal and create a ticket for 2 units of Avalanche transceiver product. Pay ticket
5. From the POS Terminal menu, go to Verified Returns and select the previous ticket. Set that qty to return will be 1 (instead of 2)
 
Realize that more than 1 unit is going to be returned, as one of the lines needs to be only partially returned but it is not
No tags attached.
related to defect 0040185 closed rqueralta Wrong Verified Return on an order that has a line split into different Storage Bins 
png Screenshot from 2020-04-29 17-09-58.png (125,811) 2020-04-29 17:12
https://issues.openbravo.com/file_download.php?file_id=14410&type=bug
png
Issue History
2020-04-29 17:12maiteNew Issue
2020-04-29 17:12maiteAssigned To => Retail
2020-04-29 17:12maiteResolution time => 1589925600
2020-04-29 17:12maiteTriggers an Emergency Pack => No
2020-04-29 17:12maiteRelationship addedrelated to 0040185
2020-04-29 17:12maiteFile Added: Screenshot from 2020-04-29 17-09-58.png
2020-04-29 17:13maiteIssue Monitored: networkb
2020-05-05 12:46ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-05-07 12:44hgbotCheckin
2020-05-07 12:44hgbotNote Added: 0119657
2020-05-07 12:44hgbotStatusnew => resolved
2020-05-07 12:44hgbotResolutionopen => fixed
2020-05-07 12:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/a1cd77e3f1f3f0705d7e23b54949304673554a8b [^]
2020-05-07 18:34adrianromeroReview Assigned To => adrianromero
2020-05-07 18:34adrianromeroNote Added: 0119673
2020-05-07 18:34adrianromeroStatusresolved => closed
2020-05-07 18:34adrianromeroFixed in Version => RR20Q2

Notes
(0119657)
hgbot   
2020-05-07 12:44   
Repository: erp/pmods/org.openbravo.retail.returns
Changeset: a1cd77e3f1f3f0705d7e23b54949304673554a8b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 07 16:14:00 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/a1cd77e3f1f3f0705d7e23b54949304673554a8b [^]

Fixed issue 43904 : Removed Integer validation for Line Qty while adding returnLines

* If product uom precision is more than zero and line has Multiple Shipment lines,
  then line quantity should not be rounded to integer

---
M web/org.openbravo.retail.returns/js/modalReturnLines.js
---
(0119673)
adrianromero   
2020-05-07 18:34   
Verified