Openbravo Issue Tracking System - Retail Modules
View Issue Details
0032112Retail ModulesWeb POSpublic2016-02-03 19:382016-02-18 13:43
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR16Q2 
marvintm
No
0032112: orderDate is not filled with an ISO formatted date
orderDate is not filled with an ISO formatted date
In the order.js file,

Verify that, in the reactivateQuotation method, there is a
  - this.set('orderDate', new Date());

change it to:
  - this.set('orderDate', OB.I18N.normalizeDate(new Date()));
No tags attached.
Issue History
2016-02-03 19:38OrekariaNew Issue
2016-02-03 19:38OrekariaAssigned To => Retail
2016-02-03 19:38OrekariaTriggers an Emergency Pack => No
2016-02-03 19:38OrekariaStatusnew => acknowledged
2016-02-05 07:13hgbotCheckin
2016-02-05 07:13hgbotNote Added: 0083936
2016-02-05 07:13hgbotStatusacknowledged => resolved
2016-02-05 07:13hgbotResolutionopen => fixed
2016-02-05 07:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/701128f4f9fe954200911026a0854c444a5f3489 [^]
2016-02-05 07:15hgbotCheckin
2016-02-05 07:15hgbotNote Added: 0083937
2016-02-18 12:55marvintmAssigned ToRetail => Orekaria
2016-02-18 13:43marvintmReview Assigned To => marvintm
2016-02-18 13:43marvintmStatusresolved => closed
2016-02-18 13:43marvintmFixed in Version => RR16Q2

Notes
(0083936)
hgbot   
2016-02-05 07:13   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 701128f4f9fe954200911026a0854c444a5f3489
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Feb 05 11:43:20 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/701128f4f9fe954200911026a0854c444a5f3489 [^]

Fixes issue 32112 : Updating Quotation Order Date to ISO Date

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0083937)
hgbot   
2016-02-05 07:15   
Repository: tools/automation/pi-mobile
Changeset: da6a7925e7cfe77f8e15c14f42cab1d7f0ff5048
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Feb 05 11:41:13 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/da6a7925e7cfe77f8e15c14f42cab1d7f0ff5048 [^]

Verifies issue 32112: Added automated test 'I32112_VerifyOrderDateIsInISOFormat'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32112_VerifyOrderDateIsInISOFormat.java
---