Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037129Retail ModulesWeb POSpublic2017-10-20 10:062017-10-31 18:07
Sandrahuguet 
Sandrahuguet 
normalminorhave not tried
closedfixed 
30Openbravo Appliance 14.04
 
RR18Q1 
marvintm
No
0037129: Do not do automatic incremental load at login feature does not work correctly in all cases.
Do not do automatic incremental load at login feature does not work correctly in all cases.
In the backoffice:
 - Create the preference: No Auto Incremental Load at Login (Empty all visibility filters)

Open developer tools
Login WebPOS using VBS-1 terminal (notice that first login is a full login, correct)
Logout
Login again using VBS-1 (notice that a incremental refresh is done, and this is not correct, an incremental refresh should not happen)
Logout
Login again using VBS-1 (notice that no incremental refresh is done)
Performance
related to feature request 0036224RR17Q3 closed mtaal Do not do automatic incremental load at login 
Issue History
2017-10-20 10:06SandrahuguetNew Issue
2017-10-20 10:06SandrahuguetAssigned To => Retail
2017-10-20 10:06SandrahuguetResolution time => 1510268400
2017-10-20 10:06SandrahuguetTriggers an Emergency Pack => No
2017-10-20 10:06SandrahuguetRelationship addedrelated to 0036224
2017-10-23 17:27SandrahuguetTag Attached: Performance
2017-10-24 14:02SandrahuguetAssigned ToRetail => Sandrahuguet
2017-10-26 11:03SandrahuguetReview Assigned To => marvintm
2017-10-26 12:30hgbotCheckin
2017-10-26 12:30hgbotNote Added: 0100081
2017-10-26 12:30hgbotStatusnew => resolved
2017-10-26 12:30hgbotResolutionopen => fixed
2017-10-26 12:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7d92cd84ae04e2c6df3ffef2b808e598134be10e [^]
2017-10-26 12:31hgbotCheckin
2017-10-26 12:31hgbotNote Added: 0100082
2017-10-26 12:31hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7d92cd84ae04e2c6df3ffef2b808e598134be10e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/25dded00f43671a55141c6505798ddbc34d0bf2c [^]
2017-10-31 18:07marvintmStatusresolved => closed
2017-10-31 18:07marvintmFixed in Version => RR18Q1

Notes
(0100081)
hgbot   
2017-10-26 12:30   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7d92cd84ae04e2c6df3ffef2b808e598134be10e
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Wed Oct 25 13:20:34 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7d92cd84ae04e2c6df3ffef2b808e598134be10e [^]

Fixed issue 37129 Do not do automatic incremental load in the second login

lastTotalRefresh date should be used to set lastIncRefresh
when it is null or minor.

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0100082)
hgbot   
2017-10-26 12:31   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 25dded00f43671a55141c6505798ddbc34d0bf2c
Author: Sandra Huguet <sandra.huguet <at> openbravo.com>
Date: Thu Oct 26 08:29:46 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/25dded00f43671a55141c6505798ddbc34d0bf2c [^]

Fixed issue 37129 Do not do automatic incremental load in the second login

lastTotalRefresh date should be used to set lastIncRefresh
when it is null or minor.

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