| Line 67... |
Line 67... |
| 67 |
|
67 |
|
| 68 |
String getInvoiceNumber(int fofoId, String fofoStoreCode);
|
68 |
String getInvoiceNumber(int fofoId, String fofoStoreCode);
|
| 69 |
|
69 |
|
| 70 |
|
70 |
|
| 71 |
public ResponseEntity<?> downloadReportInCsv( org.apache.commons.io.output.ByteArrayOutputStream baos , List<List<?>> rows,String fileName);
|
71 |
public ResponseEntity<?> downloadReportInCsv( org.apache.commons.io.output.ByteArrayOutputStream baos , List<List<?>> rows,String fileName);
|
| 72 |
public boolean notifyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
|
72 |
public boolean applyColorChange(int orderId, int itemId) throws ProfitMandiBusinessException;
|
| 73 |
|
73 |
|
| 74 |
public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
|
74 |
public FofoOrder getOrderByInventoryItemId(int inventoryItemId) throws Exception;
|
| 75 |
|
75 |
|
| 76 |
LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
|
76 |
LocalDateTime getMaxSalesDate(int fofoId, LocalDateTime startDate, LocalDateTime endDate);
|
| 77 |
|
77 |
|