Changes

m
Line 1: Line 1:  +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_Commandes_Clients]]
 +
[[es:Módulo_Pedidos_de_clientes]]
 +
[[de:Modul Kundenaufträge]]
 +
<!-- END interlang links -->
 +
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
 +
{{TemplateModEN}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
name=Orders|  
+
name=Orders|
devdoc=[[Module Orders (developer)]]|
+
num=25|
 +
devdoc=[[Module Customers Orders (developer)]]|
 
userdoc=This page|}}
 
userdoc=This page|}}
    
= Introduction =
 
= Introduction =
To complete
+
With this module, you can manage (create, edit, delete), customers orders.
 +
You can also convert an order into an invoice (if [[Module Customers Invoices]] is used).
 +
 
 +
It provides also features to generate documents for each order in a format like PDF.
 +
 
 +
Suppliers orders are however manager by [[Module Suppliers Orders]].
    
= Installation =
 
= Installation =
Line 13: Line 28:  
= Configuration =
 
= Configuration =
 
{{ActivationModuleEn}}
 
{{ActivationModuleEn}}
 +
 +
Note that activating this module will automatically activate the [[Module Third Parties]].
    
= Life cycle / Business rules =
 
= Life cycle / Business rules =
To complete
+
A customer order follow the following life cycle (value in parenthesis is the status code):
 +
 
 +
If module shipment is enabled:
 +
 
 +
<pre>
 +
Draft (0) --> Validated (1) --> Shipment in process (2) --> Delivered (3) -------> Processed (=Delivered + Billed)
 +
                          \                            \                      /
 +
                            \---------------> Invoice created -----------------/
 +
</pre>
 +
 
 +
If module shipment is not enabled:
 +
<pre>
 +
Draft (0) --> Validated (1) ---> Delivered (3) --------> Processed (=Delivered + Billed)
 +
                            \                        / 
 +
                            \-> Invoice created ----/
 +
</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).
 +
 
 +
* Status "Shipment in process" is only visible if [[Module Shipment]] is used.
 +
 
 +
Once an order is validated, by its creator, if you enabled the shipment module, you can generate one or several shipment receipts to send products. This can be done at anytime before the order is canceled or closed with status processed.
 +
 
 +
You can also define an order as "Delivered" (change status to "Delivered") when you want.
 +
 
 +
You can generate one or several invoices from customer order when they are at status "validated" or "delivered".
 +
Note that, by default, invoices built from order have same content/amount but you can edit invoice, once generated from order, to change that.
 +
 
 +
If you click on "Classify billed" and "Classify Delivered", this switch status to "Processed" and order will disappear from menu "Orders delivered". It should be visible into "Orders processed".
    
=Create an order=
 
=Create an order=
{{ToTranslate}}
+
Creation of an invoice need to go on card of a third party, on tab "Customer" (this require your third party has customer nature).
La création d'une commande se fait à partir de la fiche client dans la partie commerciale de l'application. Le lien permettant cela se trouve dans la barre d'action de la fiche.
+
 
 +
If [[Module Workflow En|Module Workflow]] and [[Module Commercial Proposals]] enabled, you can also have a draft customer orders automatically created once a proposal is closed (You must set this into setup of [[Module Workflow En|Module Workflow]].
 +
 
 +
=Modify an order=
 +
To modify an order, go on its card (you can find order from menu '''Commercial - Customers order - List''' or from '''Thirdparty card - Tab customer'''.
 +
 
 +
You can edit it if order has draft status. If not click on action button '''Modify'''.
   −
Une commande est automatiquement créée lors de la clôture d'une proposition commerciale. Cette commande est créée à l'état de brouillon.
+
= Process an order (Deliver and Bill)=
 +
To have an order '''processed''', you must both ship it and bill it.
 +
So once an order has been completely shipped, you can go onto card to close it.
   −
=Clôturer une commande=
+
Note: If [[Module Workflow EN|Module Workflow]] and [[Module Invoice]] are enabled, you can also Classify Billed your order automatically when a linked invoice is '''validated''' or '''payed'''.
   −
Une fois qu'une commande a été entièrement expédiée, il faut retourner sur sa fiche pour clôturer la commande. Elle est alors placée dans l'espace comptabilité comme "A facturer".
+
=Delete an order=
 +
To delete an order, go on its card (you can find order from menu '''Commercial - Customers order - List''' or from '''Thirdparty card - Tab customer'''.
   −
=Supprimer une commande=
+
Then click on action button '''Delete order'''.
   −
Pour supprimer une commande il vous faut ouvrir la fiche de celle-ci. Une commande ne peut être supprimée que si celle-ci est à l'état de '''brouillon'''. Une fois validée, elle peut seulement être annulée. La suppression d'un commande entraine l'effacement de toutes les données s'y référant.  
+
Warning, a deleted order is definitively removed with no way to restore it.
   −
'''Une commande supprimée ne peut pas être récupérée'''.
+
= Related videos =
 +
<youtube width="200" height="120">Ypp2B5TlNuM</youtube>
   −
=Modifier une commande=
+
Sales orders:
 +
(vocal in french but subtitles are available and review in this language)
   −
Pour modifier une commande il vous faut ouvrir la fiche de celle-ci. Une commande ne peut être modifiée que si celle-ci est à l'état de brouillon.
+
<youtube width="200" height="120">-2pNTeUXQ0o</youtube>
   −
= Exemples de cas d'utilisations =
+
[[Category:Orders]]
A compléter.