Commit b3e2a11b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Giant commit with all local changed taken from Nexedi ERP5. Audit required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10484 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 469be06b
......@@ -45,6 +45,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string></string> </value>
......@@ -63,6 +69,7 @@
<list>
<string>panel1</string>
<string>panel2</string>
<string>panel3</string>
</list>
</value>
</item>
......@@ -74,24 +81,30 @@
<key> <string>panel1</string> </key>
<value>
<list>
<string>from_date</string>
<string>at_date</string>
<string>transaction_section_category</string>
<string>transaction_simulation_state</string>
<string>at_date</string>
<string>at_date_balance</string>
<string>balance</string>
<string>from_date</string>
<string>from_date_balance</string>
</list>
</value>
</item>
<item>
<key> <string>panel2</string> </key>
<key> <string>panel2</string> </key>
<value>
<list>
<string>gap</string>
<string>from_date_balance</string>
<string>at_date_balance</string>
<string>balance</string>
</list>
</value>
</item>
<item>
<key> <string>panel3</string> </key>
<value>
<list/>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -104,6 +104,8 @@
<value>
<list>
<string>your_transaction_simulation_state</string>
<string>my_show_parent_accounts</string>
<string>my_gap_list</string>
</list>
</value>
</item>
......
......@@ -45,6 +45,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
......@@ -119,6 +125,7 @@
<string>my_start_date</string>
<string>my_stop_date</string>
<string>my_description</string>
<string>my_destination_reference</string>
<string>my_translated_simulation_state_title</string>
</list>
</value>
......
......@@ -45,6 +45,12 @@
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Base_edit</string> </value>
......@@ -107,6 +113,7 @@
<string>my_source_reference</string>
<string>my_title</string>
<string>my_destination_section_title</string>
<string>my_reference</string>
<string>my_resource</string>
</list>
</value>
......
......@@ -185,10 +185,15 @@
</tr>\n
<tal:block tal:condition="python: VAT_infos[\'ratio\'] != 0">\n
<tr>\n
<td colspan=2 align=left tal:content="python:here.getDescription()"></td>\n
<td colspan=2 align=left>\n
<tal:block tal:repeat="description_line python:here.getDescription().split(\'\\n\')">\n
<p tal:content="description_line">\n
</p>\n
</tal:block>\n
</td>\n
<th colspan=3 align=right>\n
<tal:block tal:replace="python: VAT_infos[\'title\']">TVA / VAT</tal:block> <br> \n
<tal:block tal:replace="python: (VAT_infos[\'ratio\'] or 0.0) * 100.0"/> % (<span tal:replace="python:here.getPriceCurrencyId() or here.getResourceId() or \'\'"/>)</th>\n
<tal:block tal:replace="python: \'%.02f\' % ((VAT_infos[\'ratio\'] or 0.0) * 100.0)"/> % (<span tal:replace="python:here.getPriceCurrencyId() or here.getResourceId() or \'\'"/>)</th>\n
<td colspan=1 align=right tal:content="python: \'%.02f\' % round(VAT_infos[\'total\'], 2)"></td>\n
</tr>\n
</tal:block>\n
......
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