Subversion Repositories SmartDukaan

Rev

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

Rev 26817 Rev 27083
Line 62... Line 62...
62
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
62
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
63
 
63
 
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
 
-
 
68
	LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
67
}
69
}