| Line 52... |
Line 52... |
| 52 |
|
52 |
|
| 53 |
Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
53 |
Long getCurrentQuantityForNonSerializedItem(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId, @Param("physicalWarehouseId")long physicalWarehouseId);
|
| 54 |
|
54 |
|
| 55 |
void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
|
55 |
void markPurchaseReturnIdForItem(@Param("id")long id, @Param("currentQuantity")long currentQuantity, @Param("purchaseReturnId")long purchaseReturnId);
|
| 56 |
|
56 |
|
| 57 |
List<InventoryItem> getCurrentNonSerializedItemsByItemId(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId);
|
57 |
List<InventoryItem> getCurrentNonSerializedItemsByItemId(@Param("itemId")long itemId, @Param("warehouseId")long warehouseId,
|
| - |
|
58 |
@Param("physicalWarehouseId")long physicalWarehouseId);
|
| 58 |
|
59 |
|
| 59 |
List<Map<String, Integer>> getCurrentSerializedInventory();
|
60 |
List<Map<String, Integer>> getCurrentSerializedInventory();
|
| 60 |
|
61 |
|
| 61 |
List<Map<String, Integer>> getCurrentNonSerializedInventory();
|
62 |
List<Map<String, Integer>> getCurrentNonSerializedInventory();
|
| 62 |
|
63 |
|