Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0038987 | Retail Modules | Web POS | public | 2018-07-18 17:04 | 2018-07-18 17:14 | |||||||
Reporter | jonibc | |||||||||||
Assigned To | Retail | |||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | duplicate | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Support ticket | ||||||||||||
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. | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
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 |
There are no notes attached to this issue. |