[Erp5-report] r6787 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_ac...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 18 16:36:02 CEST 2006


Author: kevin
Date: Tue Apr 18 16:36:01 2006
New Revision: 6787

URL: http://svn.erp5.org?rev=6787&view=rev
Log:
Add a comment to explain a problem

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml?rev=6787&r1=6786&r2=6787&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_zGetAccountingTransactionList.xml Tue Apr 18 16:36:01 2006
@@ -500,6 +500,26 @@
       </dtml-in>\n
     )\n
   </dtml-if>\n
+--\n
+-- FIXME: This method sometime return non-unique row, problably because of bad acquisition.\n
+--\n
+-- Exemple of bad result:\n
+-- +--------------------+--------------------------------+------------+\n
+-- | specific_reference | path                           | uid        |\n
+-- +--------------------+--------------------------------+------------+\n
+-- | 5525               | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 59                 | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 60                 | /nexedi/accounting_module/5156 | 1990502389 |\n
+-- | 5526               | /nexedi/accounting_module/5156 | 1990502389 |\n
+-- | 61                 | /nexedi/accounting_module/5226 | 1990513370 |\n
+--\n
+-- Instead of the previous, we expect to get the following result:\n
+-- +--------------------+--------------------------------+------------+\n
+-- | specific_reference | path                           | uid        |\n
+-- +--------------------+--------------------------------+------------+\n
+-- | 5525               | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 5526               | /nexedi/accounting_module/5156 | 1990502389 |\n
+--\n
 <dtml-if "query[\'order_by_expression\']">\n
   ORDER BY <dtml-var "query[\'order_by_expression\']">\n
 </dtml-if>\n
@@ -662,6 +682,26 @@
       </dtml-in>\n
     )\n
   </dtml-if>\n
+--\n
+-- FIXME: This method sometime return non-unique row, problably because of bad acquisition.\n
+--\n
+-- Exemple of bad result:\n
+-- +--------------------+--------------------------------+------------+\n
+-- | specific_reference | path                           | uid        |\n
+-- +--------------------+--------------------------------+------------+\n
+-- | 5525               | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 59                 | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 60                 | /nexedi/accounting_module/5156 | 1990502389 |\n
+-- | 5526               | /nexedi/accounting_module/5156 | 1990502389 |\n
+-- | 61                 | /nexedi/accounting_module/5226 | 1990513370 |\n
+--\n
+-- Instead of the previous, we expect to get the following result:\n
+-- +--------------------+--------------------------------+------------+\n
+-- | specific_reference | path                           | uid        |\n
+-- +--------------------+--------------------------------+------------+\n
+-- | 5525               | /nexedi/accounting_module/5238 | 1990514240 |\n
+-- | 5526               | /nexedi/accounting_module/5156 | 1990502389 |\n
+--\n
 <dtml-if "query[\'order_by_expression\']">\n
   ORDER BY <dtml-var "query[\'order_by_expression\']">\n
 </dtml-if>\n




More information about the Erp5-report mailing list