Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027417Retail ModulesWeb POSpublic2014-08-22 11:052014-10-31 15:58
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4 
marvintm
No
0027417: Stabilization: add a main.js file to any module in which centralize versions, deprecations, etc
Stabilization: add a main.js file to any module in which centralize versions, deprecations, etc
Verify that the versions and deprecations are made in different javascript files

E.g: ob-terminal-model.js
In the main.js file, centralize this declarations
No tags attached.
related to defect 0027332RR14Q4 closed Orekaria [API Deprecation] OB.UTILS is no longer a valid namespace and OB.UTIL is missing 2 files 
blocks feature request 0027329 new Retail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 
blocks defect 0027349RR14Q4 closed Orekaria [API Deprecation] The HookManager does not have to depend on the OB.MobileApp.model object 
blocks defect 0027408RR14Q4 closed Orekaria Stabilization: The localDB database version should be set in a better place 
blocks defect 0027986RR14Q4 closed Orekaria Stabilization: Revisit log levels after the introduction of the Debug mode 
Issue History
2014-08-22 11:05OrekariaNew Issue
2014-08-22 11:05OrekariaAssigned To => Orekaria
2014-08-22 11:05OrekariaTriggers an Emergency Pack => No
2014-08-22 11:05OrekariaRelationship addedblocks 0027329
2014-08-22 11:05OrekariaRelationship addedblocks 0027332
2014-08-22 11:05OrekariaRelationship addedblocks 0027349
2014-08-22 11:06OrekariaRelationship addedblocks 0027408
2014-08-22 11:09OrekariaSummaryStabilization: add a main.js file to any module in which centralize, deprecations, etc => Stabilization: add a main.js file to any module in which centralize versions, deprecations, etc
2014-08-22 11:09OrekariaDescription Updatedbug_revision_view_page.php?rev_id=6415#r6415
2014-08-24 17:42OrekariaRelationship replacedrelated to 0027332
2014-09-22 16:22mtaalTarget VersionRR14Q4 =>
2014-10-31 09:15OrekariaRelationship addedblocks 0027986
2014-10-31 09:25OrekariaReview Assigned To => marvintm
2014-10-31 09:44hgbotCheckin
2014-10-31 09:44hgbotNote Added: 0071294
2014-10-31 09:44hgbotStatusnew => resolved
2014-10-31 09:44hgbotResolutionopen => fixed
2014-10-31 09:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474bc61fc6d4a3d75bd4f151788f5604c7a0123c [^]
2014-10-31 09:48hgbotCheckin
2014-10-31 09:48hgbotNote Added: 0071296
2014-10-31 09:48hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474bc61fc6d4a3d75bd4f151788f5604c7a0123c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b242bd61939f47f2d166697846f1b11d9c466440 [^]
2014-10-31 15:58marvintmStatusresolved => closed
2014-10-31 15:58marvintmFixed in Version => RR14Q4

Notes
(0071294)
hgbot   
2014-10-31 09:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 474bc61fc6d4a3d75bd4f151788f5604c7a0123c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Oct 31 09:38:38 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/474bc61fc6d4a3d75bd4f151788f5604c7a0123c [^]

Fixes issue 27417 (posterminal): a main.js file has been added to mobile.core
- version initializations and deprecations for mobile.core have been moved here
- posterminal deprecations have been moved to posterminal's main.js file
- jsLint

---
M web/org.openbravo.retail.posterminal/js/main.js
---
(0071296)
hgbot   
2014-10-31 09:48   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: b242bd61939f47f2d166697846f1b11d9c466440
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Oct 31 09:38:21 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/b242bd61939f47f2d166697846f1b11d9c466440 [^]

Fixes issue 27417: a main.js file has been added to mobile.core
- version initializations and deprecations for mobile.core have been moved here
- posterminal deprecations have been moved to posterminal's main.js file
- jsLint

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
M web/org.openbravo.mobile.core/source/utils/ob-versionmanagement.js
A web/org.openbravo.mobile.core/source/main.js
---