Share via


TaxTrans_IN.insertStockTransferDetails Method

Inserts the stock transfer details into the TaxTrans_IN table.

Syntax

public void insertStockTransferDetails(
    InventTransferLine _inventTransLine, 
    TransDate _shipmentDate, 
    real _itemUnitPrice, 
    InventTransferQtyShipped _qty, 
    LedgerDimensionDefaultAccount _retentionAcc, 
    UnitPrice_IN _unitPrice, 
    NetAmount_IN _retentionAmount, 
    InventTransferVoucherId _voucherId, 
    RefRecId _taxTrans)

Run On

Called

Parameters

  • _itemUnitPrice
    Type: real
    The item unit price.

See Also

Reference

TaxTrans_IN Table