TaxYearlyComReport_IT.getTaxBaseAmount Method
Determines the sum of the TaxBaseAmount values for tax transactions of a certain tax direction and falling in a certain period.
Syntax
private Amount getTaxBaseAmount(
TaxDirection _taxDirection,
FieldSetup _fieldSetup,
TransDate _periodStart,
TransDate _periodEnd,
ATECOFINCode_IT _atecofinCode)
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
Return Value
Type: Amount Extended Data Type
The sum of the TaxBaseAmount values for the tax transactions that meet the specified criteria.