C# Class com.Sconit.Utility.InventoryTransactionHelper

Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CreateInventoryTransaction ( LocationLotDetail locationLotDetail, decimal qty, bool isBillSettled ) : InventoryTransaction

Method Details

CreateInventoryTransaction() public static method

public static CreateInventoryTransaction ( LocationLotDetail locationLotDetail, decimal qty, bool isBillSettled ) : InventoryTransaction
locationLotDetail LocationLotDetail
qty decimal
isBillSettled bool
return com.Sconit.Entity.MasterData.InventoryTransaction