[Erp5-report] r37953 jerome - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_s...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 23 15:21:05 CEST 2010


Author: jerome
Date: Mon Aug 23 15:21:03 2010
New Revision: 37953

URL: http://svn.erp5.org?rev=37953&view=rev
Log:
include "Comment" in line export

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportReportSectionList.xml
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml?rev=37953&r1=37952&r2=37953&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportLineList.xml [utf8] Mon Aug 23 15:21:03 2010
@@ -182,6 +182,7 @@ for delivery in delivery_list:\n
         int_index=movement.getIntIndex(),\n
         string_index=movement.getStringIndex(),\n
         parent_description=delivery.getDescription(),\n
+        parent_comment=delivery.getComment(),\n
         parent_reference=delivery.getReference(),\n
         specific_reference=delivery.getSourceReference(),\n
         node_reference=getAccountReference(node),\n
@@ -226,6 +227,7 @@ for delivery in delivery_list:\n
         int_index=movement.getIntIndex(),\n
         string_index=movement.getStringIndex(),\n
         parent_description=delivery.getDescription(),\n
+        parent_comment=delivery.getComment(),\n
         parent_reference=delivery.getReference(),\n
         specific_reference=delivery.getDestinationReference(),\n
         node_reference=getAccountReference(node),\n

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportReportSectionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportReportSectionList.xml?rev=37953&r1=37952&r2=37953&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportReportSectionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_getAccountingLineReportReportSectionList.xml [utf8] Mon Aug 23 15:21:03 2010
@@ -61,6 +61,7 @@ selection_columns = (\n
   (\'title\', \'Title\',),\n
   (\'int_index\', \'Int Index\',),\n
   (\'parent_description\', \'Description\',),\n
+  (\'parent_comment\', \'Comment\',),\n
   (\'parent_reference\', \'Invoice Number\',),\n
   (\'specific_reference\', \'Transaction Reference\',),\n
   (\'node_reference\', \'Account Code\',),\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=37953&r1=37952&r2=37953&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Aug 23 15:21:03 2010
@@ -1 +1 @@
-1339
\ No newline at end of file
+1340
\ No newline at end of file




More information about the Erp5-report mailing list