Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039701Retail ModulesCopy Retail Storepublic2018-11-27 12:332019-01-04 02:17
javietxe 
rqueralta 
normalmajorhave not tried
closedfixed 
5
 
RR19Q1 
marvintm
No
0039701: SERQA 4931 The Copy stores with Excel file is sensitive to white characters after and before the value.
The Copy stores with Excel file is sensitive to white characters after and before the value. It makes the creation of the excel a very delicate work.
Do a trim when taking the value from the Excel file.
No tags attached.
related to defect 0039963 closed rqueralta SERQA 5043: Copy stores from excel still is very sensitive to blank characters in some fields 
Issue History
2018-11-27 12:33javietxeNew Issue
2018-11-27 12:33javietxeAssigned To => Retail
2018-11-27 12:33javietxeTriggers an Emergency Pack => No
2018-12-04 08:51marvintmResolution time => 1545174000
2018-12-05 09:43marvintmTypefeature request => defect
2018-12-06 14:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-12-06 14:10ranjith_qualiantech_comStatusnew => scheduled
2018-12-06 19:02rqueraltaAssigned Toranjith_qualiantech_com => rqueralta
2018-12-11 12:26hgbotCheckin
2018-12-11 12:26hgbotNote Added: 0108386
2018-12-11 12:26hgbotStatusscheduled => resolved
2018-12-11 12:26hgbotResolutionopen => fixed
2018-12-11 12:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/6604ea0536fc711def6644079a0c06aeae96101f [^]
2018-12-13 09:44marvintmReview Assigned To => marvintm
2018-12-13 09:44marvintmStatusresolved => closed
2018-12-13 09:44marvintmFixed in Version => RR19Q1
2019-01-04 02:17hgbotCheckin
2019-01-04 02:17hgbotNote Added: 0108822
2019-01-16 13:38javietxeRelationship addedrelated to 0039963

Notes
(0108386)
hgbot   
2018-12-11 12:26   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: 6604ea0536fc711def6644079a0c06aeae96101f
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Mon Dec 10 16:59:40 2018 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/6604ea0536fc711def6644079a0c06aeae96101f [^]

Fixed issue 39701: SERQA 4931 The Copy stores with Excel file is sensitive to
white characters after and before the value.

- Added trim() to remove white characters after and before of the value
from the Excel file.

---
M src/org/openbravo/retail/copystore/process/POSTerminalsProcess.java
M src/org/openbravo/retail/copystore/process/TabHandler.java
---
(0108822)
hgbot   
2019-01-04 02:17   
Repository: erp/pmods/org.openbravo.retail.copystore
Changeset: 21e1f82a1cbcee9d3f740578619c0ff83456c341
Author: Rafael Queralta <rafaelcuba81 <at> gmail.com>
Date: Thu Jan 03 20:13:01 2019 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.copystore/rev/21e1f82a1cbcee9d3f740578619c0ff83456c341 [^]

Related to issue 39701: SERQA 4931 The Copy stores with Excel file is sensitive to
white characters after and before the value.

---
M src/org/openbravo/retail/copystore/process/TabHandler.java
---