mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
[docs] major update
This commit is contained in:
53
docs/user/buying/docs.user.buying.material_request.md
Normal file
53
docs/user/buying/docs.user.buying.material_request.md
Normal file
@@ -0,0 +1,53 @@
|
||||
---
|
||||
{
|
||||
"_label": "Material Request"
|
||||
}
|
||||
---
|
||||
A Material Request is a simple document identifying a requirement of a set of Items (products or services) for a particular reason.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
To generate a Material Request manually go to:
|
||||
|
||||
> Buying > Material Request > New Material Request
|
||||
|
||||
**Step 1**
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
A Material Request can be generated:
|
||||
|
||||
- By a User.
|
||||
- Automatically from a Sales Order.
|
||||
- Automatically when the Projected Quantity of an Item in stores reaches a particular level.
|
||||
- Automatically from your Bill of Materials if you use Production Plan to plan your manufacturing activities.
|
||||
|
||||
**Step 2**
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
In the Material Request form,
|
||||
|
||||
- Fill in the Items you want and their quantities.
|
||||
|
||||
- If your Items are inventory items, you must also mention the Warehouse where you expect these Items to be delivered. This helps to keep track of the [Projected Quantity](docs.user.stock.projected_quantity.html)for this Item.
|
||||
|
||||
|
||||
- You can optionally add the Terms, using the Terms and Conditions master and also the reason.
|
||||
|
||||
|
||||
> Info: Material Request is not mandatory. It is ideal if you have centralized buying so that you can collect this information from various departments.
|
||||
|
||||
#### Authorization
|
||||
|
||||
If you want your Material Request to be authorized by a senior person like a Purchase Manager then you can give “Submit” rights only to that person. Everyone can create requests, but only the authorized person can “Submit”.
|
||||
28
docs/user/buying/docs.user.buying.md
Normal file
28
docs/user/buying/docs.user.buying.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
{
|
||||
"_label": "Buying",
|
||||
"_toc": [
|
||||
"docs.user.buying.supplier_type",
|
||||
"docs.user.buying.supplier",
|
||||
"docs.user.buying.material_request",
|
||||
"docs.user.buying.supplier_quotation",
|
||||
"docs.user.buying.purchase_order",
|
||||
"docs.user.buying.purchase_taxes",
|
||||
"docs.user.buying.price_lists",
|
||||
"docs.user.buying.sub_contracting"
|
||||
]
|
||||
}
|
||||
---
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
If your business involves physical goods, buying is one of your core business activity. Your suppliers are as important as your customers and they must be provided with as much accurate information as possible.
|
||||
|
||||
Buying in right amounts, in right quantities, can affect your cash flow and profitability.
|
||||
|
||||
ERPNext contains a set of transactions that will make your buying process as efficient and seamless as possible.
|
||||
36
docs/user/buying/docs.user.buying.purchase_order.md
Normal file
36
docs/user/buying/docs.user.buying.purchase_order.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
{
|
||||
"_label": "Purchase Order"
|
||||
}
|
||||
---
|
||||
A Purchase Order is analogous to a Sales Order. It is usually a binding contract with your Supplier that you promise to buy a set of Items under the given conditions.
|
||||
|
||||
In ERPNext, you can make a Purchase Order by going to:
|
||||
|
||||
> Buying > Purchase Order > New Purchase Order
|
||||

|
||||
A Purchase Order can also be automatically created from a Purchase Request or Supplier Quotation.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
Entering a Purchase Order is very similar to a Purchase Request, additionally you will have to set:
|
||||
|
||||
- Supplier.
|
||||
- A “Required By” date on each Item: If you are expecting part delivery, your Supplier will know how much quantity to deliver at which date. This will help you from preventing over-supply. It will also help you to track how well your Supplier is doing on timeliness.
|
||||
|
||||
### 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 Master.
|
||||
|
||||
|
||||
### Value Added Taxes (VAT)
|
||||
|
||||
Many a times, the tax paid by you to a Supplier, for an Item, is the same tax 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 and what you pay to your Supplier. This is called Value Added Tax (VAT).
|
||||
|
||||
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 to your Supplier for X, what you owe your government is only the tax on 0.3X.
|
||||
|
||||
This is very easy to track in ERPNext since each tax head is also an Account. Ideally you must create two Accounts for each type of VAT you pay and collect, “Purchase VAT-X” (asset) and “Sales VAT-X” (liability), or something to that effect. Please contact your accountant if you need more help or post a query on our forums!
|
||||
37
docs/user/buying/docs.user.buying.purchase_taxes.md
Normal file
37
docs/user/buying/docs.user.buying.purchase_taxes.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
{
|
||||
|
||||
"_label": "Purchase Taxes"
|
||||
}
|
||||
---
|
||||
For Tax Accounts that you want to use in the tax templates, you must mention them as type “Tax” in your Chart of Accounts.
|
||||
|
||||
Similar to your Sales Taxes and Charges Master is the Purchase Taxes and Charges Master. This is the tax template that you can use in your Purchase Orders and Purchase Invoices.
|
||||
|
||||
> Buying > Purchase Taxes and Charges Master > New Purchase Taxes and Charges Master
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
You can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.
|
||||
|
||||
If you select a particular tax as your Default tax, the system will apply this tax to all the purchase transactions by default.
|
||||
Calculation Type:
|
||||
|
||||
This can be on Net Total (that is the sum of basic amount).
|
||||
On Previous Row Total / Amount (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.
|
||||
Actual (as mentioned).
|
||||
|
||||
- **Account Head:** The Account ledger under which this tax will be booked.
|
||||
- **Cost Center:** If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
|
||||
- **Description:** Description of the tax (that will be printed in invoices / quotes).
|
||||
- **Rate:** Tax rate.
|
||||
- **Amount:** Tax amount.
|
||||
- **Total:** Cumulative total to this point.
|
||||
- **Enter Row:** If based on "Previous Row Total" you can select the row number which will be taken as a base for this calculation (default is the previous row).
|
||||
- **Consider Tax or Charge for:** In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.
|
||||
- **Add or Deduct:** Whether you want to add or deduct the tax.
|
||||
33
docs/user/buying/docs.user.buying.supplier.md
Normal file
33
docs/user/buying/docs.user.buying.supplier.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
{
|
||||
"_label": "Supplier Master"
|
||||
}
|
||||
---
|
||||
Suppliers are companies or individuals who provide you with products or services. They are treated in exactly the same manner as Customers in ERPNext.
|
||||
|
||||
|
||||
You can create a new Supplier via:
|
||||
|
||||
> Buying > Supplier > New Supplier
|
||||
|
||||

|
||||
|
||||
|
||||
### Contacts and Addresses
|
||||
|
||||
Contacts and Addresses in ERPNext are stored separately so that you can attach multiple Contacts or Addresses to Customers and Suppliers. To add a Contact or Address go to Buying and click on “New Contact” or “New Address”.
|
||||
|
||||
|
||||
> Tip: When you select a Supplier in any transaction, one Contact and Address gets pre-selected. This is the “Default Contact or Address”. So make sure you set your defaults correctly!
|
||||
|
||||
|
||||
|
||||
|
||||
> Buying > Contact > New Contact
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
You can also import from the Data Import Tool
|
||||
27
docs/user/buying/docs.user.buying.supplier_quotation.md
Normal file
27
docs/user/buying/docs.user.buying.supplier_quotation.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
{
|
||||
"_label": "Supplier Quotation"
|
||||
}
|
||||
---
|
||||
A Supplier Quotation is a formal statement of promise by potential supplier to supply the goods or services required by a buyer, at specified prices, and within a specified period. A quotation may also contain terms of sale and payment, and warranties. Acceptance of quotation by the buyer constitutes an agreement binding on both parties.
|
||||
|
||||
|
||||
You can make a Supplier Quotation directly from:
|
||||
|
||||
> Buying > Supplier Quotation > New Supplier Quotation
|
||||
|
||||
or directly from the Purchase Request.
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
If you have multiple **Suppliers** who supply you with the same **Item**, you usually send out a message (Request for Quote) to various **Suppliers**. In many cases, especially if you have centralized buying, you may want to record all the quotes so that
|
||||
|
||||
- You can easily compare prices in the future
|
||||
- Audit whether all Suppliers were given the opportunity to quote.
|
||||
|
||||
Supplier Quotations are not necessary for most small businesses. Always evaluate the cost of collecting information to the value it really provides! You could only do this for high value items.
|
||||
|
||||
19
docs/user/buying/docs.user.buying.supplier_type.md
Normal file
19
docs/user/buying/docs.user.buying.supplier_type.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
{
|
||||
"_label": "Supplier Type"
|
||||
}
|
||||
---
|
||||
|
||||
Based on what the suppliers supply, they are classified into different categories called Supplier Type.
|
||||
There can be different types of suppliers. You can create your own category of Supplier Type.
|
||||
|
||||
> Buying > Supplier Type > New Supplier Type
|
||||
|
||||

|
||||
|
||||
You can classify your suppliers from a range of choice available in ERPNext. Choose from a set of given options like Distributor, Electrical,Hardware, Local, Pharmaceutical, Raw material, Services etc.
|
||||
|
||||
Classifying your supplier into different types facilitates accounting and payments.
|
||||
|
||||
|
||||
Type your new supplier category and Save.
|
||||
Reference in New Issue
Block a user