| Line 410... |
Line 410... |
| 410 |
|
410 |
|
| 411 |
i64 getCurrentBadQuantityForItem(1:i64 itemId, 2:i64 currentWarehouseId, 3:i64 physicalWarehouseId) throws (1:WarehouseServiceException wex);
|
411 |
i64 getCurrentBadQuantityForItem(1:i64 itemId, 2:i64 currentWarehouseId, 3:i64 physicalWarehouseId) throws (1:WarehouseServiceException wex);
|
| 412 |
|
412 |
|
| 413 |
i64 scanForBadPurchaseReturn(1:list<InventoryItem> saleReturnItems, 2:i64 vendorId, 3:i64 billingWarehouseId) throws (1:WarehouseServiceException ex);
|
413 |
i64 scanForBadPurchaseReturn(1:list<InventoryItem> saleReturnItems, 2:i64 vendorId, 3:i64 billingWarehouseId) throws (1:WarehouseServiceException ex);
|
| 414 |
|
414 |
|
| 415 |
map<i64, i64> getItemsInPurchaseReturn(1:i64 purchaseReturnId) throws (1:WarehouseServiceException ex);
|
415 |
map<i64, i64> getItemsInPurchaseReturn(1:i64 purchaseReturnId, 2:ScanType type) throws (1:WarehouseServiceException ex);
|
| 416 |
|
416 |
|
| 417 |
list<Scan> getScansForInventoryItem(1:i64 inventoryItemId, 2:ScanType type) throws (1:WarehouseServiceException ex);
|
417 |
list<Scan> getScansForInventoryItem(1:i64 inventoryItemId, 2:ScanType type) throws (1:WarehouseServiceException ex);
|
| 418 |
|
418 |
|
| - |
|
419 |
//string scanWithResponse(1:InventoryItem inventoryItem, 2:ScanType type, 3:i64 quantity, 4:i64 billingWarehouseId, 5:i64 transferLotId) throws (1:WarehouseServiceException wex);
|
| - |
|
420 |
|
| 419 |
}
|
421 |
}
|
| 420 |
|
422 |
|
| 421 |
|
423 |
|