Openbravo Issue Tracking System - Retail Modules
View Issue Details
0057440Retail ModulesWeb POSpublic2024-08-21 13:442024-12-13 07:33
Leyre 
sreehari 
highmajoralways
closedfixed 
5
 
RR24Q3.2 
No
0057440: 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 => RR25Q1
2024-12-12 14:24marvintmTarget VersionRR25Q1 => RR24Q3.2
2024-12-13 06:24hgbotNote Added: 0173263
2024-12-13 06:25hgbotNote Added: 0173264
2024-12-13 07:33hgbotResolutionopen => fixed
2024-12-13 07:33hgbotStatusscheduled => closed
2024-12-13 07:33hgbotFixed in Version => 24Q3.3
2024-12-13 07:33hgbotNote Added: 0173268
2024-12-13 07:33hgbotNote Added: 0173269
2024-12-13 07:33hgbotNote Added: 0173270
2024-12-13 07:33hgbotNote Added: 0173271

Notes
(0173263)
hgbot   
2024-12-13 06:24   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1688 [^]
(0173264)
hgbot   
2024-12-13 06:25   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3236 [^]
(0173268)
hgbot   
2024-12-13 07:33   
Directly closing issue as related merge request is already approved.

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

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

---
M web-jspack/org.openbravo.pos2/src/components/ProductScan/ProductScanKeypad/ProductScanKeypad.jsx
---
(0173269)
hgbot   
2024-12-13 07:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3236 [^]
(0173270)
hgbot   
2024-12-13 07:33   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 9c080e88dde8e369de3c4eece0bac42dc8479eb7
Author: Sreehari Venkataraman <sreehari.venkataraman.ext@openbravo.com>
Date: 13-12-2024 10:47:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/9c080e88dde8e369de3c4eece0bac42dc8479eb7 [^]

Related ISSUE-57440: 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
---
(0173271)
hgbot   
2024-12-13 07:33   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1688 [^]