Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054593Retail ModulesWeb POSpublic2024-02-06 16:232024-02-23 07:30
malsasua 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR24Q2 
2023-07-10
RR23Q4
https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/511ed74e96e4a5ecfca661f1ca4bab6f92fe97ce [^]
No
0054593: 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.
depends on defect 0054565 closed alainperez WEBPOS Hook is not executing callbackExecutor 
depends on backport 0054750RR24Q1.1 closed ranjith_qualiantech_com Login and sales can not be done with remote customer enabled in offline 
depends on backport 0054751RR23Q4.3 closed ranjith_qualiantech_com Login and sales can not be done with remote customer enabled in offline 
caused by defect 0051841 closed ranjith_qualiantech_com ERROR with Chrome: 111.0.5563.64 
Issue History
2024-02-06 16:23malsasuaNew Issue
2024-02-06 16:23malsasuaAssigned To => Retail
2024-02-06 16:23malsasuaTriggers an Emergency Pack => No
2024-02-06 16:24malsasuaRelationship addeddepends on 0054565
2024-02-06 16:25PracticsIssue Monitored: Practics
2024-02-13 03:43alainperezStatusnew => scheduled
2024-02-13 03:45alainperezStatusscheduled => acknowledged
2024-02-15 09:33guillermogilAssigned ToRetail => alainperez
2024-02-15 16:44alainperezStatusacknowledged => scheduled
2024-02-16 04:44hgbotNote Added: 0160814
2024-02-21 12:15guillermogilAssigned Toalainperez => ranjith_qualiantech_com
2024-02-21 12:15hgbotNote Added: 0161022
2024-02-21 13:14ranjith_qualiantech_comRelationship addedcaused by 0051041
2024-02-21 14:10ranjith_qualiantech_comRelationship deletedcaused by 0051041
2024-02-21 14:12ranjith_qualiantech_comRelationship addedrelated to 0051841
2024-02-21 14:53ranjith_qualiantech_comRegression date => 2023-07-10
2024-02-21 14:53ranjith_qualiantech_comRegression introduced in release => RR23Q4
2024-02-21 14:53ranjith_qualiantech_comRegression introduced by commit => https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/511ed74e96e4a5ecfca661f1ca4bab6f92fe97ce [^]
2024-02-21 16:27hgbotNote Added: 0161042
2024-02-23 07:28ranjith_qualiantech_comStatusscheduled => acknowledged
2024-02-23 07:29ranjith_qualiantech_comStatusacknowledged => scheduled
2024-02-23 07:29ranjith_qualiantech_comRelationship deletedrelated to 0051841
2024-02-23 07:30ranjith_qualiantech_comRelationship addedcaused by 0051841
2024-02-23 07:30hgbotNote Added: 0161172
2024-02-23 07:30hgbotResolutionopen => fixed
2024-02-23 07:30hgbotStatusscheduled => closed
2024-02-23 07:30hgbotFixed in Version => RR24Q2
2024-02-23 07:30hgbotNote Added: 0161173

Notes
(0160814)
hgbot   
2024-02-16 04:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1474 [^]
(0161022)
hgbot   
2024-02-21 12:15   
Merge request closed: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1474 [^]
(0161042)
hgbot   
2024-02-21 16:27   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/666 [^]
(0161172)
hgbot   
2024-02-23 07:30   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/666 [^]
(0161173)
hgbot   
2024-02-23 07:30   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 0c5d751629257a65b37200e557b32626822afe1a
Author: Ranjith S R <ranjith.rangaraju.ext@openbravo.com>
Date: 21-02-2024 19:16:31
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/0c5d751629257a65b37200e557b32626822afe1a [^]

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

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