pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::IBasketArticleCalculation Class Reference

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...
 

Detailed Description

Basket Article Calculation interface.

Property Documentation

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::ArticleAddCharge
get

The article add charge.

Relates to IProjectSettings::OverallArticleAddCharge

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::ArticleDiscount
get

The article discount.

Relates to IProjectSettings::OverallArticleDiscount

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::GrossPrice
get

The gross price.

This is the net price plus VAT.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::Margin
get

The margin.

This is the difference between the NetPrice and the PurchasePrice.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::NetPrice
get

The net price.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::PurchasePrice
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.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::PurchasePricePD
get

The purchase prices defined in the product data.

System:: Nullable< System:: Decimal> X3g::Plugin::IBasketArticleCalculation::Quantity
get

The article's quantity.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::SalesPrice
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.

ReadOnlyCollection< IBasketArticlePriceComponent^>^ X3g::Plugin::IBasketArticleCalculation::SalesPriceComponents
get

A list of sales price components.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::SalesPricePD
get

The sales prices defined in the product data.

IBasketCalcItem^ X3g::Plugin::IBasketArticleCalculation::VAT
get

The VAT (value added tax).

Relates to IProjectSettings::VAT