Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _taxAmount
Type: TaxAmount Extended Data Type
The tax amount.
- _taxType
Type: TaxType_IN Enumeration
The India tax type.
- _compositeSchemeEnabled
Type: NoYes Enumeration
The composite scheme status.
- _loadOnInventoryPercent
Type: Percent Extended Data Type
The load on inventory percentage.
- _nonRecPercent
Type: Percent Extended Data Type
The nonrecoverable percentage for India VAT.
Return Value
Type: TaxAmount Extended Data Type
The tax in cost price.