Openbravo Issue Tracking System - Modules
View Issue Details
0039529ModulesAdvanced Warehouse Operationspublic2018-10-24 12:372018-12-21 16:36
JONHM 
guilleaer 
highmajoralways
closedfixed 
5
 
 
marvintm
0039529: Non existent products are added when scanning
Non existent products are added when scanning on physicalInventoryCount
On AWO frontend:

- On the menu, run 'Count' process
- Add some existent product (on the product selector type 123 and select one of the products)
- Scan some non existent product (attached image) and check that the product is being added.
No tags attached.
png Screenshot from 2018-10-24 12-39-23.png (130,067) 2018-10-24 12:39
https://issues.openbravo.com/file_download.php?file_id=12311&type=bug
png
Issue History
2018-10-24 12:37JONHMNew Issue
2018-10-24 12:37JONHMAssigned To => Triage Finance
2018-10-24 12:37JONHMFile Added: Screenshot from 2018-10-24 12-37-35.png
2018-10-24 12:37JONHMResolution time => 1542150000
2018-10-24 12:39JONHMFile Deleted: Screenshot from 2018-10-24 12-37-35.png
2018-10-24 12:39JONHMFile Added: Screenshot from 2018-10-24 12-39-23.png
2018-10-24 16:00dmiguelezAssigned ToTriage Finance => guilleaer
2018-11-16 12:34jorge-garciaAssigned Toguilleaer => Retail
2018-11-16 14:17guilleaerNote Added: 0107952
2018-11-16 14:17guilleaerAssigned ToRetail => JONHM
2018-11-16 14:17guilleaerStatusnew => feedback
2018-11-16 14:17guilleaerNote Edited: 0107952bug_revision_view_page.php?bugnote_id=0107952#r17930
2018-11-16 14:17guilleaerNote Edited: 0107952bug_revision_view_page.php?bugnote_id=0107952#r17931
2018-11-16 14:18guilleaerNote Edited: 0107952bug_revision_view_page.php?bugnote_id=0107952#r17932
2018-12-12 10:50JONHMAssigned ToJONHM => guilleaer
2018-12-12 10:50JONHMStatusfeedback => new
2018-12-19 12:34hgbotCheckin
2018-12-19 12:34hgbotNote Added: 0108672
2018-12-19 12:34hgbotStatusnew => resolved
2018-12-19 12:34hgbotResolutionopen => fixed
2018-12-19 12:34hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8390a5d29398861e45d09c459c983b54ab01f85a [^]
2018-12-19 12:37hgbotCheckin
2018-12-19 12:37hgbotNote Added: 0108674
2018-12-19 12:37hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8390a5d29398861e45d09c459c983b54ab01f85a [^] => http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/cb2d533f256c5e9cae28d5535cf9c409c587ff6a [^]
2018-12-21 16:36marvintmReview Assigned To => marvintm
2018-12-21 16:36marvintmStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0107952)
guilleaer   
2018-11-16 14:17   
(edited on: 2018-11-16 14:18)
This behavior is the expected.

Currently there are 2 ways to add items to the count list.

1. Using the dialog (opened pressing add button) and searching the product
2. Scanning an item
  - When an item is scanned the logic is the following

2.1 try to find the product in the list -> if it is present increase qty
2.2 if it is not present, try to find it and add it to the list

If other behavior is required.... it should be explained. Then product team will evaluate if it makes sense or not and then and FR will be created if it makes sense.

(0108672)
hgbot   
2018-12-19 12:34   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 8390a5d29398861e45d09c459c983b54ab01f85a
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Dec 19 12:33:48 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8390a5d29398861e45d09c459c983b54ab01f85a [^]

fixed issue 39529: When qty is selected, ignore input value if it looks like an upc code

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-boxunboxsharedcomponents.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/bup.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/pip.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/physicalinventorycount/components/obawo-physicalinventorycount-pip.js
---
(0108674)
hgbot   
2018-12-19 12:37   
Repository: retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: cb2d533f256c5e9cae28d5535cf9c409c587ff6a
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Wed Dec 19 12:33:48 2018 +0100
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q3/org.openbravo.warehouse.advancedwarehouseoperations/rev/cb2d533f256c5e9cae28d5535cf9c409c587ff6a [^]

fixed issue 39529: When qty is selected, ignore input value if it looks like an upc code

---
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/components/obawo-boxunboxsharedcomponents.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/bup.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/models/pip.js
M web/org.openbravo.warehouse.advancedwarehouseoperations/source/physicalinventorycount/components/obawo-physicalinventorycount-pip.js
---