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.
Extracts and returns the tax amount included in the invoice amount for India.
Syntax
client server public static TaxAmountCur getTaxAmountIncludedInInvoice_IN(RefTableId _sourceTableId, RefRecId _sourceRecId)
Run On
Called
Parameters
- _sourceTableId
Type: RefTableId Extended Data Type
The sourceTable id
- _sourceRecId
Type: RefRecId Extended Data Type
Source RecId
Return Value
Type: TaxAmountCur Extended Data Type
The cumulative tax amount (considers adjustment also) against which the payment can be made.
That means (ServiceTax + VAT + Excise + SalesTax). Does not consider Standard Tax, Customs.
WHT does not come here.