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

View Revisions: Issue #26894 Back to Issue ]
Summary 0026894: Stabilization: Improve the synchronization management
Revision 2014-08-01 20:38 by Orekaria
Steps To Reproduce See the list below of related and blocked issues
Revision 2014-08-01 20:38 by Orekaria
Description Improve the synchronization management
Revision 2014-08-01 20:34 by Orekaria
Steps To Reproduce In very slow computers/smartphones/tablets the user could still make wrong sales (check the issue https://issues.openbravo.com/view.php?id=26880 [^])

Check the issue: https://issues.openbravo.com/view.php?id=26740 [^]

In ob-terminal-mode.js check uncomment and see the console log

    // DEVELOPER: activate this to see all the events that are being fired by the backbone components of the terminal
    this.on('all', function(eventName, object, third) {
      if (eventName.indexOf('change') >= 0) {
        return;
      }
      var enyoName = object ? object.name : '';
      OB.info('event fired: ' + eventName + ', ' + enyoName + ', ' + third);
    });
Revision 2014-08-01 20:34 by Orekaria
Description Improve the disabling of the pay button to wait until the backbone queue is empty


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker