| 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 |
}
|