Subversion Repositories SmartDukaan

Rev

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

Rev 30321 Rev 31030
Line 37... Line 37...
37
 
37
 
38
	public Map<String, Object> getSaleHistory(int fofoId, SearchType searchType, String searchValue,
38
	public Map<String, Object> getSaleHistory(int fofoId, SearchType searchType, String searchValue,
39
			LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
39
			LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
40
 
40
 
41
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue,
41
	public Map<String, Object> getSaleHistoryPaginated(int fofoId, SearchType searchType, String searchValue,
42
			LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
42
													   LocalDateTime startDate, LocalDateTime endDate, int offset, int limit) throws ProfitMandiBusinessException;
43
 
43
 
44
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
44
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
45
			throws ProfitMandiBusinessException;
45
			throws ProfitMandiBusinessException;
46
 
46
 
47
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
47
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
48
 
48
 
49
	public void cancelOrder(List<String> invoiceNumbers) throws ProfitMandiBusinessException;
49
	public void cancelOrder(List<String> invoiceNumbers) throws ProfitMandiBusinessException;
50
 
50
 
-
 
51
	void reverseActivationScheme(List<Integer> inventoryItemIds) throws ProfitMandiBusinessException;
-
 
52
 
51
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
53
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
52
 
54
 
53
	public float getSales(int fofoId, LocalDate onDate);
55
	public float getSales(int fofoId, LocalDate onDate);
54
 
56
 
55
	public float getSales(LocalDateTime onDate);
57
	public float getSales(LocalDateTime onDate);