Commit 94033e04 authored by Yusei Tahara's avatar Yusei Tahara

2010-07-12 yusei

* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37055 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b3e8220
......@@ -95,6 +95,12 @@ if kw.get(\'mirror_section_category\'):\n
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
......
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.
......
1310
\ No newline at end of file
1311
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment