Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027341 | Retail Modules | Web POS | public | 2014-08-14 23:00 | 2014-10-03 13:02 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | major | 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 | szapata |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027341: Stabilization: org.openbravo.retail.discounts should depend on org.openbravo.mobile.core |
Description | org.openbravo.retail.discounts should depend on org.openbravo.mobile.core |
Steps To Reproduce | load the WebPOS
open the generated javascript file.
verify that the discounts javascript is loaded before the core javascript |
Proposed Solution | find the proper scope for the discounts module
set its dependencies according to that |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | feature request | 0027329 | | new | Retail | Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) | blocks | defect | 0027403 | | acknowledged | Retail | Stabilization: Discounts should not execute actions until the javascript generated file has been processed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-14 23:01 | Orekaria | New Issue | |
2014-08-14 23:01 | Orekaria | Assigned To | => Orekaria |
2014-08-14 23:01 | Orekaria | Triggers an Emergency Pack | => No |
2014-08-14 23:03 | Orekaria | Relationship added | blocks 0027329 |
2014-08-14 23:34 | hgbot | Checkin | |
2014-08-14 23:34 | hgbot | Note Added: 0069380 | |
2014-08-14 23:34 | hgbot | Status | new => resolved |
2014-08-14 23:34 | hgbot | Resolution | open => fixed |
2014-08-14 23:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/7a87fa6369873985fc7b8bb50ad283d0753731c4 [^] |
2014-08-21 11:40 | Orekaria | Note Added: 0069565 | |
2014-08-21 11:40 | Orekaria | Status | resolved => new |
2014-08-21 11:40 | Orekaria | Resolution | fixed => open |
2014-08-21 11:44 | Orekaria | Relationship added | blocks 0027403 |
2014-08-21 11:53 | Orekaria | Proposed Solution updated | |
2014-08-21 11:54 | Orekaria | Proposed Solution updated | |
2014-09-16 00:16 | Orekaria | Status | new => scheduled |
2014-09-16 00:16 | Orekaria | fix_in_branch | => pi |
2014-09-16 00:16 | Orekaria | Review Assigned To | => marvintm |
2014-09-16 00:16 | Orekaria | fix_in_branch | pi => |
2014-09-16 00:16 | Orekaria | Status | scheduled => resolved |
2014-09-16 00:16 | Orekaria | Fixed in Version | => RR14Q4 |
2014-09-16 00:16 | Orekaria | Resolution | open => fixed |
2014-09-16 17:36 | szapata | Review Assigned To | marvintm => szapata |
2014-09-16 17:36 | szapata | Status | resolved => closed |
2014-10-03 13:02 | hgbot | Checkin | |
2014-10-03 13:02 | hgbot | Note Added: 0070689 | |
Notes |
|
(0069380)
|
hgbot
|
2014-08-14 23:34
|
|
|
|
(0069565)
|
Orekaria
|
2014-08-21 11:40
|
|
Verify if the discounts module can, indeed, work only with mobile.core
Verify in the DiscountsComponentProvider.java that a reference to WebPOS is done:
for (final String resource : resourceDependency) {
globalResources.add(createComponentResource(ComponentResourceType.Static, prefix + resource
+ ".js", "WebPOS"));
} |
|
|
(0070689)
|
hgbot
|
2014-10-03 13:02
|
|
|