Openbravo Issue Tracking System - POS2
View Issue Details
0051889POS2POSpublic2023-03-16 17:312023-03-21 16:17
javierRodriguez 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
23Q2 
Coding ( Testing )
2022-02-16
https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/113f5c6f164374d36e99b88f4bd57befc4a49b23 [^]
No
0051889: It is not possible to do a Cancel and replace after login for the first time in ReactPOS
Due to a technical error, if the user tries to do a cancel and replace after login in the application, the application shows an error and cancel the action.
- go to livebulds
- go inside retail pos2 environment
- Delete cache
- F5
- Login
- Navigate to order window and try to do a cancel and replace
- KO, check the error below
No tags attached.
depends on backport 005189523Q1.1 closed ranjith_qualiantech_com It is not possible to do a Cancel and replace after login for the first time in ReactPOS 
png errorcancelandreplace.png (27,658) 2023-03-16 17:31
https://issues.openbravo.com/file_download.php?file_id=18269&type=bug
png
Issue History
2023-03-16 17:31javierRodriguezNew Issue
2023-03-16 17:31javierRodriguezAssigned To => Retail
2023-03-16 17:31javierRodriguezFile Added: errorcancelandreplace.png
2023-03-16 17:31javierRodriguezRegression level => Coding ( Testing )
2023-03-16 17:31javierRodriguezRegression date => 2022-02-16
2023-03-16 17:31javierRodriguezRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/113f5c6f164374d36e99b88f4bd57befc4a49b23 [^]
2023-03-16 17:31javierRodriguezTriggers an Emergency Pack => No
2023-03-17 09:53javierRodriguezStatusnew => scheduled
2023-03-17 09:53javierRodriguezStatusscheduled => acknowledged
2023-03-17 10:36ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2023-03-17 14:12ranjith_qualiantech_comStatusacknowledged => scheduled
2023-03-20 17:53hgbotNote Added: 0147722
2023-03-21 16:17hgbotNote Added: 0147770
2023-03-21 16:17hgbotResolutionopen => fixed
2023-03-21 16:17hgbotStatusscheduled => closed
2023-03-21 16:17hgbotFixed in Version => 23Q2
2023-03-21 16:17hgbotNote Added: 0147771

Notes
(0147722)
hgbot   
2023-03-20 17:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1608 [^]
(0147770)
hgbot   
2023-03-21 16:17   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1608 [^]
(0147771)
hgbot   
2023-03-21 16:17   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 799e1236f12820dafe15468177def3c1538f1218
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 21-03-2023 15:17:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/799e1236f12820dafe15468177def3c1538f1218 [^]

Fixed ISSUE-51889: Original Ticket should be used in DeliveryControl validation
* When cancelling/replacing ticket. Original Ticket should be used
  in the DeliveryControl validation

---
M web-jspack/org.openbravo.pos2/src/core/pickupPoint/deliveryControl/DCMController.js
M web-jspack/org.openbravo.pos2/src/core/pickupPoint/deliveryControl/__test__/DCMController.test.js
---