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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029139
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2015-03-05 10:452015-03-05 10:45
ReportermarvintmView Statuspublic 
Assigned Tomarvintm 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029139: Web POS shouldn't import javascript resources from Core

DescriptionRight now, the Web POS is importing the following files:


        "../../org.openbravo.client.application/js/utilities/ob-utilities-number",
        "../../org.openbravo.client.application/js/utilities/ob-utilities-date",

And also this one:

    globalResources.add(createComponentResource(ComponentResourceType.Static, prefix
        + "utils/unlinkDeviceOnLoad.js", ComponentResource.APP_OB3));

This is dangerous, because these files are maintained in the ERP, and the ERP has access to libraries that do not exist in the mobile platform. So we should stop using functions from these files and replace them with functions in our own libraries (for example for the ones in ob-utilities-number we have equivalent ones in ob-arithmetics.js).
Steps To ReproduceVerify that in order.js, we use function OB.Utilities.Number.roundJSNumber, which was temporarily broken when a call to a Smartclient function was added there.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00291133.0PR15Q2 closedAugustoMauch Openbravo ERP Openbravo interface is not rounding properly the database data 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-03-05 10:45 marvintm New Issue
2015-03-05 10:45 marvintm Assigned To => marvintm
2015-03-05 10:45 marvintm Triggers an Emergency Pack => No
2015-03-05 10:46 AugustoMauch Relationship added related to 0029113


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker