Схема на ценова листа (прозорец ID-337)
прозорец: Схема на ценова листа
описание: Maintain Price List Schema
помощ: Схемата на ценовата листа дефинира правилата за калкулиране на ценовите листи
TAB: Схема на ценова листа
описание: Схема на ценова листа
помощ Схемата на ценовата листа дефинира правилата за калкулиране на ценовите листи
Файл:Схема на ценова листа - Схема на ценова листа - прозорец (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 |
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 |
Discount Type | Тип на отстъпката | Тип на търговска отстъпка/калкулация | Type of procedure used to calculate the trade discount percentage | DiscountType character(1) NOT NULL List |
Renumber | Преномериране | Преномерирани отстъпкови записи | null | Processing character(1) Button |
TAB: Ред в схема
описание: Редове на Търговска отстъпка в ценова листа
помощ Pricelists are created based on Product Purchase and Category Discounts.\nThe parameters listed here allow to copy and calculate pricelists.
\nThe calculation:\n
- \n
- Copy and convert price from referenced price list\n
- result plus Surcharge Amount\n
- result minus Discount\n
- if resulting price is less than the original limit price plus min Margin, use this price (only if Margin is not zero)\n
- if resulting price is more than the original limit price plus max Margin, use this price (only if Margin us not zero)\n
- Round resulting price\n
\nThe Formula is
\nNewPrice = (Convert(BasePrice) + Surcharge) * (100-Discount) / 100;
\nif MinMargin <> 0 then NewPrice = Max (NewPrice, Convert(OrigLimitPrice) + MinMargin);
\nif MaxMargin <> 0 then NewPrice = Min (NewPrice, Convert(OrigLimitPrice) + MaxMargin);
\n
\nExample: (assuming same currency)
\nOriginal Prices: List=300, Standard=250, Limit=200;
\nNew List Price: Base=List, Surcharge=0,
Файл:Схема на ценова листа - Ред в схема - прозорец (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 Schema | Схема на ценова листа | Схема за изчисляване на ценови листи | null | M_DiscountSchema_ID numeric(10) NOT NULL Table |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Sequence | Последователност | Последователност на въвеждане на редовете | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Currency Type | Валута/Тип | Currency Conversion Rate Type | The Currency Conversion Rate Type lets you define different type of rates, e.g. Spot, Corporate and/or Sell/Buy rates. | C_ConversionType_ID numeric(10) NOT NULL Table Direct |
Conversion Date | Дата на обмяна | Дата на обмяна | The Conversion Date identifies the date used for currency conversion. The conversion rate chosen must include this date in it's date range | ConversionDate timestamp without time zone NOT NULL Date |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Product | Продукт | Продукт | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Product Category | Категория продукт | Категория продукт | Identifies the category which this product belongs to. Product categories are used for pricing and selection. | M_Product_Category_ID numeric(10) Table Direct |
Classification | Класификация | Класификация | The Classification can be used to optionally group products. | Classification character varying(12) String |
Group1 | Group1 | null | null | Group1 character varying(255) String |
Group2 | Group2 | null | null | Group2 character varying(255) String |
List price Base | Базова ценова листа | Price used as the basis for price list calculations | The List Price Base indicates the price to use as the basis for the calculation of a new price list. | List_Base character(1) NOT NULL List |
List price min Margin | Ценова листа мин. разлика | Minimum margin for a product | The List Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored. | List_MinAmt numeric NOT NULL Amount |
List price Surcharge Amount | Ценова листа. Доп. Такса Стойност | Ценова листа. Доп. Такса Стойност | The List Price Surcharge Amount indicates the amount to be added to the price prior to multiplication. | List_AddAmt numeric NOT NULL Amount |
List price max Margin | Ценова листа макс. разлика | Maximum margin for a product | The List Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original list price from the newly calculated price. If this field contains 0.00 then it is ignored. | List_MaxAmt numeric NOT NULL Amount |
List price Discount % | Отстъпка % | Отстъпката от листовата цена като процент | The List Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price. | List_Discount numeric NOT NULL Number |
List price Rounding | Закръгляване | Rounding rule for final list price | The List Price Rounding indicates how the final list price will be rounded. | List_Rounding character(1) NOT NULL List |
Fixed List Price | Фиксирана Ценова листа | Фиксирана Ценова листа(не е пресмятаната ) | null | List_Fixed numeric Amount |
Standard price Base | Базова ценова листа | Base price for calculating new standard price | \n | Std_Base character(1) NOT NULL List |
Standard price min Margin | Мин. разлика | Мин. разлика между станд. цена и новата. Ако е 0 се игнорира | The Standard Price Min Margin indicates the minimum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored. | Std_MinAmt numeric NOT NULL Amount |
Standard price Surcharge Amount | Сума на надбавката | Amount added to a price as a surcharge | \n | Std_AddAmt numeric NOT NULL Amount |
Standard max Margin | Макс. разлика | Макс. разлика между станд. цена и новата. Ако е 0 се игнорира | The Standard Price Max Margin indicates the maximum margin for a product. The margin is calculated by subtracting the original Standard price from the newly calculated price. If this field contains 0.00 then it is ignored. | Std_MaxAmt numeric NOT NULL Amount |
Standard price Discount % | Отстъпка % | Ако е отрицателна, значи е надценка? | The Standard Price Discount Percentage indicates the percentage discount which will be subtracted from the base price. A negative amount indicates the percentage which will be added to the base price. | Std_Discount numeric NOT NULL Number |
Standard price Rounding | Закръгляване | Rounding rule for calculated price | The Standard Price Rounding indicates how the final Standard price will be rounded. | Std_Rounding character(1) NOT NULL List |
Fixed Standard Price | Фиксирана Стандартна цена | Фиксирана Стандартна цена(не е пресмятаната ) | null | Std_Fixed numeric Amount |
Limit price Base | Пределна Базова цена | Base price for calculation of the new price | Identifies the price to be used as the base for calculating a new price list. | Limit_Base character(1) NOT NULL List |
Limit price min Margin | Пределна мин. ценова разлика | Minimum difference to original limit price; ignored if zero | Indicates the minimum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored. | Limit_MinAmt numeric NOT NULL Amount |
Limit price Surcharge Amount | Пределна доп.такса | Пределна доп.такса която се добавя пред умножението | Indicates the amount to be added to the Limit price prior to multiplication. | Limit_AddAmt numeric NOT NULL Amount |
Limit price max Margin | Пределна макс. ценова разлика | Maximum difference to original limit price; ignored if zero | Indicates the maximum margin for a product. The margin is calculated by subtracting the original limit price from the newly calculated price. If this field contains 0.00 then it is ignored. | Limit_MaxAmt numeric NOT NULL Amount |
Limit price Discount % | Отстъпка % | Ако е отрицателна, значи е надценка? | Indicates the discount in percent to be subtracted from base, if negative it will be added to base price | Limit_Discount numeric NOT NULL Number |
Limit price Rounding | Пределна загръглена цена | Rounding of the final result | A drop down list box which indicates the rounding (if any) will apply to the final prices in this price list. | Limit_Rounding character(1) NOT NULL List |
Fixed Limit Price | Фиксирана пределна цена | Фиксирана пределна цена (не е пресмятаната ) | null | Limit_Fixed numeric Amount |