Subversion Repositories SmartDukaan

Rev

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

Rev 32961 Rev 33895
Line 54... Line 54...
54
 
54
 
55
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
55
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
56
 
56
 
57
	void processScratchOffer(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
57
	void processScratchOffer(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
58
 
58
 
59
	ScratchedGift getSelectedGift(double purchaseAmount);
59
	ScratchedGift getSelectedGift(double purchaseAmount,int fofoId) throws ProfitMandiBusinessException;
60
 
60
 
61
    String getInvoiceNumber(int fofoId, String fofoStoreCode);
61
    String getInvoiceNumber(int fofoId, String fofoStoreCode);
62
 
62
 
63
	
63
	
64
	public ResponseEntity<?> downloadReportInCsv( org.apache.commons.io.output.ByteArrayOutputStream baos , List<List<?>> rows,String fileName);
64
	public ResponseEntity<?> downloadReportInCsv( org.apache.commons.io.output.ByteArrayOutputStream baos , List<List<?>> rows,String fileName);