Subversion Repositories SmartDukaan

Rev

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

Rev 33895 Rev 34141
Line 37... Line 37...
37
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue,
37
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue,
38
													   LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
38
													   LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
39
 
39
 
40
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
40
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
41
			throws ProfitMandiBusinessException;
41
			throws ProfitMandiBusinessException;
-
 
42
public CustomerCreditNote badReturn(String loginMail,int fofoId, FoiBadReturnRequest foiBadReturnRequest)
-
 
43
			throws ProfitMandiBusinessException;
42
 
44
 
43
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
45
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
44
 
46
 
45
	public void cancelOrder(List<String> invoiceNumbers) throws ProfitMandiBusinessException;
47
	public void cancelOrder(List<String> invoiceNumbers) throws ProfitMandiBusinessException;
46
 
48