![]() |
pCon.planner Plugin SDK
Version 8.9
|
Basket Article Calculation interface. More...
Properties | |
System::Nullable< System::Decimal > | Quantity [get] |
The article's quantity. More... | |
IBasketCalcItem^ | VAT [get] |
The VAT (value added tax). More... | |
IBasketCalcItem^ | ArticleAddCharge [get] |
The article add charge. More... | |
IBasketCalcItem^ | ArticleDiscount [get] |
The article discount. More... | |
IBasketCalcItem^ | PurchasePricePD [get] |
The purchase prices defined in the product data. More... | |
IBasketCalcItem^ | PurchasePrice [get] |
The purchase prices. More... | |
IBasketCalcItem^ | SalesPricePD [get] |
The sales prices defined in the product data. More... | |
IBasketCalcItem^ | SalesPrice [get] |
The sales prices. More... | |
IBasketCalcItem^ | NetPrice [get] |
The net price. More... | |
IBasketCalcItem^ | GrossPrice [get] |
The gross price. More... | |
IBasketCalcItem^ | Margin [get] |
The margin. More... | |
ReadOnlyCollection < IBasketArticlePriceComponent^ >^ | SalesPriceComponents [get] |
A list of sales price components. More... | |
Basket Article Calculation interface.
|
get |
The article add charge.
Relates to IProjectSettings::OverallArticleAddCharge
|
get |
The article discount.
Relates to IProjectSettings::OverallArticleDiscount
|
get |
The gross price.
This is the net price plus VAT.
|
get |
The margin.
This is the difference between the NetPrice and the PurchasePrice.
|
get |
The net price.
|
get |
The purchase prices.
This is the purchase prices obtained after applying possibly available price profiles to the purchase price stored in the product data.
|
get |
The purchase prices defined in the product data.
|
get |
The article's quantity.
|
get |
The sales prices.
This is the sales prices obtained after applying possibly available price profiles to the sales price stored in the product data.
|
get |
A list of sales price components.
|
get |
The sales prices defined in the product data.
|
get |
The VAT (value added tax).
Relates to IProjectSettings::VAT