Subversion Repositories SmartDukaan

Rev

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

Rev 5110 Rev 5185
Line 541... Line 541...
541
 
541
 
542
    /**
542
    /**
543
    Add the BAD type inventory to existing stock.
543
    Add the BAD type inventory to existing stock.
544
    */
544
    */
545
    void addBadInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 quantity) throws (1:InventoryServiceException cex);
545
    void addBadInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 quantity) throws (1:InventoryServiceException cex);
-
 
546
 
-
 
547
    /**
-
 
548
    Returns all shipping locations
-
 
549
    */    
-
 
550
    list<Warehouse> getShippingLocations();
546
}
551
}