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 the GrossAmount for the WithholdTax calculation based on the threshold limit.
Syntax
private container getGrossAmountConsideringThreshold(
TaxWithholdTable _taxWithholdTable,
TransDate _transDate,
AccountNum _accountNum,
TaxWithholdGroup _taxWithholdGroup,
CurrencyExchangeHelper _exchangeRateHelper,
CurrencyCode _sourceCurrency,
TaxModuleType _taxModuleType,
RefTableId _sourceTableId)
Run On
Server
Parameters
- _taxWithholdTable
Type: TaxWithholdTable Table
The TaxWithholdTable buffer.
- _transDate
Type: TransDate Extended Data Type
The TransDate value.
- _accountNum
Type: AccountNum Extended Data Type
The AccountNum value.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
The TaxWithholdGroup value.
- _exchangeRateHelper
Type: CurrencyExchangeHelper Class
The CurrencyExchangeHelper class instance.
- _sourceCurrency
Type: CurrencyCode Extended Data Type
The Source currency.
- _taxModuleType
Type: TaxModuleType Enumeration
The TaxModuleType.
- _sourceTableId
Type: RefTableId Extended Data Type
The SourceTableId.
Return Value
Type: container
Calculated grossAmount.