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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 12 13:41:39 CEST 2010


Author: yusei
Date: Mon Jul 12 13:41:37 2010
New Revision: 37040

URL: http://svn.erp5.org?rev=37040&view=rev
Log:
2010-07-12 yusei
* Update Node_statAccountingBalance and accept "at_date" parameter.

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=37040&r1=37039&r2=37040&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 13:41:37 2010
@@ -92,6 +92,9 @@ if kw.get(\'node_category\'):\n
 if kw.get(\'mirror_section_category\'):\n
   params[\'mirror_section_category\'] = kw[\'mirror_section_category\']\n
 \n
+if kw.get(\'at_date\'):\n
+  params[\'at_date\'] = kw[\'at_date\'].latestTime()\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=37040&r1=37039&r2=37040&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/change_log [utf8] Mon Jul 12 13:41:37 2010
@@ -1,3 +1,6 @@
+2010-07-12 yusei
+* Update Node_statAccountingBalance and accept "at_date" parameter.
+
 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=37040&r1=37039&r2=37040&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision [utf8] Mon Jul 12 13:41:37 2010
@@ -1 +1 @@
-1309
\ No newline at end of file
+1310
\ No newline at end of file




More information about the Erp5-report mailing list