Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0038987 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-07-18 17:04 | 2018-07-18 17:14 | |||
Reporter | jonibc | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | high | Resolution | duplicate | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0038987: Datepicker component is not setting the correct date if only day is modified | |||||||
Description | If in a datepicker with a date already selected, and only the day of the date is modified, this change is not stored correctly. This happens because function updateDay is not setting the new value of the date. This can be seen in the following extract of code of file .../org.openbravo.mobile.core/web/org.openbravo.mobile.core/build/lib.js. updateDay: function(e, t) { return true; }, updateMonth: function(e, t) { var n = this.calcDate(this.value.getFullYear(), t.selected.value, this.$.dayPicker.selected.value); return this.doSelect({ name: this.name, value: n }), this.setValue(n), !0; }, | |||||||
Steps To Reproduce | 1- Log into backend: Enable preference "WEB POS Show BusinessPartner Birth Information". 2- Log into WebPOS. 3- Modify "VBS customer", set as birth date 1/1/2010. Save the customer. 4- Modify the customer again, in birth date only modify the day to 30. Save the changes. 5- If you try to modify the customer again, you will see the birth date did not changed. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2018-07-18 17:04 | jonibc | New Issue | |
2018-07-18 17:04 | jonibc | Assigned To | => Retail |
2018-07-18 17:04 | jonibc | Resolution time | => 1533074400 |
2018-07-18 17:04 | jonibc | Triggers an Emergency Pack | => No |
2018-07-18 17:14 | jonibc | Relationship added | duplicate of 0038978 |
2018-07-18 17:14 | jonibc | Status | new => closed |
2018-07-18 17:14 | jonibc | Resolution | open => duplicate |
Copyright © 2000 - 2009 MantisBT Group |