[Docs] Updated docs for supplier quotation and purchase order
This commit is contained in:
parent
598a0c918d
commit
2cb294c8b4
BIN
erpnext/docs/assets/img/buying/add_taxes_to_doc.png
Normal file
BIN
erpnext/docs/assets/img/buying/add_taxes_to_doc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
BIN
erpnext/docs/assets/img/buying/buying_flow.png
Normal file
BIN
erpnext/docs/assets/img/buying/buying_flow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
erpnext/docs/assets/img/buying/show_tax_breakup.png
Normal file
BIN
erpnext/docs/assets/img/buying/show_tax_breakup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -7,7 +7,7 @@ Supplier Quotation.
|
|||||||
|
|
||||||
#### Purchase Order Flow Chart
|
#### Purchase Order Flow Chart
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In ERPNext, you can also make a Purchase Order directly by going to:
|
In ERPNext, you can also make a Purchase Order directly by going to:
|
||||||
|
|
||||||
@ -39,6 +39,12 @@ which you collect from your Customer. In many regions, what you pay to your
|
|||||||
government is only the difference between what you collect from your Customer
|
government is only the difference between what you collect from your Customer
|
||||||
and what you pay to your Supplier. This is called Value Added Tax (VAT).
|
and what you pay to your Supplier. This is called Value Added Tax (VAT).
|
||||||
|
|
||||||
|
#### Add Taxes in Purchase Order
|
||||||
|
<img class="screenshot" alt="Purchase Order" src="{{docs_base_url}}/assets/img/buying/add_taxes_to_doc.png">
|
||||||
|
|
||||||
|
#### Show Tax break-up
|
||||||
|
<img class="screenshot" alt="Purchase Order" src="{{docs_base_url}}/assets/img/buying/show_tax_breakup.png">
|
||||||
|
|
||||||
For example you buy Items worth X and sell them for 1.3X. So your Customer
|
For example you buy Items worth X and sell them for 1.3X. So your Customer
|
||||||
pays 1.3 times the tax you pay your Supplier. Since you have already paid tax
|
pays 1.3 times the tax you pay your Supplier. Since you have already paid tax
|
||||||
to your Supplier for X, what you owe your government is only the tax on 0.3X.
|
to your Supplier for X, what you owe your government is only the tax on 0.3X.
|
||||||
|
@ -8,7 +8,7 @@ You can make a supplier quotation from a Material Request
|
|||||||
|
|
||||||
#### Supplier Quotation Flow-Chart
|
#### Supplier Quotation Flow-Chart
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
You can also make a Supplier Quotation directly from:
|
You can also make a Supplier Quotation directly from:
|
||||||
|
|
||||||
@ -30,4 +30,15 @@ Supplier Quotations are not necessary for most small businesses. Always
|
|||||||
evaluate the cost of collecting information to the value it really provides!
|
evaluate the cost of collecting information to the value it really provides!
|
||||||
You could only do this for high value items.
|
You could only do this for high value items.
|
||||||
|
|
||||||
|
#### Taxes
|
||||||
|
If your Supplier is going to charge you additional taxes or charge like a shipping or insurance charge, you can add it here. It will help you to accurately track your costs. Also, if some of these charges add to the value of the product you will have to mention them in the Taxes table. You can also use templates for your taxes. For more information on setting up your taxes see the Purchase Taxes and Charges Template.
|
||||||
|
|
||||||
|
You can select relevant tax by going to "Taxes and Charges" section and adding an entry to the table as shown below,
|
||||||
|
|
||||||
|
<img class="screenshot" alt="Supplier Quotation" src="{{docs_base_url}}/assets/img/buying/add_taxes_to_doc.png">
|
||||||
|
|
||||||
|
Besides, in case of multiple items you can keep track of taxes on each by clicking "Show tax break-up"
|
||||||
|
|
||||||
|
<img class="screenshot" alt="Supplier Quotation" src="{{docs_base_url}}/assets/img/buying/show_tax_breakup.png">
|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user