Subversion Repositories SmartDukaan

Rev

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

Rev 8689 Rev 9129
Line 76... Line 76...
76
	long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
76
	long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
77
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
77
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
78
 
78
 
79
	List<in.shop2020.warehouse.domain.InTransitInventory> getInTransitInventory(long originWarehouseId);
79
	List<in.shop2020.warehouse.domain.InTransitInventory> getInTransitInventory(long originWarehouseId);
80
 
80
 
-
 
81
	List<InventoryItem> getCurrentInTransitInventoryInPhysicalWarehouse(
-
 
82
			@Param("itemId")long itemId, @Param("originWarehouseId")long originWarehouseId);
-
 
83
 
81
	/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
84
	/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
82
			@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
85
			@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
83
}
86
}