Line 25:
Line 25:
= Life cycle / Business rules =
= Life cycle / Business rules =
A customer order follow the following life cycle:
A customer order follow the following life cycle:
+
+
If module shipment is enabled:
<pre>
<pre>
Draft --> Validated --> Shipment in process --> Delivered --> Processed
Draft --> Validated --> Shipment in process --> Delivered --> Processed
Line 30:
Line 32:
</pre>
</pre>
−
* Status "To bill" will be for some users the status "Validated", for others, it will be "Delivered". This depends if you choose to make invoice before or after delivery.
+
If module shipment is not enabled:
+
<pre>
+
Draft --> Validated --> Delivered --> Processed
+
--> Canceled
+
</pre>
+
+
* 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).
* Status "Shipment in process" is only visible if [[Module Shipment]] is used.
* Status "Shipment in process" is only visible if [[Module Shipment]] is used.