brotherton-erpnext/erpnext/docs/user/manual/en/buying/supplier.md

38 lines
2.1 KiB
Markdown
Raw Normal View History

2017-07-31 10:50:43 +00:00
# Supplier
2016-03-14 13:58:06 +00:00
Suppliers are companies or individuals who provide you with products or services.
2015-11-05 11:25:10 +00:00
2016-03-14 13:58:06 +00:00
You can create a new Supplier from:
2015-11-05 11:25:10 +00:00
2016-10-04 06:40:08 +00:00
`Explore > Supplier > New Supplier`
2015-11-05 11:25:10 +00:00
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Supplier Master" src="{{docs_base_url}}/assets/img/buying/supplier-master.png">
2015-11-05 11:25:10 +00:00
### Contacts and Addresses
2016-03-14 13:58:06 +00:00
Contacts and Addresses in ERPNext are stored separately so that you can create multiple Contacts and Addresses for a Suppliers. Once Supplier is saved, you will find option to create Contact and Address for that Supplier.
2015-11-05 11:25:10 +00:00
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Supplier Master" src="{{docs_base_url}}/assets/img/buying/supplier-new-address-contact.png">
2016-03-14 13:58:06 +00:00
> Tip: When you select a Supplier in any transaction, Contact for which "Is Primary" field id checked, it will auto-fetch with the Supplier details.
2015-11-05 11:25:10 +00:00
### Integration with Accounts
2016-03-14 13:58:06 +00:00
For all the Supplier, "Creditor" account is set as default payable Account. When Purchase Invoice is created, payable towards the supplier is booked against "Creditors" account.
If you want to customize payable account for the Supplier, you should first add a payable Account in the Chart of Account, and then select that Payable Account in the Supplier master.
2018-02-07 13:29:06 +00:00
<img class="screenshot" alt="Supplier Master" src="{{docs_base_url}}/assets/img/buying/supplier-payable-account.png">
2016-03-14 13:58:06 +00:00
If you don't want to customize payable account, and proceed with default payable account "Creditor", then do not update any value in the Default Supplier Account's table.
2015-11-05 11:25:10 +00:00
2016-03-14 13:58:06 +00:00
> Advanced Tip: Default Payable Account is set in the Company master. If you want to set another account as Account as default for payable instead of Creditors Account, go to Company master, and set that account as "Default Payable Account".
2015-11-05 11:25:10 +00:00
2016-03-14 13:58:06 +00:00
You can add multiple companies in your ERPNext instance, and one Supplier can be used across multiple companies. In this case, you should define Companywise Payable Account for the Supplier in the "Default Payable Accounts" table.
2015-11-05 11:25:10 +00:00
2016-03-14 13:58:06 +00:00
<iframe width="660" height="371" src="https://www.youtube.com/embed/anoGi_RpQ20" frameborder="0" allowfullscreen></iframe>
2015-11-05 11:25:10 +00:00
2016-03-14 13:58:06 +00:00
(Check from 2:20)
2015-11-05 11:25:10 +00:00
{next}