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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031586
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Retail Modules] Web POSmajoralways2015-11-25 18:522016-03-29 11:41
ReporterOrekariaView Statuspublic 
Assigned Tofmolina 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision3dcdc18afdf2
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031586: Stabilization: The orderDate should be stored in ISO format

DescriptionStabilization: The orderDate should be stored in ISO format
Steps To ReproduceLog into the WebPOS
Load an existing receipt (menu ยป receipts)
Execute this javascript in the Chrome console:

OB.MobileApp.model.receipt.get('creationDate')
"2014-04-22T13:57:00.000Z"
OB.MobileApp.model.receipt.get('orderDate')
Mon Apr 21 2014 00:00:00 GMT+0200 (CEST)

The orderDate date should be in ISO format, the same as the creationDate
Proposed SolutionFind all places where the orderDate is set and set it in ISO format with the OB.I18N.normalizeDate method

Create a new test, same as the VerifyCreationDateIsInISOFormat test
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0031503 closedguilleaer [SERQA 397] The orderDate of receipts loaded in webPOS is showing an incorrect date 

-  Notes
(0082702)
hgbot (developer)
2015-12-14 11:48

Repository: erp/pmods/org.openbravo.retail.activediscountspopup
Changeset: 1fd9ee63964642c444b007a4687cd7859df03adc
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Fri Nov 27 12:44:34 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.activediscountspopup/rev/1fd9ee63964642c444b007a4687cd7859df03adc [^]

Related to issue 31586: The orderDate is already a ISO formatted date

Keep the conversion 'toISOString' for backward compatible

---
M web/org.openbravo.retail.activediscountspopup/js/active-discounts-hook.js
---
(0082717)
hgbot (developer)
2015-12-14 13:48

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 44558a33a6fca1757cba3e20781c7d63d6ec621f
Author: Facundo Molina <fmolina <at> koodu.es>
Date: Thu Nov 26 16:56:24 2015 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44558a33a6fca1757cba3e20781c7d63d6ec621f [^]

Fixes issue 31586: The orderDate should be stored in ISO format

---
M web/org.openbravo.mobile.core/source/utils/ob-i18n.js
---
(0082718)
hgbot (developer)
2015-12-14 13:48

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3dcdc18afdf2887d22750c83d889cf6004b04a5c
Author: Facundo Molina <fmolina <at> koodu.es>
Date: Thu Nov 26 16:45:17 2015 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3dcdc18afdf2887d22750c83d889cf6004b04a5c [^]

Fixes issue 31586: The orderDate should be stored in ISO format

---
M web/org.openbravo.retail.posterminal/js/components/orderdetails.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0082719)
hgbot (developer)
2015-12-14 13:55

Repository: tools/automation/pi-mobile
Changeset: d0ab6e67fec10271d46ff55f34e7f56a917eaef9
Author: Facundo Molina <fmolina <at> koodu.es>
Date: Thu Nov 26 16:59:02 2015 -0300
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d0ab6e67fec10271d46ff55f34e7f56a917eaef9 [^]

Related to issue 31586: The orderDate should be stored in ISO format

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/VerifyOrderDateIsInISOFormat.java
---

- Issue History
Date Modified Username Field Change
2015-11-25 18:52 Orekaria New Issue
2015-11-25 18:52 Orekaria Assigned To => Retail
2015-11-25 18:52 Orekaria Triggers an Emergency Pack => No
2015-11-25 18:53 Orekaria Relationship added related to 0031503
2015-11-25 20:11 fmolina Status new => scheduled
2015-11-25 20:11 fmolina Assigned To Retail => fmolina
2015-12-12 20:11 Orekaria Status scheduled => acknowledged
2015-12-12 20:11 Orekaria Assigned To fmolina => Retail
2015-12-14 11:48 hgbot Checkin
2015-12-14 11:48 hgbot Note Added: 0082702
2015-12-14 13:48 hgbot Checkin
2015-12-14 13:48 hgbot Note Added: 0082717
2015-12-14 13:48 hgbot Status acknowledged => resolved
2015-12-14 13:48 hgbot Resolution open => fixed
2015-12-14 13:48 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44558a33a6fca1757cba3e20781c7d63d6ec621f [^]
2015-12-14 13:48 hgbot Checkin
2015-12-14 13:48 hgbot Note Added: 0082718
2015-12-14 13:48 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/44558a33a6fca1757cba3e20781c7d63d6ec621f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3dcdc18afdf2887d22750c83d889cf6004b04a5c [^]
2015-12-14 13:55 hgbot Checkin
2015-12-14 13:55 hgbot Note Added: 0082719
2015-12-14 14:03 Orekaria Review Assigned To => guilleaer
2015-12-18 12:08 guilleaer Status resolved => closed
2015-12-18 12:08 guilleaer Fixed in Version => RR16Q1
2016-03-29 11:41 Orekaria Assigned To Retail => fmolina


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker