Subversion Repositories SmartDukaan

Rev

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

Rev 26332 Rev 26684
Line 31... Line 31...
31
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws ProfitMandiBusinessException;
31
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason) throws ProfitMandiBusinessException;
32
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
32
	void reverseSchemes(List<InventoryItem> inventoryItems, int reversalReference, String reversalReason,
33
			SchemeType schemeType) throws ProfitMandiBusinessException;
33
			SchemeType schemeType) throws ProfitMandiBusinessException;
34
	
34
	
35
	public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
35
	public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
-
 
36
	
-
 
37
	Map<Integer, Float> getItemSchemeCashBack();
36
//	void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
38
//	void updateSchmesForModel(int catalogId) throws ProfitMandiBusinessException;
37
}
39
}