Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008796Openbravo ERP00. Application dictionarypublic2009-04-27 19:042009-05-12 11:35
networkb 
dbaz 
immediatemajoralways
closedfixed 
30
2.35MP11 
2.40MP4 
Core
No
0008796: 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.
blocks defect 0008786 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-28 10:11rafarodaTypedefect => backport
2009-04-28 10:11rafarodafix_in_branch => 2.40
2009-04-28 12:13alostaleAssigned Toalostale => dbaz
2009-04-28 13:54dbazAssigned Todbaz => alostale
2009-04-28 15:54dbazAssigned Toalostale => dbaz
2009-04-28 15:56hgbotCheckin
2009-04-28 15:56hgbotNote Added: 0015860
2009-04-28 15:56hgbotStatusscheduled => resolved
2009-04-28 15:56hgbotResolutionopen => fixed
2009-04-28 15:56hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/af9d3b49cab173343ddc81b6987025a3b35f5522 [^]
2009-05-10 19:37psarobeFixed in Version => 2.40MP4
2009-05-12 11:35plujanStatusresolved => closed

Notes
(0015860)
hgbot   
2009-04-28 15:56   
Repository: erp/stable/2.40
Changeset: af9d3b49cab173343ddc81b6987025a3b35f5522
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 28 15:31:58 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/af9d3b49cab173343ddc81b6987025a3b35f5522 [^]

Fixed bug 8796: 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
---