C# Class InventoryExtension.InventoryExt

Inheritance: IInventory
Show file Open project: PrimaverabssDeveloper/EyePeak

Public Methods

Method Description
GetERPSkuStocks ( string warehouseCode ) : DataTable

Gets the erp sku stocks.

GetERPStock ( string warehouseCode, string skuCode, string batchCode ) : decimal

Gets the erp stock.

InventoryExt ( ) : GlobalSist.Facades.TaskLogic

Initializes a new instance of the InventoryExt class.

OnInventoryExport ( object inventory ) : bool

Called when [inventory export].

Method Details

GetERPSkuStocks() public method

Gets the erp sku stocks.
public GetERPSkuStocks ( string warehouseCode ) : DataTable
warehouseCode string The warehouse code.
return DataTable

GetERPStock() public method

Gets the erp stock.
public GetERPStock ( string warehouseCode, string skuCode, string batchCode ) : decimal
warehouseCode string The warehouse code.
skuCode string The sku code.
batchCode string The batch code.
return decimal

InventoryExt() public method

Initializes a new instance of the InventoryExt class.
public InventoryExt ( ) : GlobalSist.Facades.TaskLogic
return GlobalSist.Facades.TaskLogic

OnInventoryExport() public method

Called when [inventory export].
public OnInventoryExport ( object inventory ) : bool
inventory object The inventory.
return bool