Openbravo Issue Tracking System - POS2
View Issue Details
0051569POS2POSpublic2023-02-10 10:272023-03-15 15:19
ranjith_qualiantech_com 
dcontrera 
highmajoralways
closedfixed 
5
 
23Q2 
No
0051569: POS2: Service products showing in Product browse tab
In POS2, POS2: Service products are showing in Product browse tab.
And Its allowing to add Service product without related product.
POS
https://livebuilds.openbravo.com/retail_pos2_pgsql [^]
Browser Tab
Category - Trekking & Camping
Gas Replacemnt, Installation Pack, Installation Unit are present. But it should not <-- KO
Category - Ski
Forfait is present. But it should not <-- KO

JS error occurs if we add the add any service product without related product and completing the ticket.
No tags attached.
Issue History
2023-02-10 10:27ranjith_qualiantech_comNew Issue
2023-02-10 10:27ranjith_qualiantech_comAssigned To => Retail
2023-02-10 10:27ranjith_qualiantech_comTriggers an Emergency Pack => No
2023-02-13 06:45guillermogilAssigned ToRetail => dcontrera
2023-02-13 06:45guillermogilStatusnew => scheduled
2023-02-16 07:01hgbotNote Added: 0146595
2023-03-02 17:38hgbotNote Added: 0147242
2023-03-02 17:56hgbotNote Added: 0147243
2023-03-15 15:19hgbotResolutionopen => fixed
2023-03-15 15:19hgbotStatusscheduled => closed
2023-03-15 15:19hgbotNote Added: 0147567
2023-03-15 15:19hgbotFixed in Version => 23Q2
2023-03-15 15:19hgbotNote Added: 0147568

Notes
(0146595)
hgbot   
2023-02-16 07:01   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1527 [^]
(0147242)
hgbot   
2023-03-02 17:38   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1527 [^]
(0147243)
hgbot   
2023-03-02 17:56   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1568 [^]
(0147567)
hgbot   
2023-03-15 15:19   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1568 [^]
(0147568)
hgbot   
2023-03-15 15:19   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: eeece456e0b94543d753a4e2a1d967a90622e14c
Author: Dante Contrera <dante.contrera@smfconsulting.es>
Date: 15-03-2023 14:19:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/eeece456e0b94543d753a4e2a1d967a90622e14c [^]

Fixed ISSUE-51569: Remove services products from browse tab

Services linked to product will not be shown in Browse (it was not possible on search) and it will not be possible to add them on the keymap configuration.

---
A web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockCriterion.js
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/OBUISEL_SELECTOR.xml
M web-jspack/org.openbravo.pos2/src/components/KeyMapEditor/steps/KeyMapEditorKeymapsGrid/__test__/KeyMapEditorKeymapsGrid.test.jsx
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/getKeymapInformation.test.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockAssortmentProducts.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockCriteria.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockFullAssortmentResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockOnlyProductCategoryWithExclusionConfigResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockOnlyProductCategoryWithExclusionResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockOnlyProductCategoryWithManualProductConfigResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockWithOnlyProductCategoryAndManualProduct.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockWithOnlyProductCategoryConfigResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/__test__/mockWithOnlyProductCategoryResult.js
M web-jspack/org.openbravo.pos2/src/configurations/keymapConfiguration/getKeymapInformation.js
---