Subversion Repositories SmartDukaan

Rev

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

Rev 8565 Rev 8689
Line 52... Line 52...
52
 
52
 
53
	Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
53
	Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
54
 
54
 
55
	void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
55
	void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
56
 
56
 
57
	List<InventoryItem> getCurrentNonSerializedItemsByItemId(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId);
57
	List<InventoryItem> getCurrentNonSerializedItemsByItemId(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, 
-
 
58
			@Param("physicalWarehouseId")long physicalWarehouseId);
58
	
59
	
59
	List<Map<String, Integer>> getCurrentSerializedInventory();
60
	List<Map<String, Integer>> getCurrentSerializedInventory();
60
 
61
 
61
	List<Map<String, Integer>> getCurrentNonSerializedInventory();
62
	List<Map<String, Integer>> getCurrentNonSerializedInventory();
62
 
63