Commit d0028c7b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

2008-09-16 Kazuhiko

* remove payment_transaction_builder because now it is included in erp5_invoicing.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23654 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c063fc5a
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Type.Document.DeliveryBuilder</string>
<string>DeliveryBuilder</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>delivery_after_generation_script_id</string> </key>
<value> <string>PaymentTransaction_copyInvoiceProperties</string> </value>
</item>
<item>
<key> <string>delivery_cell_collect_order</string> </key>
<value>
<tuple>
<string>DateMovementGroup</string>
</tuple>
</value>
</item>
<item>
<key> <string>delivery_cell_portal_type</string> </key>
<value> <string>Delivery Cell</string> </value>
</item>
<item>
<key> <string>delivery_cell_separate_order</string> </key>
<value>
<tuple>
<string>calculateSeparatePrice</string>
<string>calculateAddQuantity</string>
</tuple>
</value>
</item>
<item>
<key> <string>delivery_collect_order</string> </key>
<value>
<tuple>
<string>OrderMovementGroup</string>
<string>DateMovementGroup</string>
<string>SectionPathMovementGroup</string>
</tuple>
</value>
</item>
<item>
<key> <string>delivery_line_collect_order</string> </key>
<value>
<tuple>
<string>QuantitySignMovementGroup</string>
<string>PathMovementGroup</string>
<string>ResourceMovementGroup</string>
</tuple>
</value>
</item>
<item>
<key> <string>delivery_line_portal_type</string> </key>
<value> <string>Accounting Transaction Line</string> </value>
</item>
<item>
<key> <string>delivery_module</string> </key>
<value> <string>accounting_module</string> </value>
</item>
<item>
<key> <string>delivery_portal_type</string> </key>
<value> <string>Payment Transaction</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>payment_transaction_builder</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Delivery Builder</string> </value>
</item>
<item>
<key> <string>simulation_select_method_id</string> </key>
<value> <string>PaymentTransaction_selectMovement</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Payment Transaction Builder</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>BTrees.Length</string>
<string>Length</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<tuple>
<tuple>
<string>BTrees.OOBTree</string>
<string>OOBTree</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<none/>
</pickle>
</record>
</ZopeData>
......@@ -33,7 +33,7 @@
</chain>
<chain>
<type>Purchase Invoice Transaction</type>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, invoice_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, delivery_causality_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Purchase Invoice Transaction Line</type>
......@@ -41,7 +41,7 @@
</chain>
<chain>
<type>Sale Invoice Transaction</type>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_simulation_interaction_workflow, edit_workflow, invoice_causality_workflow</workflow>
<workflow>delivery_causality_interaction_workflow, accounting_workflow, delivery_causality_workflow, delivery_simulation_interaction_workflow, edit_workflow</workflow>
</chain>
<chain>
<type>Sale Invoice Transaction Line</type>
......
2008-09-16 Kazuhiko
* remove payment_transaction_builder because now it is included in erp5_invoicing.
* use delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.
2008-09-07 yusei
* Replace "+" with " " in translation messages.
......
769
\ No newline at end of file
771
\ No newline at end of file
portal_categories/account_type/**
portal_categories/financial_section/*
portal_deliveries/payment_transaction_builder
portal_rules/default_invoice_rule
portal_rules/default_invoice_rule/**
portal_rules/default_payment_rule
......
......@@ -20,14 +20,14 @@ Purchase Invoice Transaction Line | delivery_movement_simulation_interaction_wor
Purchase Invoice Transaction Line | edit_workflow
Purchase Invoice Transaction | accounting_workflow
Purchase Invoice Transaction | delivery_causality_interaction_workflow
Purchase Invoice Transaction | delivery_causality_workflow
Purchase Invoice Transaction | delivery_simulation_interaction_workflow
Purchase Invoice Transaction | edit_workflow
Purchase Invoice Transaction | invoice_causality_workflow
Sale Invoice Transaction Line | delivery_movement_causality_interaction_workflow
Sale Invoice Transaction Line | delivery_movement_simulation_interaction_workflow
Sale Invoice Transaction Line | edit_workflow
Sale Invoice Transaction | accounting_workflow
Sale Invoice Transaction | delivery_causality_interaction_workflow
Sale Invoice Transaction | delivery_causality_workflow
Sale Invoice Transaction | delivery_simulation_interaction_workflow
Sale Invoice Transaction | edit_workflow
Sale Invoice Transaction | invoice_causality_workflow
\ No newline at end of file
Sale Invoice Transaction | edit_workflow
\ 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