Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035534
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] StoreServermajorhave not tried2017-03-15 16:342017-03-31 12:27
ReporterSandrahuguetView Statuspublic 
Assigned Tomtaal 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision661d21a689e2
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionSCM revision 
Review Assigned ToSandrahuguet
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0035534: Time lapse when tap on cashup using Synchronized Mode

DescriptionTime lapse when tap on cashup using Synchronized Mode, the cash up window takes more or less 4 seconds in appear
Steps To Reproduce-enable Synchronized Mode
-Login WebPOS
-Tap on Cashup, notice that cash up window takes more or less 4 seconds in appear
Proposed Solutiontimelapse 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);
        }
    }
TagsPerformance
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0095507)
mtaal (manager)
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 (developer)
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 (developer)
2017-03-31 12:27

reviewed and tested

- Issue History
Date Modified Username Field Change
2017-03-15 16:34 Sandrahuguet New Issue
2017-03-15 16:34 Sandrahuguet Assigned To => mtaal
2017-03-15 16:34 Sandrahuguet Resolution time => 1491343200
2017-03-15 16:34 Sandrahuguet Triggers an Emergency Pack => No
2017-03-15 16:40 Sandrahuguet Tag Attached: Performance
2017-03-22 15:53 mtaal Note Added: 0095507
2017-03-31 11:47 hgbot Checkin
2017-03-31 11:47 hgbot Note Added: 0095754
2017-03-31 11:47 hgbot Status new => resolved
2017-03-31 11:47 hgbot Resolution open => fixed
2017-03-31 11:47 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/661d21a689e279c183d6b8f02af633d150ec4b7a [^]
2017-03-31 11:47 mtaal Review Assigned To => AugustoMauch
2017-03-31 11:50 mtaal Review Assigned To AugustoMauch => Sandrahuguet
2017-03-31 12:27 Sandrahuguet Note Added: 0095761
2017-03-31 12:27 Sandrahuguet Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker