Openbravo Issue Tracking System - Modules
View Issue Details
0039048ModulesAdvanced Warehouse Operationspublic2018-07-25 13:402018-08-17 13:36
maarten1962 
guilleaer 
normalmajoralways
closedfixed 
5
 
 
marvintm
0039048: Front-End: Scan EAN to find a task will fail if the EAN has leading /trailing spaces, but LOOKUP works fine.
A product has an EAN but that was introduced (wrongly) with leading or trailing blanks.
A user has multiple tasks on the FE, one of them this product.

Inconsistent working:
Scanning the EAN will not find the task in the
Scanning the EAN in the LOOKUP function will find the product (stock).
Create a product with an EAN with leading and trailing blanks.
Create tasks, also for this product and assign to a user.

Seeing the tasks on the FE, scan the EAN: It will give an error and not find the task with the product.

Select the menu LOOKUP and scan the EAN: It will show the stock of that product.
When importing the data in the cache of the FE, use TRUNC function for EAN to remove leading blanks.
No tags attached.
Issue History
2018-07-25 13:40maarten1962New Issue
2018-07-25 13:40maarten1962Assigned To => dmiguelez
2018-08-08 12:38guilleaerAssigned Todmiguelez => guilleaer
2018-08-09 14:56hgbotCheckin
2018-08-09 14:56hgbotNote Added: 0106259
2018-08-09 14:56hgbotStatusnew => resolved
2018-08-09 14:56hgbotResolutionopen => fixed
2018-08-09 14:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/563287a3c11adc8e0e0a249c5069a0d9c61bb7af [^]
2018-08-10 09:41hgbotCheckin
2018-08-10 09:41hgbotNote Added: 0106276
2018-08-10 09:41hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/563287a3c11adc8e0e0a249c5069a0d9c61bb7af [^] => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/4094db53a9df9598ca54badb866e44a7abf24116 [^]
2018-08-17 13:36marvintmReview Assigned To => marvintm
2018-08-17 13:36marvintmStatusresolved => closed
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0106259)
hgbot   
2018-08-09 14:56   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 563287a3c11adc8e0e0a249c5069a0d9c61bb7af
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Aug 09 14:56:22 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/563287a3c11adc8e0e0a249c5069a0d9c61bb7af [^]

Fixed issue 39048: Trim UPC code for tasks

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
---
(0106276)
hgbot   
2018-08-10 09:41   
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 4094db53a9df9598ca54badb866e44a7abf24116
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Fri Aug 10 09:40:52 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/4094db53a9df9598ca54badb866e44a7abf24116 [^]

Fixed issue 39048: Fix typo

---
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
---