[Erp5-report] r37055 yusei - in /erp5/trunk/bt5/erp5_accounting: SkinTemplateItem/portal_sk...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 12 16:56:21 CEST 2010


Author: yusei
Date: Mon Jul 12 16:56:20 2010
New Revision: 37055

URL: http://svn.erp5.org?rev=37055&view=rev
Log:
2010-07-12 yusei
* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters.

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml
    erp5/trunk/bt5/erp5_accounting/bt/change_log
    erp5/trunk/bt5/erp5_accounting/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml?rev=37055&r1=37054&r2=37055&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Node_statAccountingBalance.xml [utf8] Mon Jul 12 16:56:20 2010
@@ -95,6 +95,12 @@ if kw.get(\'mirror_section_category\'):\
 if kw.get(\'at_date\'):\n
   params[\'at_date\'] = kw[\'at_date\'].latestTime()\n
 \n
+if kw.get(\'from_date\'):\n
+  params[\'from_date\'] = kw[\'from_date\']\n
+\n
+if kw.get(\'to_date\'):\n
+  params[\'to_date\'] = kw[\'to_date\']\n
+\n
 ###\n
 # Get the \'where_expression\' parameter\n
 # XXX can be removed ?\n

Modified: erp5/trunk/bt5/erp5_accounting/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/change_log?rev=37055&r1=37054&r2=37055&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Mon Jul 12 16:56:20 2010
@@ -1,5 +1,5 @@
 2010-07-12 yusei
-* Update Node_statAccountingBalance and accept "at_date" parameter.
+* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters.
 
 2010-05-28 lucas
 * Added quantity into Expandable Properties of the default_accounting_transaction_rule object.

Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=37055&r1=37054&r2=37055&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Jul 12 16:56:20 2010
@@ -1 +1 @@
-1310
\ No newline at end of file
+1311
\ No newline at end of file




More information about the Erp5-report mailing list