Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0038987
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-07-18 17:042018-07-18 17:14
ReporterjonibcView Statuspublic 
Assigned ToRetail 
PriorityhighResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0038987: Datepicker component is not setting the correct date if only day is modified

DescriptionIf 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 Reproduce1- 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0038978 closedranjith_qualiantech_com Problems with Date Picker: can't save change of day in Birthday 

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker