Openbravo Issue Tracking System - Retail Modules
View Issue Details
0050754Retail ModulesWeb POSpublic2022-11-07 12:252023-05-15 09:10
marvintm 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR23Q3 
No
0050754: Allow remove orders in draft with a Credit card payment added
In some cases, an order was paid with a non-basic payment method, and never completed. Most of the times it is possible to just complete this order. However, in some obscure cases, it is neither possible to complete the order, or cancel the payment and delete the order.

In these cases, the cashier is stuck, and finally has to clear the cache, which is something that in general should be avoided. Therefore, we have decided to add an option in the application that can be optionally enabled, to allow cashiers (or in most cases, supervisors with special access) to forcefully remove orders with payments.
.
Add an option in the application to allow a specially allowed cashier or supervisor to remove orders with payments in the POS.
No tags attached.
Issue History
2022-11-07 12:25marvintmNew Issue
2022-11-07 12:25marvintmAssigned To => Retail
2022-11-07 12:25marvintmTriggers an Emergency Pack => No
2022-11-09 09:34hgbotNote Added: 0143287
2023-02-28 07:48ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-02-28 07:48ranjith_qualiantech_comStatusnew => scheduled
2023-03-01 06:03hgbotNote Added: 0147144
2023-05-15 09:10hgbotNote Added: 0149683
2023-05-15 09:10hgbotNote Added: 0149684
2023-05-15 09:10hgbotResolutionopen => fixed
2023-05-15 09:10hgbotStatusscheduled => closed
2023-05-15 09:10hgbotFixed in Version => RR23Q3
2023-05-15 09:10hgbotNote Added: 0149685
2023-05-15 09:10hgbotNote Added: 0149686

Notes
(0143287)
hgbot   
2022-11-09 09:34   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/978 [^]
(0147144)
hgbot   
2023-03-01 06:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1559 [^]
(0149683)
hgbot   
2023-05-15 09:10   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: dca6aacb012bb4872e1c23b25caed5d5948ea529
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 15-05-2023 07:09:58
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/dca6aacb012bb4872e1c23b25caed5d5948ea529 [^]

Related to ISSUE-50754: Added Force delete ticket with payment in ticket button bar
* Added UserAction for Force Delete Ticket with Payments

---
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketButtonBar/ForceDeleteTicketButton.jsx
A web-jspack/org.openbravo.pos2/src/components/Ticket/TicketButtonBar/index.js
A web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/ForceDeleteTicket.js
M src-db/database/sourcedata/OBC2_USER_ACTION.xml
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/ButtonBar2-BookedDisabledAll.config.json
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/ButtonBar2-BookedReturn.config.json
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/ButtonBar2-BookedTicket.config.json
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/ButtonBar2-DraftReturn.config.json
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/ButtonBar2-DraftTicket.config.json
M web-jspack/org.openbravo.pos2/src/components/ButtonBar2/__test__/ButtonBar2.test.jsx
M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/DeleteTicket.test.js
M web-jspack/org.openbravo.pos2/src/model/ticket/user-actions/DeleteTicket.js
M web-jspack/org.openbravo.pos2/src/ob-init.js
---
(0149684)
hgbot   
2023-05-15 09:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1559 [^]
(0149685)
hgbot   
2023-05-15 09:10   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c72ad383d775d6fb07d1013e05a6ee77c94e2e2f
Author: Pau Ninot | Practics BS <pau.ninot@practicsbs.com>
Date: 15-05-2023 07:10:16
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c72ad383d775d6fb07d1013e05a6ee77c94e2e2f [^]

Fixes ISSUE-50754: Allow remove orders in draft with a Credit card payment added

---
A web/org.openbravo.retail.posterminal/js/actionpreparation/DeleteTicketApproval.js
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/actions/DeleteTicket.js
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/obpos-toolbar.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0149686)
hgbot   
2023-05-15 09:10   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/978 [^]