Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032836Retail ModulesWeb POSpublic2016-05-03 11:372017-04-04 20:03
xabiermerino 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR16Q3 
guilleaer
OBPS
No
0032836: [SERQA 1042] You can increase one quantity on Mobile Warehouse Application scanning any product
In Warehouse Mobile Application if you are in the option 'Edit' and you scan a barcode of a product that is not included in the picking the quantity of the line selected increase.

The problem is that in this keyboard you can introduce quantity selected manually and, if the quantity introduced is higher than quantity to prepare, the line is marked as completed.
- Log into Backend
- Go to product window
- Select Backpack Biggest 90L
- Introduce an UPC/EAN: 1234567890
- Select Backpack waterproof 75L
- Introduce an UPC/EAN: 9999999999
- Go to Sales Order window
- Create a new order:
  * Organization Yosemite
  * Product: Backpack Biggest 90L
  * Qty: 1
- Click Book
- Click Generate Picking List
- Picking List Type: Outbound Picking List
- Click Ok
- Go to Warehouse Picking List and select the Picking created
- Click on Assign and select Vallblanca
- Click Ok
- Log into Mobile Warehouse Application
- Select Picking List
- Select the picking created
- Click on Edit
- Scan the barcode of the product Backpack waterproof 75L (9999999999)
- Realize that the quantity selected has increased
The solution could be avoid the scan option if you are in Edit option
SER-QA
related to defect 0032913 closed mario_castello Test I32718_DisabledEnterEventinServiceSelector is failing in try-retail 
Issue History
2016-05-03 11:37xabiermerinoNew Issue
2016-05-03 11:37xabiermerinoAssigned To => Retail
2016-05-03 11:37xabiermerinoOBNetwork customer => Yes
2016-05-03 11:37xabiermerinoResolution time => 1463695200
2016-05-03 11:37xabiermerinoTriggers an Emergency Pack => No
2016-05-03 11:37xabiermerinoTag Attached: SER-QA
2016-05-04 17:12OrekariaStatusnew => acknowledged
2016-05-11 08:34ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-05-11 08:34ranjith_qualiantech_comStatusacknowledged => scheduled
2016-05-12 12:28hgbotCheckin
2016-05-12 12:28hgbotNote Added: 0086395
2016-05-12 12:28hgbotStatusscheduled => resolved
2016-05-12 12:28hgbotResolutionopen => fixed
2016-05-12 12:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse.picking/rev/85c399c72d912a1bd894bc5a6dcb6e2c1b62b3f4 [^]
2016-05-13 08:34hgbotCheckin
2016-05-13 08:34hgbotNote Added: 0086434
2016-05-13 08:36ranjith_qualiantech_comRelationship addedrelated to 0032913
2016-05-17 15:40guilleaerNote Added: 0086499
2016-05-17 15:40guilleaerStatusresolved => new
2016-05-17 15:40guilleaerResolutionfixed => open
2016-05-17 19:18guilleaerStatusnew => scheduled
2016-05-23 14:04guilleaerNote Deleted: 0086499
2016-05-23 14:04guilleaerStatusscheduled => resolved
2016-05-23 14:04guilleaerFixed in Version => RR16Q3
2016-05-23 14:04guilleaerResolutionopen => fixed
2016-05-23 14:04guilleaerReview Assigned To => guilleaer
2016-05-23 14:04guilleaerStatusresolved => closed
2017-04-04 20:03hgbotCheckin
2017-04-04 20:03hgbotNote Added: 0095836

Notes
(0086395)
hgbot   
2016-05-12 12:28   
Repository: erp/pmods/org.openbravo.mobile.warehouse.picking
Changeset: 85c399c72d912a1bd894bc5a6dcb6e2c1b62b3f4
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 12 15:57:36 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.warehouse.picking/rev/85c399c72d912a1bd894bc5a6dcb6e2c1b62b3f4 [^]

Fixes issue 32836 : Restrict Barcode Scanning on Picking List - Product Edit tab

Restricting barcode scanner to avoid product quantity increase

---
M web/org.openbravo.mobile.warehouse.picking/source/picking/wh-picking-item.js
---
(0086434)
hgbot   
2016-05-13 08:34   
Repository: tools/automation/pi-mobile
Changeset: 0730ef09cf06e560fc001be4cfa890f4f643038b
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 13 12:03:51 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0730ef09cf06e560fc001be4cfa890f4f643038b [^]

Verifies issue 32836 : Added automated test 'I32836_VerifyPickingListInput'

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/warehouse_picking/I32836_VerifyPickingListInput.java
---
(0095836)
hgbot   
2017-04-04 20:03   
Repository: tools/automation/pi-mobile
Changeset: d9b7928e0d0d9de5c255cf221afe7df56a1daa2a
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Apr 04 12:15:38 2017 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d9b7928e0d0d9de5c255cf221afe7df56a1daa2a [^]

Related to issue 32836: Stabilize test

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/warehouse_picking/I32836_VerifyPickingListInput.java
---