Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031635Retail ModulesWeb POSpublic2015-12-01 21:292015-12-11 13:55
guilleaer 
guilleaer 
normalmajorhave not tried
closedfixed 
5
 
RR16Q1RR16Q1 
marvintm
Production - QA Approved
RR15Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/80f4eccdc8179434eca90a9011817d86d6920e71 [^]
No
0031635: Under certain circumstances web POS fails because Inc refresh and full refresh are executed at the same time
Under certain circumstances web POS fails because Inc refresh and full refresh are executed at the same time.

Apart from that, inc refresh is not activated when a login from an empty cache is done
Configure a terminal with:
inc refresh: 1 minute
full refresh: 2 minutes

1. delete cache
2. login
3. Yo will see that inc refresh is not executed
4. press f5 whithout wait 2 minutes
5. incremental refresh will be executed while login is done
6. If you wait 1 minute inc refresh will be executed
7. wait 1 minute more and press f5
8. Full refresh and inc refresh are executed at the same time. Web POS never loads and the progress bar gets crazy
1. Avoid simultaneous execution of inc refresh and full refresh
2. inc refresh should be enabled always when it is properly configured
No tags attached.
related to defect 0031341 closed guilleaer Suddenly incremental refresh is not working because lastUpdatedTimestamp becomes "null" 
depends on backport 0031646RR15Q4.1 closed guilleaer Under certain circumstances web POS fails because Inc refresh and full refresh are executed at the same time 
Issue History
2015-12-01 21:29guilleaerNew Issue
2015-12-01 21:29guilleaerAssigned To => guilleaer
2015-12-01 21:29guilleaerTriggers an Emergency Pack => No
2015-12-01 21:29guilleaerRelationship addedrelated to 0031341
2015-12-02 16:26hgbotCheckin
2015-12-02 16:26hgbotNote Added: 0082539
2015-12-02 16:26hgbotStatusnew => resolved
2015-12-02 16:26hgbotResolutionopen => fixed
2015-12-02 16:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4d52f936392f82f8bf1dfe200c7cd21dafa59b8c [^]
2015-12-02 17:16guilleaerStatusresolved => new
2015-12-02 17:16guilleaerResolutionfixed => open
2015-12-02 17:16guilleaerStatusnew => scheduled
2015-12-02 17:16guilleaerStatusscheduled => resolved
2015-12-02 17:16guilleaerFixed in Version => RR16Q1
2015-12-02 17:16guilleaerResolutionopen => fixed
2015-12-04 13:45OrekariaReview Assigned To => marvintm
2015-12-07 14:13guilleaerRegression level => Production - QA Approved
2015-12-07 14:13guilleaerRegression introduced in release => RR15Q4
2015-12-07 14:13guilleaerRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/80f4eccdc8179434eca90a9011817d86d6920e71 [^]
2015-12-11 13:55marvintmStatusresolved => closed

Notes
(0082539)
hgbot   
2015-12-02 16:26   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4d52f936392f82f8bf1dfe200c7cd21dafa59b8c
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Tue Dec 01 21:30:18 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4d52f936392f82f8bf1dfe200c7cd21dafa59b8c [^]

fixed issue 31635: inc refresh and full refresh won't be executed at the same time

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---