Subversion Repositories SmartDukaan

Rev

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

Rev 7957 Rev 7968
Line 323... Line 323...
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
	 
327
	 
328
	 bool isItemAvailableForSale(1:i64 itemId, 2:i64 serialNumber, 3:i64 warehouseId) throws (1:WarehouseServiceException wex);
328
	 bool isItemAvailableForSale(1:i64 itemId, 2:string serialNumber, 3:i64 warehouseId) throws (1:WarehouseServiceException wex);
329
	 
329
	 
330
	 /**
330
	 /**
331
	 * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
331
	 * Get inventory for Non Serialized items in our warehouses at a given date using entries in ScanNew table
332
	 */
332
	 */
333
     list<InventoryAvailability> getHistoricBadInventoryByScans(1:i64 date) throws (1:WarehouseServiceException wex);
333
     list<InventoryAvailability> getHistoricBadInventoryByScans(1:i64 date) throws (1:WarehouseServiceException wex);