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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027267
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSmajorN/A2014-08-02 02:162014-09-09 00:24
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q4
StatusclosedFix in branchFixed in SCM revisionc07f0b5fb0b8
ProjectionnoneETAnoneTarget VersionRR14Q4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomtaal
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027267: Stabilization: Core async calls should be watched by the SynchronizationHelper

DescriptionStabilization: Core async calls should be watched by the SynchronizationHelper
Steps To ReproduceLoad the WebPOS
Verify in the console that async processes are executed after the user can perform core requests
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on feature request 0026894RR14Q4 closedOrekaria Stabilization: Improve the synchronization management 
blocks design defect 0027228 newmarvintm Stabilization: Web POS should validate that models have been imported properly to Web POS 
blocks defect 0027212RR14Q4 closedOrekaria Stabilization: The buttons in the cashup can be tapped faster than the time its async processes need to finish 
blocks defect 0027268RR14Q4 closedOrekaria Stabilization: Improve the enabling/disabling of the pay button 
blocks backport 0027431 closedRetail Sometimes the business partner is empty when the WebPOS loads 

-  Notes
(0069043)
hgbot (developer)
2014-08-02 02:19

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 83bf49d67994baaab637ee50c4d3a8e5cd92fde5
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Aug 02 02:18:35 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/83bf49d67994baaab637ee50c4d3a8e5cd92fde5 [^]

Related to issue 27267: droping tables, registering models and the serviceGET
calls, are now watched by the SynchronizationHelper

---
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
---
(0069044)
hgbot (developer)
2014-08-02 02:23

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 9ffcd9c818408b6ceb4949ed8a0d60b0055ed97e
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Aug 02 02:22:54 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ffcd9c818408b6ceb4949ed8a0d60b0055ed97e [^]

Fixes issue 27267: The PropertiesLoader is now watched by the
SynchronizationHelper

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0069046)
hgbot (developer)
2014-08-02 02:45

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 09e22732f1d09008e5efce8796f1de3fb9eaf5d0
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Aug 02 02:45:21 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/09e22732f1d09008e5efce8796f1de3fb9eaf5d0 [^]

Related issue 27267: The executor managed events are now watched by the
SynchronizationHelper

---
M web/org.openbravo.retail.posterminal/js/model/executor.js
---
(0069109)
hgbot (developer)
2014-08-07 01:08

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: bebc940defb13432045b7773e08f4876638d10c0
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Aug 07 01:07:37 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bebc940defb13432045b7773e08f4876638d10c0 [^]

Fixes issue 27267: The OB.DAL.find is now watched by the SynchronizationHelper

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0069476)
mtaal (manager)
2014-08-18 22:31

Code reviewed
(0069675)
hgbot (developer)
2014-08-24 17:29

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 31bdf0ec3937070b9a4cf382af6f5f7007f3c874
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 24 17:29:36 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/31bdf0ec3937070b9a4cf382af6f5f7007f3c874 [^]

Fixes issue 27267: A synchronization timeout state raised if the readTransaction didn't execute

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0069676)
hgbot (developer)
2014-08-24 17:38

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: c07f0b5fb0b8fcfe0d9534c14baabfab5710bcef
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sun Aug 24 17:38:17 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c07f0b5fb0b8fcfe0d9534c14baabfab5710bcef [^]

Fixes issue 27267: The synchId variable is defined in its correct scope

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---
(0069700)
mtaal (manager)
2014-08-25 10:57

reviewed
(0070033)
hgbot (developer)
2014-09-09 00:24

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 6f6f4021fe012c2f58c836063454bfedfbc9e883
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Sep 09 00:22:42 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6f6f4021fe012c2f58c836063454bfedfbc9e883 [^]

Related to issue 27267: Backed out rev 3775, changeset: 9ffcd9c81840. The call is unbalanced, only the 'terminal' property is catched and serviceGET is being watched

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---

- Issue History
Date Modified Username Field Change
2014-08-02 02:16 Orekaria New Issue
2014-08-02 02:16 Orekaria Assigned To => Orekaria
2014-08-02 02:16 Orekaria Triggers an Emergency Pack => No
2014-08-02 02:16 Orekaria Issue Monitored: marvintm
2014-08-02 02:19 hgbot Checkin
2014-08-02 02:19 hgbot Note Added: 0069043
2014-08-02 02:23 hgbot Checkin
2014-08-02 02:23 hgbot Note Added: 0069044
2014-08-02 02:23 hgbot Status new => resolved
2014-08-02 02:23 hgbot Resolution open => fixed
2014-08-02 02:23 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ffcd9c818408b6ceb4949ed8a0d60b0055ed97e [^]
2014-08-02 02:23 Orekaria Relationship added blocks 0027228
2014-08-02 02:27 Orekaria Relationship added blocks 0027212
2014-08-02 02:39 Orekaria Relationship added blocks 0027268
2014-08-02 02:45 hgbot Checkin
2014-08-02 02:45 hgbot Note Added: 0069046
2014-08-07 01:08 hgbot Checkin
2014-08-07 01:08 hgbot Note Added: 0069109
2014-08-07 01:08 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/9ffcd9c818408b6ceb4949ed8a0d60b0055ed97e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bebc940defb13432045b7773e08f4876638d10c0 [^]
2014-08-18 22:31 mtaal Review Assigned To => mtaal
2014-08-18 22:31 mtaal Note Added: 0069476
2014-08-18 22:31 mtaal Status resolved => closed
2014-08-18 22:31 mtaal Fixed in Version => RR14Q4
2014-08-24 17:29 hgbot Checkin
2014-08-24 17:29 hgbot Note Added: 0069675
2014-08-24 17:29 hgbot Status closed => resolved
2014-08-24 17:29 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/bebc940defb13432045b7773e08f4876638d10c0 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/31bdf0ec3937070b9a4cf382af6f5f7007f3c874 [^]
2014-08-24 17:38 hgbot Checkin
2014-08-24 17:38 hgbot Note Added: 0069676
2014-08-24 17:38 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/31bdf0ec3937070b9a4cf382af6f5f7007f3c874 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c07f0b5fb0b8fcfe0d9534c14baabfab5710bcef [^]
2014-08-24 17:40 Orekaria Relationship added depends on 0026894
2014-08-25 10:57 mtaal Note Added: 0069700
2014-08-25 10:57 mtaal Status resolved => closed
2014-08-25 15:42 Orekaria Relationship added blocks 0027431
2014-09-09 00:24 hgbot Checkin
2014-09-09 00:24 hgbot Note Added: 0070033


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker