Click or drag to resize

PriceListCalculationType Enumeration

Price list calculation type enum

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Types
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
[FlagsAttribute]
public enum PriceListCalculationType
Members
  Member nameValueDescription
CostPriceCoefficient4096Cost price coefficient
CostPriceCoefficientAndDiscountAmount4104cost price coefficient and discount amount vat excluded
CostPriceCoefficientAndDiscountRate4100Cost price coefficient and discount rate
CostPriceCoefficientAndVat4128Cost price coefficient and vat
DiscountAmountVatExcluded8Discount amount vat excluded enum
DiscountAmountVatIncluded16Discount amount vat included enum
DiscountRate4Discount rate enum
Free256Free calculation type
PurchasePriceCoefficient128Purchase price coefficient
PurchasePriceCoefficientAndDiscountAmount136Purchase price coefficient and discount amount
PurchasePriceCoefficientAndDiscountRate132Purchase price coefficient and discount rate
PurchasePriceCoefficientAndVat160Purchase price coefficient and vat
PurchasePricePercentage64Percentage on purchase price
PurchasePricePercentageAndDiscountAmount72Purchase price percentage and discount amount
PurchasePricePercentageAndDiscountRate68Purchase price percentage and discount rate
PurchasePricePercentageAndVat96Purchase price percentage and vat
SalePriceVatExcluded1Sale Price Vat excluded enum
SalePriceVatExcludedAndDiscountAmount9Sale price vat excluded and discount amount enum
SalePriceVatExcludedAndDiscountRate5Sale price vat excluded and discount rate enum
SalePriceVatExcludedAndVat33Sale price vat excluded and vat enum
SalePriceVatExcludedBasedOnSalePriceVatIncludedMultiplyByCoefficient512Sale price vat excluded based on sale price vat included multiply by coefficient
SalePriceVatExcludedBasedOnSalePriceVatIncludedMultiplyByCoefficientAndDiscountAmount520Sale price vat excluded based on sale price vat included multiply by coefficient and discount amount
SalePriceVatExcludedBasedOnSalePriceVatIncludedMultiplyByCoefficientAndDiscountRate516Sale price vat excluded based on sale price vat included multiply by coefficient and discount rate
SalePriceVatExcludedBasedOnSalePriceVatIncludedMultiplyByCoefficientAndVat544Sale price vat excluded based on sale price vat included multiply by coefficient and vat
SalePriceVatExcludedCoefficient1024Sale price vat excluded coefficient
SalePriceVatExcludedCoefficientAndDiscountAmount1032Sale price vat excluded coefficient and discount amount
SalePriceVatExcludedCoefficientAndDiscountRate1028Sale price vat excluded coefficient and discountRate
SalePriceVatExcludedCoefficientAndVat1056Sale price vat excluded coefficient and vat
SalePriceVatIncluded2Sale price vat included enum
SalePriceVatIncludedAndDiscountAmount18Sale price vat included and discount amount enum
SalePriceVatIncludedAndDiscountRate6Sale price vat included and discount rate enum
SalePriceVatIncludedAndVat34Sale price vat included and vat enum
SalePriceVatIncludedCoefficient2048Sale price vat included coefficient
SalePriceVatIncludedCoefficientAndDiscountAmount2056Sale price vat included coefficient and discount amount
SalePriceVatIncludedCoefficientAndDiscountRate2052Sale price vat included coefficient and discount rate
SalePriceVatIncludedCoefficientAndVat2080Sale price vat included coefficient and vat
TotalDiscountAmount8192Total discount amount vat included (applied on document price tax based)
TotalDiscountAmountVatExcluded32768Total discount amount vat excluded (applied on document not price tax based)
TotalDiscountRate16384Total discount rate used only for POS discount coupon price list
Vat32Vat enum
See Also