Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031076Retail ModulesWeb POSpublic2015-10-06 16:022015-11-02 11:47
marvintm 
marvintm 
normalmajorsometimes
closedfixed 
5
 
RR15Q3.2RR15Q3.2 
guilleaer
No
0031076: There are some problems with offline mode when the server is overloaded
When the server is overloaded, the Web POS should automatically do login in offline mode, or switch to offline mode on the fly if the user is already logged in and doing operations.

However, this doesn't happen correctly. There are two main reasons for this:
- The timeout of a request to the backend is too big, which can confuse the user when reloading the page.
- Several requests to the login.Context servlet do not have timeout, which can block the Web POS in the case the server is still alive but very overloaded.
- Run a report or a task in the server which makes it run out of memory, thus making it unable to respond properly to the requests.
- Try to login in the Web POS. Verify that it's not possible to do it.
No tags attached.
blocks defect 0031068 closed marvintm There are some problems with offline mode when the server is overloaded 
Issue History
2015-10-06 19:11marvintmTypedefect => backport
2015-10-06 19:11marvintmTarget Version => RR15Q3.2
2015-10-30 14:03hgbotCheckin
2015-10-30 14:03hgbotNote Added: 0081408
2015-10-30 14:03hgbotStatusscheduled => resolved
2015-10-30 14:03hgbotResolutionopen => fixed
2015-10-30 14:03hgbotFixed in SCM revision => http://code.openbravo.com/retail/backports/3.0RR15Q3.2/org.openbravo.mobile.core/rev/21579c7f0dfa4052cb5f63970180bac3f09385bd [^]
2015-11-02 11:47guilleaerReview Assigned To => guilleaer
2015-11-02 11:47guilleaerStatusresolved => closed
2015-11-02 11:47guilleaerFixed in Version => RR15Q3.2

Notes
(0081408)
hgbot   
2015-10-30 14:03   
Repository: retail/backports/3.0RR15Q3.2/org.openbravo.mobile.core
Changeset: 21579c7f0dfa4052cb5f63970180bac3f09385bd
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Oct 30 14:00:40 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q3.2/org.openbravo.mobile.core/rev/21579c7f0dfa4052cb5f63970180bac3f09385bd [^]

Fixed issue 31076. Fixed some problems when the server is overloaded.

---
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---