| Line 68... |
Line 68... |
| 68 |
@Param("physicalWarehouseId")long physicalWarehouseId);
|
68 |
@Param("physicalWarehouseId")long physicalWarehouseId);
|
| 69 |
|
69 |
|
| 70 |
List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
|
70 |
List<InventoryItem> getCurrentNonSerializedItemsByItemIdInPhysicalWarehouse(
|
| 71 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
71 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 72 |
|
72 |
|
| - |
|
73 |
long getCurrentQuantityForNonSerializedInTransitItemInPhysicalWarehouse(
|
| - |
|
74 |
@Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| - |
|
75 |
|
| 73 |
/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
|
76 |
/*InventoryItem getNonSeralizedInventoryItemForPhysicalWarehouse(
|
| 74 |
@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
|
77 |
@Param("itemNumber")String itemNumber, @Param("itemId")long itemId, @Param("physicalWarehouseId")long physicalWarehouseId);*/
|
| 75 |
}
|
78 |
}
|