[Erp5-report] r7841 - /erp5/trunk/products/ERP5/PropertySheet/Periodicity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 10:14:41 CEST 2006


Author: aurel
Date: Mon Jun 19 10:14:38 2006
New Revision: 7841

URL: http://svn.erp5.org?rev=7841&view=rev
Log:
add property for definition of minutes periodicity

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Periodicity.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Periodicity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Periodicity.py?rev=7841&r1=7840&r2=7841&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Periodicity.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Periodicity.py Mon Jun 19 10:14:38 2006
@@ -60,47 +60,55 @@
         {   'id'          : 'periodicity_start_date',
             'description' : 'When this periodic event will start',
             'type'        : 'date',
-            'mode'        : 'w' },                
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_stop_date',
             'description' : 'When this periodic event will stop',
             'type'        : 'date',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
+        {   'id'          : 'periodicity_minute',
+            'description' : 'Recur every periodicity minute (ex, at 10 and at 16 )',
+            'type'        : 'lines',
+            'mode'        : 'w' },
+        {   'id'          : 'periodicity_minute_frequency',
+            'description' : 'Recur every periodicity minute (ex every 2 minute)',
+            'type'        : 'int',
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_hour',
             'description' : 'Recur every periodicity hours (ex, at 10 and at 16 )',
             'type'        : 'lines',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_hour_frequency',
             'description' : 'Recur every periodicity hours (ex every 2 hours)',
             'type'        : 'int',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_day_frequency',
             'description' : 'Recur every periodicity days (ex every 2 days)',
             'type'        : 'int',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_week_frequency',
             'description' : 'Recur every periodicity weeks (ex every 3 weeks)',
             'type'        : 'int',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_week',
             'description' : 'Recur every periodicity week (ex, week 41 and 43)',
             'type'        : 'lines',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_week_day',
             'description' : 'Recur on some days of the week (ex monday and sunday)',
             'type'        : 'lines',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_month_frequency',
             'description' : 'Recur every periodicity month (ex every 4 months)',
             'type'        : 'int',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_month_day',
             'description' : 'Recur on some days of the month (ex 5th, and 14th)',
             'type'        : 'lines',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_month',
             'description' : 'Recur on some months of the year (ex 5th, and 10th)',
             'type'        : 'lines',
-            'mode'        : 'w' },                        
+            'mode'        : 'w' },
         {   'id'          : 'periodicity_year_frequency',
             'description' : 'Recur every periodicity years (ex every 2 year)',
             'type'        : 'int',




More information about the Erp5-report mailing list