Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057441Retail ModulesWeb POSpublic2024-08-21 13:442024-12-13 07:34
Leyre 
sreehari 
highmajoralways
closedfixed 
5
 
RR24Q2.4 
No
0057441: Error when trying to scan a code with "-", for example S-9990STD
Error when trying to scan a code with "-", for example S-9990STD
Scanner:
Honeywell, model: Voyager 1250g or similar

BO:
https://livebuilds.openbravo.com/context/retail_pi_pgsql/ [^]

· Add the code S-9990STD in the MultiUPC section of any product.

Web POS:
https://livebuilds.openbravo.com/context/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1#retail.pointofsale [^]

· Try to scan the code S-9990STD in the Web POS

Result:
The scan does not read the "-" and the system displays an error: "No result found for 9990STD"

In WebPOS2, with the same steps, the product is added but a .js error is displayed: "Cannot read properties of undefined (reading 'value')"
No tags attached.
blocks defect 0056286 closed sreehari Error when trying to scan a code with "-", for example S-9990STD 
Issue History
2024-12-12 14:23marvintmTypedefect => backport
2024-12-12 14:23marvintmTarget Version => RR24Q4.1
2024-12-12 14:24marvintmTarget VersionRR24Q4.1 => RR24Q2.4
2024-12-13 06:09hgbotNote Added: 0173261
2024-12-13 06:09hgbotNote Added: 0173262
2024-12-13 07:34hgbotNote Added: 0173272
2024-12-13 07:34hgbotNote Added: 0173273
2024-12-13 07:34hgbotResolutionopen => fixed
2024-12-13 07:34hgbotStatusscheduled => closed
2024-12-13 07:34hgbotFixed in Version => 24Q2.5
2024-12-13 07:34hgbotNote Added: 0173274
2024-12-13 07:34hgbotNote Added: 0173275

Notes
(0173261)
hgbot   
2024-12-13 06:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1687 [^]
(0173262)
hgbot   
2024-12-13 06:09   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3235 [^]
(0173272)
hgbot   
2024-12-13 07:34   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 90935e4560471f8512471b4c1ae5658f4255ffef
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 13-12-2024 10:37:38
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/90935e4560471f8512471b4c1ae5658f4255ffef [^]

Related ISSUE-57441: Added new case 'addSymbol'

---
M web-jspack/org.openbravo.core2/src/components/BaseKeypad/BaseKeypad.jsx
M web-jspack/org.openbravo.core2/src/hooks/useEditNumber/useEditNumber.js
---
(0173273)
hgbot   
2024-12-13 07:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1687 [^]
(0173274)
hgbot   
2024-12-13 07:34   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c2d85e29d95d0f20a4755553da298f4fab3f5309
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 13-12-2024 10:37:46
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c2d85e29d95d0f20a4755553da298f4fab3f5309 [^]

Fixes ISSUE-57441: Used isMixedCode to trigger handleEditAction with specific action

---
M web-jspack/org.openbravo.pos2/src/components/ProductScan/ProductScanKeypad/ProductScanKeypad.jsx
---
(0173275)
hgbot   
2024-12-13 07:34   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3235 [^]