Subversion Repositories SmartDukaan

Rev

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

Rev 7672 Rev 7676
Line 256... Line 256...
256
     void scanForLostItem(1:list<InventoryItem> lostItems, 2:i64 vendorId) throws (1:WarehouseServiceException ex);
256
     void scanForLostItem(1:list<InventoryItem> lostItems, 2:i64 vendorId) 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();
261
     list<InventoryAvailability> getCurrentSerializedInventoryByScans(1:i64 physicalWarehouseId);
262
     
262
     
263
      /**
263
      /**
264
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
264
      * Get inventory count for available Serialized items in our warehouses using entries in ScanNew table
265
      */
265
      */
266
     list<InventoryAvailability> getCurrentNonSerializedInventoryByScans();
266
     list<InventoryAvailability> getCurrentNonSerializedInventoryByScans(1:i64 physicalWarehouseId);
267
     
267
     
268
     /**
268
     /**
269
      * Get inventory for Serialized items in our warehouses at a given date using entries in ScanNew table
269
      * Get inventory for Serialized items in our warehouses at a given date using entries in ScanNew table
270
      */
270
      */
271
     list<InventoryAvailability> getHistoricSerializedInventoryByScans(1:i64 date);
271
     list<InventoryAvailability> getHistoricSerializedInventoryByScans(1:i64 date);