Subversion Repositories SmartDukaan

Rev

Rev 7676 | Rev 7957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7676 Rev 7718
Line 246... Line 246...
246
     list<Scan> getScanRecordsForSerialNumber(1:string serialNumber);
246
     list<Scan> getScanRecordsForSerialNumber(1:string serialNumber);
247
     
247
     
248
     /**
248
     /**
249
      * Inserts outgoing scans for Returned Items and updates returnId in InventoryItems
249
      * Inserts outgoing scans for Returned Items and updates returnId in InventoryItems
250
      */
250
      */
251
     void scanForPurchaseReturn(1:list<InventoryItem> saleReturnItems, 2:i64 vendorId) throws (1:WarehouseServiceException ex);
251
     void scanForPurchaseReturn(1:list<InventoryItem> saleReturnItems, 2:i64 vendorId, 3:i64 billingWarehouseId) throws (1:WarehouseServiceException ex);
252
     
252
     
253
     /**
253
     /**
254
      * Inserts scans for lost Items and updates lastScanType in InventoryItems
254
      * Inserts scans for lost Items and updates lastScanType in InventoryItems
255
      */
255
      */
256
     void scanForLostItem(1:list<InventoryItem> lostItems, 2:i64 vendorId) throws (1:WarehouseServiceException ex);
256
     void scanForLostItem(1:list<InventoryItem> lostItems, 2:i64 vendorId, 3:i64 billingWarehouseId) throws (1:WarehouseServiceException ex);
257
     
257
     
258
     /**
258
     /**
259
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
259
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
260
      */
260
      */
261
     list<InventoryAvailability> getCurrentSerializedInventoryByScans(1:i64 physicalWarehouseId);
261
     list<InventoryAvailability> getCurrentSerializedInventoryByScans(1:i64 physicalWarehouseId);