SpecialPrices

The table SpecialPrices stores the special prices of a project.

NameTypeSizeProperty
ArticleCodeString255ArticleCode
ColorString255Color of the Article
LK_ProjectIdLong Integer4LOOKUP KEY refers to Projects.ProjectId
PriceDouble8The special price. (only valid if SpecialPriceType is 0)
SpecialPriceIdLong Integer4PRIMARY KEY
PriceCurrencyString255Currency of the special price
PriceClassString255PriceClass of the article (only valid if SpecialPriceType is 2)
DIscountDouble8Discount of the article (only valid if SpecialPriceType is 1 or 2)
SpecialPriceTypeInteger4Type of the Special Price - see SpecialPriceType