Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051248 | POS2 | POS | public | 2022-12-27 09:57 | 2023-07-14 15:00 |
|
Reporter | philippe_mui | |
Assigned To | ranjith_qualiantech_com | |
Priority | immediate | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q4 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | Gold |
Support ticket | |
Regression level | Production - Confirmed Stable |
Regression date | 2022-11-02 |
Regression introduced in release | 23Q1 |
Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c1080c23ce8ebaf46a1b5e0aedd7d5c46082ea80 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0051248: Bug checkbox when adding a service or alteration |
Description | Hi,
Access to WEBPOS
select a product and add service
click on service icon and try select (or not) checkboxs (see video)
Current result : Unable to select checkboxs, except the “all” box. If no checkbox is checked, the service interface is opened with the store page
Expected result : Can select a checkbox . If no checkbox is checked, the service interface must be closed
Best regards, |
Steps To Reproduce | Access to WEBPOS
select a product and add service
click on service icon and try select (or not) checkboxs (see video) |
Proposed Solution | Expected result : Can select a checkbox . If no checkbox is checked, the service interface must be closed.
|
Additional Information | |
Tags | FASH |
Relationships | caused by | defect | 0050284 | | closed | Aaron_Alvarez | [SALES] - Gift card - #Missing configuration when assigning a customer to the ticket during gift card creation |
|
Attached Files | Untitled 116.mp4 (3,305,353) 2022-12-27 09:57 https://issues.openbravo.com/file_download.php?file_id=17985&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2022-12-27 09:57 | philippe_mui | New Issue | |
2022-12-27 09:57 | philippe_mui | Assigned To | => Retail |
2022-12-27 09:57 | philippe_mui | File Added: Untitled 116.mp4 | |
2022-12-27 09:57 | philippe_mui | OBNetwork customer | => Gold |
2022-12-27 09:57 | philippe_mui | Triggers an Emergency Pack | => No |
2022-12-27 09:58 | philippe_mui | Tag Attached: FASH | |
2023-06-26 15:48 | AugustoMauch | Proposed Solution updated | |
2023-06-26 15:49 | AugustoMauch | Assigned To | Retail => meriem_azaf |
2023-06-28 10:25 | AugustoMauch | Severity | minor => major |
2023-06-28 10:55 | AugustoMauch | Proposed Solution updated | |
2023-06-28 12:22 | meriem_azaf | Status | new => acknowledged |
2023-06-28 12:22 | meriem_azaf | Status | acknowledged => scheduled |
2023-06-30 10:44 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2023-06-30 10:44 | AugustoMauch | Regression date | => 2022-11-02 |
2023-06-30 10:44 | AugustoMauch | Regression introduced in release | => 23Q1 |
2023-06-30 10:44 | AugustoMauch | Regression introduced by commit | => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/780292a0fdb56ae3ffdc1e7dc3321954cf3cf8ce [^] |
2023-06-30 10:44 | AugustoMauch | Priority | normal => immediate |
2023-06-30 10:44 | AugustoMauch | Severity | major => critical |
2023-06-30 10:45 | AugustoMauch | Regression introduced by commit | https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/780292a0fdb56ae3ffdc1e7dc3321954cf3cf8ce [^] => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c1080c23ce8ebaf46a1b5e0aedd7d5c46082ea80 [^] |
2023-06-30 10:46 | AugustoMauch | Assigned To | meriem_azaf => gorka_gil |
2023-06-30 10:48 | AugustoMauch | Relationship added | caused by 0050284 |
2023-07-04 11:40 | gorka_gil | Note Added: 0152098 | |
2023-07-04 11:40 | gorka_gil | Assigned To | gorka_gil => ranjith_qualiantech_com |
2023-07-07 07:02 | hgbot | Merge Request Status | => open |
2023-07-07 07:02 | hgbot | Note Added: 0152180 | |
2023-07-07 07:02 | hgbot | Note Added: 0152181 | |
2023-07-07 10:27 | gorka_gil | Issue Monitored: gorka_gil | |
2023-07-14 14:59 | hgbot | Merge Request Status | open => approved |
2023-07-14 15:00 | hgbot | Note Added: 0152505 | |
2023-07-14 15:00 | hgbot | Note Added: 0152506 | |
2023-07-14 15:00 | hgbot | Note Added: 0152507 | |
2023-07-14 15:00 | hgbot | Resolution | open => fixed |
2023-07-14 15:00 | hgbot | Status | scheduled => closed |
2023-07-14 15:00 | hgbot | Fixed in Version | => 23Q4 |
2023-07-14 15:00 | hgbot | Note Added: 0152508 | |
Notes |
|
|
Disscused with Cristian about an approach to make extensible the disable of ticket actions for specific flows.
The idea was to include in teh state.UI.currentWindow.context a property disableTicketActions.
If this property it is set it should disable TicketBPButton.jsx and TicketLines.jsx.
So in this MR https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1304/diffs [^] search for isProductConfiguration and change to areTicketActionsDisabled
And define:
const areTicketActionsDisabled = useSelector(
state => state.UI.currentWindow?.context?.disableTicketActions
);
Then in giftcards needs to set this property, maybe can be set as property in the payload of the navigation, since it is already setting the product and the ticketLines, it should be just add one more property.
This change maybe breaks some tests, that would be needed to addapt. |
|
|
(0152180)
|
hgbot
|
2023-07-07 07:02
|
|
|
|
(0152181)
|
hgbot
|
2023-07-07 07:02
|
|
|
|
(0152505)
|
hgbot
|
2023-07-14 15:00
|
|
|
|
(0152506)
|
hgbot
|
2023-07-14 15:00
|
|
|
|
(0152507)
|
hgbot
|
2023-07-14 15:00
|
|
|
|
(0152508)
|
hgbot
|
2023-07-14 15:00
|
|
|