[Erp5-report] r21399 - /erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 6 17:56:46 CEST 2008


Author: jerome
Date: Fri Jun  6 17:56:46 2008
New Revision: 21399

URL: http://svn.erp5.org?rev=21399&view=rev
Log:
add new source_annotation_line_reference property

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

Modified: erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py?rev=21399&r1=21398&r2=21399&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/PaySheetModelLine.py Fri Jun  6 17:56:46 2008
@@ -30,18 +30,24 @@
 
 class PaySheetModelLine:
   """
-    Properties which allow to define a generic Price.
+    Properties for Pay Sheet Model Lines.
   """
-  _properties = ( 
+  _properties = (
     { 'id'          : 'editable',
-      'description' : 'If set to 1, the Pay Sheet Line values could be edited \
-          at the Pay Sheet calculation step',
+      'description' : 'If set to 1, the Pay Sheet Line values could be edited'
+                      ' at the Pay Sheet calculation step',
       'type'        : 'boolean',
       'mode'        : 'w' 
     },
     { 'id'          : 'calculation_script_id',
-      'description' : 'If no script found on Pay Sheet Model Lines, this \
-          script is used to do localised calculs',
+      'description' : 'If no script found on Pay Sheet Model Lines, this'
+                      ' script is used to do localised calculs',
+      'type'        : 'string',
+      'mode'        : 'w',
+    },
+    { 'id'          : 'source_annotation_line_reference',
+      'description' : 'The Payroll Service Provider will be the one defined in'
+                      ' the Annotation Line with this reference.',
       'type'        : 'string',
       'mode'        : 'w',
     },




More information about the Erp5-report mailing list