Commit 5825c1e6 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Added portal_transit_inventory_state_list that indicates deliveries which left...

Added portal_transit_inventory_state_list that indicates deliveries which left the source and didn't arrive at the destination yet.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2723 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ea38a20
......@@ -143,6 +143,7 @@ portal_balance_transaction_line_type_list = ('Balance Transaction Line',)
## Inventory States
portal_current_inventory_state_list = ('delivered', 'started', 'stopped', 'invoiced') # invoiced is Coramy specific and should be removed
portal_transit_inventory_state_list = ('started',) # This MUST be a subset of portal_current_inventory_state_list, it indicates movements that left the source, but didn't arrive at the destination yet.
portal_target_inventory_state_list = ('ready', 'delivered', 'started', 'stopped', 'invoiced') # if simulation_state in target_list, target_quantity should be considered instead of quantity for stock indexing XXX why do we need two inventory_state_list ?
portal_draft_order_state_list = ('cancelled', 'draft', 'auto_planned' )
portal_planned_order_state_list = ('planned', 'ordered', )
......
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