Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027408 | Retail Modules | Web POS | public | 2014-08-21 14:42 | 2014-09-01 08:43 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR14Q4 | Fixed in Version | RR14Q4 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027408: Stabilization: The localDB database version should be set in a better place |
Description | Stabilization: The localDB database version should be set in a better place |
Steps To Reproduce | Open the login-model.js file
Verify that this code is present:
localDB: {
size: 4 * 1024 * 1024,
name: 'WEBPOS',
displayName: 'Openbravo Web POS',
version: '0.7'
},
Verify that ob-terminal-model.js has similar code |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | feature request | 0027400 | RR14Q4 | closed | Orekaria | Stabilization: Overhaul Version management | depends on | feature request | 0027417 | | closed | Orekaria | Stabilization: add a main.js file to any module in which centralize versions, deprecations, etc | depends on | defect | 0027352 | RR14Q4 | closed | Orekaria | Stabilization: The main.js file is containing code that should be in the login-model.js file | blocks | feature request | 0027329 | | new | Retail | Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-21 14:42 | Orekaria | New Issue | |
2014-08-21 14:42 | Orekaria | Assigned To | => Orekaria |
2014-08-21 14:42 | Orekaria | Triggers an Emergency Pack | => No |
2014-08-21 14:42 | Orekaria | Relationship added | depends on 0027400 |
2014-08-22 00:02 | Orekaria | Status | new => scheduled |
2014-08-22 00:02 | Orekaria | fix_in_branch | => pi |
2014-08-22 00:04 | Orekaria | Relationship added | blocks 0027329 |
2014-08-22 00:54 | Orekaria | fix_in_branch | pi => |
2014-08-22 00:54 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6408#r6408 |
2014-08-22 01:31 | hgbot | Checkin | |
2014-08-22 01:31 | hgbot | Note Added: 0069590 | |
2014-08-22 01:32 | hgbot | Checkin | |
2014-08-22 01:32 | hgbot | Note Added: 0069591 | |
2014-08-22 01:38 | Orekaria | Note Added: 0069592 | |
2014-08-22 11:06 | Orekaria | Relationship added | depends on 0027417 |
2014-08-23 00:35 | hgbot | Checkin | |
2014-08-23 00:35 | hgbot | Note Added: 0069627 | |
2014-08-23 00:35 | hgbot | Status | scheduled => resolved |
2014-08-23 00:35 | hgbot | Resolution | open => fixed |
2014-08-23 00:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ae6aba25d3329d3f03cc2f1f36310e53277c46e3 [^] |
2014-08-23 00:37 | Orekaria | Status | resolved => new |
2014-08-23 00:37 | Orekaria | Resolution | fixed => open |
2014-08-23 00:37 | Orekaria | Relationship added | depends on 0027352 |
2014-08-23 00:38 | Orekaria | Status | new => scheduled |
2014-08-23 00:38 | Orekaria | fix_in_branch | => pi |
2014-08-23 00:38 | Orekaria | Status | scheduled => resolved |
2014-08-23 00:38 | Orekaria | Resolution | open => fixed |
2014-08-23 00:38 | Orekaria | Status | resolved => new |
2014-08-23 00:38 | Orekaria | Resolution | fixed => open |
2014-08-23 00:38 | Orekaria | Status | new => scheduled |
2014-08-23 00:38 | Orekaria | Status | scheduled => resolved |
2014-08-23 00:38 | Orekaria | Fixed in Version | => RR14Q4 |
2014-08-23 00:38 | Orekaria | Resolution | open => fixed |
2014-09-01 08:43 | mtaal | Note Added: 0069876 | |
2014-09-01 08:43 | mtaal | Status | resolved => closed |
Notes |
|
(0069590)
|
hgbot
|
2014-08-22 01:31
|
|
|
|
(0069591)
|
hgbot
|
2014-08-22 01:32
|
|
|
|
|
the approach for the mobile.core could be ok, but we should think on setting globals somewhere apart in each module needing them; this is more obvious with retail.posterminal because the version initialization in the login-model.js is not, by far, any good |
|
|
(0069627)
|
hgbot
|
2014-08-23 00:35
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: ae6aba25d3329d3f03cc2f1f36310e53277c46e3
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Sat Aug 23 00:34:58 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/ae6aba25d3329d3f03cc2f1f36310e53277c46e3 [^]
Fixes issue 27408: the VersionManagement info has been moved to main.js and...
... the main.js file has been moved to be processed before the rest of the posterminal's files
---
M src/org/openbravo/retail/posterminal/OBPOSComponentProvider.java
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/main.js
---
|
|
|
(0069876)
|
mtaal
|
2014-09-01 08:43
|
|
In general the code refactor is not finished, but I guess this is a step in the good direction, therefore closing the issue. |
|