C# Class GlobalSist.WMS.ERPExample.Integration.InventoryExtension

Inheritance: Facades.TaskLogic.IInventory
Mostra file Open project: PrimaverabssDeveloper/EyePeak

Public Methods

Method Description
GetERPSkuStocks ( string warehouseCode ) : DataTable

Occurs when a new Stock Count is created, and is used to get the Stock of all the SKU's available in the Warehouse

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

Occurs when a SKU is viewed in the Front-End, and returns the SKU Stock from the ERP

OnInventoryExport ( object inventory ) : bool

Occurs when the Inventory is exported

Method Details

GetERPSkuStocks() public method

Occurs when a new Stock Count is created, and is used to get the Stock of all the SKU's available in the Warehouse
public GetERPSkuStocks ( string warehouseCode ) : DataTable
warehouseCode string Warehouse Code
return DataTable

GetERPStock() public method

Occurs when a SKU is viewed in the Front-End, and returns the SKU Stock from the ERP
public GetERPStock ( string warehouseCode, string skuCode, string batchCode ) : decimal
warehouseCode string Wharehouse Code
skuCode string SKU Code
batchCode string Batch Code
return decimal

OnInventoryExport() public method

Occurs when the Inventory is exported
public OnInventoryExport ( object inventory ) : bool
inventory object List of InventoryExport Objects
return bool