| Line 9... |
Line 9... |
| 9 |
import in.shop2020.warehouse.InventoryAge;
|
9 |
import in.shop2020.warehouse.InventoryAge;
|
| 10 |
import in.shop2020.warehouse.InventoryAvailability;
|
10 |
import in.shop2020.warehouse.InventoryAvailability;
|
| 11 |
import in.shop2020.warehouse.InventoryMovement;
|
11 |
import in.shop2020.warehouse.InventoryMovement;
|
| 12 |
import in.shop2020.warehouse.InvoiceScan;
|
12 |
import in.shop2020.warehouse.InvoiceScan;
|
| 13 |
import in.shop2020.warehouse.ScanType;
|
13 |
import in.shop2020.warehouse.ScanType;
|
| - |
|
14 |
import in.shop2020.warehouse.TransferInvoiceScan;
|
| 14 |
import in.shop2020.warehouse.domain.InventoryItem;
|
15 |
import in.shop2020.warehouse.domain.InventoryItem;
|
| 15 |
import in.shop2020.warehouse.domain.Scan;
|
16 |
import in.shop2020.warehouse.domain.Scan;
|
| 16 |
|
17 |
|
| 17 |
import java.util.Date;
|
18 |
import java.util.Date;
|
| 18 |
import java.util.List;
|
19 |
import java.util.List;
|
| Line 111... |
Line 112... |
| 111 |
|
112 |
|
| 112 |
List<InvAgeConsiderItems> getInventoryAgeConsideredItems(@Param("itemId")Long itemId);
|
113 |
List<InvAgeConsiderItems> getInventoryAgeConsideredItems(@Param("itemId")Long itemId);
|
| 113 |
|
114 |
|
| 114 |
List<InventoryMovement> getCompleteMovementForThirdPartyWarehouse(
|
115 |
List<InventoryMovement> getCompleteMovementForThirdPartyWarehouse(
|
| 115 |
@Param("startDate") Date startDate, @Param("endDate") Date endDate);
|
116 |
@Param("startDate") Date startDate, @Param("endDate") Date endDate);
|
| - |
|
117 |
|
| - |
|
118 |
List<TransferInvoiceScan> fetchMismatchScansPerTransferInvoiceNumber(Date date);
|
| 116 |
}
|
119 |
}
|