Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039137Retail ModulesWeb POSpublic2018-08-14 15:422018-08-23 09:30
alekosmp86 
alekosmp86 
normalminoralways
closedfixed 
5
 
RR18Q4 
marvintm
No
0039137: Error is shown when trying to filter in Open Receipt window while in Offline Mode
In WebPOS, if you go offline and try to load a receipt through the Open Receipt window, an error is shown.
1 - Login in livebuild: http://livebuilds.openbravo.com/retail_pi_pgsql/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]
2 - Go offline
3 - Go to Menu->Open Receipt
4 - Tap on search button (without applying filters)
5 - Verify that an error is shown (see attached image)
No tags attached.
png ErrorLoadingReceiptsInOffline.png (239,400) 2018-08-14 15:42
https://issues.openbravo.com/file_download.php?file_id=12049&type=bug
png
Issue History
2018-08-14 15:42alekosmp86New Issue
2018-08-14 15:42alekosmp86Assigned To => Retail
2018-08-14 15:42alekosmp86File Added: ErrorLoadingReceiptsInOffline.png
2018-08-14 15:42alekosmp86Triggers an Emergency Pack => No
2018-08-16 15:13hgbotCheckin
2018-08-16 15:13hgbotNote Added: 0106368
2018-08-16 15:13hgbotStatusnew => resolved
2018-08-16 15:13hgbotResolutionopen => fixed
2018-08-16 15:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4de34a845b17a6d9d7eae0ff45aabec1c0da815e [^]
2018-08-17 13:34marvintmAssigned ToRetail => alekosmp86
2018-08-17 15:54hgbotCheckin
2018-08-17 15:54hgbotNote Added: 0106391
2018-08-23 09:30marvintmReview Assigned To => marvintm
2018-08-23 09:30marvintmStatusresolved => closed
2018-08-23 09:30marvintmFixed in Version => RR18Q4

Notes
(0106368)
hgbot   
2018-08-16 15:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4de34a845b17a6d9d7eae0ff45aabec1c0da815e
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Wed Aug 15 16:53:09 2018 -0400
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4de34a845b17a6d9d7eae0ff45aabec1c0da815e [^]

Fixed issue 39137: When searching receipts in Open Receipt window, if POS is offline
a popup is now shown notifying the user that the server is not available, instead
of showing a nasty javascript error.

---
M web/org.openbravo.retail.posterminal/js/components/modalorderselector.js
---
(0106391)
hgbot   
2018-08-17 15:54   
Repository: tools/automation/pi-mobile
Changeset: 0dc74163d1615a92c42a942dfd75bccc5811dd08
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Thu Aug 16 10:48:11 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0dc74163d1615a92c42a942dfd75bccc5811dd08 [^]

Related to issue 39137: added automated test

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I39137_VerifySearchInOpenReceiptOfflineMode.java
---