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 to the Service Tax transactions to Ledger based on Ledgerdimensions
Syntax
public void postTaxProjInvoice_IN(
LedgerPostingController _ledgerPostingController,
TaxTrans _taxTrans,
TaxAmount _taxAmount,
TaxAmount _chargeAmount,
CurrencyExchangeHelper _exchRateHelper,
[LedgerDetailLevel _ledgerDetailLevel,
LedgerDimensionAccount _ledgerDimension])
Run On
Server
Parameters
- _ledgerPostingController
Type: LedgerPostingController Class
The ledger posting controller to use for ledger posting.
- _taxTrans
Type: TaxTrans Table
Transaction line being posted.
- _taxAmount
Type: TaxAmount Extended Data Type
Tax amount to be posted.
- _chargeAmount
Type: TaxAmount Extended Data Type
Tax amount to be charged.
- _exchRateHelper
Type: CurrencyExchangeHelper Class
The CurrencyExchangeHelper instance for the TaxTrans record being posted.
- _ledgerDetailLevel
Type: LedgerDetailLevel Enumeration
The ledger detail level.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension.