Commit 43f81179 authored by Łukasz Nowak's avatar Łukasz Nowak

Stabilise account setup.

parent 637c9d3c
...@@ -85,7 +85,7 @@ For real use, it is required to set an appropriate source (= account) category i ...@@ -85,7 +85,7 @@ For real use, it is required to set an appropriate source (= account) category i
</item> </item>
<item> <item>
<key> <string>efficiency</string> </key> <key> <string>efficiency</string> </key>
<value> <float>-1.0</float> </value> <value> <float>1.0</float> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
......
...@@ -83,6 +83,10 @@ ...@@ -83,6 +83,10 @@
<value> <string>This business path is just a template thus disabled by using \'python:False\' in Predicate.\n <value> <string>This business path is just a template thus disabled by using \'python:False\' in Predicate.\n
For real use, it is required to set an appropriate source (= account) category in Profile.</string> </value> For real use, it is required to set an appropriate source (= account) category in Profile.</string> </value>
</item> </item>
<item>
<key> <string>efficiency</string> </key>
<value> <float>-1.0</float> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>account_debit_path</string> </value> <value> <string>account_debit_path</string> </value>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
<tuple> <tuple>
<string>trade_phase/vifib/accounting</string> <string>trade_phase/vifib/accounting</string>
<string>trade_date/trade_phase/vifib/invoicing</string> <string>trade_date/trade_phase/vifib/invoicing</string>
<string>source/account_module/coll_vat</string>
<string>destination/account_module/refundable_vat</string> <string>destination/account_module/refundable_vat</string>
<string>source/account_module/coll_vat</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>efficiency</string> </key>
<value> <float>1.0</float> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>accounting_tax1</string> </value> <value> <string>accounting_tax1</string> </value>
......
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>efficiency</string> </key>
<value> <float>-1.0</float> </value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>accounting_tax2</string> </value> <value> <string>accounting_tax2</string> </value>
......
107 108
\ No newline at end of file \ 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