Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031614Retail ModulesWeb POSpublic2015-11-27 12:512015-12-04 16:26
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
RR16Q1 
marvintm
No
0031614: Needed a Date Picker common control with capability to set null Date
The enyo.DatePicker control allows to select dates but it is not possible to clear or set null to this control.

This functionality is required for several fields with date type that are nullable
N/A
Extend the enyo.DatePicker -> OB.UI.DatePicker that allows to set a null date and also has a button on the right to set null.

See: https://docs.google.com/document/d/1ZwGDQfngww8BsnFrCRh1jR-x78GhljgzoUDHnPMwcgU/edit [^]
SER-QA
blocks defect 0031691RR16Q1 closed adrianromero Datepicker component does not set null date if not yet rendered 
Issue History
2015-11-27 12:51adrianromeroNew Issue
2015-11-27 12:51adrianromeroAssigned To => adrianromero
2015-11-27 12:51adrianromeroTriggers an Emergency Pack => No
2015-11-27 12:51adrianromeroReview Assigned To => marvintm
2015-11-27 12:57adrianromeroCategoryWeb POS Hardware Manager => Web POS
2015-11-27 13:01adrianromeroProposed Solution updated
2015-11-27 16:05hgbotCheckin
2015-11-27 16:05hgbotNote Added: 0082439
2015-11-27 16:05hgbotStatusnew => resolved
2015-11-27 16:05hgbotResolutionopen => fixed
2015-11-27 16:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/66a9b26c6157fd92ab008949844bbf3e42b0eadb [^]
2015-12-01 10:00ageteTag Attached: SER-QA
2015-12-01 21:13hgbotCheckin
2015-12-01 21:13hgbotNote Added: 0082501
2015-12-01 21:13hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/66a9b26c6157fd92ab008949844bbf3e42b0eadb [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09d771c925d2fa8018c7932e7582304c9ee0b440 [^]
2015-12-01 21:13hgbotCheckin
2015-12-01 21:13hgbotNote Added: 0082502
2015-12-01 21:13hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09d771c925d2fa8018c7932e7582304c9ee0b440 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/619beced8ce18b4b656a90aa4b1730f4d05bc928 [^]
2015-12-04 16:26marvintmStatusresolved => closed
2015-12-04 16:26marvintmFixed in Version => RR16Q1
2016-01-05 13:02OrekariaRelationship addedblocks 0031691

Notes
(0082439)
hgbot   
2015-11-27 16:05   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 66a9b26c6157fd92ab008949844bbf3e42b0eadb
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Nov 27 12:54:06 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/66a9b26c6157fd92ab008949844bbf3e42b0eadb [^]

Fixes issue 0031614: Needed a Date Picker common control with capability to set null Date
* New OB.UI.DatePicker implemented

---
M src/org/openbravo/mobile/core/MobileCoreComponentProvider.java
A web/org.openbravo.mobile.core/source/component/ob-datepicker.js
---
(0082501)
hgbot   
2015-12-01 21:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 09d771c925d2fa8018c7932e7582304c9ee0b440
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Dec 01 12:29:36 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/09d771c925d2fa8018c7932e7582304c9ee0b440 [^]

Fixes issue 0031614: Needed a Date Picker common control with capability to set null Date
* setValue() adjustments to accept null dates just after creating the component

---
M web/org.openbravo.mobile.core/source/component/ob-datepicker.js
---
(0082502)
hgbot   
2015-12-01 21:13   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 619beced8ce18b4b656a90aa4b1730f4d05bc928
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Dec 01 18:13:04 2015 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/619beced8ce18b4b656a90aa4b1730f4d05bc928 [^]

Fixes issue 0031614: Needed a Date Picker common control with capability to set null Date
* More setValue() adjustments to fire events in the right moment

---
M web/org.openbravo.mobile.core/source/component/ob-datepicker.js
---