[Erp5-report] r28317 - in /erp5/trunk/bt5/erp5_bpm: PortalTypePropertySheetTemplateItem/ Pr...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 10 11:15:20 CEST 2009


Author: luke
Date: Mon Aug 10 11:15:19 2009
New Revision: 28317

URL: http://svn.erp5.org?rev=28317&view=rev
Log:
 - rename PropertySheet

Added:
    erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMRule.py
      - copied, changed from r28241, erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py
Removed:
    erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py
Modified:
    erp5/trunk/bt5/erp5_bpm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
    erp5/trunk/bt5/erp5_bpm/bt/revision
    erp5/trunk/bt5/erp5_bpm/bt/template_portal_type_property_sheet_list
    erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list

Modified: erp5/trunk/bt5/erp5_bpm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml?rev=28317&r1=28316&r2=28317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/PortalTypePropertySheetTemplateItem/property_sheet_list.xml [utf8] Mon Aug 10 11:15:19 2009
@@ -1,14 +1,14 @@
 <property_sheet_list>
  <portal_type id="BPM Delivery Rule">
-  <item>BPMAppliedRule</item>
+  <item>BPMRule</item>
  </portal_type>
  <portal_type id="BPM Invoice Transaction Rule">
-  <item>BPMAppliedRule</item>
+  <item>BPMRule</item>
  </portal_type>
  <portal_type id="BPM Invoicing Rule">
-  <item>BPMAppliedRule</item>
+  <item>BPMRule</item>
  </portal_type>
  <portal_type id="BPM Order Rule">
-  <item>BPMAppliedRule</item>
+  <item>BPMRule</item>
  </portal_type>
 </property_sheet_list>

Removed: erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py?rev=28316&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py (removed)
@@ -1,44 +1,0 @@
-##############################################################################
-#
-# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
-#
-# WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
-# consequences resulting from its eventual inadequacies and bugs
-# End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
-# Service Company
-#
-# This program is Free Software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#
-##############################################################################
-
-class BPMAppliedRule:
-  """
-    BPM extended Applied Rule properties
-  """
-  # XXX: Name of this Property Sheet is wrong - this is for Rules
-  _properties = (
-        {  'id'          : 'matching_property',
-           'description' : 'List of properties used in to compare previsions '
-                           'with Simulation Movements',
-           'type'        : 'lines',
-           'default'     : [],
-           'multivalued' : 1,
-           'mode'        : 'w' },
-  )
-
-  _categories = ('trade_phase', )

Copied: erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMRule.py (from r28241, erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py)
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMRule.py?p2=erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMRule.py&p1=erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py&r1=28241&r2=28317&rev=28317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMRule.py [utf8] Mon Aug 10 11:15:19 2009
@@ -1,13 +1,13 @@
 ##############################################################################
 #
-# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
-#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+# Copyright (c) 2009 Nexedi SARL and Contributors. All Rights Reserved.
+#                    Łukasz Nowak <luke at nexedi.com>
 #
 # WARNING: This program as such is intended to be used by professional
-# programmers who take the whole responsability of assessing all potential
+# programmers who take the whole responsibility of assessing all potential
 # consequences resulting from its eventual inadequacies and bugs
 # End users who are looking for a ready-to-use solution with commercial
-# garantees and support are strongly adviced to contract a Free Software
+# guarantees and support are strongly advised to contract a Free Software
 # Service Company
 #
 # This program is Free Software; you can redistribute it and/or
@@ -26,11 +26,10 @@
 #
 ##############################################################################
 
-class BPMAppliedRule:
+class BPMRule:
   """
-    BPM extended Applied Rule properties
+    BPM extended Rule properties
   """
-  # XXX: Name of this Property Sheet is wrong - this is for Rules
   _properties = (
         {  'id'          : 'matching_property',
            'description' : 'List of properties used in to compare previsions '

Modified: erp5/trunk/bt5/erp5_bpm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/revision?rev=28317&r1=28316&r2=28317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] Mon Aug 10 11:15:19 2009
@@ -1,1 +1,1 @@
-233
+234

Modified: erp5/trunk/bt5/erp5_bpm/bt/template_portal_type_property_sheet_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/template_portal_type_property_sheet_list?rev=28317&r1=28316&r2=28317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/template_portal_type_property_sheet_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/template_portal_type_property_sheet_list [utf8] Mon Aug 10 11:15:19 2009
@@ -1,4 +1,4 @@
-BPM Delivery Rule | BPMAppliedRule
-BPM Invoice Transaction Rule | BPMAppliedRule
-BPM Invoicing Rule | BPMAppliedRule
-BPM Order Rule | BPMAppliedRule
+BPM Delivery Rule | BPMRule
+BPM Invoice Transaction Rule | BPMRule
+BPM Invoicing Rule | BPMRule
+BPM Order Rule | BPMRule

Modified: erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list?rev=28317&r1=28316&r2=28317&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list [utf8] Mon Aug 10 11:15:19 2009
@@ -1,1 +1,1 @@
-BPMAppliedRule
+BPMRule




More information about the Erp5-report mailing list