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.
Initializes a new instance of the TaxCalculation class.
Syntax
public void new(
NoYes _post,
EmplAdvLine_RU _line,
EmplAdvTable_RU _table,
[LedgerPostingController _ledgerPostingController,
boolean _insTaxes,
RecId _headingRecId,
boolean _useTaxUncommitted,
boolean _loadTaxUncommittedOnInit,
boolean _skipInit])
Run On
Server
Parameters
- _post
Type: NoYes Enumeration
- _line
Type: EmplAdvLine_RU Table
- _table
Type: EmplAdvTable_RU Table
- _ledgerPostingController
Type: LedgerPostingController Class
- _insTaxes
Type: boolean
- _headingRecId
Type: RecId Extended Data Type
- _useTaxUncommitted
Type: boolean
A Boolean value that indicates whether to persist the calculated taxes to TaxUncommitted records.
- _loadTaxUncommittedOnInit
Type: boolean
A Boolean value that indicates whether the TaxUncommitted records will be loaded into the tax classes TmpTaxWorkTrans buffer. This enables many of the inquiry/adjustment methods on tax to function correctly.
- _skipInit
Type: boolean