Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027672Retail ModulesWeb POSpublic2014-09-24 17:422014-09-30 18:05
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4RR14Q4 
marvintm
No
0027672: Stabilization: The SynchronizationHelper should be inside the OB.UTIL namespace
Stabilization: The SynchronizationHelper should be inside the OB.UTIL namespace
Verify that SynchronizationHelper is not in the OB.UTIL namespace
No tags attached.
depends on feature request 0026894RR14Q4 closed Orekaria Stabilization: Improve the synchronization management 
blocks feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
Issue History
2014-09-24 17:42OrekariaNew Issue
2014-09-24 17:42OrekariaAssigned To => Orekaria
2014-09-24 17:42OrekariaTriggers an Emergency Pack => No
2014-09-24 17:43OrekariaRelationship addedblocks 0027329
2014-09-24 17:45OrekariaRelationship addeddepends on 0026894
2014-09-24 20:10hgbotCheckin
2014-09-24 20:10hgbotNote Added: 0070327
2014-09-24 20:10hgbotStatusnew => resolved
2014-09-24 20:10hgbotResolutionopen => fixed
2014-09-24 20:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8cf3ee95a1f52316dbb0bd68a9572ed1a80f52ab [^]
2014-09-24 20:10hgbotCheckin
2014-09-24 20:10hgbotNote Added: 0070328
2014-09-24 20:10hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8cf3ee95a1f52316dbb0bd68a9572ed1a80f52ab [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/002f473f47058e137616f281674c509aaccb8d85 [^]
2014-09-24 22:37hgbotCheckin
2014-09-24 22:37hgbotNote Added: 0070335
2014-09-30 18:05marvintmReview Assigned To => marvintm
2014-09-30 18:05marvintmStatusresolved => closed
2014-09-30 18:05marvintmFixed in Version => RR14Q4

Notes
(0070327)
hgbot   
2014-09-24 20:10   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8cf3ee95a1f52316dbb0bd68a9572ed1a80f52ab
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Sep 24 20:09:12 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8cf3ee95a1f52316dbb0bd68a9572ed1a80f52ab [^]

Fixes issue 27672: The SynchronizationHelper has been moved to the OB.UTIL.SyncrhonizationHelper namespace

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/data/ob-datasource.js
M web/org.openbravo.mobile.core/source/data/ob-model.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/utils/ob-synchronization.js
---
(0070328)
hgbot   
2014-09-24 20:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 002f473f47058e137616f281674c509aaccb8d85
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Sep 24 20:10:00 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/002f473f47058e137616f281674c509aaccb8d85 [^]

Fixes issue 27672: The SynchronizationHelper has been moved to the OB.UTIL.SyncrhonizationHelper namespace

---
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/cashmgmt.js
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/closecash.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/model/executor.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
---
(0070335)
hgbot   
2014-09-24 22:37   
Repository: tools/automation/pi-mobile
Changeset: 152ecd24f62720237abac7b3c9a127106ef53f65
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Sep 24 20:16:34 2014 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/152ecd24f62720237abac7b3c9a127106ef53f65 [^]

Related to issue 27672: The SynchronizationHelper namespace has been update to the new one in the WebPOS: OB.UTIL.SynchronizationHelper

---
M src-test/org/openbravo/retail/integrationtest/common/tests/SynchronizationHelper.java
---