TaxTable.calcPctPerNetOrAmountByUnit_IN Method
This method calculates the India specific Indirect taxes.
Syntax
public TaxAmountCur calcPctPerNetOrAmountByUnit_IN(
TmpTax _tmpTax,
TaxBase _calculatedBase,
CurrencyCode _sourceCurrencyCode,
SalesPurchJournalLine_IN _salesPurchJournalLine)
Run On
Called
Parameters
- _tmpTax
Type: TmpTax Table
The tax buffer - TmpTax
- _calculatedBase
Type: TaxBase Extended Data Type
The amount origin on which Tax is calculated.
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
The source currency code.
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map
The map that contains order lines(SalesLine/PurchLine/CustInvoiceLine/LedgerJournalTransLine etc)
Return Value
Type: TaxAmountCur Extended Data Type
The tax amount calculated.