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 tax sales invoice.
Syntax
protected void postTaxSalesInvoice_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.
- _taxTrans
Type: TaxTrans Table
The tax transaction.
- _taxAmount
Type: TaxAmount Extended Data Type
The tax amount.
- _chargeAmount
Type: TaxAmount Extended Data Type
The charge amount.
- _exchRateHelper
Type: CurrencyExchangeHelper Class
The exchange rate helper.
- _ledgerDetailLevel
Type: LedgerDetailLevel Enumeration
The ledger detail level.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension.