TaxTable::calcTaxInCostPrice Method

Calculates tax in cost price.

Syntax

client server public static TaxAmount calcTaxInCostPrice(
    TaxAmount _taxAmount, 
    TaxType_IN _taxType, 
    NoYes _compositeSchemeEnabled, 
    Percent _loadOnInventoryPercent, 
    Percent _nonRecPercent)

Run On

Called

Parameters

Return Value

Type: TaxAmount Extended Data Type
The tax in cost price.

See Also

Reference

TaxTable Table