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.
Generates a query for the TaxTrans table buffer.
Syntax
private QueryRun taxTransQuery(
PlTaxDueTable _taxDueTable,
boolean _isDiscrepancyReport,
TaxDirection _taxDirection,
TaxCode _fromTaxCode,
TaxCode _toTaxCode,
TransDate _fromDate,
TransDate _toDate)
Run On
Server
Parameters
- _taxDueTable
Type: PlTaxDueTable Table
The PlTaxDueTable buffer.
- _isDiscrepancyReport
Type: boolean
The DiscrepancyReport parameter.
- _taxDirection
Type: TaxDirection Enumeration
The TaxDirection parameter.
- _fromTaxCode
Type: TaxCode Extended Data Type
The TaxCode start parameter.
- _toTaxCode
Type: TaxCode Extended Data Type
The TaxCode end parameter.
- _fromDate
Type: TransDate Extended Data Type
The start date.
- _toDate
Type: TransDate Extended Data Type
The end date.
Return Value
Type: QueryRun Class
The TaxTrans query.