Subversion Repositories SmartDukaan

Rev

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

Rev 29707 Rev 30157
Line 3... Line 3...
3
import java.time.LocalDate;
3
import java.time.LocalDate;
4
import java.time.LocalDateTime;
4
import java.time.LocalDateTime;
5
import java.util.List;
5
import java.util.List;
6
import java.util.Map;
6
import java.util.Map;
7
 
7
 
-
 
8
import org.springframework.http.ResponseEntity;
8
import org.springframework.stereotype.Service;
9
import org.springframework.stereotype.Service;
9
 
10
 
10
import com.spice.profitmandi.common.enumuration.SearchType;
11
import com.spice.profitmandi.common.enumuration.SearchType;
11
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
12
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
12
import com.spice.profitmandi.common.model.CartFofo;
13
import com.spice.profitmandi.common.model.CartFofo;
Line 61... Line 62...
61
 
62
 
62
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
63
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
63
 
64
 
64
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
65
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
65
 
66
 
-
 
67
	
-
 
68
	public ResponseEntity<?> downloadReportInCsv( org.apache.commons.io.output.ByteArrayOutputStream baos , List<List<?>> rows,String fileName);
66
	public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
69
	public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
67
 
70
 
68
	public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
71
	public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
69
 
72
 
70
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
73
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);