Click or drag to resize

IOperationServiceGetProductsRemainingAmounts Method

Gets remaining amounts of products in stop list.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Dictionary<IProduct, decimal> GetProductsRemainingAmounts()

Return Value

Type: DictionaryIProduct, 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