brotherton-erpnext/erpnext/docs/user/manual/en/selling/setup/sales-partner.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

2017-07-31 10:50:43 +00:00
# Sales Partner
2015-11-05 11:25:10 +00:00
People who assist you in getting business are termed as Sales Partners. Sales Partners can be represented by different names in ERPNext. You can call them Channel Partner, Distributor, Dealer, Agent, Retailer, Implementation Partner, Reseller etc.
2017-05-17 14:06:15 +00:00
For each Sales Partner, you can define commission offer to them. When Sales Partner is selected in transactions, their commission is calculated over Net Total of Sales Order/Invoice or Delivery Note.
2015-11-05 11:25:10 +00:00
You can track Sales Personwise commission in the report under Selling module.
To create a sales partner go to:
`Selling > Setup > Sales Partner`
Sales Partners are saved with Sales Partner name provided by user.
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Sales Partner" src="/docs/assets/img/selling/sales-partner.png">
2015-11-05 11:25:10 +00:00
You can track their address and contact details and also allocate Sales Partner for each Item Group, based on Qty and Amount.
### Including Sales Partners in Your Website
To include the name of your Partner on your website, check the "Show in
Website" box. When click on "Show in Website", you will see field where you can attach logo of partner's company and enter brief and introduction of partner.
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Sales Partner" src="/docs/assets/img/selling/sales-partner-website.png">
2015-11-05 11:25:10 +00:00
To see listing of partner, you should go to:
https://example.erpnext.com/partners
2017-07-31 11:11:35 +00:00
<img class="screenshot" alt="Sales Partner" src="/docs/assets/img/crm/sales-partner-listing.png">
2015-11-05 11:25:10 +00:00
{next}