Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0053601 | POS2 | Core | public | 2023-10-05 10:36 | 2023-10-20 08:47 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 24Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0053601: Request user action approval separately from reasons |
Description | Currently both approval and reasons are requested together, in the same dialog, per reason item. This forces the supervisor to enter the approval per reason item.
It would be nice to separate the approval request so it is asked once, right after the reason for each of the reason items has been provided. |
Steps To Reproduce | . |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0053576 | | closed | Triage Platform Base | User Action Inputs improvements | causes | defect | 0054363 | | closed | sreehari | Approvals are not working for "Apply Discretionary and Optional Discount" user action under some specific circumstances |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-10-05 10:36 | caristu | New Issue | |
2023-10-05 10:36 | caristu | Assigned To | => caristu |
2023-10-05 10:36 | caristu | Triggers an Emergency Pack | => No |
2023-10-05 10:37 | caristu | Relationship added | blocks 0053576 |
2023-10-05 10:42 | hgbot | Note Added: 0155556 | |
2023-10-10 10:58 | hgbot | Note Added: 0155726 | |
2023-10-19 11:42 | hgbot | Resolution | open => fixed |
2023-10-19 11:42 | hgbot | Status | new => closed |
2023-10-19 11:42 | hgbot | Fixed in Version | => 24Q1 |
2023-10-19 11:42 | hgbot | Note Added: 0156042 | |
2023-10-19 11:42 | hgbot | Note Added: 0156043 | |
2023-10-19 11:43 | hgbot | Note Added: 0156044 | |
2023-10-19 11:43 | hgbot | Note Added: 0156045 | |
2023-10-19 14:24 | hgbot | Note Added: 0156071 | |
2023-10-19 17:09 | hgbot | Note Added: 0156093 | |
2023-10-20 08:47 | hgbot | Note Added: 0156106 | |
2024-01-19 13:15 | caristu | Relationship added | related to 0054363 |
2024-02-12 07:40 | caristu | Relationship deleted | related to 0054363 |
2024-02-12 07:41 | caristu | Relationship added | causes 0054363 |
Notes |
|
(0155556)
|
hgbot
|
2023-10-05 10:42
|
|
|
|
(0155726)
|
hgbot
|
2023-10-10 10:58
|
|
|
|
(0156042)
|
hgbot
|
2023-10-19 11:42
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 7a7835ad560cc129128f19fb6147dc25ba3949f2
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 19-10-2023 11:41:21
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/7a7835ad560cc129128f19fb6147dc25ba3949f2 [^]
fixes FR-53601: Request user action approval separately from reasons
---
A web-jspack/org.openbravo.core2/src/components/List/TextList.jsx
A web-jspack/org.openbravo.core2/src/components/List/TextList.scss
A web-jspack/org.openbravo.core2/src/components/List/TextListGroup.jsx
A web-jspack/org.openbravo.core2/src/components/List/TextListGroup.scss
A web-jspack/org.openbravo.core2/src/components/List/__test__/TextListGroup.test.jsx
A web-jspack/org.openbravo.core2/src/components/List/index.js
A web-jspack/org.openbravo.core2/src/components/List/stories/TextListGroup.stories.jsx
A web-jspack/org.openbravo.core2/src/components/List/stories/TextListGroup.stories.scss
A web-jspack/org.openbravo.core2/src/components/List/stories/TextListGroupStoryHolder.jsx
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.jsx
M web-jspack/org.openbravo.core2/src/components/Form/BaseForm.scss
M web-jspack/org.openbravo.core2/src/components/Form/BaseFormContent.jsx
M web-jspack/org.openbravo.core2/src/components/InputDataDialog/InputDataDialog.jsx
M web-jspack/org.openbravo.core2/src/components/ReasonAndApprovalDialog/ReasonAndApprovalDialog.scss
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/StandardInputDataDialog.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/__test__/StandardInputDataDialog.test.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/stories/StandardInputDataDialog.stories.jsx
M web-jspack/org.openbravo.core2/src/components/StandardInputDataDialog/stories/StandardInputDataDialogStoryHolder.jsx
M web-jspack/org.openbravo.core2/src/core/security/ApprovalChecker.js
M web-jspack/org.openbravo.core2/src/core/security/__test__/ApprovalChecker.test.js
M web-jspack/org.openbravo.core2/src/core/security/requestReasonAndApproval.js
M web-jspack/org.openbravo.core2/src/core/terminal/Security.js
M web-jspack/org.openbravo.core2/src/core/user-action/UserAction.js
M web-jspack/org.openbravo.core2/src/core/user-action/__test__/UserAction.test.js
M web-jspack/org.openbravo.core2/src/ob-init.js
---
|
|
|
(0156043)
|
hgbot
|
2023-10-19 11:42
|
|
|
|
(0156044)
|
hgbot
|
2023-10-19 11:43
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: bf2e0a6ae189415b41691578fe01d8d7892ee9fc
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 19-10-2023 11:42:54
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/bf2e0a6ae189415b41691578fe01d8d7892ee9fc [^]
related to FR-53601: Request user action approval separately from reasons
---
A web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/TicketLineUserAction.js
A web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/__test__/TicketLineUserAction.test.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/DeleteLine.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/ReturnLine.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/SetLinePrice.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/__test__/SetLineReturnReason.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/discounts/SetLineDiscounts.js
---
|
|
|
(0156045)
|
hgbot
|
2023-10-19 11:43
|
|
|
|
(0156071)
|
hgbot
|
2023-10-19 14:24
|
|
|
|
(0156093)
|
hgbot
|
2023-10-19 17:09
|
|
|
|
(0156106)
|
hgbot
|
2023-10-20 08:47
|
|
|