Commit f10c0c01 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2010-08-09 yo

* Forgot to rename the id of the Business Path for tax.
* Add SaleInvoice_getRuleReference to just return None.
* Ignore some properties in the divergence testers for tax movements.
* Add base_application for building tax movements.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37646 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b2fc4b7
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>9</string> </value>
<value> <string>tax</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
......
......@@ -47,6 +47,7 @@
<string>destination_account</string>
<string>source_function</string>
<string>destination_function</string>
<string>base_application</string>
</tuple>
</value>
</item>
......
......@@ -30,7 +30,6 @@
<string>base_contribution | Base Contribution</string>
<string>delivery_mode | Delivery Mode</string>
<string>destination_account | Destination Account</string>
<string>destination | Destination</string>
<string>destination_function | Destination Function</string>
<string>destination_payment | Destination Payment</string>
<string>destination_project | Destination Project</string>
......@@ -43,7 +42,6 @@
<string>source_payment | Source Payment</string>
<string>source_project | Source Project</string>
<string>source_section | Source Section</string>
<string>source | Source</string>
</tuple>
</value>
</item>
......
......@@ -27,8 +27,6 @@
<key> <string>tested_property</string> </key>
<value>
<tuple>
<string>start_date | Start Date</string>
<string>stop_date | Stop Date</string>
<string>price | Price</string>
</tuple>
</value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return None\n
</string> </value>
</item>
<item>
<key> <string>_code</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>func_code</string> </key>
<value>
<object>
<klass>
<global name="FuncCode" module="Shared.DC.Scripts.Signature"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>kw</string>
<string>None</string>
</tuple>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>SaleInvoice_getRuleReference</string> </value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-08-09 yo
* Forgot to rename the id of the Business Path for tax.
* Add SaleInvoice_getRuleReference to just return None.
* Ignore some properties in the divergence testers for tax movements.
* Add base_application for building tax movements.
2010-08-09 yo
* Forgot to deal with specialise which is always required for BPM.
......
12
\ No newline at end of file
15
\ 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