Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028132Retail ModulesOffline Modepublic2014-11-10 14:302014-11-12 10:43
plujan 
marvintm 
normalminorhave not tried
closedfixed 
5
main 
RR15Q1 
Orekaria
No
0028132: Menu entries with required Internet connection do not get the frontend in online mode
After returning online, clicking the menu options like "verified returns" and "quotations" is not enough to let the webPOS know I am online and I keep receiving an error message saying I need to be online.
1. Login webPOS in online mode
2. Move to offline mode by disconnecting the LAN cable
3. Create and complete a receipt (just to verify you are truly offline)
4. On the top left menu, go to Quotations entry
5. A message is shown, "This functionality requires online operation" [Correct]
6. Plug network back in
7. Try to open Quotations menu option again. Same error message is show [Wrong]
8. Create and complete a receipt (just to verify you are back online)
9. Try to open Quotations menu option again. Now it works.
No tags attached.
Issue History
2014-11-10 14:30plujanNew Issue
2014-11-10 14:30plujanAssigned To => marvintm
2014-11-10 14:30plujanTriggers an Emergency Pack => No
2014-11-11 14:15hgbotCheckin
2014-11-11 14:15hgbotNote Added: 0071555
2014-11-11 14:15hgbotStatusnew => resolved
2014-11-11 14:15hgbotResolutionopen => fixed
2014-11-11 14:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cc69ace4c1b43ed466a3cd5b3968f34888888403 [^]
2014-11-12 10:43hgbotCheckin
2014-11-12 10:43hgbotNote Added: 0071590
2014-11-12 10:43OrekariaReview Assigned To => Orekaria
2014-11-12 10:43OrekariaStatusresolved => closed
2014-11-12 10:43OrekariaFixed in Version => RR15Q1

Notes
(0071555)
hgbot   
2014-11-11 14:15   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: cc69ace4c1b43ed466a3cd5b3968f34888888403
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Nov 11 14:14:45 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/cc69ace4c1b43ed466a3cd5b3968f34888888403 [^]

Fixed issue 28132. Now the POS will detect that connection came back if a request to the backend finished successfully.

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
---
(0071590)
hgbot   
2014-11-12 10:43   
Repository: tools/automation/pi-mobile
Changeset: 0f4c05efac20a79c5c1f1f5ea757ad40a712e679
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Nov 12 10:43:10 2014 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0f4c05efac20a79c5c1f1f5ea757ad40a712e679 [^]

Related to issue 28132: Added test to verify that the 'connectedToERP' global variable is working as expected

---
M src-test/org/openbravo/retail/standard/automation/suites/LoginoutSuite.java
A src-test/org/openbravo/retail/standard/automation/level10/loginout/issues/I28132_GlobalVariableConnectedToERP.java
---