C# 클래스 GlobalSist.WMS.ERPExample.Integration.InventoryExtension

상속: Facades.TaskLogic.IInventory
파일 보기 프로젝트 열기: PrimaverabssDeveloper/EyePeak

공개 메소드들

메소드 설명
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

메소드 상세

GetERPSkuStocks() 공개 메소드

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
리턴 DataTable

GetERPStock() 공개 메소드

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
리턴 decimal

OnInventoryExport() 공개 메소드

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