TaxYearlyComReport_IT.getTaxAmount Method
Gets the sum of the TaxAmount values for tax transactions of a certain tax direction and falling in a certain period.
Syntax
private Amount getTaxAmount(
TaxDirection _taxDirection,
FieldSetup _fieldSetup,
TransDate _periodStart,
TransDate _periodEnd,
ATECOFINCode_IT _atecofinCode,
[boolean _removeTaxInCostPriceMST])
Run On
Called
Parameters
- _taxDirection
Type: TaxDirection Enumeration
- _fieldSetup
Type: FieldSetup Extended Data Type
- _periodStart
Type: TransDate Extended Data Type
- _periodEnd
Type: TransDate Extended Data Type
- _atecofinCode
Type: ATECOFINCode_IT Extended Data Type
- _removeTaxInCostPriceMST
Type: boolean
Return Value
Type: Amount Extended Data Type
The sum of the TaxAmount value for the tax transactions that meet the specified criteria.