Subversion Repositories SmartDukaan

Rev

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

Rev 8282 Rev 8363
Line 373... Line 373...
373
 
373
 
374
	void addUpdateHoldInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 holdQuantity, 4:i64 source);
374
	void addUpdateHoldInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 holdQuantity, 4:i64 source);
375
	
375
	
376
	i64 getAmazonFbaItemInventory(1:i64 itemId);
376
	i64 getAmazonFbaItemInventory(1:i64 itemId);
377
	
377
	
378
	list<AmazonFbaInventorySnapshot> getAllNonzeroAmazonFbaItemInventory()
378
	list<AmazonFbaInventorySnapshot> getAllAmazonFbaItemInventory()
-
 
379
	
-
 
380
	list<i64> getOursGoodWarehouseIdsForLocation(1:i64 state_id)
379
	
381
	
380
}
382
}