Subversion Repositories SmartDukaan

Rev

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

Rev 6821 Rev 6832
Line 319... Line 319...
319
    void updateItemStockPurchaseParams(1:i64 item_id, 2:i32 numOfDaysStock, 3:i64 minStockLevel);
319
    void updateItemStockPurchaseParams(1:i64 item_id, 2:i32 numOfDaysStock, 3:i64 minStockLevel);
320
    
320
    
321
    ItemStockPurchaseParams getItemStockPurchaseParams(1:i64 itemId);
321
    ItemStockPurchaseParams getItemStockPurchaseParams(1:i64 itemId);
322
    
322
    
323
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
323
    void addOosStatusForItem(1:map<i64, bool> oosStatusMap, 2: i64 date);
-
 
324
    
-
 
325
    list<OOSStatus> getOosStatusesForXDaysForItem(1:i64 itemId, 2:i32 days);
324
}
326
}