Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031586 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Retail Modules] Web POS | major | always | 2015-11-25 18:52 | 2016-03-29 11:41 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | fmolina | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR16Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 3dcdc18afdf2 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | guilleaer | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031586: Stabilization: The orderDate should be stored in ISO format | |||||||
Description | Stabilization: The orderDate should be stored in ISO format | |||||||
Steps To Reproduce | Log 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 Solution | Find 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(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 --- |
![]() |
|||
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 | OBNetwork customer | => No |
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 |