Subversion Repositories SmartDukaan

Rev

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

Rev 27083 Rev 27516
Line 64... Line 64...
64
	public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
64
	public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
65
 
65
 
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
 
-
 
70
	PdfModel getDummyPdfModel(String serialNumber) throws ProfitMandiBusinessException;
69
}
71
}