Subversion Repositories SmartDukaan

Rev

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

Rev 33809 Rev 34851
Line 29... Line 29...
29
 
29
 
30
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
30
	void rejectPriceDropsOfApprovedImeis() throws ProfitMandiBusinessException;
31
 
31
 
32
	public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
32
	public List<VendorDebitNoteModel> selectVendorDebitNoteByDateWithLineItem(LocalDateTime startdate, LocalDateTime enddate);
33
 
33
 
-
 
34
	void processPD(PriceDrop priceDrop) throws ProfitMandiBusinessException;
34
}
35
}