Openbravo Issue Tracking System - POS2
View Issue Details
0056266POS2POSpublic2024-08-15 15:042024-09-24 12:29
fofarril 
fofarril 
normalminorhave not tried
closedfixed 
5
 
24Q4 
No
0056266: Missing AD message for Close Unknown Product in SCO.
The thing here is that the translation is taking the AD Message OBPOS2_Close. That is a generic message used also for WEBPOS in different places. I believe each button in SCO should have a unique ID and respective AD Message in case the translation is different from the one in POS.

Related to: https://openbravo.atlassian.net/browse/RM-16343 [^]
In the self checkout view, make a purchase and complete the process.
Create a new message (OBSCO2_Close) in the selfcheckout module. Replace the use of OBPOS2_Close with this one.
No tags attached.
png image-20240812-111951.png (62,363) 2024-08-15 15:04
https://issues.openbravo.com/file_download.php?file_id=20092&type=bug
png
Issue History
2024-08-15 15:04fofarrilNew Issue
2024-08-15 15:04fofarrilAssigned To => Retail
2024-08-15 15:04fofarrilFile Added: image-20240812-111951.png
2024-08-15 15:04fofarrilTriggers an Emergency Pack => No
2024-08-15 15:04fofarrilAssigned ToRetail => fofarril
2024-08-15 15:04fofarrilStatusnew => scheduled
2024-08-15 16:20hgbotNote Added: 0168105
2024-08-28 14:25hgbotNote Added: 0168518
2024-08-28 14:25hgbotResolutionopen => fixed
2024-08-28 14:25hgbotStatusscheduled => resolved
2024-08-28 14:25hgbotNote Added: 0168519
2024-09-24 12:29marvintmStatusresolved => closed
2024-09-24 12:29marvintmFixed in Version => 24Q4

Notes
(0168105)
hgbot   
2024-08-15 16:20   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/65 [^]
(0168518)
hgbot   
2024-08-28 14:25   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/65 [^]
(0168519)
hgbot   
2024-08-28 14:25   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: 2257c3dffa4fc382ce5b4b88d3454b0eadaa5b72
Author: Francisco Javier <francisco.ofarril@doceleguas.com>
Date: 28-08-2024 14:24:53
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/2257c3dffa4fc382ce5b4b88d3454b0eadaa5b72 [^]

Fixes ISSUE-56266: Missing AD message for Close Unknown Product in SCO.

New message created. Replaced the use of POS message.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/__test__/unknownProductHelper.test.js
M web-jspack/org.openbravo.pos2.selfcheckout/src/model/user-interface/utils/unknownProductHelper.js
---