Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052141 | POS2 | POS | public | 2023-04-17 17:18 | 2023-05-01 07:44 |
|
Reporter | hcurbelo | |
Assigned To | hcurbelo | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 23Q3 | |
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 | 0052141: Allow different cancelation configurations for each payment methods |
Description | The requirement of SMCP is to be able to define that some payment methods: can be canceled, some others cannot, and some others will request approval from the store manager to proceed with the cancellation.
|
Steps To Reproduce | 1. If the Option “Allowed” is selected inside the Backoffice for a specific payment method: in Webpos, when the cashier clicks on the X to cancel this specific payment method. The behavior is the same as today. Means the payment method can be canceled.
2. If the option “Request approval” is selected inside the Backoffice for a specific payment method: in Webpos when the cashier clicks on the X to cancel this specific payment method. The system triggers an approval request pop up requesting approval from the store manager. If approval is successful, then the payment method is deleted. If approval is not successful, the cashier must click on “Cancel button” and go back to the initial window and the specific payment method is not canceled.
3. If the option “Not allowed” is selected inside the Backoffice for a specific payment method: in Webpos when the cashier tries to click on the X to cancel this specific payment method the X doesn’t appear anymore preventing the cashier from clicking on it .
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-04-17 17:18 | hcurbelo | New Issue | |
2023-04-17 17:18 | hcurbelo | Assigned To | => hcurbelo |
2023-04-17 17:18 | hcurbelo | OBNetwork customer | => No |
2023-04-17 17:18 | hcurbelo | Triggers an Emergency Pack | => No |
2023-04-21 05:26 | hgbot | Merge Request Status | => open |
2023-04-21 05:26 | hgbot | Note Added: 0148671 | |
2023-04-27 17:24 | hgbot | Note Added: 0149035 | |
2023-05-01 07:43 | hgbot | Merge Request Status | open => approved |
2023-05-01 07:44 | hgbot | Resolution | open => fixed |
2023-05-01 07:44 | hgbot | Status | new => closed |
2023-05-01 07:44 | hgbot | Fixed in Version | => 23Q3 |
2023-05-01 07:44 | hgbot | Note Added: 0149092 | |
2023-05-01 07:44 | hgbot | Note Added: 0149093 | |
2023-05-01 07:44 | hgbot | Note Added: 0149094 | |
2023-05-01 07:44 | hgbot | Note Added: 0149095 | |
Notes |
|
(0148671)
|
hgbot
|
2023-04-21 05:26
|
|
|
|
(0149035)
|
hgbot
|
2023-04-27 17:24
|
|
|
|
(0149092)
|
hgbot
|
2023-05-01 07:44
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a5f4720dad026f55cec6623d3d24db7c8acf8b9d
Author: Hector Curbelo Barrios <hector.curbelo@smfconsulting.es>
Date: 01-05-2023 05:44:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a5f4720dad026f55cec6623d3d24db7c8acf8b9d [^]
Fixed ISSUE-52141 Allow different cancelation configurations for each payment method
---
A web-jspack/org.openbravo.pos2/src/model/ticket/actions/cancelPayment.js
A web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/CancelPayment.js
M src-db/database/model/modifiedTables/OBPOS_APP_PAYMENT_TYPE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/OBC2_USER_ACTION.xml
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/__test__/processPaymentVoid.test.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentIntegration/processPaymentVoid.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentList/PaymentAction.jsx
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentList/PaymentActionEvents.js
M web-jspack/org.openbravo.pos2/src/components/Payments/PaymentPanel/__mock__/paymentsInitialization.js
M web-jspack/org.openbravo.pos2/src/model/ticket/TicketExtension.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
|
|
|
(0149093)
|
hgbot
|
2023-05-01 07:44
|
|
|
|
(0149094)
|
hgbot
|
2023-05-01 07:44
|
|
|
|
(0149095)
|
hgbot
|
2023-05-01 07:44
|
|
|