Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008786Openbravo ERP00. Application dictionarypublic2009-04-27 19:042009-06-06 00:00
networkb 
dbaz 
immediatemajoralways
closedfixed 
30
2.35MP11 
pi 
Core
No
0008786: The Min. Value on the definition of the columns in the table and columns window does not work with dates
The Min. Value on the definition of the columns in the table and columns window does not work with dates.For example if you fill the value with
01-01-1900 you can not saves dates as 01-01-1800
but it does not take the 01-01-0009 date as lower than 01-01-1900
-Go to application dictionary as system administrador
-Go to tables and columns
-Find the c_order table
-Go to columns and edit date ordered by filling in the min. value field 01-01-1900
-Save and compile the application with
  ant compile.development -Dtab=Order
-Login into the applicaton with Openbravo admin
-Go to Sales order
-fill the date ordered field with 01-01-1800.
-Try saving it. you are not able.
-Change the date with 01-01-0009. The date is correctly saved but it shouldn't
No tags attached.
depends on backport 0008796 closed dbaz The Min. Value on the definition of the columns in the table and columns window does not work with dates 
depends on backport 0008797 closed dbaz The Min. Value on the definition of the columns in the table and columns window does not work with dates 
Issue History
2009-04-27 19:04networkbNew Issue
2009-04-27 19:04networkbAssigned To => rafaroda
2009-04-27 19:04networkbRegression testing => No
2009-04-28 10:11rafarodaAssigned Torafaroda => networkb
2009-04-28 10:11rafarodaAssigned Tonetworkb => alostale
2009-04-28 10:11rafarodaStatusnew => scheduled
2009-04-28 10:11rafarodafix_in_branch => pi
2009-04-28 12:13alostaleAssigned Toalostale => dbaz
2009-04-28 13:50hgbotCheckin
2009-04-28 13:50hgbotNote Added: 0015852
2009-04-28 13:50hgbotStatusscheduled => resolved
2009-04-28 13:50hgbotResolutionopen => fixed
2009-04-28 13:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/7390715b1638e067ed9cf1efd11ecc493de2dee7 [^]
2009-06-05 08:33sureshbabuStatusresolved => closed
2009-06-05 08:33sureshbabuNote Added: 0016987
2009-06-05 08:33sureshbabuFixed in Version2.50MP1 => pi
2009-06-06 00:00anonymoussf_bug_id0 => 2802029

Notes
(0015852)
hgbot   
2009-04-28 13:50   
Repository: erp/devel/pi
Changeset: 7390715b1638e067ed9cf1efd11ecc493de2dee7
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 28 13:25:42 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7390715b1638e067ed9cf1efd11ecc493de2dee7 [^]

Fixed bug 8786: Now dates below year 1000 are properly managed when comparing

---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/default/DateTextBox.js
M web/js/utils.js
---
(0016987)
sureshbabu   
2009-06-05 08:33   
Tested working fine