Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042135Retail ModulesWeb POS Hardware Managerpublic2019-10-29 10:542020-06-01 14:00
jorgewederago 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR20Q3 
marvintm
No
0042135: If the Serial Number of a product is not following the 0000 XXXX XXXX pattern an exception is raised when coding/decoding
By definition all the Serial Numbers should follow the 0000 XXXX XXXX pattern but some clients are using 00XX XXXX XXXX and the current implementation does not support those patterns under certain circumstances.
Configure a product with the following UPC/MultiUPC
*UPC: 3608399867609

From RFID add the following EPC to the ticket
*EPC: 30396061C3C3A20192C67090

If the client can scan products through customizations the following product can be scanned
Tag: 010360839986760921006757445776
Use issue42135.diff
No tags attached.
diff longSerialNumber.diff (1,482) 2019-10-29 10:54
https://issues.openbravo.com/file_download.php?file_id=13452&type=bug
diff issue42135.diff (2,276) 2019-12-04 12:30
https://issues.openbravo.com/file_download.php?file_id=13626&type=bug
Issue History
2019-10-29 10:54jorgewederagoNew Issue
2019-10-29 10:54jorgewederagoAssigned To => Retail
2019-10-29 10:54jorgewederagoFile Added: longSerialNumber.diff
2019-10-29 10:54jorgewederagoResolution time => 1574118000
2019-10-29 10:54jorgewederagoTriggers an Emergency Pack => No
2019-10-30 10:11jorge-garciaAssigned ToRetail => jorge-garcia
2019-10-30 10:11jorge-garciaStatusnew => scheduled
2019-11-20 12:53marvintmResolution time1574118000 => 1574809200
2019-11-26 15:15marvintmAssigned Tojorge-garcia => jorgewederago
2019-11-26 15:15marvintmStatusscheduled => feedback
2019-12-04 12:30adrianromeroFile Added: issue42135.diff
2019-12-04 12:31adrianromeroProposed Solution updated
2020-05-22 13:28marvintmAssigned Tojorgewederago => ranjith_qualiantech_com
2020-05-22 13:29marvintmStatusfeedback => scheduled
2020-05-22 13:29marvintmResolution time1574809200 => 1591308000
2020-05-24 13:21hgbotCheckin
2020-05-24 13:21hgbotNote Added: 0120198
2020-05-25 03:11hgbotCheckin
2020-05-25 03:11hgbotNote Added: 0120200
2020-05-25 03:11ranjith_qualiantech_comStatusscheduled => resolved
2020-05-25 03:11ranjith_qualiantech_comResolutionopen => fixed
2020-06-01 14:00marvintmReview Assigned To => marvintm
2020-06-01 14:00marvintmStatusresolved => closed
2020-06-01 14:00marvintmFixed in Version => RR20Q3

Notes
(0120198)
hgbot   
2020-05-24 13:21   
Repository: erp/pmods/org.openbravo.retail.poshwmanager.sources
Changeset: f62084cf9c00950c42b5d4352eb3732b89720df9
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Nov 28 12:41:40 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/f62084cf9c00950c42b5d4352eb3732b89720df9 [^]

Related to issue-42135: Updated RFID Encodig pattern

* Updated encoding to support pattern 00XX XXXX XXXX

---
M project/src/com/openbravo/pos/util/RFIDEncoding.java
---
(0120200)
hgbot   
2020-05-25 03:11   
Repository: erp/pmods/org.openbravo.retail.poshwmanager
Changeset: fd22931089649632d296d593bc6290d40355b255
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon May 25 06:40:52 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager/rev/fd22931089649632d296d593bc6290d40355b255 [^]

Related to issue-42135: Updated RFID Encodig pattern

* Updated encoding to support pattern 00XX XXXX XXXX

---
M bin/poshw.jar
M bin/rev.id
---