Commit b75a6bcf authored by Nicolas Delaby's avatar Nicolas Delaby

2007-10-04 Nicolas

Update Amortisation Transaction Causality Workflow
rename edit transition to calculate

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e995de63
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.States</string>
<string>StateDefinition</string>
</tuple>
<none/>
<global name="StateDefinition" module="Products.DCWorkflow.States"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -50,8 +47,8 @@
<string>accept_decision_action</string>
<string>adopt_prevision</string>
<string>adopt_prevision_action</string>
<string>calculate</string>
<string>converge</string>
<string>edit</string>
<string>start_building</string>
</tuple>
</value>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.States</string>
<string>StateDefinition</string>
</tuple>
<none/>
<global name="StateDefinition" module="Products.DCWorkflow.States"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -46,8 +43,8 @@
<key> <string>transitions</string> </key>
<value>
<tuple>
<string>calculate</string>
<string>diverge</string>
<string>edit</string>
<string>start_building</string>
</tuple>
</value>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.DCWorkflow.Transitions</string>
<string>TransitionDefinition</string>
</tuple>
<none/>
<global name="TransitionDefinition" module="Products.DCWorkflow.Transitions"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -52,7 +49,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>edit</string> </value>
<value> <string>calculate</string> </value>
</item>
<item>
<key> <string>new_state_id</string> </key>
......
2007-10-04 Nicolas
Update Amortisation Transaction Causality Workflow
rename edit transition to calculate
2006-09-18 Nicolas
* Use amortisation_transaction_builder instead amortisation_transaction_builder
2006-03-10 Guillaume
......
INSTALL :
After installing this BT, you should achieve some tasks :
1) On any delivery movement portal type which is not in erp5_trade, which can aggregate items and which isAccountable :
a) run PortalType_ImmobilisationMovement_addAmortisationMethodActions directly on the portal type
b) attach workflow immobilisation_movement_interaction_workflow
2) On any corresponding root delivery portal type :
a) run PortalType_ImmobilisationDelivery_addImmobilisationActions directly on the portal type
b) attach workflows immobilisation_movement_interaction_workflow and immobilisation_workflow
3) On any item :
a) run PortalType_Item_addImmobilisationActions directly on the portal type
TODO :
INSTALL :
After installing this BT, you should achieve some tasks :
1) On any delivery movement portal type which is not in erp5_trade, which can aggregate items and which isAccountable :
a) run PortalType_ImmobilisationMovement_addAmortisationMethodActions directly on the portal type
b) attach workflow immobilisation_movement_interaction_workflow
2) On any corresponding root delivery portal type :
a) run PortalType_ImmobilisationDelivery_addImmobilisationActions directly on the portal type
b) attach workflows immobilisation_movement_interaction_workflow and immobilisation_workflow
3) On any item :
a) run PortalType_Item_addImmobilisationActions directly on the portal type
TODO :
- Handle currency changes in expand
\ No newline at end of file
46
\ No newline at end of file
49
\ 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