Commit 4f1ac809 authored by Kevin Deldycke's avatar Kevin Deldycke

Fix General Ledger Report property transalation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6097 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca96646e
......@@ -176,7 +176,9 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......@@ -278,4 +280,23 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.Localizer.translate(\'erp5_ui\', "Balance at Stop Date (${date})", mapping={\'date\':here.Base_FormatDate(here.REQUEST.get(\'at_date\'))})</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -148,7 +148,9 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -176,7 +178,9 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......@@ -278,4 +282,42 @@
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.REQUEST.get(\'from_date\') not in (None, \'\')</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.Localizer.translate(\'erp5_ui\', "Balance of the Period (${from_date} to ${at_date})", mapping={\'from_date\':here.Base_FormatDate(here.REQUEST.get(\'from_date\')-1),\'at_date\':here.Base_FormatDate(here.REQUEST.get(\'at_date\'))})</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -148,7 +148,9 @@
</item>
<item>
<key> <string>enabled</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>external_validator</string> </key>
......@@ -176,7 +178,9 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......@@ -247,7 +251,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Balance at Start Date</string> </value>
<value> <string>Balance before Start Date</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......@@ -273,7 +277,45 @@
<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\'))</string> </value>
<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>
</item>
</dictionary>
</pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.REQUEST.get(\'from_date\') not in (None, \'\')</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.Localizer.translate(\'erp5_ui\', "Balance before Start Date (${date})", mapping={\'date\':here.Base_FormatDate(here.REQUEST.get(\'from_date\')-1)})</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