Ценова листа (прозорец ID-146)

От iDempiere bg
Направо към:навигация, търсене



прозорец: Ценова листа

описание: Maintain Product Price Lists

помощ: The Price List Window allows you to generate product price lists for your Business Partners. Price lists determine currency and tax treatment. Price list versions allow to maintain parallel lists for different date ranges. The most current pricelist version is used based on the document date.
All pricelists have three prices: List, Standard and Limit
First step is to create a base price list. You can manually add products and enter the prices or create them automatically. The base price list is often the purchase price list with list price ('official' retail price), the standard price (your purchase price). The limit price can be used to check your final purchase costs after discounts, rebates, etc.
Pricelists can be calculated and copied. To speed up the calculation, the parameters are stored an used when creating a new price list version.



TAB: Ценова листа

описание: Define Price Lists


помощ Price lists determine currency of the document as well as tax treatment.


Файл:Ценова листа - Ценова листа - прозорец (iDempiere 1.0.0).png




име име описание помощ спецификации
Client Фирма Фирма Фирма AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Организация Подразделение на клиента An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Name Наименование Не повече от 60 знака The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name
character varying(60) NOT NULL
String
Description Описание Описание (не повече 255 символа) A description is limited to 255 characters. Description
character varying(255)
String
Active Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
Default Стойност по подразбиране Стойност по подразбиране The Default Checkbox indicates if this record will be used as a default value. IsDefault
character(1) NOT NULL
Yes-No
Currency Валута Валута Indicates the Currency to be used when processing or reporting on this record C_Currency_ID
numeric(10) NOT NULL
Table Direct
Price Precision Price Precision Precision (number of decimals) for the Price The prices of the price list are rounded to the precision entered. This allows to have prices with below currency precision, e.g. $0.005. Enter the number of decimals or -1 for no rounding. PricePrecision
numeric(10) NOT NULL
Integer
Sales Price list Ценова листа Това е ценова листа за продажби The Sales Price List check box indicates if this price list is used for sales transactions. IsSOPriceList
character(1) NOT NULL
Yes-No
Price includes Tax Включително данъци Данъка е включен в цената The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price. IsTaxIncluded
character(1) NOT NULL
Yes-No
Enforce price limit Ценови лимит Не са позволени цени по-ниски от тези в ценовата листа The Enforce Price Limit check box indicates that prices cannot be below the limit price in Orders and Invoices. Ths can be overwritten, if the role allows this. EnforcePriceLimit
character(1) NOT NULL
Yes-No




TAB: Версия

описание: Поддържане версии на ценови листи


помощ Price lists are automatically created based on Product Purchasing Information and the Vendor Category Discount. The other alternative is to copy them from existing pricelists and the re-calculate them. You can also re-calculate the pricelist by referencing no pricelist or referencing the same pricelist. If no base price list is selected, the Procuct Purchase records are used as reference.


Файл:Ценова листа - Версия - прозорец (iDempiere 1.0.0).png




име име описание помощ спецификации
Price List Version Версия на ценовата листа Идентифицира уникална инстанция на дадена ценова листа Each Price List can have multiple versions. The most common use is to indicate the dates that a Price List is valid for. M_PriceList_Version_ID
numeric(10) NOT NULL
ID
Client Фирма Фирма Фирма AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Организация Подразделение на клиента An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Price List Ценова листа Уникален идентификатор на дадена ценова листа Price Lists are used to determine the pricing, margin and cost of items purchased or sold. M_PriceList_ID
numeric(10) NOT NULL
Table Direct
Name Наименование Не повече от 60 знака The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name
character varying(60) NOT NULL
String
Description Описание Описание (не повече 255 символа) A description is limited to 255 characters. Description
character varying(255)
String
Active Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
Price List Schema Схема на ценова листа Схема за изчисляване на ценови листи null M_DiscountSchema_ID
numeric(10) NOT NULL
Table
Base Price List Базова ценова листа Базова ценова листа The Base Price List identifies the Base Pricelist used for calculating prices (the source) M_Pricelist_Version_Base_ID
numeric(10)
Table
Valid from Валидно от Valid from including this date (first day) The Valid From date indicates the first day of a date range ValidFrom
timestamp without time zone NOT NULL
Date
Create Price List Създай ценова листа Създай цени базирани на параметри от тази версия Създай цени за версията на тази ценова листа в съотношение със схемата за отстъпки. Редовете с по-висока стойност се записвa върху съществуващата по-ниска. Стойностите трябва да са от общи до специфични. ProcCreate
character(1)
Button




TAB: Продуктова цена

описание: Maintain Product Prices


помощ The Price List Tab displays the prices for a product based on the selected price list.


Файл:Ценова листа - Продуктова цена - прозорец (iDempiere 1.0.0).png




име име описание помощ спецификации
Client Фирма Фирма Фирма AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Организация Подразделение на клиента An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Price List Version Версия на ценовата листа Идентифицира уникална инстанция на дадена ценова листа Each Price List can have multiple versions. The most common use is to indicate the dates that a Price List is valid for. M_PriceList_Version_ID
numeric(10) NOT NULL
Table Direct
Product Продукт Продукт Identifies an item which is either purchased or sold in this organization. M_Product_ID
numeric(10) NOT NULL
Search
Active Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
List Price Цена Ст Стандартна Цена (по ценова листа) Това е официалната цена от ценоразписа във валутата от документа. PriceList
numeric NOT NULL
Costs+Prices
Standard Price Стандартна цена Стандартна цена The Standard Price indicates the standard or normal price for a product on this price list PriceStd
numeric NOT NULL
Costs+Prices
Limit Price Пределна цена Lowest price for a product The Price Limit indicates the lowest price for a product stated in the Price List Currency. PriceLimit
numeric NOT NULL
Costs+Prices




TAB: Product Price Vendor Break

описание: null


помощ null


Файл:Ценова листа - Product Price Vendor Break - прозорец (iDempiere 1.0.0).png




име име описание помощ спецификации
Client Фирма Фирма Фирма AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Организация Подразделение на клиента An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Price List Version Версия на ценовата листа Идентифицира уникална инстанция на дадена ценова листа Each Price List can have multiple versions. The most common use is to indicate the dates that a Price List is valid for. M_PriceList_Version_ID
numeric(10) NOT NULL
Table Direct
Product Продукт Продукт Identifies an item which is either purchased or sold in this organization. M_Product_ID
numeric(10) NOT NULL
Search
Business Partner Партньор Партньор Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. C_BPartner_ID
numeric(10) NOT NULL
Search
Break Value Стойност за нивото на достигане? Долна стойност при която отстъпката е стартирана? Starting Quantity or Amount Value for break level BreakValue
numeric NOT NULL
Number
Active Активен Записа е активен Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) IsActive
character(1) NOT NULL
Yes-No
List Price Цена Ст Стандартна Цена (по ценова листа) Това е официалната цена от ценоразписа във валутата от документа. PriceList
numeric NOT NULL
Costs+Prices
Standard Price Стандартна цена Стандартна цена The Standard Price indicates the standard or normal price for a product on this price list PriceStd
numeric NOT NULL
Costs+Prices
Limit Price Пределна цена Lowest price for a product The Price Limit indicates the lowest price for a product stated in the Price List Currency. PriceLimit
numeric NOT NULL
Costs+Prices


Contributions / Posts

Cookies help us deliver our services. By using our services, you agree to our use of cookies.