Openbravo Issue Tracking System - POS2
View Issue Details
0053096POS2POSpublic2023-05-08 10:192023-07-28 12:01
asier_perez 
javierRodriguez 
normalminoralways
closedfixed 
5
 
23Q3 
No
0053096: 'Order is not found' error message appears when switching between two existing orders
When there are two new open orders, and we try to switch from one to the other, an error message appears, saying that the order is not found when it is.
1) Log in POS2
2) Add any product to the current order
3) Click 'New Order'
4) Add any product to the new order
5) Click 'Switch Order'
6) Select the first order => The error message appears
No tags attached.
blocks defect 0052378 closed javierRodriguez 'Order is not found' error message appears when switching between two existing orders 
Issue History
2023-07-28 10:00guilleaerTypedefect => backport
2023-07-28 10:00guilleaerTarget Version => 23Q3
2023-07-28 11:15hgbotNote Added: 0152975
2023-07-28 12:01hgbotResolutionopen => fixed
2023-07-28 12:01hgbotStatusscheduled => closed
2023-07-28 12:01hgbotFixed in Version => RR23Q3
2023-07-28 12:01hgbotNote Added: 0152979
2023-07-28 12:01hgbotNote Added: 0152978

Notes
(0152975)
hgbot   
2023-07-28 11:15   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1296 [^]
(0152978)
hgbot   
2023-07-28 12:01   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1296 [^]
(0152979)
hgbot   
2023-07-28 12:01   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: 9d2a6e6eacbdadac4cd67448d7d21df9d77c8e07
Author: Guillermo Alvarez de Eulate <guillermo.alvarez@openbravo.com>
Date: 28-07-2023 11:13:53
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/9d2a6e6eacbdadac4cd67448d7d21df9d77c8e07 [^]

fixed ISSUE-53096: Refactor of the sanity check to detect duplicated order ids

---
A src/org/openbravo/retail/posterminal/CheckOrderExist.java
A src/org/openbravo/retail/posterminal/utility/OrderFinder.java
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/OBMOBC_SERVICES.xml
M src/org/openbravo/retail/posterminal/PaidReceipts.java
M web/org.openbravo.retail.posterminal/app/model/business-object/ticket/LoadTicketUtils.js
---