Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008797Openbravo ERP00. Application dictionarypublic2009-04-27 19:042009-05-15 13:01
networkb 
dbaz 
immediatemajoralways
closedfixed 
30
2.35MP11 
2.35MP13 
Core
No
0008797: 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.3x
2009-04-28 12:14alostaleAssigned Toalostale => dbaz
2009-04-28 13:54dbazAssigned Todbaz => alostale
2009-04-28 15:54dbazAssigned Toalostale => dbaz
2009-04-28 15:55hgbotCheckin
2009-04-28 15:55hgbotNote Added: 0015859
2009-04-28 15:55hgbotStatusscheduled => resolved
2009-04-28 15:55hgbotResolutionopen => fixed
2009-04-28 15:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.3x/rev/2fa420b4be58d5eaffb63ed042b794f25f7c7e71 [^]
2009-05-12 10:25psarobeFixed in Version => 2.35MP13
2009-05-15 13:01sureshbabuStatusresolved => closed
2009-05-15 13:01sureshbabuNote Added: 0016386

Notes
(0015859)
hgbot   
2009-04-28 15:55   
Repository: erp/stable/2.3x
Changeset: 2fa420b4be58d5eaffb63ed042b794f25f7c7e71
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 28 15:30:43 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.3x/rev/2fa420b4be58d5eaffb63ed042b794f25f7c7e71 [^]

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

---
M web/js/default/DateTextBox.js
M web/js/utils.js
---
(0016386)
sureshbabu   
2009-05-15 13:01   
tested working fine.