Subversion Repositories SmartDukaan

Rev

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

Rev 24271 Rev 24807
Line 35... Line 35...
35
	public void cancelOrder(List<String> invoiceNumbers)throws Exception;
35
	public void cancelOrder(List<String> invoiceNumbers)throws Exception;
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
}
41
}