Difference between revisions of "Module Commercial Proposals - Quotes"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
 
(36 intermediate revisions by 6 users not shown)
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 Propositions commerciales - Devis]]
 +
[[es:Módulo_Presupuestos]]
 +
[[de:Modul_Angebote]]
 +
[[zh:报价单模块]]
 +
<!-- END interlang links -->
 +
 
[[Category:Proposal]]
 
[[Category:Proposal]]
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
{{ToTranslate}}
+
{{TemplateModEN}}
 +
{{BasculeDevUser|
 +
nom=Commercial Proposals|
 +
num=20|
 +
devdoc=[[Module Commercial Proposals (developer)]]|
 +
userdoc=This page|}}
 +
 
 +
= Introduction =
 +
A proposal or quote is a document you suggest to a customer to give him an idea of what you can do/sell at which price.
 +
 
 +
= Installation =
 +
{{NoInstallModuleEn}}
 +
 
 +
= Configuration =
 +
{{ActivationModuleEn}}
 +
 
 +
= Life cycle / Business rules =
 +
When a commercial proposal is created, this is done with status "Draft".
 +
Then it is "Validated". You can then close it with status "Signed" (if customer has accepted it), or with status "Refused".
  
Si le mot vous parle plus, on peut dire qu'une proposition commerciale est un devis.
+
If the commercial proposal is "Signed", it can be converted into invoice or order, manually or automatically.
  
== Cycle de vie / Règles de gestion ==
 
A compléter
 
  
 +
''Representation of the life cycle of a proposal (value in parenthesis is the technical status code):''
 +
<pre>
 +
Draft (0) --> Validated (1) --------> Signed (2) --------------------------------------> Billed (4)
 +
                      ^        \                  \                                  /
 +
                      |        \                  \--> Creation order or invoice --/
 +
                      |          \                      (automatically or manually)
 +
                      |          \--> Declined (3)
 +
                      |                        |
 +
                      ---------------------------
 +
</pre>
  
== Créer une proposition commerciale ==
+
= Create a proposal =
 +
The creation of a business proposal is done from a third party card.
 +
The third party must be defined as customer or prospect (or both). Also module "Commercial Proposal" must be enabled.
  
La création d'une proposition commerciale se fait à partir de la fiche client ou prospects dans la partie Commercial. Pour créer une Proposition vous devez avoir un contact défini pour ce client et le [[Premiers paramétrages#Modules|module]] doit être activé !).
+
Go on third party card.
 +
Click on button "Add proposal" on customer or prospect tab of the third party.
 +
Then validate it.
  
Suivez ensuite les indications pour créer une proposition brouillon, puis validez la quand elle est prête (contrairement aux factures vous pouvez modifier une proposition validée).
+
= Closure of a proposal (Refused or Signed then Billed) =
  
== Clôture d'une proposition ==
+
A proposal is closed when set to "Refused".
 +
If the proposal is set to "Signed" when the customer has agreed, the prospect attached is automatically set as a customer if it is not already a customer. Then, you have then to decide when the proposal will be closed. Once an order has been created or once an invoice has been created.
  
Clôturez une proposition comme Signée quand le client a donné son accord. Lors de la clôture d'une proposition commerciale la société rattachée est automatiquement définie comme client si celle-ci était auparavant classée comme prospect, une [[Commande]] "brouillon" correspondante est automatiquement créée.
+
If you setup correctly [[Module Workflow En|Module Workflow]], you can have a "draft" order created automatically. You can also to have the proposal being closed automatically when the order is created or when the invoice has been validated.
  
== Modèles ==
+
= Document templates =
 +
Dolibarr can handle several models of proposals, which must be active in the Configuration module. You can create your templates yourself you just have to know the language php. The models proposed are located in /includes/modules/propale/
  
Dolibarr sait gérer plusieurs modèles de propositions, qui doivent être actifs dans la partie Configuration du module. Vous pouvez créer vous même vos modèles il vous suffit pour cela de connaitre tout de même le language php. Les modèles de propositions se trouvent dans /includes/modules/propale/
+
= Vidéos liées =
 +
<youtube width="200" height="120">OkbncQwiWIw</youtube>
  
 +
Commercial proposals:
 +
(vocal in french but subtitles are available and review in this language)
  
== Exemples de cas d'utilisations ==
+
<youtube width="200" height="120">2xcEjyGFSg8</youtube>
A compléter
 

Latest revision as of 13:42, 14 August 2024

Commercial Proposals
Numéro/ID du module 20
Doc utilisateur du module This page
Doc développeur du module Module Commercial Proposals (developer)

Introduction

A proposal or quote is a document you suggest to a customer to give him an idea of what you can do/sell at which price.

Installation

This module is included with the Dolibarr distribution, so there is no need to install it.

Configuration

To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".

Choose the tab where the module is listed. Then click on "Activate".

The module is now activated.

If a cog icon appears Cog circle.svg on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.

Life cycle / Business rules

When a commercial proposal is created, this is done with status "Draft". Then it is "Validated". You can then close it with status "Signed" (if customer has accepted it), or with status "Refused".

If the commercial proposal is "Signed", it can be converted into invoice or order, manually or automatically.


Representation of the life cycle of a proposal (value in parenthesis is the technical status code):

Draft (0) --> Validated (1) --------> Signed (2) --------------------------------------> Billed (4)
                      ^        \                   \                                  /
                      |         \                   \--> Creation order or invoice --/
                      |          \                      (automatically or manually)
                      |           \--> Declined (3)
                      |                         | 
                      --------------------------- 

Create a proposal

The creation of a business proposal is done from a third party card. The third party must be defined as customer or prospect (or both). Also module "Commercial Proposal" must be enabled.

Go on third party card. Click on button "Add proposal" on customer or prospect tab of the third party. Then validate it.

Closure of a proposal (Refused or Signed then Billed)

A proposal is closed when set to "Refused". If the proposal is set to "Signed" when the customer has agreed, the prospect attached is automatically set as a customer if it is not already a customer. Then, you have then to decide when the proposal will be closed. Once an order has been created or once an invoice has been created.

If you setup correctly Module Workflow, you can have a "draft" order created automatically. You can also to have the proposal being closed automatically when the order is created or when the invoice has been validated.

Document templates

Dolibarr can handle several models of proposals, which must be active in the Configuration module. You can create your templates yourself you just have to know the language php. The models proposed are located in /includes/modules/propale/

Vidéos liées

Commercial proposals: (vocal in french but subtitles are available and review in this language)