IOperationService.GetProductsRemainingAmounts Method |
Gets remaining amounts of products in stop list.
Namespace:
Resto.Front.Api.V5
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
SyntaxDictionary<IProduct, decimal> GetProductsRemainingAmounts()
Return Value
Type:
Dictionary<IProduct,
Decimal>
Dictionary of products and theirs remaining amounts.
Remarks
Products that has small remaining amount can be added to stop list to limit consumption. Selling of product with zero or negative remaining amount is restricted.
See Also