Openbravo Issue Tracking System - Retail Modules
View Issue Details
0049521Retail ModulesWeb POSpublic2022-06-09 12:222022-08-22 14:12
kchoperena 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR22Q4 
https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c93048a97894897ae4d7a07327d9742699a3de76 [^]
No
0049521: IsOrderCancelled process is checking the "Web POS action Cancel and Replace" preference but is used also in order cancellation
IsOrderCancelled process is checking the "Web POS action Cancel and Replace" even if the process can be executed using the "Cancel this order" menu entry

If C&R is disabled, the "Cancel this order" will not work with any user
In back-end
1.- Ensure that the "Web POS action Cancel and Replace" is disabled
2.- Ensure that the "Web POS action Cancel Layaway/Order" is enabled
Avoid checking the preference in IsOrderCancelled as there is one preference to enable/disable the functionalities that use the process
No tags attached.
Issue History
2022-06-09 12:22kchoperenaNew Issue
2022-06-09 12:22kchoperenaAssigned To => Retail
2022-06-09 12:22kchoperenaRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/c93048a97894897ae4d7a07327d9742699a3de76 [^]
2022-06-09 12:22kchoperenaTriggers an Emergency Pack => No
2022-07-07 14:14ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2022-07-07 14:17ranjith_qualiantech_comStatusnew => scheduled
2022-07-11 07:40hgbotNote Added: 0139222
2022-07-25 08:58hgbotResolutionopen => fixed
2022-07-25 08:58hgbotStatusscheduled => closed
2022-07-25 08:58hgbotNote Added: 0139571
2022-07-25 08:58hgbotFixed in Version => RR22Q4
2022-07-25 08:58hgbotNote Added: 0139572
2022-08-22 14:12eugeniIssue Monitored: eugeni

Notes
(0139222)
hgbot   
2022-07-11 07:40   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/851 [^]
(0139571)
hgbot   
2022-07-25 08:58   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/851 [^]
(0139572)
hgbot   
2022-07-25 08:58   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 14a50bff300ae22acb358015660ff18daabdbc77
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 25-07-2022 06:58:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/14a50bff300ae22acb358015660ff18daabdbc77 [^]

Fixed ISSUE-49521: Removed Preference check when cancelling the layaway

---
M src/org/openbravo/retail/posterminal/process/IsOrderCancelled.java
---