Subversion Repositories SmartDukaan

Rev

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

Rev 9640 Rev 9665
Line 356... Line 356...
356
    
356
    
357
    ItemStockPurchaseParams getItemStockPurchaseParams(1:i64 itemId);
357
    ItemStockPurchaseParams getItemStockPurchaseParams(1:i64 itemId);
358
    
358
    
359
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
359
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
360
    
360
    
361
    list<OOSStatus> getOosStatusesForXDaysForItem(1:i64 itemId, 2:i32 days);
361
    list<OOSStatus> getOosStatusesForXDaysForItem(1:i64 itemId, 2:i32 sourceId, 3:i32 days);
362
    
362
    
363
    list<ItemStockPurchaseParams> getNonZeroItemStockPurchaseParams();
363
    list<ItemStockPurchaseParams> getNonZeroItemStockPurchaseParams();
364
    
364
    
365
    /**
365
    /**
366
	Returns a list of inventory stock for items for which there are pending orders or have billable inventory.
366
	Returns a list of inventory stock for items for which there are pending orders or have billable inventory.