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.
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
- _inventTransLine
Type: InventTransferLine Table
A buffer of the InventTransferLine table.
- _shipmentDate
Type: TransDate Extended Data Type
The shipment date.
- _itemUnitPrice
Type: real
The item unit price.
- _qty
Type: InventTransferQtyShipped Extended Data Type
The quantity of the item to ship.
- _retentionAcc
Type: LedgerDimensionDefaultAccount Extended Data Type
The ledger dimension account.
- _unitPrice
Type: UnitPrice_IN Extended Data Type
The unit price.
- _retentionAmount
Type: NetAmount_IN Extended Data Type
The retention amount.
- _voucherId
Type: InventTransferVoucherId Extended Data Type
The voucher ID.
- _taxTrans
Type: RefRecId Extended Data Type
The record ID of the TaxTrans record.