Subversion Repositories SmartDukaan

Rev

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

Rev 28166 Rev 29549
Line 47... Line 47...
47
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
47
	public CustomerCreditNote badReturn(int fofoId, FoiBadReturnRequest foiBadReturnRequest)
48
			throws ProfitMandiBusinessException;
48
			throws ProfitMandiBusinessException;
49
 
49
 
50
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
50
	public CreditNotePdfModel getCreditNotePdfModel(int customerCreditNoteId) throws ProfitMandiBusinessException;
51
 
51
 
52
	public void cancelOrder(List<String> invoiceNumbers) throws Exception;
52
	public void cancelOrder(List<String> invoiceNumbers) throws ProfitMandiBusinessException;
53
 
53
 
54
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
54
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
55
 
55
 
56
	public float getSales(int fofoId, LocalDate onDate);
56
	public float getSales(int fofoId, LocalDate onDate);
57
 
57
 
Line 68... Line 68...
68
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
68
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
69
 
69
 
70
	PdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
70
	PdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
71
 
71
 
72
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
72
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
-
 
73
 
-
 
74
	void reverseScheme(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
73
}
75
}