Subversion Repositories SmartDukaan

Rev

Rev 7718 | Rev 7968 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7718 Rev 7957
Line 322... Line 322...
322
	 void scanForOursThirdPartyReceive(1:list<InventoryItem>inventoryItems, 2:i64 id) throws (1:WarehouseServiceException wex);
322
	 void scanForOursThirdPartyReceive(1:list<InventoryItem>inventoryItems, 2:i64 id) throws (1:WarehouseServiceException wex);
323
 
323
 
324
	 i64 getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(1:i64 itemId, 2:i64 physicalWarehouseId) throws (1:WarehouseServiceException wex);
324
	 i64 getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(1:i64 itemId, 2:i64 physicalWarehouseId) throws (1:WarehouseServiceException wex);
325
	 
325
	 
326
	 list<InTransitInventory> getInTransitInventory(1:i64 originWarehouseId);
326
	 list<InTransitInventory> getInTransitInventory(1:i64 originWarehouseId);
-
 
327
	 
-
 
328
	 bool isItemAvailableForSale(1:i64 itemId, 2:i64 serialNumber, 3:i64 warehouseId) throws (1:WarehouseServiceException wex);
-
 
329
	 
-
 
330
	 /**
-
 
331
	 * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
-
 
332
	 */
-
 
333
     list<InventoryAvailability> getHistoricBadInventoryByScans(1:i64 date) throws (1:WarehouseServiceException wex);
327
}
334
}
328
	 
335
	 
329
336