Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032081Retail ModulesWeb POSpublic2016-02-02 10:112016-02-18 11:28
agete 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0032081: [SERQA 625] Incorrect behaviour of "check stock" button in line details
When you select a product in POS, that has checked show stock in backend, you can decide from which warehouse you take the it and this information is added to the line.
Nevertheless, once you have a line with a product in a receipt, you click on the line and on the detail pannel you click on the check stock button and you select any warehouse, and click on add to receipt, it adds another unit to the line, when it should just change theinformation of the line.
0. In backend, set up the preference "Allow to select a warehouse for a specific line order"
1. Add a product to a receipt
2. Click on the line
3. On the right side pannel, Click on the button "check stock"
4. Select another warehouse and cick on the button "Add to receipt"
5. Check another unit is added to the recipt
The button check stock in the detail line pannel should add the information selected to the line but not add another unit to the line.

May be the button Add to receipt should take another name in this case, "Apply" for example.
SER-QA
depends on defect 0030999 closed guilleaer If you add a product unit with the Check stock screen, that order goes to errors while importing 
related to defect 0032097 closed guillermogil Orderline Warehouse was not taken into account on Returns 
? 32081.mp4 (2,568,042) 2016-02-02 11:02
https://issues.openbravo.com/file_download.php?file_id=8992&type=bug
Issue History
2016-02-02 10:11ageteNew Issue
2016-02-02 10:11ageteAssigned To => Retail
2016-02-02 10:11ageteResolution time => 1455577200
2016-02-02 10:11ageteTriggers an Emergency Pack => No
2016-02-02 10:11ageteTag Attached: SER-QA
2016-02-02 10:40OrekariaStatusnew => acknowledged
2016-02-02 11:02OrekariaFile Added: 32081.mp4
2016-02-02 17:04guillermogilRelationship addedrelated to 0032097
2016-02-04 16:28ageteSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=10944#r10944
2016-02-05 07:25ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-02-05 07:25ranjith_qualiantech_comStatusacknowledged => scheduled
2016-02-08 11:22OrekariaRelationship addeddepends on 0030999
2016-02-10 09:50ageteSummary[SERQA 624] Incorrect behaviour of "check stock" button in line details => [SERQA 625] Incorrect behaviour of "check stock" button in line details
2016-02-15 15:38hgbotCheckin
2016-02-15 15:38hgbotNote Added: 0084186
2016-02-15 15:38hgbotStatusscheduled => resolved
2016-02-15 15:38hgbotResolutionopen => fixed
2016-02-15 15:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35facf76f0484e839252979e7fcac73bd7c05e3e [^]
2016-02-15 15:38hgbotCheckin
2016-02-15 15:38hgbotNote Added: 0084187
2016-02-18 11:28marvintmReview Assigned To => marvintm
2016-02-18 11:28marvintmStatusresolved => closed
2016-02-18 11:28marvintmFixed in Version => RR16Q2

Notes
(0084186)
hgbot   
2016-02-15 15:38   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 35facf76f0484e839252979e7fcac73bd7c05e3e
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 15 20:07:44 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35facf76f0484e839252979e7fcac73bd7c05e3e [^]

Fixes issue 32081 : Updating Order Line Warehouse Property instead of adding product

After changing Warehouse for Order Line in Product details/Stock popup, While clicking "Add to receipt" product warehouse will be updated
Previously it was updating product quantity

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js
---
(0084187)
hgbot   
2016-02-15 15:38   
Repository: tools/automation/pi-mobile
Changeset: b5cab9ba30e307c8afed132d79ec53bea8b34f0d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Feb 15 20:07:18 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b5cab9ba30e307c8afed132d79ec53bea8b34f0d [^]

Verifies issue 32081: Added automated test 'I32081_VerifyLineWarehouseUpdate'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30999_IncreaseQtyFromStockWindow.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32081_VerifyLineWarehouseUpdate.java
---