brotherton-erpnext/docs/user/setup/docs.user.setup.price_list.md

28 lines
934 B
Markdown
Raw Normal View History

---
{
"_label": "Price Lists"
}
2013-09-03 05:55:44 +00:00
---
2013-09-13 09:51:15 +00:00
A Price List is a place where different rate plans can be stored. Its a name you give to a set of Item Prices stored under a particular Price List.
2013-09-03 05:55:44 +00:00
2013-09-13 09:51:15 +00:00
An Item can have multiple prices based on customer, currency, region, shipping cost etc, which can be stored as different rate plans. In ERPNext, you are required to store all the lists seperately. Buying Price List is different from Selling Price List and thus is stored separately.
2013-09-03 05:55:44 +00:00
2013-10-14 12:52:26 +00:00
> Setup > Price List
2013-09-03 05:55:44 +00:00
![Price-List](img/price-lists.png)
2013-09-13 09:51:15 +00:00
> For multiple currencies, maintain multiple Price Lists.
2013-10-14 12:52:26 +00:00
<br>
### Add Item in Price List
2013-09-13 09:51:15 +00:00
2013-10-14 12:52:26 +00:00
> Setup > Item Price
2013-09-13 09:51:15 +00:00
- Enter Price List and Item Code, Valid for Buying or Selling, Item Name and Item Description will be automatically fetched.
2013-10-14 12:52:26 +00:00
- Enter Rate and save the document.
![Item-Price](img/item-price.png)
For bulk upload of Item Prices, use [Data Import Tool](docs.user.setup.data_import.html)