Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 7574
Line 68... Line 68...
68
			@Param("physicalWarehouseId")long physicalWarehouseId);
68
			@Param("physicalWarehouseId")long physicalWarehouseId);
69
 
69
 
70
	List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
70
	List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
71
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
71
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
72
 
72
 
-
 
73
	long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
-
 
74
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
-
 
75
 
73
	/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
76
	/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
74
			@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
77
			@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
75
}
78
}