Subversion Repositories SmartDukaan

Rev

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

Rev 6857 Rev 7149
Line 323... Line 323...
323
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
323
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
324
    
324
    
325
    list<OOSStatus> getOosStatusesForXDaysForItem(1:i64 itemId, 2:i32 days);
325
    list<OOSStatus> getOosStatusesForXDaysForItem(1:i64 itemId, 2:i32 days);
326
    
326
    
327
    list<ItemStockPurchaseParams> getNonZeroItemStockPurchaseParams();
327
    list<ItemStockPurchaseParams> getNonZeroItemStockPurchaseParams();
-
 
328
    
-
 
329
    /**
-
 
330
	Returns a list of inventory stock for items for which there are pending orders or have billable inventory.
-
 
331
	*/
-
 
332
	list<AvailableAndReservedStock> getBillableInventoryAndPendingOrders();
328
}
333
}