[Erp5-report] r25469 - /erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Feb 6 05:45:23 CET 2009
Author: yo
Date: Fri Feb 6 05:45:22 2009
New Revision: 25469
URL: http://svn.erp5.org?rev=25469&view=rev
Log:
Write a comment about questions in this movement group.
Modified:
erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py
Modified: erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py?rev=25469&r1=25468&r2=25469&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/QuantitySignMovementGroup.py [utf8] Fri Feb 6 05:45:22 2009
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
+# Copyright (c) 2008,2009 Nexedi SA and Contributors. All Rights Reserved.
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsibility of assessing all potential
@@ -24,6 +24,26 @@
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#
##############################################################################
+
+r"""
+Quantity Sign Movement Group is used to separate movements based on
+the signs of the quantities.
+
+This is probably used only in erp5_immobilisation. But this implementation
+has a serious problem that the quantity sign is not set in a movement,
+if the movement is created manually, because only this movement group
+set that property with a builder. So a builder always creates new movements,
+even if simulation movements match existing movements.
+
+This is not easy to fix, because nobody available knows how this is supposed
+to work precisely. In addition, it is questionable even that this movement
+group makes sense. From accounting point of view, if the same account is
+used, there is no problem in merging debits and credits.
+
+So somebody must consult the spec of immobilisation accounting, and the
+implementation of erp5_immobilisation seriously, to understand why and
+whether this is really required.
+"""
from Products.ERP5.Document.MovementGroup import MovementGroup
More information about the Erp5-report
mailing list