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.
Posts the inventory transfer taxes.
Syntax
protected void post(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
TaxAmount _taxAmount,
TaxAmount _chargeAmount,
CurrencyExchangeHelper _exchRateHelper,
LedgerDimensionAccount _ledgerDimension,
LedgerDimensionAccount _operationLedgerDimension,
LedgerDimensionAccount _taxOffsetUseTaxLedgerDimension,
[LedgerDetailLevel _ledgerDetailLevel,
ProjLedger _projLedger,
LedgerDimensionAccount _offsetLedgerDimension,
AmountMSTSecondary _amountMSTSecondary])
Run On
Server
Parameters
- _ledgerPostingController
Type: LedgerPostingController Class
The LedgerPostingController class for the posting.
- _taxTrans
Type: TaxTrans Table
The TaxTrans record that is being posted
- _taxAmount
Type: TaxAmount Extended Data Type
The TaxAmount value that is being posted
- _chargeAmount
Type: TaxAmount Extended Data Type
The charge amount.
- _exchRateHelper
Type: CurrencyExchangeHelper Class
The CurrencyExchangeHelper class for currency transformations.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The LedgerDimensionAccount value for the posting.
- _operationLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The LedgerDimensionAccount value for the operation.
- _taxOffsetUseTaxLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The LedgerDimensionAccount value for the tax offset
- _ledgerDetailLevel
Type: LedgerDetailLevel Enumeration
The LedgerDetailLevel value for the posting; optional.
- _projLedger
Type: ProjLedger Class
The ProjLedger class for the posting; optional.
- _offsetLedgerDimension
Type: LedgerDimensionAccount Extended Data Type
The LedgerDimensionAccount value for the offset; optional.
- _amountMSTSecondary
Type: AmountMSTSecondary Extended Data Type
The AmountMSTSecondary value for the posting; optional.