Subversion Repositories SmartDukaan

Rev

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

Rev 5305 Rev 5313
Line 555... Line 555...
555
 
555
 
556
    /**
556
    /**
557
     * Fetches all the vendor item mappings present.
557
     * Fetches all the vendor item mappings present.
558
     */    
558
     */    
559
    list<VendorItemMapping> getAllVendorItemMappings();
559
    list<VendorItemMapping> getAllVendorItemMappings();
-
 
560
 
-
 
561
    /**
-
 
562
     * Gets items' inventory for a warehouse
-
 
563
     * If warehouse is passed as zero, items' inventory across all warehouses is sent
-
 
564
     */
-
 
565
    map<i64, ItemInventory> getInventorySnapshot(1:i64 warehouseId);
560
}
566
}