TaxUncommitted_IN::showTaxValue Method
Shows the tax value information.
Syntax
client server public static TaxValue showTaxValue(
SalesPurchJournalLine_IN _salesPurchJournalLine,
TaxModuleType _taxModuleType,
InventTransId _inventTransId,
TaxCode _taxCode,
TaxItemGroup _taxItemGroup,
date _calculationDate,
TaxBase _taxBaseAmount)
Run On
Called
Parameters
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map
The sales purchase journal line.
- _taxModuleType
Type: TaxModuleType Enumeration
The tax module type.
- _inventTransId
Type: InventTransId Extended Data Type
The inventory transaction ID.
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The tax item group.
- _calculationDate
Type: date
The calculation date.
- _taxBaseAmount
Type: TaxBase Extended Data Type
The tax base amount.
Return Value
Type: TaxValue Extended Data Type
The instance of the TaxValue class.