brotherton-erpnext/erpnext/docs/user/manual/en/CRM/opportunity.md

41 lines
1.8 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
When you know a Lead is looking for some products or services to buy, you can
2016-11-28 10:21:05 +00:00
track that as an Opportunity. Also opportunity document helps user to collect the requirement of a customer/lead.
2015-11-05 11:25:10 +00:00
You can create an Opportunity from:
> Selling > Opportunity > New Opportunity
or open a “Open” Lead and click on “Create Opportunity” button.
#### Figure 1: Create Opportunity
<img class="screenshot" alt="Opportunity" src="{{docs_base_url}}/assets/img/crm/opportunity.png">
2015-11-05 11:25:10 +00:00
You can also open a “Open” Lead and click on “Create Opportunity” button.
#### Figure 2: Create Opportunity from an open Lead
<img class="screenshot" alt="Opportunity" src="{{docs_base_url}}/assets/img/crm/lead-to-opportunity.png">
2015-11-05 11:25:10 +00:00
2016-11-28 10:21:05 +00:00
#### Figure 3: Create Opportunity for Customer to Collect their Requirement
<img class="screenshot" alt="Opportunity" src="{{docs_base_url}}/assets/img/crm/requirement-gathering.png">
2015-11-05 11:25:10 +00:00
An Opportunity can also come from an existing Customer. You can create
multiple Opportunities against the same Lead. In Opportunity, apart from the
Communication, you can also add the Items for which the Lead or Contact is
looking for.
2016-11-28 10:21:05 +00:00
#### Make Supplier Quotation
In some business, user collect the rates from their supplier against the customer requirement and based on the supplier rates they prepare the quotation for the customer. In ERPNext user get an option to make supplier quotation from the opportunity.
<img class="screenshot" alt="Opportunity" src="{{docs_base_url}}/assets/img/crm/make-sq-from-opportunity.png">
2015-11-05 11:25:10 +00:00
> Best Practice: Leads and Opportunities are often referred as your “Sales
Pipeline” this is what you need to track if you want to be able to predict how
much business you are going to get in the future. Its always a good idea to be
able to track what is coming in order to adjust your resources.
{next}