Subversion Repositories SmartDukaan

Rev

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

Rev 34194 Rev 34443
Line 73... Line 73...
73
 
73
 
74
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
74
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
75
 
75
 
76
	InvoicePdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
76
	InvoicePdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
77
 
77
 
-
 
78
	//should no longer to be used
78
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
79
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
79
 
80
 
80
	void reverseScheme(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
81
	void reverseScheme(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
81
 
82
 
82
	void createMissingScratchOffers();
83
	void createMissingScratchOffers();