![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
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... | |
Basket Calculation.
|
get |
The active currency unit.
Relates to IProjectSettings::CurrencyUnit
|
get |
The gross price.
This is the net price plus VAT.
|
get |
The header add charge.
Relates to IProjectSettings::HeaderAddCharge
|
get |
The header discount.
Relates to IProjectSettings::HeaderDiscount
|
get |
The margin.
This is the difference between the NetPrice and the PurchasePrice.
|
get |
The total article net price.
This is the net price sum of all positions.
|
get |
The net discount.
This is the discount on the net price sum of all positions.
|
get |
The net price.
This is the net price sum of all articles minus the basket net discount.
|
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.
|
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.
|
get |
The VAT (value added tax).
Relates to IProjectSettings::VAT