Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051569 | POS2 | POS | public | 2023-02-10 10:27 | 2023-03-15 15:19 |
|
Reporter | ranjith_qualiantech_com | |
Assigned To | dcontrera | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q2 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0051569: POS2: Service products showing in Product browse tab |
Description | In POS2, POS2: Service products are showing in Product browse tab.
And Its allowing to add Service product without related product.
|
Steps To Reproduce | 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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-02-10 10:27 | ranjith_qualiantech_com | New Issue | |
2023-02-10 10:27 | ranjith_qualiantech_com | Assigned To | => Retail |
2023-02-10 10:27 | ranjith_qualiantech_com | OBNetwork customer | => No |
2023-02-10 10:27 | ranjith_qualiantech_com | Triggers an Emergency Pack | => No |
2023-02-13 06:45 | guillermogil | Assigned To | Retail => dcontrera |
2023-02-13 06:45 | guillermogil | Status | new => scheduled |
2023-02-16 07:01 | hgbot | Merge Request Status | => open |
2023-02-16 07:01 | hgbot | Note Added: 0146595 | |
2023-03-02 17:38 | hgbot | Note Added: 0147242 | |
2023-03-02 17:56 | hgbot | Note Added: 0147243 | |
2023-03-09 06:59 | hgbot | Merge Request Status | open => approved |
2023-03-15 15:19 | hgbot | Resolution | open => fixed |
2023-03-15 15:19 | hgbot | Status | scheduled => closed |
2023-03-15 15:19 | hgbot | Note Added: 0147567 | |
2023-03-15 15:19 | hgbot | Fixed in Version | => 23Q2 |
2023-03-15 15:19 | hgbot | Note Added: 0147568 | |
Notes |
|
(0146595)
|
hgbot
|
2023-02-16 07:01
|
|
|
|
(0147242)
|
hgbot
|
2023-03-02 17:38
|
|
|
|
(0147243)
|
hgbot
|
2023-03-02 17:56
|
|
|
|
(0147567)
|
hgbot
|
2023-03-15 15:19
|
|
|
|
(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
---
|
|