Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054750Retail ModulesWeb POSpublic2024-02-06 16:232024-02-26 06:46
malsasua 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR24Q1.1RR24Q1.1 
2023-07-10
RR23Q4
https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/511ed74e96e4a5ecfca661f1ca4bab6f92fe97ce [^]
No
0054750: Login and sales can not be done with remote customer enabled in offline
with the remote customer preference enabled, it is not possible to log in to the POS.
It is related to this other mantis issue:
https://issues.openbravo.com/view.php?id=54565 [^]

But if finally, you can do the login because 54565 is fixed (removing "return" clause in the hook), when DONE button is clicked to finish the ticket, error is returned:
Operation cannot be completed. Business partner not found
BO:
. enable remote customers preference

POS:
. go to offline
. do login -> error is returned caused by the issue
https://issues.openbravo.com/view.php?id=54565 [^]
-> force the login adding a breakpoint in "return" line and execute the callbackExecutor line
. add a product
. add a payment
. click in DONE button:
error: Operation cannot be completed. Business partner not found
No tags attached.
blocks defect 0054593 closed ranjith_qualiantech_com Login and sales can not be done with remote customer enabled in offline 
Issue History
2024-02-23 07:29ranjith_qualiantech_comTypedefect => backport
2024-02-23 07:29ranjith_qualiantech_comTarget Version => RR24Q1.1
2024-02-26 06:43hgbotNote Added: 0161222
2024-02-26 06:46hgbotResolutionopen => fixed
2024-02-26 06:46hgbotStatusscheduled => closed
2024-02-26 06:46hgbotNote Added: 0161225
2024-02-26 06:46hgbotFixed in Version => RR24Q1.1
2024-02-26 06:46hgbotNote Added: 0161226

Notes
(0161222)
hgbot   
2024-02-26 06:43   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/669 [^]
(0161225)
hgbot   
2024-02-26 06:46   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/669 [^]
(0161226)
hgbot   
2024-02-26 06:46   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 2be4a6b602b0f636f268a9627b7b5afa8a6e466c
Author: Ranjith S R <ranjith.rangaraju.ext@openbravo.com>
Date: 26-02-2024 10:25:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/2be4a6b602b0f636f268a9627b7b5afa8a6e466c [^]

Fixed ISSUE-54750: Force IndexedDB Search added for OB Dal get & find

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---