[Erp5-report] r14545 - in /erp5/trunk/bt5/erp5_budget: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 22 16:37:28 CEST 2007


Author: yo
Date: Tue May 22 16:37:28 2007
New Revision: 14545

URL: http://svn.erp5.org?rev=14545&view=rev
Log:
2007-05-22 yo
* The budget constraint should check start_date_range_min and start_date_range_max, instead of start_date.

Modified:
    erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py
    erp5/trunk/bt5/erp5_budget/bt/change_log
    erp5/trunk/bt5/erp5_budget/bt/revision

Modified: erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py?rev=14545&r1=14544&r2=14545&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py (original)
+++ erp5/trunk/bt5/erp5_budget/PropertySheetTemplateItem/BudgetConstraint.py Tue May 22 16:37:28 2007
@@ -34,7 +34,8 @@
   _constraints = (
     { 'id'            : 'property_existence',
       'type'          : 'PropertyExistence',
-      'start_date'    : None,
-      'description'   : 'Start date is not defined.'
+      'start_date_range_min'    : None,
+      'start_date_range_max'    : None,
+      'description'   : 'Budget term is not defined.'
     },
   )

Modified: erp5/trunk/bt5/erp5_budget/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/change_log?rev=14545&r1=14544&r2=14545&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_budget/bt/change_log Tue May 22 16:37:28 2007
@@ -1,3 +1,6 @@
+2007-05-22 yo
+* The budget constraint should check start_date_range_min and start_date_range_max, instead of start_date.
+
 2005-02-16 Romain
 * Build for CVS.
 

Modified: erp5/trunk/bt5/erp5_budget/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_budget/bt/revision?rev=14545&r1=14544&r2=14545&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_budget/bt/revision (original)
+++ erp5/trunk/bt5/erp5_budget/bt/revision Tue May 22 16:37:28 2007
@@ -1,1 +1,1 @@
-7
+9




More information about the Erp5-report mailing list