Subversion Repositories SmartDukaan

Rev

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

Rev 4024 Rev 4063
Line 423... Line 423...
423
	Gets the count of search results for the given search terms so that the user can go through all the pages.
423
	Gets the count of search results for the given search terms so that the user can go through all the pages.
424
	*/
424
	*/
425
	i32 getSearchResultCount(1:list<string> searchTerms),
425
	i32 getSearchResultCount(1:list<string> searchTerms),
426
	
426
	
427
	/**
427
	/**
428
	Returns a list of inventory stock for items for which there are pending orders.
428
	Returns a list of inventory stock for items for which there are pending orders for the given vendor.
429
	*/
429
	*/
430
	list<AvailableAndReservedStock> getPendingOrdersInventory()
430
	list<AvailableAndReservedStock> getPendingOrdersInventory(1:i64 vendorid)
431
}
431
}
432
 
432