Changes

m
Line 32: Line 32:     
= Life cycle / Business rules =
 
= Life cycle / Business rules =
A customer order follow the following life cycle:
+
A customer order follow the following life cycle (value in parenthesis is the status code):
    
If module shipment is enabled:
 
If module shipment is enabled:
    
<pre>
 
<pre>
Draft --> Validated --> Shipment in process --> Delivered -------> Processed (=Delivered + Billed)
+
Draft (0) --> Validated (1) --> Shipment in process (2) --> Delivered (3) -------> Processed (=Delivered + Billed)
                  \                       \                   /
+
                          \                             \                     /
                    \-------------------> Invoice created ----/
+
                            \---------------> Invoice created -----------------/
 
</pre>
 
</pre>
    
If module shipment is not enabled:
 
If module shipment is not enabled:
 
<pre>
 
<pre>
Draft --> Validated ---> Shipped --------------> Processed (=Shipped + Billed)
+
Draft (0) --> Validated (1) ---> Delivered (3) --------> Processed (=Delivered + Billed)
                  \                        /   
+
                            \                        /   
                    \--> Invoice created ---/
+
                            \-> Invoice created ----/
 
</pre>
 
</pre>
 +
 +
Note: hidden option WORKFLOW_BILL_ON_SHIPMENT may change label if on but this is a not official option, always off by default.
    
* The status "Order to bill" is not a status that is specific. For some users it will be same than status "Validated", for others, it will same than status "Delivered". This depends if you choose to make invoice before or after delivery (both are possible).
 
* The status "Order to bill" is not a status that is specific. For some users it will be same than status "Validated", for others, it will same than status "Delivered". This depends if you choose to make invoice before or after delivery (both are possible).
Line 86: Line 88:     
= Related videos =
 
= Related videos =
<youtube width="200" height="120">OkbncQwiWIw</youtube>
+
<youtube width="200" height="120">Ypp2B5TlNuM</youtube>
 +
 
 +
Sales orders:
 +
(vocal in french but subtitles are available and review in this language)
 +
 
 +
<youtube width="200" height="120">-2pNTeUXQ0o</youtube>
    
[[Category:Orders]]
 
[[Category:Orders]]