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

Basket Calculation. More...

Properties

System::String^  CurrencyUnit [get]
 The active currency unit. More...
 
IBasketCalcItem^  VAT [get]
 The VAT (value added tax). More...
 
IBasketCalcItem^  HeaderAddCharge [get]
 The header add charge. More...
 
IBasketCalcItem^  HeaderDiscount [get]
 The header discount. More...
 
IBasketCalcItem^  NetDiscount [get]
 The net discount. More...
 
Currency^  NetArticleTotal [get]
 The total article net price. More...
 
Currency^  PurchasePrice [get]
 The sum of the purchase prices of all basket articles. More...
 
Currency^  SalesPrice [get]
 The sum of the sales prices of all basket articles. More...
 
Currency^  NetPrice [get]
 The net price. More...
 
Currency^  GrossPrice [get]
 The gross price. More...
 
IBasketCalcItem^  Margin [get]
 The margin. More...
 

Detailed Description

Basket Calculation.

Property Documentation

System:: String^ X3g::Plugin::IBasketCalculation::CurrencyUnit
get

The active currency unit.

Relates to IProjectSettings::CurrencyUnit

Currency^ X3g::Plugin::IBasketCalculation::GrossPrice
get

The gross price.

This is the net price plus VAT.

IBasketCalcItem^ X3g::Plugin::IBasketCalculation::HeaderAddCharge
get

The header add charge.

Relates to IProjectSettings::HeaderAddCharge

IBasketCalcItem^ X3g::Plugin::IBasketCalculation::HeaderDiscount
get

The header discount.

Relates to IProjectSettings::HeaderDiscount

IBasketCalcItem^ X3g::Plugin::IBasketCalculation::Margin
get

The margin.

This is the difference between the NetPrice and the PurchasePrice.

Currency^ X3g::Plugin::IBasketCalculation::NetArticleTotal
get

The total article net price.

This is the net price sum of all positions.

IBasketCalcItem^ X3g::Plugin::IBasketCalculation::NetDiscount
get

The net discount.

This is the discount on the net price sum of all positions.

Currency^ X3g::Plugin::IBasketCalculation::NetPrice
get

The net price.

This is the net price sum of all articles minus the basket net discount.

Currency^ X3g::Plugin::IBasketCalculation::PurchasePrice
get

The sum of the purchase prices of all basket articles.

This is the purchase prices obtained after applying possibly available price profiles to the purchase price stored in the product data.

Currency^ X3g::Plugin::IBasketCalculation::SalesPrice
get

The sum of the sales prices of all basket articles.

This is the sales prices obtained after applying possibly available price profiles to the sales price stored in the product data.

IBasketCalcItem^ X3g::Plugin::IBasketCalculation::VAT
get

The VAT (value added tax).

Relates to IProjectSettings::VAT