mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
[docs] hr module completed
This commit is contained in:
@@ -3,13 +3,19 @@
|
||||
"_label": "Price Lists"
|
||||
}
|
||||
---
|
||||
A Price List is a place where different rate plans can be stored. It’s a name you give to a set of Item Prices stored under a particular Price List.
|
||||
|
||||
Price List is a table of sale price for an Item. An Item can have multiple prices based on customer, currency, region, shipping cost etc.
|
||||
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.
|
||||
|
||||
A Price List is a place where different rate plans can be stored. It’s a name you can give to a set of Item prices. In case you have different zones (based on the shipping costs), for different currencies etc, you can maintain different Price Lists.You can maintain a Price List for your international customers with USD as transacting currency.
|
||||
> Selling > Price List
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
A Price List is formed when you create different Item Prices. To import Item Price visit “Import Item Price”.
|
||||
> For multiple currencies, maintain multiple Price Lists.
|
||||
|
||||
|
||||
To add a new Item to the Price List, add the Item Code and its rate in the Item Prices table.
|
||||
|
||||
You can also import Item Prices via [Data Import Tool](docs.user.setup.data_import.html)
|
||||
Reference in New Issue
Block a user