[Erp5-report] r45597 jerome - /erp5/trunk/products/ERP5/Document/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 20 17:18:08 CEST 2011


Author: jerome
Date: Wed Apr 20 17:18:08 2011
New Revision: 45597

URL: http://svn.erp5.org?rev=45597&view=rev
Log:
put docstrings

Modified:
    erp5/trunk/products/ERP5/Document/AcceptSolver.py
    erp5/trunk/products/ERP5/Document/AdoptSolver.py
    erp5/trunk/products/ERP5/Document/ItemListSplitSolver.py
    erp5/trunk/products/ERP5/Document/QuantitySplitSolver.py

Modified: erp5/trunk/products/ERP5/Document/AcceptSolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AcceptSolver.py?rev=45597&r1=45596&r2=45597&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AcceptSolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/AcceptSolver.py [utf8] Wed Apr 20 17:18:08 2011
@@ -35,7 +35,7 @@ from Products.ERP5.mixin.solver import S
 from Products.ERP5.mixin.configurable import ConfigurableMixin
 
 class AcceptSolver(SolverMixin, ConfigurableMixin, XMLObject):
-  """
+  """Target solver that accepts the values from the decision on the prevision.
   """
   meta_type = 'ERP5 Accept Solver'
   portal_type = 'Accept Solver'

Modified: erp5/trunk/products/ERP5/Document/AdoptSolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/AdoptSolver.py?rev=45597&r1=45596&r2=45597&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/AdoptSolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/AdoptSolver.py [utf8] Wed Apr 20 17:18:08 2011
@@ -35,7 +35,7 @@ from Products.ERP5.mixin.solver import S
 from Products.ERP5.mixin.configurable import ConfigurableMixin
 
 class AdoptSolver(SolverMixin, ConfigurableMixin, XMLObject):
-  """
+  """Target solver that adopts the values from the prevision on the decision.
   """
   meta_type = 'ERP5 Adopt Solver'
   portal_type = 'Adopt Solver'

Modified: erp5/trunk/products/ERP5/Document/ItemListSplitSolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ItemListSplitSolver.py?rev=45597&r1=45596&r2=45597&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ItemListSplitSolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/ItemListSplitSolver.py [utf8] Wed Apr 20 17:18:08 2011
@@ -37,8 +37,10 @@ from Products.ERP5.mixin.configurable im
 from Products.ERP5.MovementCollectionDiff import _getPropertyAndCategoryList
 
 class ItemListSplitSolver(SolverMixin, ConfigurableMixin, XMLObject):
-  """
-  QUESTION: is a solver a process ? (ie. subprocess of Solver Process)
+  """Target solver that split the prevision based on aggregated items.
+
+  It creates another prevision movement with the items that were in prevision
+  and have been removed in decision.
   """
   meta_type = 'ERP5 Item List Split Solver'
   portal_type = 'Item List Split Solver'

Modified: erp5/trunk/products/ERP5/Document/QuantitySplitSolver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/QuantitySplitSolver.py?rev=45597&r1=45596&r2=45597&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/QuantitySplitSolver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/QuantitySplitSolver.py [utf8] Wed Apr 20 17:18:08 2011
@@ -37,8 +37,10 @@ from Products.ERP5.mixin.configurable im
 from Products.ERP5.MovementCollectionDiff import _getPropertyAndCategoryList
 
 class QuantitySplitSolver(SolverMixin, ConfigurableMixin, XMLObject):
-  """
-  QUESTION: is a solver a process ? (ie. subprocess of Solver Process)
+  """Target solver that split the prevision based on quantity.
+
+  It creates another prevision movement with the delta quantity between decision
+  and prevision.
   """
   meta_type = 'ERP5 Quantity Split Solver'
   portal_type = 'Quantity Split Solver'



More information about the Erp5-report mailing list