Subversion Repositories SmartDukaan

Rev

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

Rev 31068 Rev 32607
Line 69... Line 69...
69
	InvoicePdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
69
	InvoicePdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
70
 
70
 
71
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
71
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
72
 
72
 
73
	void reverseScheme(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
73
	void reverseScheme(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
-
 
74
 
-
 
75
	void createMissingScratchOffers();
74
}
76
}