Commit 82bda1a1 authored by Kevin Deldycke's avatar Kevin Deldycke

Round start, stop and period balance for consistent values.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6362 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45bac975
......@@ -275,7 +275,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), at_date=here.REQUEST.get(\'at_date\'))</string> </value>
<value> <string>python: here.Base_getRoundValue(value=here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), at_date=here.REQUEST.get(\'at_date\'), section_portal_type_list=[\'Organisation\']), precision=here.Base_getPreferredPrecision())</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -277,7 +277,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), from_date=here.REQUEST.get(\'from_date\'), at_date=here.REQUEST.get(\'at_date\'))</string> </value>
<value> <string>python: here.Base_getRoundValue(value=here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), from_date=here.REQUEST.get(\'from_date\'), at_date=here.REQUEST.get(\'at_date\'), section_portal_type_list=[\'Organisation\']), precision=here.Base_getPreferredPrecision())</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -277,7 +277,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), at_date=here.REQUEST.get(\'from_date\')-1)</string> </value>
<value> <string>python: here.Base_getRoundValue(value=here.portal_simulation.getInventoryAssetPrice(section_category=here.REQUEST.get(\'transaction_section_category\'), node_category="gap/"+here.REQUEST.get(\'gap\'), simulation_state=here.REQUEST.get(\'transaction_simulation_state\'), at_date=here.REQUEST.get(\'from_date\')-1, section_portal_type_list=[\'Organisation\']), precision=here.Base_getPreferredPrecision())</string> </value>
</item>
</dictionary>
</pickle>
......
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