Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021905 | Openbravo ERP | B. User interface | public | 2012-10-11 09:21 | 2012-10-13 15:50 |
|
Reporter | iperdomo | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | 3.5.4-1-ARCH |
Product Version | 3.0MP15.1 | |
Target Version | | Fixed in Version | 3.0MP17 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | No |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021905: You can't go back prior to 1995 when using the date picker |
Description | * I've tested it using Chromium 22.0.1229.92 and Openbravo 3.0MP15.1
When using the date picker, you can click the [<<] top left icon and you get one year prior to the current.
Check the expected behavior:
http://www.smartclient.com/docs/8.2/a/system/reference/SmartClient_Explorer.html#dateItem [^]
In Openbravo, you can only get to the year 1995
Note: Behavior found by a community member and reported on #openbravo at irc.freenode.net - http://irc.openbravo.com/logs/openbravo/2012.10.11.log [^]
|
Steps To Reproduce | * Open a draft Sales Order (or create a new one)
* Click the date picker in "Order Date"
* Click the [<<] icon several times
* You'll see that you can get down to year 1995 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-10-11 09:21 | iperdomo | New Issue | |
2012-10-11 09:21 | iperdomo | Assigned To | => dbaz |
2012-10-11 09:21 | iperdomo | Web browser | => Google Chrome |
2012-10-11 09:21 | iperdomo | Modules | => Core |
2012-10-11 09:21 | iperdomo | OBNetwork customer | => No |
2012-10-11 09:22 | iperdomo | Web browser | Google Chrome => Google Chrome |
2012-10-11 09:22 | iperdomo | Summary | You can go back prior to 1995 when using the date picker => You can't go back prior to 1995 when using the date picker |
2012-10-11 10:32 | AugustoMauch | Assigned To | dbaz => AugustoMauch |
2012-10-11 11:35 | AugustoMauch | Issue Monitored: dbaz | |
2012-10-11 11:35 | AugustoMauch | Review Assigned To | => dbaz |
2012-10-11 11:35 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-10-11 11:36 | hgbot | Checkin | |
2012-10-11 11:36 | hgbot | Note Added: 0053302 | |
2012-10-11 11:36 | hgbot | Status | new => resolved |
2012-10-11 11:36 | hgbot | Resolution | open => fixed |
2012-10-11 11:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d54c2b9fe7f1b31e5e2aa57dcc3ccba92701435f [^] |
2012-10-11 13:13 | hgbot | Checkin | |
2012-10-11 13:13 | hgbot | Note Added: 0053306 | |
2012-10-11 14:35 | dbaz | Note Added: 0053310 | |
2012-10-11 14:35 | dbaz | Status | resolved => closed |
2012-10-11 14:35 | dbaz | Fixed in Version | => 3.0MP17 |
2012-10-13 15:50 | hudsonbot | Checkin | |
2012-10-13 15:50 | hudsonbot | Note Added: 0053329 | |
2012-10-13 15:50 | hudsonbot | Checkin | |
2012-10-13 15:50 | hudsonbot | Note Added: 0053330 | |
Notes |
|
(0053302)
|
hgbot
|
2012-10-11 11:36
|
|
Repository: erp/devel/pi
Changeset: d54c2b9fe7f1b31e5e2aa57dcc3ccba92701435f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Oct 11 11:35:17 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d54c2b9fe7f1b31e5e2aa57dcc3ccba92701435f [^]
Fixes issue 21905: Range of dates available using the picker has been expanded
By default, the range of dates available using the picker was from 1-1-1995 to 31-12-2005. This range has been increased to 1-1-1950 - 31-12-2015.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
|
|
|
(0053306)
|
hgbot
|
2012-10-11 13:13
|
|
Repository: erp/devel/pi
Changeset: 9b0c261d48cb1839d41caa047338bcc46408af8b
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Oct 11 13:11:56 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9b0c261d48cb1839d41caa047338bcc46408af8b [^]
Related to issue 21905: Changed start date from 1-1-1950 to 1-1-1951
The start date has been changed from 1-1-1950 to 1-1-1951, so that if the user enters 1-1-50, it will be autocompleted to 1-1-2050, and if he enters 1-1-51, it will be autocompleted to 1-1-1951.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-date.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-minidaterange.js
---
|
|
|
(0053310)
|
dbaz
|
2012-10-11 14:35
|
|
Reviewed @ changeset: 18201 - d5a54ef8d574 |
|
|
|
|
|
|
|