Subversion Repositories SmartDukaan

Rev

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

Rev 7410 Rev 10120
Line 31... Line 31...
31
	void markTransferLotAsReceived(@Param("id")long id, @Param("remoteTransferRefNumber")String remoteTransferRefNumber);
31
	void markTransferLotAsReceived(@Param("id")long id, @Param("remoteTransferRefNumber")String remoteTransferRefNumber);
32
 
32
 
33
	List<Long> getAllowedDestinationWarehousesForTransfer(long originWarehouseId);
33
	List<Long> getAllowedDestinationWarehousesForTransfer(long originWarehouseId);
34
 
34
 
35
	void updateTransferLotStatus(@Param("id")long id, @Param("status")TransferLotStatus status);
35
	void updateTransferLotStatus(@Param("id")long id, @Param("status")TransferLotStatus status);
-
 
36
	
-
 
37
	void markTransferLotAsReceivedPartial(@Param("id")long id, @Param("remoteTransferRefNumber")String remoteTransferRefNumber);
36
 
38
 
37
}
39
}