Subversion Repositories SmartDukaan

Rev

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

Rev 6548 Rev 7410
Line 57... Line 57...
57
	List<Map<String, Integer>> getCurrentSerializedInventory();
57
	List<Map<String, Integer>> getCurrentSerializedInventory();
58
 
58
 
59
	List<Map<String, Integer>> getCurrentNonSerializedInventory();
59
	List<Map<String, Integer>> getCurrentNonSerializedInventory();
60
 
60
 
61
	void markItemAsLost(@Param("id")long id, @Param("currentQuantity")long currentQuantity);
61
	void markItemAsLost(@Param("id")long id, @Param("currentQuantity")long currentQuantity);
-
 
62
 
-
 
63
	//void markTransferLotAsRecieved(long id);
-
 
64
 
-
 
65
	List<InventoryItem> getInventoryItemsForTransferLot(long id);
-
 
66
 
-
 
67
	long getCurrentQuantityForNonSerializedItemInPhysicalWarehouse(@Param("itemId")long itemId,
-
 
68
			@Param("physicalWarehouseId")long physicalWarehouseId);
-
 
69
 
-
 
70
	List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
-
 
71
			@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
-
 
72
 
-
 
73
	/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
-
 
74
			@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
62
}
75
}