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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031269
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSmajoralways2015-03-30 18:182015-11-11 18:14
ReportermigueldejuanaView Statuspublic 
Assigned Tomarvintm 
PrioritynormalResolutionfixedFixed in VersionRR15Q4
StatusclosedFix in branchFixed in SCM revision8d6510345416
ProjectionnoneETAnoneTarget VersionRR15Q4
OSOtherDatabaseAnyJava version
OS VersioniOSDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031269: We get an error in iOS everytime we save an order

DescriptionUsing an iOS device we get an error everytime we save an order:

posterminal.main.js: RangeError: Invalid Date; line: [URL]/openbravo/web/js/gen/ed74a30d49a83f633f6a254e6ea14a05_WebPOS.js:771; stackTrace:


The line of the code where this error is launched is:

undoCopy = this.get('undo');
this.unset('undo');
this.set('json', JSON.stringify(this.toJSON()));
if (!OB.MobileApp.model.get('preventOrderSave')) {
    OB.Dal.save(this, function() {}, function() {
        OB.error(arguments);
    });
}

We get an error but it does not affect to the application.
Steps To Reproduce- Login in a iOS device
- Create and order and save it
- See javascript error in the console
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0029462 closedmarvintm We get an error in iOS everytime we save an order 

-  Notes
(0081684)
hgbot (developer)
2015-11-11 10:43

Repository: retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal
Changeset: 8d651034541677828dce95a601dbefd063eaf590
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Oct 27 09:18:42 2015 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/8d651034541677828dce95a601dbefd063eaf590 [^]

Fixed issue 31269. Now the cashup creationDate will be formated to ISO when being loaded from the backend.

---
M src/org/openbravo/retail/posterminal/master/Cashup.java
---

- Issue History
Date Modified Username Field Change
2015-10-27 13:42 marvintm Type defect => backport
2015-10-27 13:42 marvintm Target Version => RR15Q4
2015-11-11 10:43 hgbot Checkin
2015-11-11 10:43 hgbot Note Added: 0081684
2015-11-11 10:43 hgbot Status scheduled => resolved
2015-11-11 10:43 hgbot Resolution open => fixed
2015-11-11 10:43 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2e86768ab6f2905500d1eb5c73a6d0573f4fe7cf [^] => http://code.openbravo.com/retail/backports/3.0RR15Q4/org.openbravo.retail.posterminal/rev/8d651034541677828dce95a601dbefd063eaf590 [^]
2015-11-11 18:14 marvintm Status resolved => closed
2015-11-11 18:14 marvintm Fixed in Version => RR15Q4


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker