Openbravo Issue Tracking System - Retail Modules
View Issue Details
0056919Retail ModulesEvents for Payments in SCOpublic2024-10-28 16:082024-11-14 16:29
ignacio_deandres 
ignacio_deandres 
normalmajorhave not tried
closedfixed 
5
 
mainRR25Q1 
approved
No
No
0056919: SCO - List component for the Client API
It is required to implement a new type of SCO component that is the “List” component.

This component is required to properly diplay the CC Customer Data Collection pop-up, as one of the fields that this pop-up has is the list of Countries.
.
No tags attached.
blocks defect 0057010main closed ignacio_deandres Boolean values are not properly treated in the SCO app mode 
Issue History
2024-10-28 16:08ignacio_deandresNew Issue
2024-10-28 16:08ignacio_deandresAssigned To => ignacio_deandres
2024-10-28 16:08ignacio_deandresOBNetwork customer => No
2024-10-28 16:08ignacio_deandresTriggers an Emergency Pack => No
2024-11-04 15:43hgbotMerge Request Status => open
2024-11-04 15:43hgbotNote Added: 0171329
2024-11-04 16:26hgbotNote Added: 0171336
2024-11-05 16:10hgbotNote Added: 0171441
2024-11-06 11:52ignacio_deandresRelationship addedblocks 0057010
2024-11-14 16:22hgbotMerge Request Statusopen => approved
2024-11-14 16:24hgbotResolutionopen => fixed
2024-11-14 16:24hgbotStatusnew => closed
2024-11-14 16:24hgbotNote Added: 0171994
2024-11-14 16:24hgbotNote Added: 0171995
2024-11-14 16:25hgbotNote Added: 0171998
2024-11-14 16:25hgbotNote Added: 0171999
2024-11-14 16:27hgbotFixed in Version => RR25Q1
2024-11-14 16:27hgbotNote Added: 0172000
2024-11-14 16:27hgbotNote Added: 0172001
2024-11-14 16:29hgbotNote Added: 0172002

Notes
(0171329)
hgbot   
2024-11-04 15:43   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/110 [^]
(0171336)
hgbot   
2024-11-04 16:26   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/135 [^]
(0171441)
hgbot   
2024-11-05 16:10   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/92 [^]
(0171994)
hgbot   
2024-11-14 16:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client [^]
Changeset: 1603aad2d83fa055cc731ec334263f523d68514f
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 14-11-2024 16:24:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/commit/1603aad2d83fa055cc731ec334263f523d68514f [^]

Fixes ISSUE-56919: SCO - List component for the Client API

---
M web-jspack/org.openbravo.events.client/src/components/InputComponent.jsx
M web-jspack/org.openbravo.events.client/src/components/RequestString.jsx
---
(0171995)
hgbot   
2024-11-14 16:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.events.client/-/merge_requests/92 [^]
(0171998)
hgbot   
2024-11-14 16:25   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout [^]
Changeset: ea19aa62b17e7fec7bf5f717feb0336837d995bd
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 14-11-2024 16:25:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/commit/ea19aa62b17e7fec7bf5f717feb0336837d995bd [^]

Fixes ISSUE-56919: SCO - List component for the Client API

---
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelection.jsx
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelection.scss
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionOneColumn/DataCollectionSelectionOneColumn.jsx
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionOneColumn/DataCollectionSelectionOneColumn.scss
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionTwoColumns/DataCollectionSelectionTwoColumns.jsx
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/DataCollectionSelectionTwoColumns/DataCollectionSelectionTwoColumns.scss
A web-jspack/org.openbravo.pos2.selfcheckout/src/components/DataCollectionSelection/__tests__/DataCollectionSelection.test.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/BooleanSelectionForm/BooleanSelectionForm.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringDisplayDataViewSCO/RequestStringDisplayDataViewSCO.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringEditDataViewSCO/RequestStringEditDataViewSCO.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringEditDataViewSCO/__test__/RequestStringEditDataViewSCO.test.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/RequestStringSCO.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/__test__/RequestStringSCO.test.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/stories/RequestStringSCO.stories.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSCO/stories/RequestStringSCO.stories.scss
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSimpleDataViewSCO/RequestStringSimpleDataViewSCO.jsx
M web-jspack/org.openbravo.pos2.selfcheckout/src/components/RequestString/RequestStringSimpleDataViewSCO/__test__/RequestStringSimpleDataViewSCO.test.jsx
M web/org.openbravo.pos2.selfcheckout/source/utils/paymentEventsFunctions.js
---
(0171999)
hgbot   
2024-11-14 16:25   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.selfcheckout/-/merge_requests/110 [^]
(0172000)
hgbot   
2024-11-14 16:27   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources [^]
Changeset: 30c4d1fdffab1176addd9b84f1c0d620ac0fd548
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 14-11-2024 16:27:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/commit/30c4d1fdffab1176addd9b84f1c0d620ac0fd548 [^]

Fixes ISSUE-56919: SCO - List component for the Client API

---
M project/src/com/openbravo/eventscommon/Input.java
M project/src/com/openbravo/eventscommon/Simulator.java
M project/src/com/openbravo/eventspayment/PaymentDev.java
---
(0172001)
hgbot   
2024-11-14 16:27   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/135 [^]
(0172002)
hgbot   
2024-11-14 16:29   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager [^]
Changeset: e2e5ebaa4699158793d0bb137f2e8e436027f4c8
Author: Adrián Romero <adrian.romero@openbravo.com>
Date: 14-11-2024 16:28:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager/-/commit/e2e5ebaa4699158793d0bb137f2e8e436027f4c8 [^]

Related ISSUE-56919: SCO - List component for the Client API

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