Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035534Retail ModulesStoreServerpublic2017-03-15 16:342017-03-31 12:27
Sandrahuguet 
mtaal 
normalmajorhave not tried
closedfixed 
20Community Appliance
 
 
Sandrahuguet
No
0035534: Time lapse when tap on cashup using Synchronized Mode
Time lapse when tap on cashup using Synchronized Mode, the cash up window takes more or less 4 seconds in appear
-enable Synchronized Mode
-Login WebPOS
-Tap on Cashup, notice that cash up window takes more or less 4 seconds in appear
timelapse could be related with OB.UTIL.rebuildCashupFromServer


navigateTo: function() {
        var me = this;
        if (OB.MobileApp.model.hasPermission('OBMOBC_SynchronizedMode', true)) {
            OB.UTIL.rebuildCashupFromServer(function() {
                OB.MobileApp.model.navigate(me.route);
            });
        } else {
            OB.MobileApp.model.navigate(me.route);
        }
    }
Performance
Issue History
2017-03-15 16:34SandrahuguetNew Issue
2017-03-15 16:34SandrahuguetAssigned To => mtaal
2017-03-15 16:34SandrahuguetResolution time => 1491343200
2017-03-15 16:34SandrahuguetTriggers an Emergency Pack => No
2017-03-15 16:40SandrahuguetTag Attached: Performance
2017-03-22 15:53mtaalNote Added: 0095507
2017-03-31 11:47hgbotCheckin
2017-03-31 11:47hgbotNote Added: 0095754
2017-03-31 11:47hgbotStatusnew => resolved
2017-03-31 11:47hgbotResolutionopen => fixed
2017-03-31 11:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/661d21a689e279c183d6b8f02af633d150ec4b7a [^]
2017-03-31 11:47mtaalReview Assigned To => AugustoMauch
2017-03-31 11:50mtaalReview Assigned ToAugustoMauch => Sandrahuguet
2017-03-31 12:27SandrahuguetNote Added: 0095761
2017-03-31 12:27SandrahuguetStatusresolved => closed

Notes
(0095507)
mtaal   
2017-03-22 15:53   
The issue has been retested a couple of times, it is not reproduceable consistenly.

The one thing which shows up is that the 'loading' message does not appear right away. This seems to be the main issue to be solved for now.
(0095754)
hgbot   
2017-03-31 11:47   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 661d21a689e279c183d6b8f02af633d150ec4b7a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Mar 31 11:46:41 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/661d21a689e279c183d6b8f02af633d150ec4b7a [^]

Fixes issue 35534: Time lapse when tap on cashup using Synchronized Mode
Show the loading lock screen earlier in the logic

---
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---
(0095761)
Sandrahuguet   
2017-03-31 12:27   
reviewed and tested