Subversion Repositories SmartDukaan

Rev

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

Rev 24807 Rev 24917
Line 36... Line 36...
36
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
36
	public float getSales(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
37
	public float getSales(int fofoId, LocalDate onDate);
37
	public float getSales(int fofoId, LocalDate onDate);
38
	public float getSales(LocalDateTime onDate);
38
	public float getSales(LocalDateTime onDate);
39
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
39
	public float getSales(LocalDateTime startDate, LocalDateTime endDate);
40
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
40
	String getInvoiceNumber(int fofoId, String fofoStoreCode);
-
 
41
	public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
41
}
42
}