Subversion Repositories SmartDukaan

Rev

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

Rev 27516 Rev 28166
Line 66... Line 66...
66
	public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
66
	public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
67
 
67
 
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
 
-
 
72
	public Map<Integer, Long> carryBagCreditCount(int fofoId) throws ProfitMandiBusinessException;
71
}
73
}