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.
Determines if the TaxTrans was corrected and searches all related tax transactions (correction and original) which have to be included in the report.
Syntax
public container processCorrectionsVend(
TaxTrans _taxTrans,
TransDate _runDate,
boolean _searchRelatedTaxTrans)
Run On
Called
Parameters
- _taxTrans
Type: TaxTrans Table
The TaxTrans record to search related transactions for.
- _runDate
Type: TransDate Extended Data Type
The report run date (end of period in the case of Itemized VAT Statement).
///
- _searchRelatedTaxTrans
Type: boolean
Shows whether to search related tax transactions.
Return Value
Type: container
The container with two parameters: whether the tax transaction was corrected, and the packed set of related transactions.