brotherton-erpnext/erpnext/docs/user/manual/en/selling/articles/sales-persons-in-the-sales-transactions.md

45 lines
2.4 KiB
Markdown
Raw Normal View History

2016-01-27 12:49:06 +00:00
#Sales Persons in the Sales Transactions
2016-01-27 06:03:27 +00:00
2016-01-27 09:41:58 +00:00
In ERPNext, Sales Person master is maintained in [tree structure]({{docs_base_url}}/user/manual/en/setting-up/articles/managing-tree-structure-masters.html). Sales Person is selectable in all the sales transactions.
2016-01-27 06:03:27 +00:00
2016-01-27 09:41:58 +00:00
Sales Persons can be updated in the Customer master as well. On selection of Customer in the transactions, Sales Persons as updated in the Customer will fetch into sales transaction.
2016-01-27 06:03:27 +00:00
2016-01-27 12:49:06 +00:00
<img class="screenshot" alt="Sales Person Customer" src="{{docs_base_url}}/assets/img/articles/sales-person-transaction-1.png">
2016-01-27 06:03:27 +00:00
####Sales Person Contribution
2016-01-27 09:41:58 +00:00
If more than one sales persons are working together on an order, then contribution (%) should be set for each Sales Person.
2016-01-27 06:03:27 +00:00
2016-01-27 12:49:06 +00:00
<img class="screenshot" alt="Sales Person Order" src="{{docs_base_url}}/assets/img/articles/sales-person-transaction-2.png">
2016-01-27 06:03:27 +00:00
2016-01-27 09:41:58 +00:00
On saving transaction, based on the Net Total and Contriution (%), `Contribution to Net Total` will be calculated for each Sales Person.
2016-01-27 06:03:27 +00:00
<div class=well>Total % Contribution for all Sales Person must be 100%. If only one Sales Person is selected, then % Contribution will be 100.</div>
####Sales Person Transaction Report
2016-01-27 09:41:58 +00:00
Check Sales Person's Transaction report from:
2016-01-27 06:03:27 +00:00
`Selling > Standard Reports > Sales Personwise Transaction Summary`
2016-01-27 09:41:58 +00:00
This report can be generated based on Sales Order, Delivery Note and Sales Invoice. It will give you total amount of sale made by an employe.
2016-01-27 06:03:27 +00:00
2016-01-27 12:49:06 +00:00
<img class="screenshot" alt="Sales Person Report" src="{{docs_base_url}}/assets/img/articles/sales-person-transaction-3.png">
2016-01-27 06:03:27 +00:00
####Sales Person wise Commission
2016-01-27 09:41:58 +00:00
ERPNext only provide total amount of sale made by a Sales Person. If you offer commission to Sales Person, you should add Sales Person as Sales Partners in ERPNext. For Sales Partners, you can define Commission (%). On selected on Sales Partner in a sales transction, based on Net Total, Commission Amount is calculated as well. You can check Sales Partner's commission report from:
2016-01-27 06:03:27 +00:00
`Accounts > Standard Reports > Sales Partners Commission`
####Disable Sales Person Feature
2016-01-27 09:41:58 +00:00
If you don't track Sales Person wise performance, and doesn't wish to use this feature, you can disable it from:
2016-01-27 06:03:27 +00:00
2016-01-27 09:41:58 +00:00
`Setup > Customize > Features Setup`
2016-01-27 06:03:27 +00:00
2016-01-27 12:49:06 +00:00
<img class="screenshot" alt="Disable Sales Person" src="{{docs_base_url}}/assets/img/articles/sales-person-transaction-4.png">
2016-01-27 06:03:27 +00:00
2016-01-27 09:41:58 +00:00
On disabling this feature, fields and tables related to Sales Person will become hidden from masters and transcations.
2016-01-27 06:03:27 +00:00
<!-- markdown -->